
@charset "UTF-8";
/* 共通 */
body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 0;
	background:url(../images/head_bk.jpg) repeat-x;
	line-height:150%;
	font-size:14px;
}

img{
	vertical-align:top;
        /*width:100%; */
}

a img { 
	border: none;
}

p{
	margin:0 0 0 0;
	padding:0 0 0 0;
}


/* ヘッター */
#header{
	width:1000px;
	margin:0 auto;
	position:relative;
}

h1{
	color:#FFF;
	font-size:12px;
	margin:0;
	padding:0;
	font-weight: normal;
}

/*ヘッター電話番号*/
.head_contact{
	background:#fff;
	width:220px;
	height:100px;
	color:#3D3D3D;
    transform:rotate(4deg);
    text-align:center;
    line-height:50px;
	box-shadow: 5px 5px 5px #d5d5d5;
	transition: all  0.5s ease;
	cursor:pointer;
	position:absolute;
	top:-55px;
	right:0;
	font-family: 'Josefin Sans', sans-serif;
	z-index:999;
}

.tel_p{
	transform:rotate(-4deg);
	color:#00419b;
}

.tel_txt{
	margin:30px auto 0 auto;
	line-height:100%;
	font-size:12px;
	background-color:#00419b;
	color:#FFF;
	padding:4px 0 3px 0;
	width:85%;
}

.tel{
	margin:13px 0 0 17px;
	padding:0 0 0 20px;
	font-size:24px;
	font-weight:bold;
	line-height:100%;
	background:url(../images/tel_icon.png) no-repeat;
	background-position: center left;
	text-align:left;
}

.head_contact:hover{
	transform:rotate(4deg) translateY(35px);
	transition: all  0.5s ease;
	box-shadow: 2px 2px 2px #d5d5d5;
}

.logo{
	float:left;
	margin:20px 0 20px 0;
	position: relative;
}


.head_btn{
	background-position: center left;
	text-align:left;
	float:right;
	margin:50px 0 0 10px;
	padding:0 0 0 7px;
	text-decoration:none;
}

.head_txt{
	background:url(../images/head_icon.jpg) no-repeat;
	background-position: center left;
	text-align:left;
	float:right;
	margin:50px 0 0 20px;
	padding:0 0 0 17px;
	color:#263d6d;
	font-size:12px;
	text-decoration:none;
}

.head_txt a{
	text-decoration:none;
	color:#263d6d;
}

.head_txt a:hover{
	text-decoration: underline;
	color:#263d6d;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
}

/*メニュー*/
#nav {
  position: relative;
  display: flex;
  width: 1000px;
  margin: 2em auto 1em auto;
  font-size:12px;
}

#nav .menu01{
	padding:15px 0 0 0;
	width: 10%;
}

#nav .menu02{
	width: 13%;
	padding: 15px 0 19px 0;
}

#nav .menu03{
	padding:15px 0 0 0;
	width: 15.3%;
}



#nav a {
  display: block;
  
  padding: .5em 0 1em 0;
  color: #333;
  text-decoration: none;
  text-align: center;
  line-height:140%;
  border-left:1px dotted #CCC;
}
#nav {
  border-right:1px dotted #CCC;
}

.nav-underline {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 6%;
  height: 2.5px;
  background: #013e99;
  transition: all .3s ease-in-out;
}

#nav a:nth-child(1).is-current ~ .nav-underline {
  left: 2.2%;
}
#nav a:nth-child(2).is-current ~ .nav-underline {
  left: 12.2%;
}
#nav a:nth-child(3).is-current ~ .nav-underline {
  left: 22.3%;
}
#nav a:nth-child(4).is-current ~ .nav-underline {
  left: 33.8%;
}
#nav a:nth-child(5).is-current ~ .nav-underline {
  left: 45.4%;
}
#nav a:nth-child(6).is-current ~ .nav-underline {
  left: 55.7%;
}
#nav a:nth-child(7).is-current ~ .nav-underline {
  left: 65.8%;
}
#nav a:nth-child(8).is-current ~ .nav-underline {
  left: 75.8%;
}

#nav a:nth-child(9).is-current ~ .nav-underline {
  left: 88.8%;
}
#nav a:nth-child(1):hover ~ .nav-underline {
  left: 2.2%;
}
#nav a:nth-child(2):hover ~ .nav-underline {
  left: 12.2%;
}
#nav a:nth-child(3):hover ~ .nav-underline {
  left: 22.3%;
}
#nav a:nth-child(4):hover ~ .nav-underline {
  left: 33.8%;
}
#nav a:nth-child(5):hover ~ .nav-underline {
  left: 45.4%;
}
#nav a:nth-child(6):hover ~ .nav-underline {
  left: 55.7%;
}
#nav a:nth-child(7):hover ~ .nav-underline {
  left: 65.8%;
}
#nav a:nth-child(8):hover ~ .nav-underline {
  left: 75.8%;
}

#nav a:nth-child(9):hover ~ .nav-underline {
  left: 88.8%;
}

/* スライダー */
.bx-wrapper {
	margin: 0 0 10px 0;
	padding: 0;
	*zoom: 1;
	position:static;
	padding:0px 0 0 0;
}

.bx-wrapper img {
	width: 100%;
	display: block;
	margin:0 auto;
}

.bx-wrapper .bx-viewport {
	background: #fff;
}
.bx-wrapper .bx-has-pager {
	padding-bottom: 11px;
}

.box01{
	background-color:#ececec;
	padding:60px 0;
	margin:5px 0 0 0;
}

.box01:after {
	content: "";
	display: block;
	clear: both;
}
.box01_01{
	background-color:#ececec;
	padding:35px 0;
	margin:5px 0 0 0;
}

.box01_01:after {
	content: "";
	display: block;
	clear: both;
}

.bnr_area {
	padding: 64px 0;
	background: url(../img/bg_img.png);
}
.bnr_area .inner {
	width: 1000px;
	margin: auto;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.bnr_area a:hover {
	opacity: 0.8;
	background: #fff;
}

.box02{
	background-color:#fff;
	padding:60px 0;
}

.box02:after {
	content: "";
	display: block;
	clear: both;
}

/* Event & Topics */
.event_title{
	background-color:#00419b;
	width:1000px;
	color:#FFF;
	text-align:center;
	margin:0 auto 25px auto;
	font-family: 'Josefin Sans', sans-serif;
	font-size:30px;
	padding:8px 0 3px 0;
	line-height:100%;
	font-weight:bold;
}

.news{
	list-style-type:none;
	margin:0 auto;
	padding:0;
	width:850px;
}

.day{
	float:left;
	margin:15px 0 0px 0;
	padding:0;
	clear:both;
}

.event_txt{
	float:left;
	padding:0 0 0 20px;
	margin:15px 0 0px 0;
}

.event_txt span{
	margin-right:10px;
}

.event_icon{
	background-color:#00b1ee;
	color:#fff;
	text-align:center;
	font-family: 'Josefin Sans', sans-serif;
	font-weight:bold;
	padding:3px 9px 0 9px;
}

.topic_icon{
	background-color:#e6af06;
	color:#fff;
	text-align:center;
	font-family: 'Josefin Sans', sans-serif;
	font-weight:bold;
	padding:3px 7px 0 7px;
}

.top_h2{
	text-align:center;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	color:#00419b;
	font-size:36px;
	margin:0;
	padding:0;
	font-weight: normal;
	letter-spacing:2px;
}

.box02_inn,
.box01_inn{
	width:1000px;
	margin:0 auto;
	position:static;
}

.box02_inn:after,
.box01_inn:after {
	content: "";
	display: block;
	clear: both;
}

/* アキバプラザのポイント */
.point_l{
	width:306px;
	position: relative;
	margin:40px 0 0 0;
	float:left;
}

.point_c{
	width:306px;
	position: relative;
	margin:40px 0 0 0;
	left:41px;
	top:0;
	float:left;
}

.point_r{
	width:306px;
	position: relative;
	margin:40px 0 0 0;
	left:82px;
	top:0;
	float:left;
}

.point01{
	color:#00419b;
	font-size:66px;
	font-family: 'Josefin Sans', sans-serif;
	font-style:italic;
	font-weight:bold;
	margin: 0 20px 0 0;
	position:relative;
	top:38px;
	left:40px;
}

.point02{
	color:#00419b;
	font-size:66px;
	font-family: 'Josefin Sans', sans-serif;
	font-style:italic;
	font-weight:bold;
	margin: 0 20px 0 0;
	position:relative;
	top:38px;
	left:-5px;
}

.point03{
	color:#00419b;
	font-size:66px;
	font-family: 'Josefin Sans', sans-serif;
	font-style:italic;
	font-weight:bold;
	margin: 0 20px 0 0;
	position:relative;
	top:38px;
	left:30px;
}

.point_title{
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size:20px;
	font-weight: bold;
	text-align:center;
	margin:0 0 5px 0;
}

.point_title02{
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size:20px;
	font-weight: bold;
	text-align:center;
	margin:0 0 5px 0;
	letter-spacing:-1.5px;
}

.line{
  height: 5px;
  background: #013e99;
  margin:5px 0;
  width:160px;
  text-align: center;
  margin:0 auto;
}

.point_lead{
	font-size:10px;
	color:#989898;
	margin:0px 0 5px 0;
	text-align:center;
}

/*ロールオーバーエフェクト*/
.figure {
  position: relative;
  overflow: hidden;
  width: 306px;
  height:224px;
  margin:0;
  padding:0;
  cursor:pointer;
}

.figcaption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(18,67,134,0.75);
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
   color:#FFF;
}

.figure:hover .figcaption {
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
	opacity: 1;
}

.over_area p{
	padding:0px 20px;
	margin:30px 0 0 0;
}

/* 会議室一覧*/
.roomph {
	overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
	width: 316px;	/*画像の幅*/
	height: 222px;	/*画像の高さ*/
	background: #fff;
}
.roomph img {
	display: block;
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}
.roomph img:hover {
	transform: scale(1.1);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
	opacity: 0.7;	/* 小さくするほど暗くなります */
}

.room01{
	width:316px;
	float:left;
	margin:40px 26px 0 0;
}
.room02{
	width:316px;
	float:left;
	margin:40px 0px 0 0;
}

.btn01{
        background-color: #00419b;
        color: #fff !important;
        -webkit-transition: all .3s;
        transition: all .3s;
		padding:15px 40px;
		text-decoration:none;
		background-image:url(../images/btn_icon.png) ;
		background-repeat:no-repeat;
		background-position: center right 10px;
}

.btn01:hover {
	background-color: #3780e4;
}

.top_room_btn{
	text-align:center;
	margin:0px auto;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	clear:both;
	padding:80px 0;
}

/*人数から探す*/
.number{
	background-color:#FFF;
	width:1000px;
	padding:0px 0;
	-webkit-border-top-left-radius: 20px;  
    -webkit-border-top-right-radius: 20px;  
    -webkit-border-bottom-right-radius: 20px;  
    -webkit-border-bottom-left-radius: 20px;  
    -moz-border-radius-topleft: 20px;  
    -moz-border-radius-topright: 20px;  
    -moz-border-radius-bottomright: 20px;  
    -moz-border-radius-bottomleft: 20px;
	box-shadow: 2px 2px 4px gray;	
}

.number:after {
	content: "";
	display: block;
	clear: both;
}

.number_title{
	background-color:#356cb7;
	width:210px;
	color:#FFF;
	text-align:center;
	padding:20px 0;
	-webkit-border-top-left-radius: 20px;   
    -webkit-border-bottom-left-radius: 20px;  
    -moz-border-radius-topleft: 20px;  
    -moz-border-radius-bottomleft: 20px;
	float:left;
	background-image:url(../images/member_bk.jpg) ;
	background-repeat:repeat;
}

.fa-large{
	font-size:46px;
}

.fa-large02{
	font-size:36px;
}

.number_p{
	font-size:16px;
}

.number_p:before{
	font-family:FontAwesome;
	content: "\f002";
}

.nubmer_btn{
	float:left;
	margin:46px 0 0 45px;
}

.btn02{
	background-color: #00419b;
	color: #fff !important;
	-webkit-transition: all .3s;
	transition: all .3s;
	padding:14px 40px 6px 40px;
	text-decoration:none;
	background-image:url(../images/btn_icon.png) ;
	background-repeat:no-repeat;
	background-position: center right 10px;
}

.btn02:hover {
	background-color: #3780e4;
}

.top_room_btn02{
	text-align:center;
	color:#FFF;
	font-size:12px;
	clear:both;
	padding:0px 0;
	float:left;
	font-weight:bold;
}

.top_room_btn02 span{
	font-size:20px;
}

/* お問い合わせ */
.box_contact{
	background-image:url(../images/contact_bk.jpg) ;
	width:100%;
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#224c88;
	padding:40px 0 45px 0;
	color:#FFF;
	background-size:cover;
}
.box_contact.film-support {
	background-image:url(../img/studio_contact_bk_pc.jpg) ;
}
.box_contact:after {
	content: "";
	display: block;
	clear: both;
}

.box_contact_inn{
	width:850px;
	margin:0 auto;
}


.contact_h2{
	text-align:center;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	color:#fff;
	font-size:36px;
	margin:0;
	padding:0;
	font-weight: normal;
	letter-spacing:2px;
}


.contact_l{
	margin:35px 0 0 0;
	background:url(../images/tel_icon02.png) no-repeat;
	padding:0 0 0 60px;
	float:left;
}
.film-support .contact_l {
	margin:57px 0 0 0;
	height: 70px;
}
.contact_txt{
	font-weight:bold;
	margin-bottom:15px;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.contact_tel{
	font-weight:bold;
	font-size:42px;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.contact_mail{
	font-weight:bold;
	font-size:22px;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	margin:20px 0 0 0;
	padding:0 0 0 35px;
	background:url(../images/mail_icon02.png) no-repeat;
}



.btn03{
        background-color: #fff;
        color: #0d3e82 !important;
        -webkit-transition: all .3s;
        transition: all .3s;
		padding:15px 40px 15px 95px;
		text-decoration:none;
		background-image:url(../images/mail_icon.png) ;
		background-repeat:no-repeat;
		background-position: center left 40px;
		-webkit-border-top-left-radius: 5px;  
    -webkit-border-top-right-radius: 5px;  
    -webkit-border-bottom-right-radius: 5px;  
    -webkit-border-bottom-left-radius: 5px;  
    -moz-border-radius-topleft: 5px;  
    -moz-border-radius-topright: 5px;  
    -moz-border-radius-bottomright: 5px;  
    -moz-border-radius-bottomleft: 5px;
}


.contact_btn{
	text-align:center;
	margin:80px auto 0 auto;
	font-size:26px;
	font-weight:bold;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	float:right;
	-webkit-transition-duration:0.3s;
    transition-duration: 0.3s;
}

.contact_btn:hover {
	transform: scale(1.1);	/*画像の拡大率*/
	-webkit-transition-duration:0.3s;
    transition-duration: 0.3s;
}

/* バナー */
.bnr01{
	background-image:url(../images/bnr01.jpg) ;
	background-repeat:no-repeat;
	width:309px;
	height:125px;
	vertical-align: middle;
	text-align:center;
	position: relative;	
}
.bnr02{
	background-image:url(../images/bnr02.jpg) ;
	background-repeat:no-repeat;
	width:309px;
	height:125px;
	vertical-align: middle;
	text-align:center;
	position: relative;	
}
.bnr03{
	background-image:url(../images/bnr03.jpg) ;
	background-repeat:no-repeat;
	width:309px;
	height:125px;
	vertical-align: middle;
	text-align:center;
	position: relative;	
}
.bnr04{
	background-image:url(../images/bnr04.jpg) ;
	background-repeat:no-repeat;
	width:309px;
	height:125px;
	vertical-align: middle;
	text-align:center;
	position: relative;	
}

.bnr05{
	background-image:url(../images/bnr05.jpg) ;
	background-repeat:no-repeat;
	width:309px;
	height:125px;
	vertical-align: middle;
	text-align:center;
	position: relative;	
}

.bnr06{
	background-image:url(../images/bnr06.jpg) ;
	background-repeat:no-repeat;
	width:309px;
	height:125px;
	vertical-align: middle;
	text-align:center;
	position: relative;	
}

.bnr01 p,
.bnr02 p,
.bnr03 p,
.bnr04 p,
.bnr05 p,
.bnr06 p{
	position: absolute;
    width: 100%;
    top: 40%;
    text-align: center;
    color: #FFF;
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.5);
	padding:0;
	margin:0;
}

a:hover .bnr01::before,
a:hover .bnr02::before,
a:hover .bnr03::before,
a:hover .bnr04::before,
a:hover .bnr05::before,
a:hover .bnr06::before{
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
}

/* ページトップボタン */
.btn04{
        background-color:#4e4e4e;
        color: #fff !important;
        -webkit-transition: all .3s;
        transition: all .3s;
		padding:8px 10px 4px 23px;
		text-decoration:none;
		background-image:url(../images/totop_icon.png) ;
		background-repeat:no-repeat;
		background-position: center left 10px;
		-webkit-border-top-left-radius: 5px;  
    -webkit-border-top-right-radius: 5px;  
    -moz-border-radius-topleft: 5px;  
    -moz-border-radius-topright: 5px;  
}

.btn04:hover {
	background-color: #464646;
}

.totop_btn{
	text-align:center;
	margin:0px auto 0 auto;
	font-size:10px;
	text-align:right;
	width:1000px;
}


/* フッター*/
#footer{
	background-color:#4e4e4e;
	color:#FFF;
	padding:30px 0;
}

#footer:after {
	content: "";
	display: block;
	clear: both;
}

.footer_inn{
	width:1000px;
	margin: auto;
}

.food_txt01{
	font-size:12px;
	margin:10px 0 20px 0;
}

.food_ul{
	list-style-type:none;
	padding:0;
	margin:0;
	font-size:12px;
	float:right;
}

.food_ul li{
	float:left;
	padding:0 0 0 35px;
}

.food_ul li a:link,
.food_ul li a:visited{
	text-decoration:none;
	color:#FFF;	
}

.food_ul li a:hover{
	text-decoration: underline;
	color:#FFF;	
}

small{
	font-size:10px;
}

/*下層共通*/
.title_list{
/*	background-image:url(../images/main_top_bk.png);*/
	background-position:top right;
	height:187px;
	background-repeat:repeat-x;
	background-color:#e9e9e9;
	position: relative;
}
.title_list::before {
	content: "";
	width: 100%;
	height: 9px;
	background:url(../images/main_top_bk.png) repeat-x;
	position: absolute;
	top: 0;
	z-index: 100;
}
.title_area{
	width:1000px;
	margin:0 auto 0 auto;
	padding:65px 0 0 0;
	position: relative;
	z-index: 99;
}

.title_list .list_title {
	position: absolute;
	top: 0;
	right: 0;
}


.title_h2{
	margin:0 0 18px 0;
	padding:0;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	color:#00275c;
	font-size:36px;
	font-weight: normal;
	letter-spacing:1px;
}

.title_p{
	color:#00275c;
	font-size:12px;
	letter-spacing:1px;
}

.pankuzu{
	background-color:#00419b;
	color:#FFF;
}

.pankuzu ol{
	margin:0 auto;
	width:1000px;
	font-size:12px;
	padding:3px 0;
	list-style-type: none;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}

.pankuzu a{
	color:#FFF;
	text-decoration:none;
}

.sec_h3{
/*	margin:40px 0 80px 0;
	padding:40px 0 0 0;*/
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	color:#00419b;
	font-size:38px;
	font-weight: normal;
	text-align:center;
	margin:0;
	padding:50px 0 50px 0;
	line-height:40px;
	clear:both;
}

.explanation {
  width: 1000px;
  margin: 0 auto 30px;
}

.list_tbl{
	border-collapse: collapse;
	width:1000px;
	margin:40px auto 0 auto;
	border-right:1px solid #d2d2d2;
	font-size:16px;
	
}

.list_tbl th{
	background-color:#999999;
	color:#FFF;
	padding:15px 0;
	text-align: center;
	border-left:1px solid #d2d2d2;
	font-weight: normal;
}

.td_room{
	border-left:1px solid #d2d2d2;
	border-bottom:1px solid #d2d2d2;
	padding:15px 20px;
	vertical-align:middle;	
}

.td_roomtxt{
	border-bottom:1px solid #d2d2d2;
	padding:15px 0;
	vertical-align:middle;
	
}

.td_roomtxt02{
	border-bottom:1px dotted #d2d2d2;
	padding:20px 0 10px 0;
	vertical-align:middle;	
}

.td_roomtxt03{
	border-bottom:1px dotted #d2d2d2;
	padding:0px 0;
	vertical-align:middle;	
}

.td_txt{
	border-left:1px solid #d2d2d2;
	border-bottom:1px solid #d2d2d2;
	padding:10px 0;
	vertical-align:middle;
	text-align:center;
}

.td_txt02{
	border-left:1px solid #d2d2d2;
	border-bottom:1px dotted #d2d2d2;
	padding:15px 3px 10px 3px;
	vertical-align:middle;
	text-align:center;
}

.td_txt03{
	border-left:1px solid #d2d2d2;
	border-bottom:1px dotted #d2d2d2;
	padding:10px 0;
	vertical-align:middle;
	text-align:center;
}

.list_txt{
	width:1000px;
	margin:0 auto;
	line-height:170%;
}
.detail_btn {
  color: #fff;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  width: 120px;
  padding: 6px;
  margin-top: 10px;
  background: #00419b;
  border-radius: 6px;
  display: block;
}
.detail_btn:hover {
  background: #3779d4;
}
#reception01 .mb15 {
  display: block;
}


/* margin and padding Setting
--------------------------------*/
.m0 { margin:0!important; }
.m5 { margin:5px!important; }
.m10 { margin:10px!important; }
.m15 { margin:15px!important; }
.m20 { margin:20px!important; }
.m30 { margin:30px!important; }
.m40 { margin:40px!important; }

.mt0 { margin-top:0!important; }
.mt5 { margin-top:5px!important; }
.mt10 { margin-top:10px!important; }
.mt15 { margin-top:15px!important; }
.mt20 { margin-top:20px!important; }
.mt25 { margin-top:25px!important; }
.mt30 { margin-top:30px!important; }
.mt40 { margin-top:40px!important; }
.mt50 { margin-top:50px!important; }
.mt60 { margin-top:60px!important; }
.mt70 { margin-top:70px!important; }

.mb0 { margin-bottom:0!important; }
.mb5 { margin-bottom:5px!important; }
.mb10 { margin-bottom:10px!important; }
.mb15 { margin-bottom:15px!important; }
.mb20 { margin-bottom:20px!important; }
.mb25 { margin-bottom:25px!important; }
.mb30 { margin-bottom:30px!important; }
.mb40 { margin-bottom:40px!important; }

.ml0 { margin-left:0!important; }
.ml3 { margin-left:3px!important; }
.ml5 { margin-left:5px!important; }
.ml10 { margin-left:10px!important; }
.ml15 { margin-left:15px!important; }
.ml20 { margin-left:20px!important; }
.ml30 { margin-left:30px!important; }
.ml35 { margin-left:35px!important; }
.ml40 { margin-left:40px!important; }

.mr0 { margin-right:0!important; }
.mr3 { margin-right:3px!important; }
.mr5 { margin-right:5px!important; }
.mr10 { margin-right:10px!important; }
.mr15 { margin-right:15px!important; }
.mr20 { margin-right:20px!important; }
.mr30 { margin-right:30px!important; }
.mr35 { margin-right:35px!important; }
.mr40 { margin-right:40px!important; }

.p0 { padding:0!important; }
.p5 { padding:5px!important; }
.p10 { padding:10px!important; }
.p15 { padding:15px!important; }
.p20 { padding:20px!important; }
.p30 { padding:30px!important; }

.pt0 { padding-top:0!important; }
.pt5 { padding-top:5px!important; }
.pt10 { padding-top:10px!important; }
.pt15 { padding-top:15px!important; }
.pt20 { padding-top:20px!important; }
.pt30 { padding-top:30px!important; }
.pt40 { padding-top:40px!important; }

.pb0 { padding-bottom:0!important; }
.pb5 { padding-bottom:5px!important; }
.pb10 { padding-bottom:10px!important; }
.pb15 { padding-bottom:15px!important; }
.pb20 { padding-bottom:20px!important; }
.pb30 { padding-bottom:30px!important; }

.pl0 { padding-left:0!important; }
.pl5 { padding-left:5px!important; }
.pl10 { padding-left:10px!important; }
.pl15 { padding-left:15px!important; }
.pl20 { padding-left:20px!important; }
.pl30 { padding-left:30px!important; }

.pr0 { padding-right:0!important; }
.pr5 { padding-right:5px!important; }
.pr10 { padding-right:10px!important; }
.pr15 { padding-right:15px!important; }
.pr20 { padding-right:20px!important; }
.pr30 { padding-right:30px!important; }

.clear{　clear:both!important; }
.center{ text-align:center;}
.bold{ font-weight:bold;}
.right{text-align:right;}
.float_l{float:left;}
.float_r{float:right;}

.small{
	font-size:12px;
}

.tel a{
	text-decoration:none;
	color:#00419b;
}

.contact_tel a{
	text-decoration:none;
	color:#FFFFFF;
}

/* =========================================================
 ■レスポンシブ用追加（PC）
========================================================= */
/*br.sp {
  display:none;
}*/

br.br-sp {
  display:none;
}

.add-pd {
  display:inline-block;
  margin-left:65px;
}

/*ヘッダーお問い合わせボタン*/
.head_btn_sp {
  display:none;
}

/*ヘッダー電話番号*/
.head-tel {
  display:none;
}

/*スマホメニュー*/
#nav-sp {
  display:none;
}

/*スライダー*/
#slider .add-sp {
  display:none;
}

/*大ホールテキスト変更*/
.hall-txt-sp {
  display:none;
}

/*料金表*/
#add-price-data th:nth-child(1) {
  width:18% !important;
}

#add-price-data th:nth-child(2) {
  width:10% !important;
}

#add-price-data th:nth-of-type(n+3) {
  width:18% !important;
}

/*料金表（レセプションホール）*/
#add-price-data th:nth-child(1) {
  width:12% !important;
}

#add-price-data.receprion-price th:nth-of-type(n+2) {
  width:14.6% !important;
}

/*会議室一覧*/

.add-map-area {
  display:none;
}

.add-room-set {
  display:none;
}

.td_roomtxt a:first-child {
  display:none;
}

.td_roomtxt02 a:first-child {
  display:none;
}


/*ケータリング*/
#contents.catering span.sp {
  display:none;
}

.catering .add-sp {
  display:none;
}

.catering .price_tax {
  line-height: 2em;
  text-align: right;
}

/*seminar01.html?seminar06*/
#contact ul.room_btn2 li span {
  padding-right:1em;
}

.add-sp-mg {
  display:none;
}

/*アクセス*/
/*つくばエクスプレス用*/
header #header_2 ul li.add-map-small a {
  font-size: 12px;
  line-height: 1.4em;
  padding-top: 3px;
  height: 35px;
}

/*faq*/
.faq-links {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap : wrap;
    -webkit-flex-wrap : wrap;
    flex-wrap : wrap;
}
#contents .faq-links li:nth-child(n + 4) {
    margin-top: 20px;
}
#contents .faq-links li a {
    color: #fff;
    font-size: 22px;
    line-height: 1.27;
    font-weight: bold;
    text-align: center;
    width: 270px;
    height: 90px;
    background: #00419b;
    border-radius: 3px;
    position: relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#contents .faq-links li a::before {
    content: "";
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    position: absolute;
    border: solid 1px #fff;
}
#contents .faq-links li a::after {
    content: "";
    width: 9px;
    height: 9px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 7%;
}
#contents .faq-links li a:hover {
    background: #608fd0;
}
/*faq 下層*/
.faq-anchors {
    margin: 0 0 30px 30px;
    padding: 0;
    list-style-type: none;
}
#contents .faq-anchors li {
    margin-bottom: 10px;
}
#contents .faq-anchors li a {
    color: #00419b;
    font-size: 16px;
}
#contents .faq-anchors li a .under_icon {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background: #00419b;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}
#contents .faq-anchors li a .under_icon::before {
    content: "";
    width: 5px;
    height: 5px;
    margin: auto;
    border: 0px;
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -3px;
    bottom: 0;
    left: 0;
    right: 0;
}
#contents .faq h3 {
    color: #00419b;
    font-size: 20px;
    height: 50px;
    margin: 0;
    padding: 13px 0 0 13px;
    border-left: solid 8px #00419b;
    box-sizing: border-box;
}
#contents .faq p {
    margin: 0;
    line-height: 1.62;
}
#contents .faq .faq-list dt,
#contents .faq .faq-list dd {
    font-size: 16px;
    min-height: 36px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}
.faq .faq-list dt {
    background: #ebf0f7;
    margin-bottom: 2px;
}

.faq .faq-list dd {
    margin: 0 0 30px;
}
.faq .faq-list dt .question {
    color: #fff;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    width: 36px;
    height: 36px;
    background: #00419b;
    display: inline-block;
    flex-shrink: 0;
}
.faq .faq-list dd .answer {
    color: #fff;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    width: 36px;
    height: 36px;
    background: #fa972f;
    display: inline-block;
    flex-shrink: 0;
}
.faq .faq-list dt p {
    color: #00419b;
    margin: 0;
    padding: 7px 0 7px 17px;
}
.faq .faq-list dd p {
    max-width: 814px;
    padding: 7px 0 0 17px;
}
.faq .faq-list dd a {
  text-decoration: underline!important;
}

/*ご利用までの流れ*/
.flow ul.step_wrap {
  list-style-type: none;
  margin: 30px 0 0;
  padding: 0;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flow .step_wrap .step::after {
  content: "";
  border-top: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 20px solid #b3caea;
  position: absolute;
  right: -46px;
  top: 147px;
}
.flow .step_wrap li:last-child::after {
  content: none;
}
.flow li.step {
  width: 193px;
  height: 307px;
  border: solid 1px #ccc;
  border-radius: 3px;
  position: relative;
}
.flow .step_head {
  height: 105px;
  background: #02439e;
  border-radius: 3px 3px 0 0;
  position: relative;
}
.flow .step_head .step_icon {
  margin: auto;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  display: block;
}
.flow .step_cont h4 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 20px 0;
}
.flow .step_cont p {
  font-size: 14px;
  line-height: 1.57!important;
  margin: 0!important;
  padding: 0 12px 0;
}

/*脱出ゲーム*/
.realistic-game {
  margin: 0;
}
.realistic-game .top_text {
  font-size: 16px;
  text-align: center;
}

.realistic-game-contents {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.realistic-game-contents .block {
  width: 480px;
  background: #fff;
}
.realistic-game-contents .block h2 {
  font-size: 16px!important;
  text-align: center;
  height: 66px;
  border: none!important;
  margin: 38px 0 20px!important;
}
.realistic-game-contents .block h2 img {
  margin-top: 10px;
  display: inline-block;
}
.realistic-game-contents .cont {
  text-align: center;
  height: 540px;
  padding: 28px 0 0;
}
.realistic-game-contents .cont .event-img {
  height: 185px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.realistic-game-contents .cont .event-name {
  font-size: 18px;
  font-weight: bold;
  width: 423px;
  margin: 30px auto 20px!important;
  padding-bottom: 10px;
  border-bottom: solid 2px #00419b;
  display: block;
}
.realistic-game-contents .cont .event-text {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  width: 423px;
  height: 140px;
  margin: 0 auto!important;
  display: block;
}
.realistic-game-contents .cont .event-btn {
  color: #fff!important;
  font-size: 16px;
  width: 295px;
  height: 46px;
  margin: 30px auto 0;
  padding-top: 15px;
  background: url(/akibaplaza/img/detailsbtn_pc.png) no-repeat;
  display: block;
}
.realistic-game-contents .cont .event-btn:hover {
  opacity: 0.8;
}
.realistic-game-contents .cp_hr {
  height: 3px;
  margin: 0!important;
  border-width: 0;
  background-color: #fff;
  background-image: url(/akibaplaza/img/separator_pc.png);
  background-size: 5px 3px;
}
.holding {
  text-align: center;
  margin: 77px auto 95px;
}


/*ビジュアル*/
#event-fv {
  height: 515px;
  padding-top: 50px;
  background: url(/akibaplaza/img/h1_event_pc.jpg) no-repeat center;
  background-size: cover;
}
#event-fv .title {
  color: #fff;
  font-size: 38px;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 30px;
}
#event-fv .title strong {
  font-size: 43px;
  line-height: 1.44;
  font-weight: normal;
}
#event-fv .fv-txt {
  color: #fff;
  font-size: 18px;
  line-height: 1.55;
  text-align: center;
  margin-bottom: 40px;
}
#event-fv .point3-pc {
  width: 615px;
  margin: auto;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}


#whats {
  position: relative;
}
#whats:before {
  content: "";
  width: 83px;
  height: 67px;
  margin: auto;
  background: url(/akibaplaza/img/event_icon01_pc.png) no-repeat;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
}
#whats .whats-title {
  font-size: 43px;
  font-weight: normal;
  text-align: center;
  margin: 0 auto 37px;
  padding-top: 193px;
  background: url(/akibaplaza/img/event_h201_pc.png) no-repeat center top 137px;
}
#whats .whats-txt {
  text-align: center;
}
#whats .event-block1 {
  height: 418px;
  padding-top: 75px;
  background: url(/akibaplaza/img/event_img01_pc.png) no-repeat center;
  box-sizing: border-box;
}
#whats .event-block2 {
  height: 416px;
  margin-top: -79px;
  padding-top: 75px;
  background: url(/akibaplaza/img/event_img02_pc.png) no-repeat center;
  box-sizing: border-box;
}
#whats .event-block3 {
  height: 419px;
  margin-top: -88px;
  padding-top: 75px;
  background: url(/akibaplaza/img/event_img03_pc.png) no-repeat center;
  box-sizing: border-box;
}
#whats .event-block4 {
  height: 416px;
  margin-top: -79px;
  padding-top: 75px;
  background: url(/akibaplaza/img/event_img04_pc.png) no-repeat center;
  box-sizing: border-box;
}
#whats .inner {
  color: #fff;
  width: 1000px;
  margin: auto;
}
#whats .right-side {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#whats .whats-cont {
  width: 479px;
}
#whats .whats-cont h3 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  text-shadow: 0px 0px 9px rgba(8, 11, 27, 0.7);
  margin: 0 0 15px;
}
#whats .whats-cont .txt1 {
  font-size: 18px;
  text-align: center;
  text-shadow: 0px 0px 9px rgba(8, 11, 27, 0.7);
  line-height: 1.44;
  margin-bottom: 20px;
}
#whats .whats-cont .txt-box {
  font-size: 16px;
  text-shadow: 0px 0px 9px rgba(8, 11, 27, 0.7);
  width: 479px;
  height: 152px;
  background: rgba(255,255,255,0.07);
  border: solid 1px #fff;
}
#whats .whats-cont .txt-box dt {
  text-align: center;
  padding: 16px 0;
  background: url(/akibaplaza/img/event_dotline.png) repeat-x bottom;
}
#whats .whats-cont .txt-box dd {
  line-height: 1.62;
  padding: 23px 20px 0;
  margin: 0;
}

#support-flow {
  position: relative;
  margin-bottom: 125px;
}
#support-flow:before {
  content: "";
  width: 83px;
  height: 67px;
  margin: auto;
  background: url(/akibaplaza/img/event_icon02_pc.png) no-repeat;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
}
#support-flow .support-flow-title {
  font-size: 43px;
  font-weight: normal;
  text-align: center;
  margin: 0 auto 37px;
  padding-top: 193px;
  background: url(/akibaplaza/img/event_h202_pc.png) no-repeat center top 137px;
}
#support-flow ol {
  width: 1000px;
  margin: auto;
  padding: 0;
  list-style-type: none;
}
#support-flow ol li {
  height: 140px;
  margin-left: 110px;
  position: relative;
  border-bottom: solid 1px #aaa;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#support-flow ol li::before {
  content: "";
  width: 86px;
  height: 93px;
  position: absolute;
  top: 24px;
  left: -110px;
}
#support-flow ol li::after {
  content: "";
  width: 2px;
  height: 44px;
  background: #3a567e;
  position: absolute;
  left: -67px;
  top: 116px;
}
#support-flow ol li:last-child::after {
  content: none;
}
#support-flow .flow01::before {
  background: url(/akibaplaza/img/flow_icon01_pc.png) no-repeat;
}
#support-flow .flow02::before {
  background: url(/akibaplaza/img/flow_icon02_pc.png) no-repeat;
}
#support-flow .flow03::before {
  background: url(/akibaplaza/img/flow_icon03_pc.png) no-repeat;
}
#support-flow .flow04::before {
  background: url(/akibaplaza/img/flow_icon04_pc.png) no-repeat;
}
#support-flow .flow05::before {
  background: url(/akibaplaza/img/flow_icon05_pc.png) no-repeat;
}
#support-flow .flow06::before {
  background: url(/akibaplaza/img/flow_icon06_pc.png) no-repeat;
}
#support-flow .txt1 {
  color: #2b4974;
  font-size: 18px;
  font-weight: bold;
  width: 100px;
  margin-right: 60px;
  position: relative;
}
#support-flow .txt1::after {
  content: "";
  width: 1px;
  height: 30px;
  margin: auto;
  background: #a7a7a7;
  transform: rotate(30deg);
  position: absolute;
  top: 0px;
  bottom: 0;
  right: -30px;
}
#support-flow .txt2 {
  font-size: 18px;
}


/*映像制作TOP*/
.fv-movie {
  width: 100%;
}
#business-explanation {
  height: 493px;
  background: url(/akibaplaza/img/studio_bk01_pc.jpg) no-repeat center;
  position: relative;
}
#business-explanation:before {
  content: "";
  width: 83px;
  height: 67px;
  margin: auto;
  background: url(/akibaplaza/img/studio_icon01_pc.png) no-repeat;
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
}
#business-explanation .business-explanation-title {
  color: #fff;
  font-size: 43px;
  font-weight: normal;
  text-align: center;
  margin: 0 auto 100px;
  padding-top: 230px;
  background: url(/akibaplaza/img/studio_h201_pc.png) no-repeat center top 173px;
}
#business-explanation .txt {
  color: #fff;
  font-size: 24px;
  line-height: 1.58;
  text-align: center;
}

#case {
  position: relative;
  padding-bottom: 100px;
  overflow: hidden;
}
#case:before {
  content: "";
  width: 83px;
  height: 67px;
  margin: auto;
  background: url(/akibaplaza/img/studio_icon02_pc.png) no-repeat;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
}
#case .case-title {
  font-size: 43px;
  font-weight: normal;
  text-align: center;
  margin: 0 auto 30px;
  padding-top: 230px;
  background: url(/akibaplaza/img/studio_h202_pc.png) no-repeat center top 173px;
}
#case .txt {
  font-size: 18px;
  text-align: center;
  margin-bottom: 70px;
}
#case #slide1 {
  width: 100%;
  height: 293px;
  overflow-y: hidden;
}
#case #slide1 .item {
  width: 320px;
}
#case #slide1 .item img {
  width: 100%;
}
#case #slide1 .title {
  font-size: 14px;
  text-align: center;
  height: 100px;
  padding-top: 15px;
}
#case .studio_btn {
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  width: 589px;
  height: 75px;
  margin: 20px auto 0;
  padding-top: 30px;
  background: url(/akibaplaza/img/studio_btn_pc.png) no-repeat;
  box-sizing: border-box;
  display: block;
}
#case .bx-viewport {
  overflow: visible!important;
}
#case .studio_btn:hover {
  opacity: 0.7;
}

#studio-cont {
  padding-bottom: 60px;
}
#studio-cont .cont1 {
  height: 358px;
  margin: 0;
  background: url(/akibaplaza/img/studio_content01_pc.png) no-repeat center;
}
#studio-cont .cont2 {
  height: 358px;
  margin: 0;
  background: url(/akibaplaza/img/studio_content02_pc.png) no-repeat center;
}
#studio-cont .cont3 {
  height: 358px;
  background: url(/akibaplaza/img/studio_content03_pc.png) no-repeat center;
}
#studio-cont .cont4 {
  height: 358px;
  background: url(/akibaplaza/img/studio_content04_pc.png) no-repeat center;
}
#studio-cont .inner {
  width: 1000px;
  margin: auto;
}
#studio-cont .cont-box {
  color: #fff;
  width: 386px;
  text-align: center;
  padding: 140px 60px;
}
#studio-cont .cont-box2 {
  color: #fff;
  width: 386px;
  text-align: center;
  padding: 140px 100px;
}
#studio-cont .cont-box.right-side {
  float: right;
}
#studio-cont .cont-box2.right-side {
  float: right;
}
#studio-cont .cont-box h3 {
  font-size: 32px;
  font-weight: normal;
  margin: 0 auto 30px;
}
#studio-cont .cont-box2 h3 {
  font-size: 32px;
  font-weight: normal;
  margin: 0 auto 30px;
}
#studio-cont .cont-box p {
  font-size: 16px;
  line-height: 1.55;
}
#studio-cont .cont-box2 p {
  font-size: 16px;
  line-height: 1.55;
}

#outline {
  height: 807px;
  background: url(/akibaplaza/img/studio_roombg_pc.png) no-repeat center;
  position: relative;
}
#outline:before {
  content: "";
  width: 83px;
  height: 67px;
  margin: auto;
  background: url(/akibaplaza/img/studio_icon03_pc.png) no-repeat;
  position: absolute;
  top: 53px;
  left: 0;
  right: 0;
}
#outline .outline-title {
  color: #fff;
  font-size: 43px;
  font-weight: normal;
  text-align: center;
  margin: 0 auto 100px;
  padding-top: 195px;
  background: url(/akibaplaza/img/studio_h203_pc.png) no-repeat center top 140px;
}
#outline .inner {
  color: #fff;
  width: 1000px;
  margin: auto;
  padding: 0 50px;
  box-sizing: border-box;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#outline .eed,
#outline .ma {
  width: 390px;
}
#outline .eed {
  text-align: right;
}
#outline .ma {
  text-align: left;
}
#outline h3 {
  font-size: 43px;
  font-weight: normal;
  padding-bottom: 15px;
  margin: 0 0 45px;
  border-bottom: solid 1px #fff;
}
#outline ul {
  font-size: 18px;
  line-height: 1.55;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#outline .mb {
  margin-bottom: 25px;
}

#customer-list {
  position: relative;
  padding-bottom: 80px;
}
#customer-list:before {
  content: "";
  width: 83px;
  height: 67px;
  margin: auto;
  background: url(/akibaplaza/img/studio_icon04_pc.png) no-repeat;
  position: absolute;
  top: 53px;
  left: 0;
  right: 0;
}
#customer-list .customer-list-title {
  font-size: 43px;
  font-weight: normal;
  text-align: center;
  margin: 0 auto 100px;
  padding-top: 195px;
  background: url(/akibaplaza/img/studio_h204_pc.png) no-repeat center top 140px;
}
#customer-list .txt {
  font-size: 20px;
  line-height: 2;
  text-align: center;
}

#access {
  position: relative;
  padding-bottom: 80px;
  background: #f6f6f6;
}
#access:before {
  content: "";
  width: 83px;
  height: 67px;
  margin: auto;
  background: url(/akibaplaza/img/studio_icon05_pc.png) no-repeat;
  position: absolute;
  top: 53px;
  left: 0;
  right: 0;
}
#access .access-list-title {
  font-size: 43px;
  font-weight: normal;
  text-align: center;
  margin: 0 auto 50px;
  padding-top: 195px;
  background: url(/akibaplaza/img/studio_h205_pc.png) no-repeat center top 140px;
}
#access .access-wrap {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
}
#access .gmap {
  width: 50%;
  height: 370px;
}
#access .access-data {
  font-size: 18px;
  padding: 30px 0 0 30px;
  display: block;
}


#case-study-fv {
  color: #fff;
  height: 203px;
  background: url(/akibaplaza/img/case_h1_pc.jpg) no-repeat center top;
}
#case-study-fv .case-study-title {
  font-size: 43px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  padding-top: 50px;
  margin-bottom: 30px;
}
#case-study-fv .txt {
  font-size: 18px;
  text-align: center;
}
#case-cont {
  width: 1000px;
  margin: auto;
  padding: 50px 0 150px;
}
#case-cont ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap : wrap;
  -webkit-flex-wrap : wrap;
  flex-wrap : wrap;
}
#case-cont ul li img {
  width: 234px;
}
#case-cont ul li p {
  font-size: 14px;
  text-align: center;
  width: 234px;
  padding: 17px 0 30px;
}
#case-cont ul li p strong {
  font-weight: normal;
}

/*pc版 追従ボタン*/
.fix_btn {
  width: 210px;
  position: fixed;
  right: 0;
  bottom: 10px;
  z-index: 9999;
}
.fix_btn a {
  display: block;
}
.fix_btn img {
  width: 100%;
}
.sp-none {
/*  display: block;*/
}
.pc-none {
  display: none!important;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
	スマートフォン
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media only screen and (max-width: 1200px) {
  
/* =========================================================
 ■■共通
========================================================= */
body {
  padding-top:100px !important;
	/*background:url(../images/head_bk.jpg) repeat-x top left !important;*/
	/*line-height:150%;
	font-size:14px;*/
}

br.br-sp {
  display:block;
}

.br-sp {
  display:block;
}


/* ■ヘッダー
--------------------------------------------------------- */
#header-box {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  z-index:10000;
  background:url(../images/head_bk.jpg) repeat-x top left !important;
}

div#header{
  /*overflow:hidden;*/
  /*margin:20px auto 15px !important;*/
	width:auto !important;
  /*height:83px;*/
  height:100px;
}

#header h1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /*position:absolute;
  top:0 !important;
  left:0 !important;*/
  margin:0 !important;
  padding:0 !important;
  padding-left:13px !important;
  font-size:12px !important;
  /*line-height:1 !important;*/
  z-index:-1;
}

#header h1 span {/*文言短縮*/
  display:none;
}

.head_contact {
  display:none;
}

.head_btn {
  display:none;
}

.head_txt {
  display:none;
}

.head_EN {
  display:none;
}

.logo{
	float:left;
	margin:4px 0 0px 15px;
}

.logo img {
  width:65%;
}

#nav {
  display:none;
}

/*ヘッダーお問い合わせボタン*/
.head_btn_sp {
  display:block;
  position:absolute;
  top:39px;
  right:60px;
}

/*ヘッダー電話番号*/
.head-tel {
  padding-left:15px;
  display:block;
  position:absolute;
  top:76px;
  left:15px;
  font-size:12px;
  background:url(../images/tel_icon.png) no-repeat left top 2px;
}

.head-tel span {
  font-size:15px;
  font-weight:bold;
  color:#18419b;
}

.head-tel a {
  text-decoration:none;
}

/* ■フッター
--------------------------------------------------------- */
#footer{
	padding:20px 0;
}

/*#footer:after {
	content: "";
	display: block;
	clear: both;
}*/

.footer_inn{
	width:auto;
	/*margin: auto;*/
  padding:0 15px !important;
}

.footer_inn .float_l {
  float: none !important;
}

.food_txt01{
	/*font-size:12px;
	margin:10px 0 20px 0;*/
}

.food_ul{
	/*list-style-type:none;
	padding:0;
	margin:0;
	font-size:12px;*/
	/*float:none;*/
  display:none;
}

/*.food_ul li{
	float:none;
	padding:0 0 0 0px !important;
}*/

/* ■スマホメニュー
--------------------------------------------------------- */
/*メニューボタン*/
#nav-btn-sp {
  position:absolute;
  top:40px;
  right:15px;
  z-index:10000;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 35px;
  height: 25px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #b6c4d6;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 10px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
/*アクション*/
.menu-trigger.is-active span:nth-of-type(1) {
  -webkit-transform: translateY(10.5px) rotate(-45deg);
  transform: translateY(10.5px) rotate(-45deg);
}
.menu-trigger.is-active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.is-active span:nth-of-type(3) {
  -webkit-transform: translateY(-10.5px) rotate(45deg);
  transform: translateY(-10.5px) rotate(45deg);
}
/*リンク*/
#nav-sp {
  display:block;
  /*position:absolute;*/
  position:fixed;
   /*top:83px;*/
   top:100px;
   left:0;
   width:100%;
   /*background-color: rgba(0,65,155,1.0);*/
   border-top: solid 2px #183d99;
   z-index:9999 !important;
}


#nav-sp.is-active {
  /*margin-bottom:300px !important;
  padding-bottom:300px !important;*/
  height:100% !important;
	/*overflow-y: scroll;
 	-webkit-overflow-scrolling: touch;*/
}

#nav-sp ul {
  list-style:none;
  margin:0;
  padding:0;
  /*color:#222;*/
  color:#fff;
  width:100% !important;
  height:100% !important;
	overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

#nav-sp ul li {
  background-color: rgba(0,65,155,1.0);background-color: rgba(0,65,155,1.0);
  border-bottom: dotted 1px #999;
}

#nav-sp ul li:last-child {
  /*border-bottom:none;*/
  /*border-bottom:solid 2px #183d99;*/
  /*margin-bottom:110px;*/
  height:105px;
}

#nav-sp ul li a {
  display:block;
  padding:12px 10px 12px 35px;
  font-size:16px;
  /*color:#222;*/
  color:#fff;
  text-decoration:none;
  background:url(../images/sp/add_menu_tri.png) no-repeat left 15px center;
}

#nav-sp ul li.s-cate a {
  display:block;
  padding:12px 10px 12px 35px;
  font-size:16px;
  /*color:#222;*/
  color:#fff;
  text-decoration:none;
  background:url(../images/sp/add_menu_tri_s.png) no-repeat left 15px center !important;
}

#nav-sp ul li:nth-child(-n+9) {
  font-weight:bold;
}

#nav-sp ul li:nth-child(n+10) a {
  /*color:#183d99;*/
  color:#fff;
}

.g-menu-sp {
  display:none;
}

/* ■お問い合わせ
--------------------------------------------------------- */
.box_contact{
	/*width:100%;
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#224c88;*/
	padding:30px 0 30px 0;
	/*color:#FFF;
	background-size:cover;*/
}
.box_contact.film-support {
	background: url(../img/studio_contact_bk_sp.jpg)
}
/*.box_contact:after {
	content: "";
	display: block;
	clear: both;
}*/

#access .box02_inn {
  margin-top:20px !important;
}

.box_contact_inn{
	width:100% !important;
}

.contact_h2{
	font-size:26px;
	letter-spacing:1px;
}

.contact_l{
	/*margin:35px 0 0 0;*/
	background:url(../images/tel_icon02.png) no-repeat top left 8px;
  background-size:7%;
	padding:0 0 0 40px;
	float:none;
  display:table;
  margin:25px auto 0 !important;
}
.film-support .contact_l {
/*	margin:57px 0 0 0;*/
	height: 70px;
}

.contact_tel{
	font-size:35px;
}

/*■お問い合わせフォームボタン*/
.btn03{
  margin:0 15px;
  display:block;
		/*padding:15px 40px 15px 95px;*/
    padding:15px 0 15px 30px;
		/*text-decoration:none;
		background-image:url(../images/mail_icon.png) ;
		background-repeat:no-repeat;
		background-position: center left 40px;*/
    background-position: center left 10px;
}

.contact_btn{
	/*margin:50px auto 0 auto;*/
  margin:30px auto 0 !important;
	font-size:22px;
	float:none;
}

.contact_btn:hover {
	transform: scale(1.0);	/*画像の拡大率*/
}

/* バナー */
#add-foot-inq .box02_inn > div {
  margin:0 !important;
  margin-bottom:10px !important;
}

.bnr01,.bnr02,.bnr03,.bnr04,.bnr05,.bnr06 {
	width:100% !important;
  height:80px !important;
  background-size:cover !important;
}

/* バナー */
.bnr01{
	background-image:url(../images/sp/add_bnr01.jpg) ;
}
.bnr02{
	background-image:url(../images/sp/add_bnr02.jpg) ;
}
.bnr03{
	background-image:url(../images/sp/add_bnr03.jpg) ;
}
.bnr04{
	background-image:url(../images/sp/add_bnr04.jpg) ;
}

.bnr05{
	background-image:url(../images/sp/add_bnr05.jpg) ;
}

.bnr06{
	background-image:url(../images/sp/add_bnr06.jpg) ;
}

/* ■ページトップへボタン
--------------------------------------------------------- */
/*.totop_btn{
	text-align:center;
  margin-bottom:-1px;
	font-size:10px;
	text-align:right;
	width:100%;
}*/

/*ページトップボタン*/
.totop_btn {
  display:none;
}

/* TOPへ戻る*/
/*#totop a {
 width: 50px;
 text-align: center;
 display: block;
 border-radius: 3px;
 display: block;
 background: #000;
 filter: alpha(opacity=70);
 -moz-opacity: 0.7;
 opacity: 0.7;
}
 #totop a:hover {
 text-decoration: none;
 background: #000;
}
 #totop {
 position: fixed;
 bottom: 20px;
 right: 10px;
 z-index: 1000;
}
 #totop span {
 width: 50px;
 height: 50px;
 display: block;
 background: url(../images/add_totop_arrow.png) no-repeat center center;
 background-size: 15px;
}*/

#totop a {
 width: 50px;
 height:50px;
 text-align: center;
 display: block;
 border-radius: 3px;
 display: block;
 background: #000;
 filter: alpha(opacity=70);
 -moz-opacity: 0.7;
 opacity: 0.7;
}
 #totop a:hover {
 text-decoration: none;
 background: #000;
}
 #totop {
 position: fixed;
 bottom: 20px;
 right: 10px;
 z-index: 1000;
}
 #totop span {
 width: 50px;
 height: 50px;
 display: block;
 background: url(../images/sp/add_totop_arrow.png) no-repeat center center;
 background-size: 15px;
}


/* =========================================================
 ■ index.html
========================================================= */
/* ■スライダー
--------------------------------------------------------- */

.box01 {
  padding:30px 0 !important;
}

.box02 {
  padding:35px 0 !important;
}

.bx-wrapper .bx-controls-direction a {
	/*position: absolute;*/
	top: 35% !important;
	/*margin-top: -16px;
	outline: 0;
	width: 35px;
	height: 39px;
	text-indent: -9999px;
	z-index: 9999;*/
}

/*スライダー*/

#slider .add-pc {
  display:none;
}

#slider .add-sp {
  display:block;
}


/* ■Event & Topics
--------------------------------------------------------- */
.event_title{
	width:100%;
	margin:0 auto 25px auto;
  margin-bottom:15px;
	font-size:30px;
	padding:8px 0 3px 0;
	line-height:100%;
}

.news{
	/*list-style-type:none;
	margin:0 auto;
	padding:0;*/
	width:auto;
  padding:0 15px;
}

.day{
	float:none;
	margin:15px 0 0px 0;
	padding:0;
  padding-top:10px;
	clear:both;
  border-top: dotted 1px #999;
}

.news .day:first-child {
  padding-top:0;
  border-top:none;
}

.event_txt{
  float:none;
	padding:0 0 0 0px;
	margin:5px 0 0px 0;
}

.event_txt span{
	margin-right:10px;
}

.event_icon{
	background-color:#00b1ee;
	color:#fff;
	text-align:center;
	font-family: 'Josefin Sans', sans-serif;
	font-weight:bold;
	padding:3px 9px 0 9px;
}

.topic_icon{
  margin-bottom:3px;
  display:table;
	/*background-color:#e6af06;
	color:#fff;
	text-align:center;
	font-family: 'Josefin Sans', sans-serif;
	font-weight:bold;
	padding:3px 7px 0 7px;*/
}

.et_txt {
  float:none !important;
  padding:0 0 0 0px !important;
  margin:30px 15px 0 !important;
}

.et_txt img {
  width:100% !important;
  height:auto;
}

.add-pd {
  margin-left:0;
  display:inline-block;
}

/*br.sp {
  display:block;
}*/
/* ■バナーエリア
--------------------------------------------------------- */
.bnr_area {
	padding: 7.81vw 15px;
	background: url(../img/bg_img.png);
}
.bnr_area .inner {
	width: auto;
	margin: auto;
	display:block;
}
.bnr_area a {
	display: block;
}
.bnr_area a + a {
	margin-top: 6.25vw;
}
.bnr_area img {
	width: 100%;
}


/* ■アキバプラザのポイント
--------------------------------------------------------- */
.top_h2{
	font-size:26px;
	/*margin:0;
	padding:0;*/
	letter-spacing:normal;
}

.box02 {
  margin:0 15px;
}

.box02_inn,
.box01_inn{
	width:100%;
	/*margin:0 auto;
	position:static;*/
  overflow:hidden;
}

.point_l{
	width:auto;
	position: relative;
	/*margin:20px 0 0 0;*/
  margin:20px 0px 0;
	float:none;
}

.point_l div:nth-of-type(2) {
  width:100% !important;
}

.point_l img {
  width:100% !important;
  height:auto !important;
}

.point_c{
	width:auto;
	position: relative;
	/*margin:20px 0 0 0;*/
  margin:20px 0px 0;
	left:0;
	top:0;
	float:none;
}

.point_c div:nth-of-type(2) {
  width:100% !important;
}

.point_c img {
  width:100% !important;
  height:auto !important;
}

.point_r{
	width:auto;
	position: relative;
	/*margin:20px 0 0 0;*/
  margin:20px 0px 0;
	left:0;
	top:0;
	float:none;
}

.point_r div.figure {
  width:100% !important;
}

.point_r img {
  width:100% !important;
  height:auto !important;
}

.point01{
	margin: 0 20px 0 0;
	position:relative;
	top:38px;
	/*left:80px;*/
  padding-left:50px;
  left:0;
  font-size:65px;
}

.point02{
	margin: 0 20px 0 0;
	position:relative;
	top:38px;
	/*left:35px;*/
  padding-left:10px;
}

.point03{
	margin: 0 20px 0 0;
	position:relative;


	top:38px;
	/*left:65px;*/
  left:0;
  padding-left:40px;
}

.akb-point-pic-box {
  width:100% !important;
  height:auto !important;
}

.point_l .akb-point-pic-box img,.point_c .akb-point-pic-box img,.point_r .akb-point-pic-box img {
  width:100% !important;
}

/* ■会議室一覧
--------------------------------------------------------- */

.add-room-intro {
  margin:20px 15px 0 !important;
  text-align:left !important;
}

.roomph {
  margin:0 15px;
	overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
	width: auto !important;	/*画像の幅*/
	height: auto !important;	/*画像の高さ*/
  position:static !important;
}

.roomph img {
  width:100%;
  height:auto;
  position:static !important;
}

#add-top-box01 .roomph {
  margin:0 15px;
	overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
	width: auto !important;	/*画像の幅*/
	height: 222px !important;	/*画像の高さ*/
  position:static !important;
}

#add-top-box01 .roomph img {
  width:100%;
  height:auto;
  position:static !important;
}


.room01{
	width:100%;
	float:none;
	margin:20px 0 0 0;
}
.room02{
	width:100%;
	float:none;
	margin:20px 0px 0 0;
}

.btn01{
		padding:15px 40px;
		/*text-decoration:none;
		background-image:url(../images/btn_icon.png) ;
		background-repeat:no-repeat;
		background-position: center right 10px;*/
}

.top_room_btn {
  padding:0;
}

.top_room_btn a {
  margin:30px 15px 0;
	padding:20px !important;
  display:block;
}

/* ■人数から探す
--------------------------------------------------------- */
.number{
  margin:40px 15px 0;
	width: auto;
  padding:0 0 15px !important;
}

.number_title{
	width:100%;
	padding:15px 0 10px;
	-webkit-border-top-left-radius: 20px;   
    -webkit-border-bottom-left-radius: 0px;  
    -moz-border-radius-topleft: 20px;  
    -moz-border-radius-bottomleft: 0px;
    	-webkit-border-top-right-radius: 20px;   
    -webkit-border-bottom-right-radius: 0px;  
    -moz-border-radius-right: 20px;  
    -moz-border-right-bottomleft: 0px;
	float:none;
	background-image:url(../images/member_bk.jpg) ;
	background-repeat:repeat;
}

.nubmer_btn{
	float:none;
  margin:10px 0 0 !important;
}

.btn02{
  margin:0 10px;
  display:block;
	/*background-color: #00419b;
	color: #fff !important;
	-webkit-transition: all .3s;
	transition: all .3s;*/
	padding:14px 0 6px;
	text-decoration:none;
	/*background-image:url(../images/btn_icon.png) ;
	background-repeat:no-repeat;
	background-position: center right 10px;*/
}

.top_room_btn02{
	/*text-align:center;
	color:#FFF;
	font-size:12px;
	clear:both;
	padding:0px 0;*/
	float:none;
	/*font-weight:bold;*/
}

/*.top_room_btn02 span{
	font-size:20px;
}*/

/* ■アクセス情報
--------------------------------------------------------- */
.box02 iframe {
  width:100% !important;
  /*height:300px !important;*/
}

.box02 .box02_inn .float_l,.box02 .box02_inn .float_r {
  float: none !important;
}

/* =========================================================
 ■ service.html
========================================================= */
#contents_wrapper {
	width: auto;
	/*
	border: 1px solid #C9C9C9;
	*/
	/*margin-top: 0;
	margin-right: auto;
	margin-left: auto;*/
  padding:0 15px;
	margin-bottom: 0px;
}

.box {
	margin: 0 !important;
  margin-top:20px !important;
	padding: 0px 10px 8px !important;
	width: auto !important;
	height: auto !important;
	float:none;
  overflow:hidden;
}

#contents .box:first-child {
  margin-top:0 !important;
}

#contents p.box_head{
	font-size:18px;
	/*font-weight:bold;
	text-align:center;
	border-bottom:3px solid #0C65DD;*/
	width: 100%;
	margin:0px auto;
}

#contents p.box_txt
{
	width:58%;
	line-height:1.8em;
	font-size:14px;
	float:left;	
  margin-top:0 !important;
	margin-bottom:0px;
  padding-bottom:30px !important;
}

#contents p.box_txt.add-type2 {
  padding-bottom:60px !important;
}

#contents .box img{
	/*margin-top:15px;*/
  margin-top:0 !important;
	margin-left:0px!important;
	/*float:right;*/
  width:40%;
  height:auto;
}

#contents p.detail{
    float: left;
}

/* =========================================================
 ■ kinshicho.html
========================================================= */

#contents h1.add-h-blue .wide {
	display: block;
	padding: 0;
  padding:5px 10px 2px !important;
}

#contents h1.add-h-blue .wide span {
  display:block;
}

#contents h1.add-h-blue {
  display: block;
  height:auto !important;
  margin: 0 !important;
  padding: 0px !important;
  padding-left:0 !important;
  font-size:inherit;
  line-height:normal!important;
}

#contents.add-audio ul.linkList01 {
  clear:both !important;
  margin-top:5px !important;
  margin-left:-25px !important;
}

#contents.add-audio ul.linkList01 li {
  clear:both !important;
  float: none !important;
  margin-top:0 !important;
}

/*#contents section.audio ul.linkList01 li {
  margin-top:0 !important;
}
*/
#contents section.kinshicho {
  margin: 30px 0 !important;
}

#contents.add-audio img {
  width:100%;
  height:auto;
}

/*section.kinshicho .clearfix {
  background:#FF6;
}*/

.add-maroom {
  margin-top:0 !important;
}

section.kinshicho .clearfix p {
  float:none !important;
  width:100% !important;
}

section.kinshicho.center {
  text-align:left !important;
}

section.kinshicho.center span {
  display:block;
}

.add-kinshicho-map {
  text-align:left !important;
}

.add-kinshicho-map span {
  display:block;
}

.add-kinshicho-map img {
  width:100%;
  height:auto;
}

/*#contents section.kinshicho .main_img {
  margin-bottom: 10px;
}

#contents section.kinshicho h3 {
  color: #fff;
  background: #000;
  padding: 5px 8px;
  margin: 20px 0;
}

#contents section.kinshicho figure {
  margin: 20px 0 0 0;
}

#contents section.kinshicho figure img {
  float: left;
  margin-right: 20px;
}

#contents section.kinshicho figure figcaption {
  float: left;
}*/


/* =========================================================
 ■ info.html
========================================================= */
#contents section.info {
  margin: 50px 0 !important;
}

/*#contents.add-info h1 .wide {
	display: block;
	padding: 0;
  padding:0px 10px 0 !important;
}

#contents.add-info h1 {
  display: block;
  height:auto !important;
  margin: 0 !important;
  padding: 0px !important;
  padding-left:0 !important;
  font-size:inherit;
  line-height:normal!important;
}*/

#contents.add-info ul.linkList01.add-info-link {
  clear:both !important;
  margin-top:-10px !important;
  margin-left:-25px !important;
}

#contents.add-info ul.linkList01.add-info-link li {
  clear:both !important;
  float: none !important;
  margin-top:0 !important;
}

#contents section h2 {
  font-size: 24px;
  /*font-weight: normal;
  color: #313131;
  border-bottom: 1px solid #313131;*/
  padding-bottom:5px;
}

#contents section .linkList01.add-info-link {
  margin-top:-15px !important;
  margin-left:-25px;
}

#contents section .linkList01 {
  /*list-style: none;*/
  margin-top:0px !important;
  margin-left:-10px;
}
#contents section .linkList01 li {
  /*position: relative;*/
  margin-top: .5em;
  float:none !important;
}
#contents section .linkList01 li:first-child {
  margin-top: 0;
}
/*#contents section .linkList01 li::after {
  display: block;
  content: '';
  position: absolute;
  top: .4em;
  left: -1em;
  width: 6px;
  height: 6px;
  border-right: 1px solid #002247;
  border-bottom: 1px solid #002247;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}*/

.anchorLink {
  padding-top: 0px !important;
  margin-top: 0px !important;
}

/* =========================================================
 ■ map.html
========================================================= */
/*#contents_wrapper {
  width:auto;
  margin:0 !important;
}*/

#contents.add-map h1 {
  margin: 50px 0 20px 0;
  padding: 10px 0px 8px 10px;
  font-size: 24px;
}

#map_header {
  margin-top:30px;
}

/*ナビ1*/
header #header_1 {
  width: 100% !important;
  z-index: 1000;
  border-top: 1px solid #C9C9C9;
  border-bottom: 1px solid #C9C9C9;
  height: 38px;
}
header #header_1 ul {
  list-style: none;
  height: 38px;
  margin: 0;
  padding: 0;
  display:table;
  table-layout:fixed;
  width:100% !important;
}
header #header_1 ul li {
  /*display: block;*/
  float:none;
  display:table-cell;
  vertical-align:middle;

  /*border-right: 1px solid #C9C9C9;*/
}
/*header #header_1 ul li.now {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q5ZGFkOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eaeaea), color-stop(100%, #d9dad9));
  background: -moz-linear-gradient(#eaeaea, #d9dad9);
  background: -webkit-linear-gradient(#eaeaea, #d9dad9);
  background: linear-gradient(#eaeaea, #d9dad9);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEAEAEA', endColorstr='#FFD9DAD9');
}*/
/*
header #header_1 ul li:last-child {
  border: none;
}
*/

/*header #header_1 ul li:first-child{
	border-left:1px solid #C9C9C9;
}*/

/*header #header_1 ul li.txt_small a {
  font-size: 12px;
  line-height: 1.4em;
  padding-top: 3px;
  height: 35px;
}*/
header #header_1 ul li a {
  /*display: block;
  height: 38px;*/
  width:auto;
  /*text-align: center;
  text-decoration: none;
  line-height: 38px;
  color: #313131;
  font-weight: bold;*/
}
header #header_1 ul li a.last {
  width:auto;
}

/*ナビ2*/
header #header_2 {
  width: 100%;
  z-index: 1000;
  border-bottom: 1px solid #C9C9C9;
  height: 38px;
}
header #header_2 {
  width:100%;
  /*z-index: 1000;
  border-bottom: 1px solid #C9C9C9;
  height: 38px;*/
}
header #header_2 ul {
  /*list-style: none;
  height: 38px;
  margin: 0;
  padding: 0;*/
  display:table;
  table-layout:fixed;
  width:100%;
}
header #header_2 ul li {
  display:table-cell;
  vertical-align:middle;
  float:none;
  border-right: 1px solid #C9C9C9;
}

header #header_2 ul li:first-child a {
  font-size: 12px;
  line-height: 1.4em !important;
}

header #header_2 ul li:first-child span {
  padding-top:4px;
  display:block;
}

header #header_2 ul li:nth-of-type(3) span {
  font-size:10px !important;
}

/*
header #header_2 ul li:last-child {
  border: none;
}
*/

/*つくばエクスプレス用*/
header #header_2 ul li.add-map-small a {
  font-size: 10px;
  line-height: 1.4em;
  padding-top: 6px;
  height: 35px;
}

header #header_2 ul li a {
  /*display: block;
  height: 38px;*/
  width: auto;
  /*text-align: center;
  text-decoration: none;
  line-height: 38px;
  color: #fff;
  font-weight: bold;*/
/*
  font-family: "ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro","游明朝", YuMincho,"HGS明朝E","メイリオ","ＭＳ Ｐ明朝","MS PMincho",serif;
*/
  /*text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);*/
}

/**/
#contents.add-map {
  width:100% !important;
}

#contents.add-map  img {
  width:100%;
  height:auto;
}

#contents.add-map  h2 {
  display:block;
  border: 1px solid #7D8367;
  margin: 50px 0 20px 0;
  padding: 10px 5px 8px 10px;
  font-size: 20px;

}

figcaption{
	/*margin:0px auto 0px auto; 
	font-size:80%; */
	/*width:100%;*/
}

#contents figure figcaption {
  /*color: #313131;
  border-left: 1px solid #7D8367;
  border-right: 1px solid #7D8367;
  border-bottom: 1px solid #7D8367;
  padding: 7px 10px;
  font-size: 18px;*/
  padding:7px 7px;
  font-size:14px;
  text-align:left;
  width:auto;
}

#contents.add-map  p {
  margin: 0px 0 !important;
  line-height: 2em;
}

#contents figure figcaption span {
  display:block;

}

#contents.add-map  iframe {
  width:100%;
}


/* =========================================================
 ■ hall.html
========================================================= */

#contents {
  margin-top:0 !important;
  padding-top:30px;
}

#contents.add-room-wrap {
  padding-top:0 !important;
}

#contents section {
	margin-top: 0px !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	margin-bottom: 30px;
}

#contents section h1 {
  margin:0 0 0 0px !important;
}

#contents p {
  margin: 15px 0 !important;
  line-height: 1.6 !important;
}

/*■ギャラリー*/

.photo_slide_wrapper ul.photo_slide_right {
	list-style: none;
	margin-left: 0px!important;
	float:none!important;
  overflow:hidden;
}
.photo_slide_wrapper ul.photo_slide_right img {
  width:100% !important;
  height:auto !important;
}

.photo_slide_wrapper ul.photo_slide_left {
	margin-left: 0px !important;
  margin-top:10px;
	float:none;
  display:table;
  table-layout:fixed;
  width:100%;
}
.photo_slide_wrapper ul.photo_slide_left li {
	cursor: pointer;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
  padding-right:5px;
	float:none;
  display:table-cell;
  vertical-align:top;
}

.photo_slide_wrapper ul.photo_slide_left li:last-child {
  padding-right:0;
}

.photo_slide_wrapper ul.photo_slide_left img {
  width:100%;
  /*height:60px;*/
  height:auto;
}

#contents section#zoom_drawing{
	width:auto !important;
	text-align:center;
	border:2px #CCCCCC solid;
	padding:10px;
	margin:0px auto;
}

/*大ホール用変換テキスト*/
.hall-txt-pc {
  display:none;
}

#contents .hall-txt-sp {
  display:block;
}

/*■ビデオ*/
video {
  width:100% !important;
  height:auto !important;
}

/*■施設概要*/
#contents table.outline.add-about span {
  display:block;
}
/*■施設概要*/

#contents table.outline.add-detail span {
  display:block;
}

/*■料金表*/
#add-price-data colgroup {
  width:auto !important;
}

/* =========================================================
 ■ reception.html
========================================================= */
.sp-font-small {
  font-size:14px !important;
}

/* =========================================================
 ■ list/index.html
========================================================= */

.add-map-top {
  display:none;
}

.add-map-area {
  padding-bottom:20px;
  display:block;
}

.add-map-area img {
  vertical-align:top;
  border:0;
  width:100%;
}

/*下層共通*/
.title_list{
	/*background-image:url(../images/main_top_bk.png),url(../list/images/list_title.jpg) ;*/
  background:url(../images/main_top_bk.png) repeat-x top left,url(../list/images/list_title.jpg) no-repeat center center;
	/*background-position:center center;*/
	/*height:187px;*/
  height:100px;
	/*background-repeat:repeat-x,no-repeat;
	background-color:#e9e9e9;*/
}

.title_area{
	width:100%;
	/*margin:0 auto 0 auto;*/
	/*padding:65px 0 0 0;*/
  padding:25px 0 0 0;
}

.title_h2{
	/*margin:0 0 18px 0;*/
  margin:0 0 5px 20px;
	padding:0;
	/*font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	color:#00275c;*/
	/*font-size:36px;*/
  font-size:26px;
	font-weight: normal;
	letter-spacing:1px;
}
.title_h2 img {
  width: 200px;
}

.title_p{
  margin-left:20px;
	/*color:#00275c;
	font-size:12px;
	letter-spacing:1px;*/
}

.pankuzu{
  padding-left:15px;
}

.pankuzu ol {
  width: auto;
}

.pankuzu p{
	/*margin:0 auto;*/
	width:100%;
	/*font-size:12px;
	padding:3px 0;*/
}

.sec_h3{
/*	margin:40px 0 80px 0;
	padding:40px 0 0 0;*/
	/*font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	color:#00419b;*/
	font-size:26px;
	/*font-weight: normal;
	text-align:center;
	margin:0;*/
	padding:20px 0 20px 0;
	line-height:40px;
	clear:both;
}

.explanation {
  width: auto;
  padding: 0 15px;
}

.add-room-area {
  /*margin:0 15px;*/
  padding:0 5px;
}

.list_tbl{
	/*border-collapse: collapse;*/
	width:100%;
	/*margin:40px auto 0 auto;*/
  margin:0 !important;
	/*border-right:1px solid #d2d2d2;*/
	/*font-size:16px;*/
  font-size:14px;
	
}

.list_tbl th,.list_tbl td {
  width:auto !important;
}

.list_tbl th{
	/*background-color:#999999;
	color:#FFF;*/
	/*padding:15px 0;*/
  padding:5px 0;
	/*text-align: center;
	border-left:1px solid #d2d2d2;
	font-weight: normal;*/
  width:auto !important;
}

.list_tbl th span {
  display:block;
}

.td_room{
	/*border-left:1px solid #d2d2d2;
	border-bottom:1px solid #d2d2d2;*/
	/*padding:15px 20px;*/
  padding:0 !important;
	/*vertical-align:middle;	*/
  width:0 !important;
}

/*.td_room img {
  width:90%;
}*/

.td_room a {
  display:none;
}

.td_roomtxt a:first-child {
  display:block;
}

.td_roomtxt a {
  margin-top:5px;
  display:block !important;
}

.td_roomtxt{
	/*border-bottom:1px solid #d2d2d2;*/
	padding:5px 8px 5px !important;
	/*vertical-align:middle;*/
  width:auto;
  text-align:center;
}

.td_roomtxt img {
  width:100%;
  height:auto;
}


.td_roomtxt02{
	/*border-bottom:1px dotted #d2d2d2;
	padding:20px 0 10px 0;
	vertical-align:middle;*/
	padding:5px 8px 5px !important;
  text-align:center;
}

.td_roomtxt02 a:first-child {
  display:block;
}

.td_roomtxt02 a {
  margin-top:5px;
  display:block;
}

.td_roomtxt02 img {
  width:100%;
}


.td_roomtxt03{
  text-align:center;
}

.td_txt{
	padding:5px 3px;
	/*vertical-align:middle;
	text-align:center;*/
  white-space:nowrap;
  width:inherit !important;
}


.td_txt span {
  display:block;
}

.list_txt{
	width:100%;
	margin:0 auto;
	line-height:170%;
}

.box01_01{
	/*background-color:#ececec;*/
	padding:30px 15px;
	margin:5px 0 0 0;
}

/* =========================================================
 ■ catering.html
========================================================= */
.catering .add-pc {
  display:none;
}

.catering .add-sp {
  margin-bottom:20px;
  padding-bottom:2px;
  display:block;
  border-bottom: 1px solid #664550;
}


#contents.catering .add-sp h2 {
  margin: 0 !important;
  border-bottom:none;
}

#contents.catering .add-sp p.add-plan-ex {
  margin:0 !important;
  margin-top:5px !important;
  padding-bottom:4px !important;
  font-size:12px;
  color:#664550;
  line-height:1.3 !important;
  border-bottom: solid 4px #664550;
}

#contents.catering img {
  width:100% !important;
  height:auto !important;
}

#contents.catering span.pc {
  display:none;
}
#contents.catering span.sp {
  display:block;
}


#contents .table_03 {
  width: 100% !important;
  border-top:none;
}

#contents .table_03 colgroup {
  display:none;
}

#contents .table_03 th {
  text-align:left !important;
  font-size: 16px;
  padding: 10px 5px;
  display:block;
  background:#eee;
  border-top: solid 1px #8E8E8E;
  /*width:100% !important;*/
}


/*#contents .table_03 th span {
  display:block;
  width:auto;
  color: #fff;
  text-align:center;
  margin-right: 0px;
  margin:0 auto 5px;
  padding:0px !important;
}*/

/*#contents .table_03 th span.add-yen {
  color:#000;
  background:inherit;
  margin-right: 0px;
  margin-bottom:0;
  padding: 0;
}*/

#contents .table_03 td {
  text-align:left;
  padding: 10px 5px;
  display:block;
  /*width:100% !important;*/
}

/*#contents .table_03 td span {
  display:block;
}*/

.catering .comment_catering {
  padding-top:20px;
  font-size: 12px;
  width:auto;
  float:none;
  overflow:hidden;
}

/*#contents .color_brown h3 span {
   background:#fff !important;
  color:#000 !important;
  padding: 0 !important;
  margin-right: 0px !important;
  display:block;
}*/

/* =========================================================
 ■ download.html
========================================================= */
#add-download-table colgroup {
  display:none;
}

#add-download-table th {
  padding:20px 5px 20px 10px !important;
  font-size:15px !important;
}

#add-download-table td {
  padding:20px 10px !important;
}

/* =========================================================
 ■ recruit_campaign.html
========================================================= */
.cpm_title p {
}

.cpm_titleup {
  margin-bottom:10px !important;
	font-size: 135% !important;
}

.cpm_titleup_s {
  margin-bottom:10px !important;
	font-size: 175% !important;
}
	
.cpm_title font {
  font-size:14px !important;
}

.cpm_titleup span {
  display:block;
}

.cpm_titleup_s span {
  display:block;
}	
.cmp_titlered {
  margin-bottom:10px !important;
	font-size: 85% !important;
    color: blue;
}

.cpm_titledw {
  margin-top:20px;
	font-size: 14px !important;
  line-height:normal !important;
	padding: 0 !important;
}

.cpm_titlecard {
  margin-top:20px;
	font-size: 14px !important;
  line-height:normal !important;
	padding: 0 !important;
}

.card{
  margin-bottom:30px;
	font-size: 14px !important;
  line-height:normal !important;
	padding: 0 !important;
}

.cpm_titledw_t {
  margin-top:20px;
	font-size: 14px !important;
	padding: 0 !important;
}

.cpm_titledw2 {
  margin:20px auto 0;
	font-size: 18px !important;
  line-height: 1.8 !important;
	padding: 0 !important;
  display:table;
  text-align:left;
}

td.add-cam-td {
  /*display:none;*/
  width:0 !important;
  /*background:#C6F*/
}

.add-cam-tr {
  height:20px !important;
}

#contents td.point{
	margin:0 !important;
	width:auto !important;
}



#contents p.description_lo {
  margin:0 !important;
  padding:0 !important;
  margin-top:8px !important;
	width:auto !important;
}

.comnt {
  margin-top:-8px !important;
	font-size: 18px !important;
    line-height: 170%;
	padding: 0px !important;
  }
  
.comnt .description_lo em.emphasi_s {
  font-size:20px !important;
}

.comnt .description_lo span {
  display:block;
}

em.emphasis_b{
	font-size: 18px !important;
}

em.emphasi_s{
	font-size: 14px !important;
}

em.emphasis{
	font-size: 18px !important;
}

/*em.em_msg{
  font-size:16px !important;
  text-align:left !important;
	line-height:normal !important;
}*/

em.em_msg span {
  margin-top:5px;
  display:block;
}

em.em_msg span:first-child {
  margin-top:0;
}

em.emphasi_s1{
  margin-left:-4.5em;
	font-size: 14px !important;
}

.description_lo font {
  font-size:14px !important;
}

.add-cam-price {
  margin-left:-2em;
}

.add-cam-price .emphasi_s3 {
  font-size:16px !important;
}

.add-cam-price em:first-child {
  display:block;
}


.add-cam-price .emphasi_s2 {
	/*font-size: 20px !important;*/
}

br.add-no-disp {
  display:none;
}

/* =========================================================
 ■ promotion.html
========================================================= */
#contents.add-cam-summer {
  padding-top:20px !important;
}

.cpm_title {
  width: auto !important;
  padding: 10px 0 !important;
  margin-bottom: 10px;
  border: 1px solid #acafd2;
  background-color: #4682b4;
  color: #ffffff;
  text-align: center;
  line-height:1.6 !important;
}

.cpm_titleup.summer {
  margin-bottom:0px !important;
	font-size: 200% !important;
}

.cpm_title span {
  display:block;
}
  
.msgbox{
  width: auto !important;
	height:auto !important;
	padding:5px !important;
	margin-left:0 !important;
	margin-top:0px;
  font-size:14px !important;
  text-align:left !important;
}

.msgbox .wrapper {
  text-align:left !important;
  line-height:1.4 !important;
}

.msgbox .wrapper em {
  font-size:16px !important;
  text-align:left !important;
  line-height:normal !important;
}

.msgbox span {
  display:block;
}

#contents #zoom_drawing {
  padding-top:0 !important;
}

#contents #zoom_drawing p {
  /*margin: 0px 0 !important;*/
  margin:7px 0 !important;
  line-height:normal !important;
  /*background:#F99*/
}

#contents .point p{
	float:none;
  line-height:normal !important;
}

#contents .point:first-child .description {
  display:none;
}

#contents p.circle_1{
    width: 120px !important;
    height: 30px !important;
	line-height:30px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f9972d;
	color:#FFF;
	text-align:center;
	vertical-align:middle;
	margin:0px 10px 0px 0px !important;
	font-weight:bold;
	display:block !important;
}

#contents p.circle_1 span {
  padding-left:5px;
  font-size:100% !important;
}

.description.add-no-disp {
  display:none;
}

.description {
  width:auto !important;
}
.add-camprice-sum {
  margin-left:-8em;
}

img.add-campic-sum {
  width:50% !important;
  height:auto !important;
}

td.point figure {
  margin:0 !important;
}

#contents.add-cam-summer .add-cam-tr {
  display:none;
}

#contents.add-cam-summer .description.add-cam-summer-point1 {
  margin-top:10px !important;
}

/* =========================================================
 ■ ipad_campaign.html
========================================================= */

#ipad_top{
	/*margin-top: 30px;
	margin-right: 75px;
	margin-left: 75px;*/
  margin:0 !important;
	margin-bottom: 30px;
	padding: 0px;
	background-color: #DCD9DA;
	width: 100% !important;
	height:auto!important;
  overflow:hidden;
}

/*#ipad_top p{ 
	margin:0px;
}

#ipad_top img{
	margin:0px;
	float:left;
}*/

#ipad_title {
  overflow:hidden;
  padding:0 0 0 10px;
  display:table-cell !important;
  vertical-align:middle !important;
	height:143px;
}

p#i_01{
	margin:0px !important;
	width:auto !important;
	height:30px;
  line-height:30px !important;
	/*background-color:#000000;
	color:#FFFFFF;
	padding-left:10px;*/
}

p#i_02{
	margin:0px !important;
  padding:0 !important;
	width:auto !important;
	float:none;
}

p#i_03{
    margin:0px !important;
    margin-top:5px !important;
	width:auto;
	font-size:200%;
	font-weight:bold;
	letter-spacing:normal;
	text-shadow: 1px 1px 3px #CCCCCC;
  line-height:1.2 !important;
	float:none;
}

p#i_03 span {
  display:block;
}

.add-ipad-freemark {
  display:table;
  float:right;
}

p#i_04{
	position: relative;
	display: inline-block;
  margin: 0 !important;
	padding-top: 7px;
	/*width: 150px;
	height: 100px;*/
  width:70px;
  height:47px;
	line-height: 1.2em;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	background:#1BD1F7;
	border-radius: 50%;
	box-sizing: border-box;
  display:none;
}

p#i_04:before{
	content: "";
	position: absolute;
	top: 40%;
	left: -20px;
  	margin-top: 0;
	border: 15px solid transparent;
	border-right: 25px solid #1BD1F7;
 	z-index: 0;	
}

#contents p.inq_btn{
	margin-left: 0x;
	margin-bottom: 0px;
	width: 100% !important;
	font-size: 125%;
  height:50px;
  line-height:50px !important;
}

#contents.add-ipad-cam section {
	margin-top: 30px;
	margin-right: 0!important;
	margin-left: 0!important;
	margin-bottom: 0!important;
}

/*#contents.add-ipad-cam section img {
  width:100% !important;
  height:auto !important;
}*/

#contents p.campaign_title{
  margin-top:30px !important;
	width:auto !important;
	height:40px;
  line-height:40px !important;
	font-size:130%;
	padding-left:10px;
}

.ipad_point1{
	font-size:120%;
	margin-left:0px !important;
	margin-bottom:20px;
}

.ipad_point1 p {
  text-indent: -1.5em;
  padding-left:1.5em;
}

.ipad_point2{
	margin:0px !important;
	padding:0px;
  padding:0 10px 0 15px !important;
	width:auto !important;
	height:auto !important;
	font:90%;
	border: 1px #0D287F solid;
	float:none;
}

#contents .ipad_point2 p{
	font:120%;
	font-weight:bold;
	text-decoration:underline;
	padding-left:0px !important;
	margin-top:0px;
	margin-bottom:0px;	
}

.ipad_point2 ul{
	padding-left:9px !important;
  margin-left:9px !important;
}
.ipad_point2 li{
	margin-bottom:10px;
}

.ipad_point2 li:last-child {
  margin-bottom:0;
}

img.add-ipad-pic01 {
  margin-top:15px;
  width:100% !important;
  height:auto !important;
}

img.add-ipad-pic02 {
  float: none;
  width:100% !important;
  height:auto !important;
}

.add-ipad-customer {
  margin-top:20px;
  width:100% !important;
  float:none;
}


.add-ipad-customer div:nth-of-type(1) {
  width:100% !important;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  /*background:#FC0;*/
}



.add-ipad-customer div:nth-of-type(3) {
  width:100% !important;
  margin-top:15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-direction: row-reverse;
  /*background:#6FF;*/
}


.add-ipad-customer div:nth-of-type(1) img {
  float: none !important;
  margin-top:0 !important;
  width:80px !important;
}

.add-ipad-customer div:nth-of-type(3) img {
  float: none !important;
  margin-top:0 !important;
  width:80px !important;
}

/*.add-ipad-customer img {
  margin-top:0 !important;
  width:80px !important;
  height:auto !important;
  float: none;
}*/

/*.add-ipad-customer img,.add-ipad-customer p#i_05 {
  display:table-cell;
  vertical-align:middle;
}

.add-ipad-customer img,.add-ipad-customer p#i_06 {
  display:table-cell;
  vertical-align:middle;
}*/


p#i_05{
 	position: relative;
	display: inline-block;
 	margin: 0 0 0 15px !important;
	padding: 7px 10px;
	min-width:inherit;
 	max-width:none !important;
 	color: #555;
	font-size: 16px;
	background: #EDD691;
	width:75% !important;
	font-size:90%;
	float:none;
}

p#i_06 {
 	position: relative;
	display: inline-block;
 	margin: 0 15px 0 0 !important;
	padding: 7px 10px;
	min-width:inherit;
 	max-width:none !important;
 	color: #555;
	font-size: 16px;
	background:#EDD691;
	width:75% !important;
	font-size:90%;
	float:left;
}

#contents p.inq_btn2 {
	margin-left: 0x;
	margin-bottom: 0px;
	width: 100% !important;
	font-size: 125%;
  height:50px;
  line-height:50px !important;
}

/* =========================================================
 ■ sakura.html,kaede.html,hasu.html,nanten.html,asagao.html
========================================================= */

#contact ul li a {
  /*display: block;
  height: 50px;
  width: 276px;*/
   border:none;
  /*border-radius: 5px;
  font-size: 20px;
  line-height: 50px;
  overflow: hidden;*/
}

#contact ul.room_btn {
  width:100%;
  font-size:18px !important;
  /*overflow:hidden;*/
  display: -webkit-box; /* before Android4.3 iOS6:Safari */
  display: -ms-flexbox; /* IE10 */
  display: -webkit-flex; /* Pc-safari */
  display: flex;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#contact ul.room_btn li {
  height:auto !important;
  /*width: 155px;*/
  /*width:50%;*/
  width:49.5%;
  line-height:normal !important;
  /*margin:5px 5px;*/
  margin:0 !important;
  /*margin-right:5px !important;*/
  margin-top:5px !important;
  /*float: left;*/

}

#contact ul.room_btn li:nth-child(2n) {
 margin-right:0 !important;
}
#contact ul.room_btn li:nth-child(-n+2) {
/*margin-top:0 !important;*/
}


#contact ul.room_btn li a{
  height:50px !important;
  /*width: 155px;*/
  width:100%;
  line-height: 50px !important;
  font-size:100%;
  box-shadow: none !important;
}

#contents ul.room_btn li#button {
  height:50px !important;
  /*width: 155px;*/
  width:49.5%;
  line-height: 50px !important;
  font-size:100%;
  
}

#contents ul.room_btn li a:hover,#contents ul.room_btn li#button{
  box-shadow: none !important;
  border-top: 2px solid #ffb870 !important;
  border-bottom: 2px solid #e87502 !important;
}

/* =========================================================
 ■ seminar01.html?seminar06
========================================================= */
#contact ul.room_btn2 {
  width:100%;
  /*overflow:hidden;*/
  display: -webkit-box; /* before Android4.3 iOS6:Safari */
  display: -ms-flexbox; /* IE10 */
  display: -webkit-flex; /* Pc-safari */
  display: flex;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;      /* Safari etc. */
  -ms-align-items    : center;      /* IE10        */
  align-items        : center;
}

#contact ul.room_btn2 li {
  height:auto !important;
  /*width: 155px;*/
  /*width:50%;*/
  width:49.5% !important;
  line-height:normal !important;
  /*margin:5px 5px;*/
  margin:0 !important;
  /*margin-right:5px !important;*/
  margin-top:5px !important;
  /*float: left;*/
  /*font-size:12px !important;*/

}

/*#contact ul.room_btn2 li:nth-child(2n) {
 margin-right:0 !important;
}*/
#contact ul.room_btn2 li:nth-child(-n+2) {
margin-top:0 !important;
}

#contact ul.room_btn2 li a{
  height:60px !important;
  /*width: 155px;*/
  width:100% !important;
  line-height:60px !important;
  font-size:100%;
  box-shadow: none !important;
}

#contents ul.room_btn2 li#button {
  height:60px !important;
  /*width: 155px;*/
  width:49.5% !important;
  line-height:60px !important;
  font-size:100%;
  
}

#contents ul.room_btn2 li a:hover,#contents ul.room_btn2 li#button{
  box-shadow: none !important;
  border-top: 2px solid #ffb870 !important;
  border-bottom: 2px solid #e87502 !important;
}


/*#contact ul.room_btn2 li span {
  padding-right:0 !important;
  display:block !important;
}*/

#contents .table_01.add-zumen-adjust td {
  height:auto !important;
  background:#ccc;
}

#contents .table_01.add-zumen-adjust a {
  padding:5px 0;
  height:auto !important;
  line-height:normal !important;
	font-size:70% !important;
}

#contents .table_01.add-zumen-adjust a:first-line {
  font-size:120% !important;
}

.add-sp-mg {
  margin-top:20px;
  display:block;
}

#zoom_drawing img {
  width:60% !important;
  height:auto !important;
}

/*料金表*/
#add-price-data th:nth-child(1) {
  width:auto !important;
}

#add-price-data th:nth-child(2) {
  width:auto !important;
}

#add-price-data th:nth-of-type(n+3) {
  width:auto !important;
}

#contents .adjust a{
	font-size:100%;
}


/* =========================================================
 ■ hotel.html
========================================================= */

#contents .table_04 td {
  padding:5px;
  word-break: break-all !important;
}
#contents .table_04 colgroup:nth-child(1) {
  width:25% !important;
}

#contents .table_04 colgroup:nth-child(2) {
  width:auto !important;
}


/*faq*/
.faq-links {
    display: block;
}
#contents .faq-links li {
    margin-top: 20px;
}
#contents .faq-links li a {
    font-size: 20px;
    width: 100%;
    height: 70px;
}
#contents .faq p {
    margin: 0!important;
}
/*faq 下層*/
#contents .faq-anchors li a .under_icon {
    margin-left: -26px;
}
.faq .faq-list dt .question {
    height: auto;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


/*ご利用までの流れ sp*/
  .flow ul.step_wrap {
    display: block
  }
  .flow li.step {
    width: 100%;
    height: auto;
    min-height: 49.06vw;
    margin-bottom: 6%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
  }
  .flow .step_head {
    width: 30.31vw;
    height: auto;
    flex-shrink: 0;
  }
  .flow .step_head .step_icon {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
  }
  .flow .step_head .step_icon.step1 {
    width: 24.37vw;
  }
  .flow .step_head .step_icon.step2 {
    width: 18.43vw;
  }
  .flow .step_head .step_icon.step3 {
    width: 19.21vw;
  }
  .flow .step_head .step_icon.step4 {
    width: 18.43vw;
  }
  .flow .step_wrap .step::after {
    content: "";
    width: 0;
    margin: auto;
    border-top: 4.25vw solid #b3caea;
    border-right: 6.25vw solid transparent;
    border-bottom: 6.25vw solid transparent;
    border-left: 6.25vw solid transparent;
    display: block;
    position: absolute;
    top: auto;
    right: 0;
    left: 0;
    bottom: -10.7vw;
  }
.flow .step_cont h4 {
  font-size: 5vw;
  font-weight: bold;
  text-align: center;
  margin: 6.25vw 0;
}
.flow .step_cont p {
  font-size: 4.37vw;
  line-height: 1.57!important;
  margin: 0!important;
  padding: 0 12px 0;
}

/*脱出ゲーム sp*/
.realistic-game-page {
  padding-top: 0;
}
.realistic-game-page #contents_wrapper {
  padding: 0!important;
}
.realistic-game-page #contents {
  padding-top: 0;
}

.realistic-game {
  margin: 0;
}
.realistic-game-h1 img {
  width: 100%;
}
.realistic-game .top_text {
  font-size: 4.37vw;
  text-align: center;
}
.realistic-game-contents {
  padding: 0 15px;
  display: block;
}
.realistic-game-contents .block {
  width: auto;
  padding: 9.37vw 0;
  margin-bottom: 9.37vw;
}
.realistic-game-contents .block h2 {
  font-size: 4.37vw!important;
  text-align: center;
  height: auto;
  border: none!important;
  margin: 0!important;
  padding-bottom: 0!important;
}
.realistic-game-contents .block h2.img1 img {
  width: 53.90vw;
}
.realistic-game-contents .block h2.img2 img {
  width: 29.68vw;
}
.realistic-game-contents .block h2 img {
  margin: 2.5vw auto 0;
  display: inline-block;
}
.realistic-game-contents .cont {
  text-align: center;
  height: auto;
  padding: 3vw 0 0;

}
.realistic-game-contents .cont .event-img {
  height: 49.37vw;
}

.realistic-game-contents .cont .event-img.img1 img {
  width: 70.31vw;
}
.realistic-game-contents .cont .event-img.img2 img {
  width: 82.18vw;
}
.realistic-game-contents .cont .event-img.img3 img {
  width: 64.06vw;
}
.realistic-game-contents .cont .event-img.img4 img {
  width: 64.06vw;
}

.realistic-game-contents .cont .event-name {
  font-size: 5vw;
  font-weight: bold;
  width: 84.21vw;
  margin: 6.25vw auto 4.06vw!important;
  padding-bottom: 2.34vw;
  border-bottom: solid 2px #00419b;
  display: block;
}
.realistic-game-contents .cont .event-text {
  font-size: 4.37vw;
  width: 84.21vw;
  height: auto;
  margin: 0 auto!important;
  display: block;
}
.realistic-game-contents .cont .event-btn {
  font-size: 5vw;
  line-height: 1;
  width: 84.37vw;
  height: 10.37vw;
  margin: 6.25vw auto 0;
  padding-top: 4.53vw;
  background: url(/akibaplaza/img/detailsbtn_sp.png) no-repeat;
  background-size: contain;
}
.realistic-game-contents .cp_hr {
  height: 0.78vw;
  margin: 9.37vw 0 6.25vw!important;
  border-width: 0;
  background-color: #fff;
  background-image: url(/akibaplaza/img/separator_sp.png);
  background-size: 5px 5px;
}
.holding {
  width: auto;
  text-align: center;
  margin: 7.81vw auto 20.31vw;
  padding: 0 15px;
}
.holding img {
  width: 100%;
}



/*ビジュアル*/

#event-fv {
  height: 125.46vw;
  padding-top: 9.33vw;
  background: url(/akibaplaza/img/h1_event_sp.jpg) no-repeat center;
  background-size: cover;
}
#event-fv .title {
  color: #fff;
  font-size: 5.06vw;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 6.13vw;
}
#event-fv .title strong {
  font-size: 6.66vw;
  line-height: 1.44;
  font-weight: normal;
}
#event-fv .fv-txt {
  color: #fff;
  font-size: 4vw;
  line-height: 1.55;
  text-align: center;
  margin-bottom: 5.33vw;
}
#event-fv .point3-sp img {
  width: 37.33vw;
  height: 37.33vw;
}
#event-fv .point3-sp .upper {
  text-align: center;
}
#event-fv .point3-sp .bottom {
  width: 77.33vw;
  margin: -3vw auto 0;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#whats {
  position: relative;
}
#whats:before {
  content: "";
  width: 16.53vw;
  height: 13.46vw;
  margin: auto;
  background: url(/akibaplaza/img/event_icon01_sp.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 8vw;
  left: 0;
  right: 0;
}
#whats .whats-title {
  font-size: 8vw;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  margin: 0 auto 6.66vw;
  padding-top: 33.66vw;
  background: url(/akibaplaza/img/event_h201_sp.png) no-repeat center top 27.4vw;
  background-size: 73.06vw;
}
#whats .whats-txt {
  font-size: 3.73vw;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 6.66vw;
}
#whats .event-block1 {
  height: 99.33vw;
  padding-top: 16vw;
  background: url(/akibaplaza/img/event_img01_sp.png) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
}
#whats .event-block2 {
  height: 99.33vw;
  margin-top: -11vw;
  padding-top: 16vw;
  background: url(/akibaplaza/img/event_img02_sp.png) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
}
#whats .event-block3 {
  height: 99.33vw;
  margin-top: -11vw;
  padding-top: 16vw;
  background: url(/akibaplaza/img/event_img03_sp.png) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
}
#whats .event-block4 {
  height: 99.33vw;;
  margin-top: -11vw;
  padding-top: 16vw;
  background: url(/akibaplaza/img/event_img04_sp.png) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
}
#whats .inner {
  color: #fff;
  width: auto;
}
#whats .right-side {
  display:block;
}
#whats .whats-cont {
  width: 89.33vw;
  margin: auto
}
#whats .whats-cont h3 {
  font-size: 5.06vw;
  margin: 0 0 4vw;
}
#whats .whats-cont .txt1 {
  font-size: 4vw;
  margin-bottom: 7.46vw;
}
#whats .whats-cont .txt-box {
  font-size: 3.73vw;
  width: 89.33vw;
  height: auto;
  margin: 0;
  background: rgba(255,255,255,0.07);
  border: solid 1px #fff;
}
#whats .whats-cont .txt-box dt {
  line-height: 1.42;
  padding: 4vw 4vw 2vw;
  background: url(/akibaplaza/img/event_dotline.png) repeat-x bottom;
}
#whats .whats-cont .txt-box dd {
  line-height: 1.62;
  padding: 2vw 20px 4vw;
  margin: 0;
}


#support-flow {
  position: relative;
  margin-bottom: 35.33vw;
}
#support-flow:before {
  content: "";
  width: 16.53vw;
  height: 13.46vw;
  margin: auto;
  background: url(/akibaplaza/img/event_icon01_sp.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 8vw;
  left: 0;
  right: 0;
}
#support-flow .support-flow-title {
  font-size: 8vw;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  margin: 0 auto 6.66vw;
  padding-top: 33.66vw;
  background: url(/akibaplaza/img/event_h202_sp.png) no-repeat center top 27.4vw;
  background-size: 73.06vw;
}
#support-flow ol {
  width: auto;
  list-style-type: none;
  padding: 0 5%;
}
#support-flow ol li {
  height: 30.66vw;
  margin-left: 21.33vw;
  position: relative;
  border-bottom: solid 1px #aaa;
  display: block;
}
#support-flow ol li::before {
  content: "";
  width: 17.33vw;
  height: 19vw;
  position: absolute;
  top: 6.66vw;
  left: -21.33vw;
}
#support-flow ol li::after {
  content: "";
  width: 2px;
  height: 11.6vw;
  background: #3a567e;
  position: absolute;
  left: -13vw;
  top: 25vw;
}
#support-flow ol li:last-child::after {
  content: none;
}
#support-flow .flow01::before {
  background: url(/akibaplaza/img/flow_icon01_sp.png) no-repeat;
  background-size: contain;
}
#support-flow .flow02::before {
  background: url(/akibaplaza/img/flow_icon02_sp.png) no-repeat;
  background-size: contain;
}
#support-flow .flow03::before {
  background: url(/akibaplaza/img/flow_icon03_sp.png) no-repeat;
  background-size: contain;
}
#support-flow .flow04::before {
  background: url(/akibaplaza/img/flow_icon04_sp.png) no-repeat;
  background-size: contain;
}
#support-flow .flow05::before {
  background: url(/akibaplaza/img/flow_icon05_sp.png) no-repeat;
  background-size: contain;
}
#support-flow .flow06::before {
  background: url(/akibaplaza/img/flow_icon06_sp.png) no-repeat;
  background-size: contain;
}
#support-flow .txt1 {
  font-size: 3.73vw;
  width: auto;
  position: relative;
  padding-top: 6.66vw;
  margin-bottom: 4.66vw;
}
#support-flow .txt1::after {
  content: none;
}
#support-flow .txt2 {
  font-size: 3.73vw;
  line-height: 1.42;
}

/*映像制作TOP*/

#business-explanation {
  height: 78.66vw;
  background: url(/akibaplaza/img/studio_bk01_sp.jpg) no-repeat center top;
  background-size: contain;
  position: relative;
}
#business-explanation:before {
  content: "";
  width: 16.53vw;
  height: 13.46vw;
  margin: auto;
  background: url(/akibaplaza/img/studio_icon01_sp.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 10vw;
  left: 0;
  right: 0;
}
#business-explanation .business-explanation-title {
  color: #fff;
  font-size: 8vw;
  font-weight: normal;
  text-align: center;
  margin: 0 auto 8vw;
  padding-top: 38.53vw;
  background: url(/akibaplaza/img/studio_h201_sp.png) no-repeat center top 29.33vw;
  background-size: 85.6vw;
}
#business-explanation .txt {
  color: #fff;
  font-size: 3.73vw;
  line-height: 1.58;
  text-align: center;
  width: 76.8vw;
  margin: auto;
}

#case {
  position: relative;
  padding-bottom: 14.66vw;
}
#case:before {
  content: "";
  width: 16.53vw;
  height: 13.46vw;
  margin: auto;
  background: url(/akibaplaza/img/studio_icon02_sp.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 9.33vw;
  left: 0;
  right: 0;
}
#case .case-title {
  font-size: 8vw;
  font-weight: normal;
  margin: 0 auto 30px;
  padding-top: 38.4vw;
  background: url(/akibaplaza/img/studio_h202_sp.png) no-repeat center top 28.93vw;
  background-size: 91.33vw;
}
#case .txt {
  font-size: 3.73vw;
  text-align: center;
  margin-bottom: 10.66vw;
}
#case .slide-sp-none {
  height: 0px!important;
  overflow: hidden;
}
#case #slide2 {
  width: 90vw;
  height: 100vw;
  margin: auto;
  overflow: hidden;
}

#case #slide2 .item-wrap {
  width: 90vw;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap : wrap;
  -webkit-flex-wrap : wrap;
  flex-wrap : wrap;
}
#case #slide2 .item {
  width: 43.33vw;
}
#case #slide2 .item img {
  width: 100%;
}
#case #slide2 .title {
  font-size: 3.46vw;
  line-height: 1.5;
  text-align: center;
  padding-top: 2.66vw;
  margin-bottom: 5.33vw;
}
#case .studio_btn {
  font-size: 4.26vw;
  width: 89.06vw;
  height: 14.93vw;
  margin: 10.66vw auto 0;
  padding-top: 5.33vw;
  background: url(/akibaplaza/img/studio_btn_sp.png) no-repeat;
  background-size: contain;
}
#case .studio_btn:hover {
  opacity: 0.7;
}
#studio-cont {
  padding-bottom: 6.66vw;
}
#studio-cont .cont1 {
  height: 47.73vw;
  margin: 0;
  background: url(/akibaplaza/img/studio_content01_sp.png) no-repeat center;
  background-size: contain;
}
#studio-cont .cont2 {
  height: 47.73vw;
  margin: 0;
  background: url(/akibaplaza/img/studio_content02_sp.png) no-repeat center;
  background-size: contain;
}
#studio-cont .cont3 {
  height: 47.73vw;
  background: url(/akibaplaza/img/studio_content03_sp.png) no-repeat center;
  background-size: contain;
}
#studio-cont .cont4 {
  height: 47.73vw;
  background: url(/akibaplaza/img/studio_content04_sp.png) no-repeat center;
  background-size: contain;
}
#studio-cont .inner {
  width: auto;
  margin: auto;
}
#studio-cont .cont-box {
  color: #fff;
  width: 48vw;
  text-align: center;
  padding: 14.66vw 0;
}
#studio-cont .cont-box2 {
  color: #fff;
  width: 42vw;
  text-align: center;
  padding: 14.66vw 0;
}
#studio-cont .cont-box.right-side {
  float: right;
}
#studio-cont .cont-box2.right-side {
  float: right;
}
#studio-cont .cont-box h3 {
  font-size: 5vw;
  font-weight: normal;
}
#studio-cont .cont-box2 h3 {
  font-size: 5vw;
  font-weight: normal;
  line-height: 1.4;
  margin: 0 auto 4vw;
}
#studio-cont .cont-box p {
  font-size: 3vw;

  line-height: 1.55;
}
#studio-cont .cont-box2 p {
  font-size: 3vw;
  line-height: 1.55;
}
#studio-cont .cont4 .cont-box {
  padding-top: 4vw;
}
#studio-cont .cont4 .cont-box2 {
  padding-top: 4vw;
}

#outline {
  height: 243.73vw;
  background: url(/akibaplaza/img/studio_roombg_sp.png) no-repeat center top;
  background-size: contain;
}
#outline:before {
  content: "";
  width: 16.53vw;
  height: 13.46vw;
  background: url(/akibaplaza/img/studio_icon03_sp.png) no-repeat;
  background-size: contain;
  top: 8.93vw;
}
#outline .outline-title {
  color: #fff;
  font-size: 8vw;
  font-weight: normal;
  text-align: center;
  margin: 0 auto 11vw;
  padding-top: 34.33vw;
  background: url(/akibaplaza/img/studio_h203_sp.png) no-repeat center top 26vw;
  background-size: 54.8vw;
}
#outline .inner {
  width: auto;
  margin: auto;
  padding: 0 5%;
  display:block;
}
#outline .eed,
#outline .ma {
  width: auto;
}
#outline .eed {
  text-align: left;
  margin-bottom: 22vw;
}
#outline h3 {
  font-size: 7.46vw;
  padding-bottom: 2.66vw;
  margin: 0 0 6.66vw;
}
#outline ul {
  font-size: 4vw;
  line-height: 1.55;
}
#outline .mb {
  margin-bottom: 6vw;
}

#customer-list {
  padding-bottom: 12vw;
}
#customer-list:before {
  content: "";
  width: 16.53vw;
  height: 13.46vw;
  background: url(/akibaplaza/img/studio_icon04_sp.png) no-repeat;
  background-size: contain;
  top: 8.93vw;
}
#customer-list .customer-list-title {
  font-size: 8vw;
  font-weight: normal;
  text-align: center;
  margin: 0 auto 6.66vw;
  padding-top: 36.33vw;
  background: url(/akibaplaza/img/studio_h204_sp.png) no-repeat center top 28vw;
  background-size: 54.8vw;
}
#customer-list .txt {
  font-size: 3.73vw;
  line-height: 1.5;
  text-align: center;
}

#access {
  padding-bottom: 12vw;
}
#access:before {
  content: "";
  width: 16.53vw;
  height: 13.46vw;
  background: url(/akibaplaza/img/studio_icon05_sp.png) no-repeat;
  background-size: contain;
  top: 8.93vw;
}
#access .access-list-title {
  font-size: 8vw;
  font-weight: normal;
  text-align: center;
  margin: 0 auto 6.66vw;
  padding-top: 36.33vw;
  background: url(/akibaplaza/img/studio_h205_sp.png) no-repeat center top 28vw;
  background-size: 54.8vw;
}
#access .access-wrap {
  display:block;
}
#access .gmap {
  width: 90%;
  height: 49.33vw;
  margin: auto;
}
#access .access-data {
  font-size: 18px;
  padding: 5%;
}


#case-study-fv {
  color: #fff;
  height: 41.33vw;
  background: url(/akibaplaza/img/case_h1_sp.jpg) no-repeat center top;
}
#case-study-fv .case-study-title {
  font-size: 6.93vw;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  padding-top: 6.4vw;
  margin-bottom: 4.66vw;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

}
#case-study-fv .case-study-title img {
  width: 20.26vw;
  margin-right: 3.6vw;
}
#case-study-fv .txt {
  font-size: 4vw;
  line-height: 1.5;
  text-align: center;
}
#case-cont {
  width: 90%;
  margin: auto;
  padding: 10.66vw 0 20vw;
}
#case-cont ul {}
#case-cont ul li img {
  width: 42.66vw;
}
#case-cont ul li p {
  font-size: 3.5vw;
  line-height: 1.5;
  text-align: center;
  width: 42.66vw;
  padding: 4vw 0 8vw;
}
#case-cont ul li p strong {
  font-weight: bold;
}

.sp-none {
  display: none!important;
}
.pc-none {
  display: block!important;
}

}

/* =========================================================
 ■ Englishボダン
========================================================= */
.head_EN{
	background-position: center left;
	text-align:left;
	float:right;
	margin:50px 0 0 20px;
	color:#00419b;
	font-size:14px;
	text-decoration:none;
}

.head_EN a{
	text-decoration:none;
	color:#00419b;
}

.head_EN a:hover{
	text-decoration:underline;
	color:#00419b;
}

/* =========================================================
 ■ 202201ページ
========================================================= */
.cmp_titlered {
  margin: -15px 0 10px 0 !important;
	font-size: 22px !important;
    font-weight: 600;
    color: red;
    padding-left: 22%;
}
.red202201 li span {
  color: red;
}
@media only screen and (max-width: 1200px) {
.cmp_titlered {
  margin: 10px 0 10px 0 !important;
	font-size: 95% !important;
    color: red;
    padding-left: 9%;
}
}


/* =========================================================
 ■ webiner/studio.html
========================================================= */

.wb_5_st_img {
	vertical-align: middle;
	width: 340px;
}

.wb_5_st_txt {
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
}

/*映像制作TOP*/
.video_studio {
    display: flex;
    justify-content: center;
    align-items: center;    
}

/* =========================================================
 ■ パンくずリスト用
========================================================= */

  .breadcrumb_outer {
    width: 1000px;
    margin:10px auto;
    padding: 10px;
    display: block;
  }
  .breadcrumb {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    color: #888;
  }
  .breadcrumb a {
    color: #888;
  }
  .breadcrumb li:not(:last-of-type)::after {
    content: "›";
    margin: 0 0.3em; 
    color: #888;
  }




