@charset utf-8;

.mb { display:none;}

@media screen and (max-width: 764px) {
.pc {  display: none;}
.mb {  display: block;}
}

@font-face {
  font-family: "FontAwesome";
  src: url('fonts/fontawesome-webfont.eot');
  src: url('fonts/fontawesome-webfont.eot?#iefix') format('eot'),
       url('fonts/fontawesome-webfont.woff') format('woff'),
       url('fonts/fontawesome-webfont.ttf') format('truetype'),
       url('fonts/fontawesome-webfont.svg#FontAwesome') format('svg');
  font-weight: normal;
  font-style: normal;
}

* {
  font-style:normal;
  text-align:left;
  box-sizing: border-box;-webkit-box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display:block;
}

ul,ol,li {
  list-style: none;
  zoom: normal;
}

input, select {
  vertical-align: middle;
}

.clear {
  clear: both;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
  visibility:hidden;
}

.clearfix {
  *zoom: 1;
}

/* -----------------------------------
	style
 ----------------------------------- */

html {
  height:100%;
  overflow-y:scroll;
}

body {
  height:100%;
  font-size: 85%;
  line-height: 1.5;
  color: #EDEDED;
  font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background-color: #333333;
}

a {
  color: #FFFFFF;
  outline: none;
  text-decoration: underline;
}

a:hover {
  color: #F4CC6A;
  text-decoration: none;
}

a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

img {
  vertical-align: bottom;
}

.imgfit{
  width: 100%;
  height: 100%;
  text-align:center;
  overflow:hidden;
  position: relative;
}
.imgfit img {
  position: relative;
  width: 100%;
  height: auto;
}

.hover-alpha:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

hr {
  clear:both;
  float:left;
  width:100%;
  background:#CCCCCC;
  height: 1px;
  border: 0px none;
  margin:40px 0;
}

hr.dotline{
  clear:both;
  border:none;
  border-top:dotted 1px #56350C;
  height:1px;
  color:#FFFFFF;
}

/* -----------------------------------
	wrapper
 ----------------------------------- */
 
.wrapper {
  width: 100%;
  overflow: hidden;
}

/* -----------------------------------
	navi
 ----------------------------------- */
 
#side{
  float: left;
  position: fixed;
  width:210px;
  height:100%;
  background: #7C0606 url(../../img/side_back.png) repeat-y;
}

ul.logobox {
  width:188px;
  height:173px;
  background: url(../../img/logo_back.png) no-repeat center bottom;
  margin:0 auto;
  text-align:center;
}

ul.logobox li {
  text-align:center;
}

ul.logobox li.n_logo {
  padding:10px 0 0px 0;
}
 
ul.nav {
  width:100%;
}

ul.nav > li {
  position: relative;
  background: #7C0606;
  border-bottom: 1px solid #303030;
}

ul.nav > li a {
  display: block;
  position: relative;
  padding: 7px 21px 5px 21px;
  font-size:92%;
  color: #FAFAFA;
  text-decoration: none;
}

ul.nav li a:hover {
  text-decoration: none;
  background: #333333;
  color: #F4CC6A;
}

ul.nav > li::before {
  position: absolute;
  content: '';
  top: 6px;
  left: 0;
  width: 210px;
  height: 20px;
  background:url(../../img/nav-back_off.png) no-repeat center left;
}

ul.nav > li a:hover::before{
  position: absolute;
  content: '';
  top: 6px;
  left: 0;
  width: 210px;
  height: 20px;
  background:url(../../img/nav-back_on.png) no-repeat center left;
}

ul.nav2 {
  width:100%;
}

ul.nav2 li {
  float:left;
  background: #7C0606;
  width:50%;
  font-size:80%;
  text-align:center;
  border-bottom: 1px solid #303030;
}

ul.nav2 li.tel {
  border-right: 1px solid #303030;
}

ul.nav2 > li a {
  display: inline-block;
  text-decoration: none;
  color: #FAFAFA;
  padding: 6px 10px;
  text-align:center;
}
ul.nav2 > li a img{
    width: 24px;
    height: 26px;
  padding-bottom:3px;
}
ul.nav2 > li:hover {
  background: #333333;
}

/* -----------------------------------
	pan
 ----------------------------------- */

.mod-topic-path ol{ *zoom: 1;}
.mod-topic-path ol:after{ display: block;clear: both;content: '';}

.mod-topic-path{
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin:10px 0;
}

.mod-topic-path ol{
  width: 100%;
  width: auto;
  padding: 0 0 0 0;
}
.mod-topic-path ol li{
    float: left;
    margin: 10px 5px 0 0;
	font-size:100%;
}
.mod-topic-path ol li a{
    color: #999999;
}
.mod-topic-path ol li:after{
    margin: 0 0 0 5px;
    content: '>';
}
.mod-topic-path ol li.current:after{
    display: none;
}


/* -----------------------------------
	main
 ----------------------------------- */

.main{
  float: left;
  width: 100%;
  margin-right: -210px;
  background: #333333 url(../../img/main_back.png) repeat;
}

.main-inner{
  margin-left: 210px;
  z-index:0;
}

.right_btn{
  position:fixed;
  top:75px;
  right:0;
  z-index:999999999999;
}

.right_btn_guide01{
  position:fixed;
  top:75px;
  right:0;
  z-index:999999999999;
}

.right_btn_guide02{
  position:fixed;
  top:320px;
  right:0;
  z-index:999999999999;
}

.top_inner{
  width: 100%;
  max-width: 1200px;
  margin:0 auto;
  padding:0 35px;
  text-align:center;
}

.inner{
  width: 100%;
  max-width: 1200px;
  margin:0 auto;
  padding:50px 35px 0 35px;
  text-align:center;
}

.inner_fix2{
  width: 100%;
  max-width: 1200px;
  margin:0 auto;
  padding:90px 35px 0 35px;
  text-align:center;
}

.black-box{
  width: 100%;
  max-width: 1200px;
  background: #222222;
  padding: 30px;
  text-align:center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  z-index: 2;
}

.main h1 {
  position: relative;
  font-size:32px;
  font-weight:lighter;
  line-height:1.2;
  font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  margin:0 0 15px 0;
  padding:14px 8px;
  text-align: center;
}
.main h1:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 20%;
  border-top: 5px solid #7C0707;
}

.main h1 span{
  font-size:16px;
  font-weight:lighter;
  color:#FFFFFF;
  font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
  padding-top:-15px;
}

.sub_title{
  font-size:16px;
  font-weight:lighter;
  line-height:1.3;
  color:#FFFFFF;
  margin-bottom:30px;
  font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
  text-align:center;
}

ul.linkbtn{
  clear:both;
  float:right;
}
ul.linkbtn li{
  float:left;
  width: auto;
  background:#7C0707;
  margin:1em 0.5em 0 0;
}
ul.linkbtn li:last-child{
  margin:1em 0 0 0;
}
ul.linkbtn li:hover{
  background:#565656;
}

ul.linkbtn li a{
  display: block; 
  padding:6px 15px 6px 21px;
  color: #FFFFFF;
  font-weight:bold;
  text-decoration: none;
}
ul.linkbtn li a:hover{
  color: #F4CC6A;
}

ul.linkbtn_large{
  width: 100%;
  max-width:1200px;
  margin:0 auto 20px auto;
  text-align:center;
}

ul.linkbtn_large li{
  width: 60%;
  max-width:680px;
  background:#7C0707;
  border-radius: 10px;
  -webkit-border-radius: 10px; 
  -moz-border-radius: 10px;
  text-align:center;
  display: inline-block; 
}

@media screen and (max-width: 764px) {
ul.linkbtn_large li{
  width: 100%;
}
}

ul.linkbtn_large li:hover{
  background:#565656;
}

ul.linkbtn_large li a{
  display: block; 
  font-size:115%;
  color: #FFFFFF;
  font-weight:bold;
  text-decoration: none;
  text-align:center;
  padding:8px 5em;
}
ul.linkbtn_large li a:hover{
  color: #F4CC6A;
  font-weight:bold;
}

.fa{
  padding-right:5px;
}

.fa a{
  color: #FFFFFF;
}
.fa a:hover{
  color: #F4CC6A;
}

/* -----------------------------------
	head
 ----------------------------------- */
 
div#header-fixed{
  position: fixed; 
  top: 0px; 
  left: 210px;
  width: 100%;
  height: 64px;
  z-index:999999;
}
 
div#header-bk { 
  background:#222222;
  height:64px;
  width:100%;
  text-align:center;
  padding:10px 0;
}
 
div#header { 
  height: 100%; 
  display: inline-block;
  margin-left:-210px;
  text-align:center;
  display: inline-block;
}

ul.head-navi{
  width: 100%;
  margin:7px auto;
}

ul.head-navi li{
  float:left;
  height:34px;
  display: inline-block;
  margin:0 8px 12px 0;
}

ul.head-navi li a {
  font-size:108%;
  background: #7C0707;
 /* background-image: -webkit-linear-gradient(top, #AE0000, #BD0000);
  background-image: linear-gradient(to bottom, #AE0000, #BD0000);
  border-radius: 4px;*/
  box-shadow: inset 1px 1px 0 #D59B9B;
  color: #FFFFFF;
  -webkit-transition: none;
  transition: none;
  outline: none;
  text-decoration: none;
  padding:6px 12px;
}

ul.head-navi li a:after{
  font-size:110%;
  font-family: FontAwesome;
  content: "\f13a";
  transform: rotate(45deg);
  color:#FFFFFF;
  padding:0 0 0 5px;
}

ul.head-navi li a:hover {
  background: #565656;
  /*background-image: -webkit-linear-gradient(top, #5F5F5F, #6D6D6D);
  background-image: linear-gradient(to bottom, #5F5F5F, #6D6D6D);*/
  box-shadow: inset 1px 1px 0 #888888;
  color: #F4CC6A;
}
ul.head-navi li a:hover:after{
  color: #F4CC6A;
}

ul.head-navi li a.self_navi{
  font-size:110%;
  background: #CCAC59;
  box-shadow: inset 1px 1px 0 #DDCC98;
  color: #FFFFFF;
  -webkit-transition: none;
  transition: none;
  outline: none;
  text-decoration: none;
  padding:6px 12px;
}
ul.head-navi li a.self_navi:hover {
  background: #565656;
  box-shadow: inset 1px 1px 0 #888888;
  color: #F4CC6A;
}
ul.head-navi li a.self_navi:hover:after{
  color: #F4CC6A;
}


div#header-fixed2{
  position: fixed; 
  top: 0px; 
  left: 210px;
  width: 100%;
  height: 100px;
  z-index:999999;
}

div#header-bk2 { 
  background:#222222;
  width:100%;
  height:100px;
  text-align:center;
  padding:10px 0;
}

div#header-bk2 ul.head-navi li{
  float:none;
  display: inline;
}

div#header-bk2 ul.head-navi li:nth-last-child(1),
div#header-bk2 ul.head-navi li:nth-last-child(2),
div#header-bk2 ul.head-navi li:nth-last-child(3){
  line-height:4em;
}

#flow_02,#faq_01,#faq_02,
#dock_01,#dock_02,#dock_03,#dock_04,#loc_01#loc_02,#loc_03,
#plan_01,#plan_02,#plan_03{
  margin-bottom:35px;
  margin-top: -65px;
  padding-top: 70px;
}

#hall_01,#hall_02,#hall_03,#hall_04,#hall_05,
#ex_01,#ex_02,#ex_03,#ex_04,#ex_05,#ex_06,
#fac_01,#fac_02,#fac_03,#fac_04,#fac_05,
#access_01,#access_02,#access_03,#access_04,#access_05,
#dr_01,#dr_02,#dr_03,#dr_04,#dr_05,#dr_06,#dr_07,
#policy_01,#policy_02,#policy_03,#policy_04,#policy_05{
  margin-bottom:35px;
  margin-top: -100px;
  padding-top: 105px;
}

/* -----------------------------------
	slider
 ----------------------------------- */

#visual{
  width: 100%;
  background:#222222;
  text-align:center;
  margin-bottom:15px;
  z-index:0;
  position: relative;
  height: 100%;
}

ul.bxslider li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bxslider li {
  display: none;
}
.bx-viewport .bxslider li {
  display: block !important;
}

@media screen and (min-width: 1080px) {
ul.bxslider li { width: 100%; height: 400px;} 
}

@media screen and (min-width: 1600px) {
ul.bxslider li { width: 100%; height: 480px;} 
}

ul.bxslider li img {
  max-width: 100%;
  margin:auto auto;
} 


/* -----------------------------------
	top
 ----------------------------------- */
 
.top_box{
  width: 100%;
  margin: 0 auto 45px auto;
  text-align:center;
}

ul.point_movie{
  display: table;
  width: 100%;
  margin-top:5px;
}

ul.point_movie li.point-cell{
  display: table-cell;
  width: 65%;
  height: auto;
  margin-right:5%;
  vertical-align: middle;
  text-align: center;
}

ul.point_movie li.movie-cell{
  display: table-cell;
  background-color: #222222;
  width: 30%;
  height: auto;
  vertical-align: middle;
  text-align: center;
}

#point{
  width: 94%;
}

#point h2{
  margin: 0 auto 16px auto;
  text-align:center;
}

ul.point5{
  width: 100%;
  margin:0 auto 16px auto;
  display: inline-block;
  text-align:center;
}

ul.point5 li{
  float:left;
  width:20%;
}

ul.point5 li img{
  width:100%;
  height:auto;
}

#movie h2{
  margin-bottom: 14px;
  text-align:center;
}
#movie h2 img{
  width:100%;
  max-width:166px;
  height:auto;
}

h2.top_movietitle{
  height:55px;
  margin: 8px 0 12px;
  text-indent: -9999px;
  background:url(../../img/top/t02_title.png) no-repeat top left;
}
 
#movie ul{
  background: #222222;
  margin-top:15px;
  padding:0 16px;
}

#movie ul li p{
  text-align:center;
  padding:10px 0;
}

/* -----------------------------------
	info, news
 ----------------------------------- */

#top_infomation{
  clear:both;
  position:relative;
  width:100%;
  margin-bottom:15px;
}

.infomation_left{
  float:left;
  width:78%;
}

#top_infomation h2 {
  font-size:28px;
  font-weight:lighter;
  line-height:1.2;
  color:#DDCC98;
  margin-bottom:4px;
  font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
}

.infomation_right{
  float:right;
  position:absolute;
  top:18px;
  right:0;
  width:18%;
}
#top_infomation .infomation_right .top_infoall{
  width:auto;
  color:#FFFFFF;
  background: #7C0707;
  text-decoration: none;
}

#top_infomation .infomation_right .top_infoall a:after{
  font-size:14px;
  font-family: FontAwesome;
  content: "\f105";
  transform: rotate(45deg);
  color:#FFFFFF;
  padding:0 0 0 6px;
}
#top_infomation .infomation_right .top_infoall a:hover{
  background: #666666;
}

h2.top_infotitle{
  float:left;
  width:420px;
  height:24px;
  text-indent: -9999px;
  background:url(../../img/top/t03_title.png) no-repeat top left;
}

h2.top_newstitle{
  float:left;
  width:420px;
  height:23px;
  text-indent: -9999px;
  background:url(../../img/top/t04_title.png) no-repeat top left;
}

p.top_infoall a{
  float:right;
  color:#FFFFFF;
  padding:6px 12px;
  background: #7C0707;
  text-decoration: none;
}
p.top_infoall a:after{
  font-size:14px;
  font-family: FontAwesome;
  content: "\f105";
  transform: rotate(45deg);
  color:#FFFFFF;
  padding:0 0 0 6px;
}
p.top_infoall a:hover{
  background: #66666;
}

p.products_sub{
  clear:both;
  margin-bottom:8px;
  padding:0;
}
p.products_sub img{
  width:100%;
  height:auto;
}

#top_info ul,
#info-list ul {
  margin: -20px -30px 40px 0;
}

#top_info ul a,
#info-list ul a {
  text-decoration: none;
}

#top_info h2,
#info-list h2 {
  margin-bottom:25px;
}

#top_info li {
  display: block;
  float: left;
  width: 33.33333%;
}

#info-list li {
  display: block;
  float: left;
  width: 260px;
}

#top_info li article,
#info-list li article {
  position: relative;
  background-color: #222222;
  color:#B0B0B0;
  margin:20px 15px 0 0;
  padding:10px;
  text-align: center;
}

#top_info li article .itemthumb,
#info-list li article .itemthumb{
  float: left;
  background: #FFFFFF;
  display: table-cell;  
  width: 100%;
  height: 198px;
  text-align: center;
  vertical-align: middle;
  layout-grid-line:166px;
  margin-bottom:10px;
  display: flex;
  justify-content: center;
  align-items: center;
}    

#top_info li article .itemthumb img,
#info-list li article .itemthumb img{
  width:auto;
  height:auto;
  max-width:193px;
  max-height:193px;
  vertical-align: middle;/*IE7*/
  padding:4px;
}

#top_info li article span,
#info-list li article span,
#top_info li a dl span {
  position: absolute;
  top: -3px;
  right: -3px;
}

p.top_info_title{
  font-size:105%;
  font-weight:bold;
  margin-bottom:6px;
}

p.top_info_text{
  position: relative;
  height: 91px;
  overflow: hidden;
  line-height: 20px;
  border-top:1px solid #3F3F3F;
  padding:8px 0;
}

p.top_info_text:before, p.top_info_text:after {
  position: absolute;
  background: #252525;
}

p.top_info_text:before {
  content: "...";
  bottom: 0;
  right: 1px;
  padding-left:3px;
}

p.top_info_date{
  padding-top:8px;
  font-size:11px;
  text-align:right;
  padding-top:6px;
  border-top:1px solid #3F3F3F;
}

/* -----------------------------------
	info_cont
----------------------------------- */

#info{
  margin: 0 auto 10px auto;
  text-align:center;
}

.info-date{
  width: 100%;
  font-size:50%;
  margin-bottom:0.5em;
  color:#FFFFFF;
}

.info-h2{
  font-size:21px;
  font-weight:lighter;
  line-height:1.1;
  color:#DDCC98;
  font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
  border-left:4px solid #DDCC98;
  margin-bottom:0.8em;
  padding:0 0 0 7px;
}

#info_cont{
  width: 100%;
  max-width: 1200px;
  background: #FEFEFE;
  margin:0 auto 15px auto;
  text-align:center;
}

.info-box1{
  width: 100%;
  margin:0 auto 30px auto;
  text-align:center;
}
.info-box1_text{
  float:left;
  width: 65%;
  font-size:105%;
  color:#222222;
  line-height:1.8;
}
.info-box1_photo{
  float:left;
  width: 30%;
  max-width: 300px;
  margin-bottom:10px;
  margin-right:5%;
}
.info-box1_photo img{
  display: inline-block;
  width: 100%;
  height:auto;
  border:1px solid #CCCCCC;
  padding:2px;
}

.info-box2,
.info-box3,
.info-box4,
.info-box5{
  width: 100%;
  margin:0 auto 30px auto;
  text-align:center;
}

.info-box2_text,
.info-box3_text,
.info-box4_text,
.info-box5_text{
  clear:both;
  width: 100%;
  font-size:105%;
  color:#222222;
  line-height:1.8;
  margin-bottom:0.8em;
}

.info-box2_photo,
.info-box3_photo,
.info-box4_photo,
.info-box5_photo{
  width: 100%;
  margin: 0 auto 15px auto;
  text-align:center;
}

.info-box2_photo img,
.info-box3_photo img,
.info-box4_photo img,
.info-box5_photo img{
  display: inline-block;
  width: auto;
  max-width: 100%;
  height:auto;
}

.info-link{
  width: 100%;
  margin:0 auto 30px auto;
  text-align:center;
  padding:1em 0;
  border-top:1px solid #222222;
}

.info-link_text{
  float:left;
  color:#222222;
  width:6.5em;
}

.info-link_url{
  float:left;
}
.info-link_url a{
  color:#222222;
}

#info_sns{
  width: 100%;
  max-width: 1200px;
  background: #FEFEFE;
  margin:0 auto 40px auto;
  text-align:center;
}

ul.sns_list{
  float:right;
  text-align:center;
  margin: 0 auto 0 0;
  padding:0px 30px 0px 30px;
}

ul.sns_list li{
  display: inline-block;
  margin-left:5px;
}

ul.sns_list > li {
	display: inline-block;
	vertical-align: top;
	margin: 0 7px;
}
 
ul.sns_list > li:first-child {
	margin-left: 0;
}
 
ul.sns_list > li:last-child {
	margin-right: 0;
}
 
ul.sns_lists iframe {
	margin: 0 !important;
}

/* -----------------------------------
	topics
 ----------------------------------- */
 
#topics_cont{
  width: 100%;
  background: #222222;
  margin:15px 0 30px;
}

dl.topics {
  float: left;
  width: 92%;
  margin:16px 4% 25px 4%;
}

dl.topics dt {
  float: left;
  width: 8em;
  padding: 9px 0 8px 0;
}
 
dl.topics dd {
  padding: 9px 0 8px 8em;
  border-bottom: 1px solid #ccc;
}
dl.topics dd span {
  font-weight:bold;
}

dl.topics dd a {
  text-decoration: underline;
}

/* -----------------------------------
	hall
 ----------------------------------- */

#hall h2{
  font-size:30px;
  color:#DDCC98;
  font-weight:lighter;
  font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
  margin-bottom:8px;
}

.h2_sub{
  font-size:21px;
  font-weight:lighter;
  margin:-13px 0 10px;
  font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
}

.hall_outline li {
  display:block;
  float:left;
  width:49%;
  background: #222222;
  margin-right:2%;
  margin-bottom: 20px;
}
.hall_outline li:nth-child(2n) {
  margin-right:0;
}
.hall_outline li.hall_indexbox {
  background: #222222 url(../../img/hall/hall_box_back.png) no-repeat;
}

.hall_outline li a {
  text-decoration: none;
}
.hall_outline li article {
  line-height:1.5;
  margin:0 20px 20px 20px;
  text-align:center;
}

p.hall_index{
  width:100%;
  font-size:180%;
  font-weight:lighter;
  line-height:1.2;
  color:#FFFFFF;
  font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
  margin: 0 auto 25px auto;
  padding:5px 8px 0 8px;
  display: inline-block;
  text-align:center;
}

#hall h3{
  width:100%;
  font-size:115%;
  font-weight:lighter;
  line-height:1.2;
  margin-bottom:10px;
  display: inline-block;
  margin: 0 auto 0.3em auto;
  text-align:center;
}
#hall h3 span{
  font-size:83%;
}

#hall h4{
  width:100%;
  font-size:170%;
  font-weight:lighter;
  line-height:1.2;
  color:#DDCC98;
  font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
  display: inline-block;
  margin: 0 auto 0.5em auto;
  text-align:center;
}
#hall h4.h3_smallhall{
  font-size:160%;
  letter-spacing:-0.05em;
}

.hall_outline p.hall_det{
  font-size:160%;
  color:#DDCC98;
  display: inline-block;
  font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
  margin: 0 auto 0.3em auto;
  text-align:center;
}
.hall_outline p.hall_det span{
  font-size:83%;
}

.hall_outline h2 img{
  width:100%;
  height:auto;
}

.hall_outline .itemthumb {
  margin: 0.8em 0 1.3em;
}

.hall_outline li p.locationplaza {
  color:#00A099;
  font-weight:bold;
  text-decoration: none;
  padding:4px 0 6px 0;
  }
.boxlist2 li p.locationent {
  color:#AF1A42;
  font-weight:bold;
  padding:4px 0 6px 0;
}

@media screen and (min-width: 1050px) {
.height_hall {  height:100px;}
}
@media screen and (max-width: 1049px) {
.height_hall {  height:115px;}
}
@media screen and (max-width: 885px) {
.height_hall {  height:150px;}
}
@media screen and (max-width: 790px) {
.height_hall {  height:180px;}
}
@media screen and (max-width: 715px) {
.height_hall {  height:210px;}
}
@media screen and (max-width: 685px) {
.height_hall {  height:260px;}
}

.get-flash{
  background: #222222;
  padding:8px 12px;
  margin: 0 auto 20px auto;
  font-size:11px;
  text-align:right;
  line-height:1.5;
}
.get-flash img{
  padding:0 0 3px 8px;
  vertical-align:middle;
}

/* map */

#hall_map{
  background: #222222;
  margin: 0 auto 40px auto;
  text-align:center;
}

h2.hall_maptitle{
  height:29px;
  margin-bottom:12px;
  text-indent: -9999px;
  background:url(../../img/hall/hall_maptitle.png) no-repeat top left;
}

#hall_map p{
  margin:0 auto;
  text-align:center;
  padding:20px;
}
 
#hall_map p img{
  widht:100%;
  height:auto;
}

/* -----------------------------------
	facilities
 ----------------------------------- */
 
.main #facilities h1 {
  margin-bottom:35px;
  padding:16px 8px;
}

#access h2,
#facilities h2{
  font-size:28px;
  font-weight:lighter;
  color:#DDCC98;
  margin-bottom:10px;
  font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
}

#access h2 span,
#facilities h2 span{
  /*font-size:16px;*/
  font-size:28px;
  font-weight:normal;
  color:#FFFFFF;
}

#access h3,
#facilities h3{
  font-size:18px;
  font-weight:lighter;
  line-height:1.1;
  color:#DDCC98;
  font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
  border-left:4px solid #DDCC98;
  margin-bottom:1em;
  padding:0 0 0 7px;
}

#facilities p.fac_01_pdf {
  background: #7C0707;
  color:#FFFFFF;
  padding:14px 20px;
}

#facilities .fac_box1 p{
  margin-bottom:20px;
}

#facilities .fac_box2 p{
  text-align:left;
}

#facilities .fac-loadingdock {
  position: relative;
}

#facilities .fac-loadingdock span {
  position: absolute;
  bottom: 5%;
  right: 0;
}

/* -----------------------------------
	access
 ----------------------------------- */
 
@media screen and (max-width: 865px) {
/* スマートフォン用のスタイル記述 */
.w-688 .pc { display: none;}
.w-688 .mb { display: block;}
}
 
.dock-rootbox {
  width:100%;
  max-width:688px;
  margin:0 auto;
  text-align:center;
}

.dock-rootbox #Layer1{
  width:100%;
  max-width:688px;
  margin:0 auto;
  text-align:center;
}

.dock-rootbox #Layer1 img {
  width:100%;
  height:auto;
}

/* -----------------------------------
	location
 ----------------------------------- */
 
#access h4{
  margin-bottom:10px;
}

/* -----------------------------------
	tab
 ----------------------------------- */
 
ul.tabname li {
  float:left;
  display: block;
  padding: 8px 30px;
  border-radius: 2px 2px 0 0;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: normal;
  background:#666666;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 1;
  top: 5px;
}

ul.tabname li.on{
  background: #222222;
  color: white;
  top: 0;
}

ul.tabname li:hover {
  background:#7C0707;
  color: #FFFFFF;
}


.tabs input[type=radio] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.tabs {
  width: 100%;
  max-width:1200px;
  height:920px;
  float: none;
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0 auto 30px auto;
}

.tabs li { float: left; }

.tabs li p.tab{
  display: block;
  padding: 8px 30px;
  border-radius: 2px 2px 0 0;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: normal;
  background:#666666;
  cursor: pointer;
  position: relative;
  top: 5px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.tabs label {
  display: block;
  padding: 8px 30px;
  border-radius: 2px 2px 0 0;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: normal;
  background:#666666;
  cursor: pointer;
  position: relative;
  top: 5px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.tabs label:hover {
  background:#7C0707;
  top: 0;
}

[id^=tab]:checked + label {
  background: #222222;
  color: white;
  top: 0;
}
 [id^=tab]:checked ~ [id^=tab-content] {
 display: block;
}

.tab-content {
  width: 100%;
  background:#222222;
  display: none;
  z-index: 2;
  text-align: center;
  overflow-y: auto;
  padding: 30px;
  color: white;
  position: absolute;
  top: 40px;
  left: 0;
  box-sizing: border-box;
  -webkit-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.tab-content img {
  width: 100%;
  height:auto;
}

#access ol.num {
  margin-left: 2em;
}

#access ol.num li {
  position: relative;
  list-style: none;
  margin-bottom: 1em;
}
#access ol.num li:last-child{
  margin-bottom: 0;
}

#access ol.num li span {
  position: absolute;
  top: 0;
  left: -2em;
}

.parkingbox {
  width:100%;
  max-width:680px;
  margin:0 auto;
  text-align:center;
}

.parkingbox dl{
  float:left;
  width: 100%;
}

.parkingbox dl dt{
  display: block;
  width: 5.5em;
  clear: left;
  float: left;
}

.parkingbox dl dd{
  display: block;
  float: left;
}

p.transport-title{
  font-size:16px;
  line-height:1.4;
  color:#FFFFFF;
  font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
  margin-bottom:25px;
}

.transport_box{
  width: 100%;
}

.transport_left{
  float:left;
  width: 45%;
  margin-right:3%;
}

.transport_left img{
  width: 100%;
  height:auto;
}

ul.transport_list{
  float:right;
  width: 52%;
}
ul.transport_list li{
  padding-left: 1em;
  text-indent: -1em;
}

ul.sub_access{
  width: 100%;
  max-width: 680px;
}

ul.sub_access li{
  float:left;
  width: auto;
  background:#7C0707;
  color: #FFFFFF;
  padding:6px 18px;
  margin:0 0.5em 0 0;
  border-radius: 6px 6px 0 0 / 6px 6px 0 0;
-webkit-border-radius: 6px 6px 0 0 / 6px 6px 0 0;
-moz-border-radius: 6px 6px 0 0 / 6px 6px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  justify-content: center;
  box-sizing: border-box;-webkit-box-sizing: border-box;
}

@media screen and (max-width: 1000px) {
/* スマートフォン用のスタイル記述 */

ul.sub_access{
  display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}	
ul.sub_access li{
  width: 24%;
  margin:0 1% 0 0;
  padding:6px 10px;
}
ul.sub_access li:last-child{
  margin:0 0 0 0;
}
}

ul.sub_access li:hover{
  background:#666666;
}

ul.sub_access li.on{
  background:#FFFFFF;
}

ul.sub_access li a{
  color: #FFFFFF;
  text-decoration: none;
  text-align:center;
  display: inline-block;
  padding:6px 0;
}
ul.sub_access li.on a{
  color: #222222;
  font-weight:bold;
  text-decoration: none;
}

.around_map{
  width: 100%;
  max-width:688px;
  margin:0 auto;
  text-align:center;
}
.around_map img{
  width: 100%;
  height:auto;
}

/* -----------------------------------
	loadingdock
 ----------------------------------- */
 
table.dock_all{
  width:100%;
  max-width:688px;
  margin:0 auto;
  text-align:center;
  border-collapse:collapse;
  border-spacing:0;
  empty-cells:show;
}

table.dock_all img{
  width:100%;
  height:auto;
}

table.dock_all th img{
  padding-bottom:10px;
}

/* -----------------------------------
	example
 ----------------------------------- */
 
#example {
  width: 100%;
  margin: 15px auto 20px auto;
  text-align:center;
}

#example h2{
  font-size:28px;
  font-weight:lighter;
  color:#DDCC98;
  margin-bottom:10px;
  font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
}

#example h2 span{
  font-size:16px;
  font-weight:normal;
  color:#FFFFFF;
}

#example section {
  width: 100%;
  text-align:center;
}

.example_box_wrapper,
.example_content {
  width: 100%;
  max-width: 1200px;
  background: #222222;
}

.exinner{ 
  padding:30px 30px 10px 30px;
}

.example_img{
  float: left;
  width: 55%;
  height: auto;
  margin-right:5%;
}    

.example_img img{
  width:100%;
  height:auto;
}

.example_textcont{
  float: left;
  width: 40%;
  height:100%;
  text-align: left;
}

.example_text p{
  font-size:110%;
  line-height:1.8;
  margin-bottom:10px;
}

div#imageList3 ul {
  width: 100%;
  margin-top:10px;
}

div#imageList3 ul li{
  float:left;
  width: 33.33333%;
  margin-right:10px;
}
div#imageList3 ul li:last-child{
  margin-right:0;
}

div#imageList3 ul li img {
  width:100%;
  height:auto;
}

/* -----------------------------------
	plan 
 ----------------------------------- */

.plan_01_title{
  width:100%;
  background:url(../../img/hall/plan/navi_back.jpg) center center no-repeat;
  background-size:cover;
  margin:25px auto 35px auto;
}

.plan_01_title h2 img{
  width:100%;
  height:auto;
  padding-top:4px;
}

.h2_plan01{
  width: 100%;
  max-width: 1200px;
  background: #2C9183;
  padding: 13px 25px 10px 25px;
}

.h2_plan02{
  width: 100%;
  max-width: 1200px;
  background: #026DB4;
  padding: 13px 25px 10px 25px;
}

.h2_plan03{
  width: 100%;
  max-width: 1200px;
  background: #E7818F;
  padding: 13px 25px 10px 25px;
}

.h2_plan01 img,
.h2_plan02 img,
.h2_plan03 img{
  display: inline-block;
  width:100%;
  max-width:483px;
  height:auto;
}

.plan-box{
  width: 100%;
  max-width: 1200px;
  background: #222222;
  padding: 15px 30px 30px 30px;
  text-align:center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  z-index: 2;
}

ul.plan_01_nav{
  width:98%;
  margin:0 auto;
  padding-bottom:10px;
  text-align:center;
}
ul.plan_01_nav li{
  float:left;
  width:33.3333333%;
}
ul.plan_01_nav li img{
  width:100%;
  height:auto;
}

#plan_01 h2 img,
#plan_02 h2 img,
#plan_03 h2 img{
  width:100%;
  max-width:492px;
  height:auto;
}

#plan h3{
  font-size:18px;
  line-height:1.2;
  font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
  margin-bottom:0.8em;
  padding:0 0 0 10px;
}
#plan h3.h3_plan1{ color:#2C9183; border-left:4px solid #2C9183;}
#plan h3.h3_plan2{ color:#026DB4; border-left:4px solid #026DB4;}
#plan h3.h3_plan3{ color:#EA919E; border-left:4px solid #EA919E;}

p.plan_imgphoto{
  float:right;
  width:33%;
}
p.plan_imgphoto img{
  width:100%;
  height:auto;
}

.plan_price{
  width:100%;
  background:#DDDDDD;
  margin-bottom:30px;
}

.plan_price_left{
  float:left;
  width:68%;
}
.plan_price_right {
  float:right;
  width:30%;
}

.plan_price_right .itemthumb {
  margin-bottom: 8px;
  padding:20px 20px 0 0;
}
.plan_price_right p {
  text-align:center;
  padding:0 20px 20px 0;
}

.plan_price_right p a {
  color:#222222;
  text-decoration: none;
}

.plan_price_right p a:hover {
  color:#222222;
  text-decoration: underline;
}

ul.plan_detail{
  float:left;
  width:65%;
  margin:0 0 2.5em 0;
}

@media screen and (max-width: 840px) {
/* スマートフォン用のスタイル記述 */
p.plan_imgphoto{
  float:none;
  width:100%;
  margin:0 0 2em 0;
}
ul.plan_detail{
  float:none;
  width:100%;
  margin:0 0 20px 0;
}

.plan_price_left{
  float:none;
  width:100%;
}
.plan_price_right {
  float:none;
  width:80%;
  margin:0 auto;
  text-align:center;
}
}

ul.plan_detail li{
  position: relative;
  padding: 6px 0 6px 1em;
  border-bottom:1px dotted #EEEEEE;
}

ul.plan_detail li:before {
  content: "・";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
}

ul.plan_detail{
  margin:0 0 1.5em 0;
}

ul.plan_detail li{
  position: relative;
  padding: 5px 0 5px 1em;
  border-bottom:1px dotted #EEEEEE;
}

ul.plan_cution li{
  font-size:88%;
  padding: 0 0 3px 2.5em;
  text-indent:-2.5em;
}

h3_plan1 img{
  font-size:88%;
  widht:100%;
  text-indent:-2.5em;
}


/* -----------------------------------
	voice 
 ----------------------------------- */
/* common2.cssより後で追加 */
 

/* -----------------------------------
	flow
 ----------------------------------- */

#flow h2{
  font-size:28px;
  font-weight:lighter;
  color:#DDCC98;
  margin-bottom:8px;
  font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
}

#flow .flow_chart{
  width: 98%;
  max-width: 1000px;
  margin-top:-10px;
}
#flow .flow_chart img{
  width: 100%;
  height:auto;
}
  
#flow section{
  background: #222222;
  margin: 0 auto 35px auto;
  padding:30px;
  text-align:center;
}

#flow h3{
  font-size:18px;
  font-weight:lighter;
  line-height:1.2;
  color:#DDCC98;
  font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
  border-left:4px solid #DDCC98;
  margin-bottom:1em;
  padding:0 0 0 10px;
}

#flow ol.num {
  margin-bottom: 25px;
  margin-left: 3em;
}

#flow ol.num li {
  position: relative;
  list-style: none;
  margin-bottom: 1em;
}

#flow ol.num li span {
  position: absolute;
  top: 0;
  left: -2em;
}

#flow .decimal {
  width:100%;
  margin:8px 0 10px 0;
}

#flow p.num_sub {
  font-weight:bold;
  padding:6px 0 6px 0;
}

#flow .decimal ul {
  padding-left:1.5em;
}
#flow .decimal ul li {
  margin: 0;
  padding: 0 0 0 0.5em;
  text-indent: -0.5em;
  line-height:1.2;
}

* html #flow ol.num li span { top: -0em; } /* for win ie6 */
*:first-child+html #flow ol.num li span { top: -0em; } /* for win ie7 */

#flow .flow_cution{
  margin:8px 0 30px 3.5em;
}

#flow .flow_cution ul {
  list-style-type: decimal;　
}

#flow .flow_cution ul li {
  list-style-type: decimal;
  margin: 0 0 6px 0;
  padding: 0 0 0 0.5em;
  text-indent: -0.5em;
}

table.facilities3,
table.price_table{
	width:100%;
    border-top:1px solid #777777;
    border-left:1px solid #777777;
    border-collapse:collapse;
    border-spacing:0;
	margin-bottom:30px;
    empty-cells:show;
}

table.facilities3 th,
table.price_table th{
	background-color: #444444;
	color:#FFFFFF;
    border-right:1px solid #777777;
    border-bottom:1px solid #777777;
	font-weight:normal;
	line-height:1.3;
    padding: 8px 1em 6px 1em;
    text-align:center;
}

table.facilities3 td,
table.price_table td{
    padding: 8px 1em 6px 1em;
    border-right:1px solid #777777;
    border-bottom:1px solid #777777;
    text-align:center;
	vertical-align: middle;
}

table.facilities3 td.left{
    text-align:left;
}

/*-----------------------------------------------
 _price
-----------------------------------------------*/

#price section{
  background: #222222;
  margin: 0 auto 40px auto;
  padding:20px 30px 10px 30px;
  text-align:center;
}

#price h2{
  font-size:28px;
  font-weight:lighter;
  color:#DDCC98;
  margin-bottom:6px;
  font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
}

#price h3{
  font-size:18px;
  font-weight:lighter;
  line-height:1.2;
  color:#DDCC98;
  font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
  border-left:4px solid #DDCC98;
  padding:0 0 0 10px;
}

#price p.tax_no{
  float:right;
  margin:-5px 0 5px 0;
}

#price table.price_table{
  margin: 0 0 0 0;
}

#price table.price_table th{
  padding: 0.6em 1em 0.5em 1em;
  text-align:center;
  vertical-align: middle;
}

#price table.price_table td{
  padding: 0.6em 1em 0.5em 1em;
  text-align:center;
  vertical-align: middle;
}

#price table.price_table th span,
#price table.price_table td span{
  font-size:85%;
}

#price table.price_table th.left,
#price table.price_table td.left{
  text-align:left;
}

#price p.cution_title{
  font-weight:bold;
  margin:15px 0 6px -0.5em;
}

#price .price_cution{
  margin:0 0 15px 2em;
}

#price .bk_white img{
  width:86px;
  height:auto;
  background: #FFFFFF;
  padding:4px 18px;
}

#price .price_cution ul {
  list-style-type: decimal;　
}

#price .price_cution li {
  list-style-type: decimal;
  margin: 0 0 6px 0;
  padding: 0 0 0 0.5em;
  text-indent: -0.5em;
}

@media screen and (max-width: 764px) {
/* スマートフォン用のスタイル記述 */

.table-wrap{
  width: 100%;
  overflow-x: auto;
  margin:5px 0 12px;
}

div.table-wrap::-webkit-scrollbar {
  height: 5px;
}
 
div.table-wrap::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}
div.table-wrap::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}

.overflow{
  float:left;
  font-size:80%;
  margin-bottom:6px;
}

#price p.tax_no{
  font-size:80%;
  margin:0 0 5px 0;
}

table.facilities3 th,
table.price_table th,
table.facilities3 td,
table.price_table td{
  white-space: nowrap;
}
}

/*-----------------------------------------------
 _FAQ
-----------------------------------------------*/

#faq section{
  background: #222222;
  margin: 0 auto 40px auto;
  padding:20px 20px 0 20px;
  text-align:center;
}

#faq h2{
  font-size:28px;
  font-weight:lighter;
  color:#DDCC98;
  margin-bottom:6px;
  font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
}

#faq p.comme{
  float:right;
  font-size:88%;
  margin:-27px 0 15px 0;
}

#faq .tabContainer {
	width: 100％;
}
#faq .tabContainer dl {
	clear: both;
	width: 100％;
	padding: 15px;
}
#faq .tabContainer dl dt {
	height:auto;
	margin: 0 0 5px;
	padding: 6px 10px 10px 35px;
	background: url(../../img/q.png) no-repeat 0 5px;
	font-size: 16px;
	border-bottom: 1px dotted #666666;
}
#faq .tabContainer dl dd {
	margin-bottom: 15px;
	padding: 12px 10px 15px 70px;
	background: url(../../img/a.png) no-repeat 35px 10px;
	border-bottom: 2px solid #666666;
}


/* -----------------------------------
	download
 ----------------------------------- */
 
#download section{
  background: #222222;
  margin: 0 auto 40px auto;
  padding:20px 20px 0 20px;
  text-align:center;
}

#download h2{
  font-size:28px;
  font-weight:lighter;
  color:#DDCC98;
  margin-bottom:10px;
  font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
}

#download.boxlist2 ul {
  margin-right: -40px;
}
#download .boxlist2 li {
  max-width: 230px;
}
 #download .boxlist2 li img {
  max-width: 150px;
  height:auto;
}
#download .boxlist2 li article {
  padding-right: 40px;
}

dl.down_pamphlet{
  width: 100%;
  max-width: 860px;
  text-align:center;
  padding-bottom:20px;
}

dl.down_pamphlet dt{
  clear:left;
  float:left;
  width:150px;
}

dl.down_pamphlet dd{
  margin:0 0 0 185px; 
}

h3.down_pamphlet_h3{
  font-size:110%;
  font-weight:bold;
  margin-bottom:10px;
}

dl.down_pamphlet p{
  margin-bottom:10px;
}

p.pdf-img::before {
  content: url(../../download/img/ico_pdf.png);
  position: relative;
  top: 0.25em;
  margin-right: 0.2em;
}

#download .zipfile {
  float:right;
  margin-top:-4.3em;
}

@media screen and (max-width: 1290px) {
  #download .zipfile { margin-top:-1.5em;}
}

#download .zipfile2 {
  float:right;
  margin-top:-4.3em;
}
 
.downloadBox{
  width: 100%;
  margin: 0 auto;
  text-align:center;
}

ul.download_list{
  width:100%;
  margin-bottom:12px;
}

ul.download_list li{
  float:left;
  width:360px;
  margin-bottom:12px;
}

ul.download_list li.dr_w400{
  width:420px;
}

ul.download_list li a{
  background:url(../../download/img/ico_pdf.png) no-repeat center left;
  padding-left:20px;
}
ul.download_list li.excel a:beforer{
  background:url(../../download/img/excel.png) no-repeat center left;
  padding-left:20px;
}

#cont-sub {
	clear: both;
	float: left;
	width: 922px;
	margin: 20px 0 10px 0;
	padding: 20px 20px 20px 20px;
	background-color: #FFF;
	border: 1px dotted #999;
}

/*-----------------------------------------------
 _policy
-----------------------------------------------*/

#policy h2{
  font-size:18px;
  font-weight:lighter;
  color:#DDCC98;
  font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
  border-left:4px solid #DDCC98;
  margin-bottom:15px;
  padding:0 0 0 7px;
}

#policy h3{
  margin-bottom:0.3em;
}

#policy section{
    background: #222222;
    margin: 0 auto 35px auto;
    padding: 30px;
    text-align: center;
}

#policy ol li{
  margin-bottom:1.6em;
}
#policy ol li:last-child{
  margin-bottom:0;
}

#policy ul.in_list{
  margin-top:10px;
}

#policy ul.in_list li{
  margin: 0 0 4px 20px;
  list-style-type: disc!important;
}

/*-----------------------------------------------
 _form
-----------------------------------------------*/

#form_cont {
  width: 100%;
  max-width:1000px;
  margin: 20px auto 40px auto;
}

#form_cont p {
  line-height:1.4;
}

p.form_tel {
  width: 100%;
  font-size:115%;
  text-align:right;
  margin: 0 auto 0 0;
  vertical-align: middle;
}

p.form_tel span {
  font-size:250%;
  font-weight:bold;
  vertical-align: middle;
}

@media screen and (max-width: 800px) {
  p.form_tel span {  font-size:180%;}
}

p.form_tel a {
  outline: none;
  text-decoration: none;
  color: #F4CC6A;
}
p.form_tel a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

/*for IE6 */
* html #form_cont {
  display: inline;
 zoom: 1;
}
/*for IE7 */
*:first-child+html #form_cont {
  display: inline;
  zoom: 1;
}

.form_head {
  width: 100%;
  max-width:1000px;
  margin: 0 auto 10px auto;
}
.form_head img {
  width: 100%;
  height:auto;
}

#form_cont p {
  font-size:14px;
  line-height:200%;
}
#form_cont .center{
  margin:12px auto;
  text-align:center;
}

form.contact {
  width: 100%;
  margin:0 auto 35px auto;
  text-align:center;
}

form.contact p {
  margin-bottom:8px;
}

form.contact .mustinput{
  color:#E3463B;
}

form.contact table {
  width: 100%;
  margin: 0 0 15px 0;
  color:#222222;
  border-collapse:collapse;
  border-spacing:0;
  empty-cells:show;
}

form.contact th {
  width: 12em;
  color:#FFFFFF;
  font-weight:normal;
  padding: 10px 8px;
  background-color: #808080;
  border-right:1px solid #333333;
  border-bottom:1px solid #333333;
}

form.contact td {
  padding: 10px 6px 7px 12px;
  background-color: #F0F0F0;
  border-right:1px solid #333333;
  border-bottom:1px solid #333333;
}

form.contact td span.supplement {
  color: #E90709;
}
form.contact td.required {
  width: 26px;
  padding: 10px 3px;
  background-color: #c4e6fa;
  text-align: center;
}

dl.form_in{
  width: 98%;
  position:relative;
}
dl.form_in dt{
  font-size:105%;
  font-weight:bold;
  margin-bottom:5px;
  padding-bottom:3px;
  border-bottom:1px solid #D6D6D6;
}

dl.form_in dd{
  margin-top:7px;
}
dl.form_in dd.in_02{
  line-height:2.2;
}

form.contact td input,
dl.form_in dd input,
dl.form_in dd select{
  vertical-align:1px;
  margin-right:2px;
  margin-bottom:8px;
}

form.contact td.in_01 input,
dl.form_in dd.in_01 input{
  vertical-align:-2px;
  margin-right:2px;
}

.select-group{
  position: relative;
  display: inline-block;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
 vertical-align: middle;
  border: 1px solid #ddd;
  background-color: #fff;
  background-repeat: no-repeat;
}

.select{
  position: relative;
  z-index: 1;  
  line-height: 1.8;
  display: block;
  width: 120%;
  padding: 0;
  text-indent: 8px;
  border: none;
  border-radius: 0;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
   appearance: none;
}

.select-group:after{
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  content: '';
  border-top: 4px solid #999;
 border-right: 4px solid transparent;
 border-left: 4px solid transparent;
}

form.contact input,
form.contact select,
form.contact textarea {
  margin: 2px 0;
  padding:3px 4px;
}

#company_name, #post_name, #email, #email2, #address{
  width:70%;
}

#detail{
  width:98%;
  height:10em;
}

#tel1, #tel2, #tel3,#fax1, #fax2, #fax3,
#zip1, #zip2{
  width: 70px;
}

#prefecture {
  width: 11em;
}

@media only screen and (max-width:830px){
 
form.contact th {
  width: 100%;
  display: block;
  padding: 10px 8px;
}
form.contact td {
  width: 100%;
  display: block;
  padding: 10px 8px;
}
#company_name, #post_name
#address {
  width:100%;
}
}

form.contact tablearea #detail {
  width:96%;
  height:30%;
}

form.contact p.button {
  margin:8px auto 7px auto;
  text-align: center;
  vertical-align:middle;
}

.sbt_1{
  width:60%;
  height:40px;
  background-color:#7C0707;
  border:none;
  color:#fff;
  font-size:13px;
  font-weight:700;
  text-align:center;
  margin: 20px auto 10px auto;
}
.sbt_1:hover{
  background-color:#808080 !important;
  color:#fff;
}

form.contact p.button input {
  padding: 10px 25px;
}

.sbt_2{
  width:auto;
  height:40px;
  background-color:#7C0707;
  border:none;
  color:#fff;
  font-size:13px;
  font-weight:700;
  text-align:center;
}
.sbt_2:hover{
  background-color:#808080 !important;
  color:#fff;
}


div.secure {
	float: left;
	widht: 900px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 20px;
	font-size:10px;
}
div.secure p {
	display: table-cell;
	vertical-align: middle;
}
/*for IE6 */
* html .secure p {
	display: inline;
	zoom: 1;
}
/*for IE7 */
*:first-child+html .secure p {
	display: inline;
	zoom: 1;
}
div.secure p img {
	margin-right:12px;
}

p.policy_btn{
  width: 16em;
  margin:1em 0.5em 0 0;
}

p.policy_btn a{
  background:#222222;
  color: #FFFFFF;
  font-weight:bold;
  text-decoration: none;
  padding:10px 16px 10px 21px;
}

p.policy_btn a:hover{
  background:#7C0707;
  color: #FFFFFF;
}

/* -----------------------------------
	mailmag
 ----------------------------------- */

#contact h2,
#mailmag h2{
  font-size:18px;
  font-weight:lighter;
  color:#DDCC98;
  font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
  border-left:4px solid #DDCC98;
  margin-bottom:0;
  padding:0 0 0 7px;
}

.mailmag_border{
  background: #F0F0F0;
  border:2px solid #7C0707;
  margin-bottom:10px;
  padding:3% 5%;
}
.mailmag_border p{
  font-size:21px;
  color:#222222;
  font-weight:600;
  margin:0 auto;
  text-align:center;
}

.mailmag_border p.red{
  font-size:30px;
  color:#dc143c;
}

.mag_illust{
  float:left;
  margin:-6px 3% 10px 0;
}

/* -----------------------------------
	footer
 ----------------------------------- */
 
.to-top {
  background: #222222;
  width: 100%;
  margin-top:25px;
  padding:10px;
}

.to-top a {
  display: block;
  width: 45px;
  height: 15px;
  background: url(../../img/to-top.png) no-repeat center top;
  text-align:center;
  margin:0 auto;
}
.to-top a:hover {
  background: url(../../img/to-top_on.png) no-repeat center top;
}
.page-footer {
  width:100%;
}

#footer_cont{
  width:100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #D3A723), color-stop(1.00, #9F7800));
  background: -webkit-linear-gradient(#D3A723, #9F7800);
  background: -moz-linear-gradient(#D3A723, #9F7800);
  background: -o-linear-gradient(#D3A723, #9F7800);
  background: -ms-linear-gradient(#D3A723, #9F7800);
  background: linear-gradient(#D3A723, #9F7800);
}

.footer_inner{
  padding:20px 15px 20px 30px;
}

#footer_nav {
  width: 40%;
  float:left;
  text-align: center;
}

#footer_map {
  float:left;
  width: 60%;
}

#footer_nav li {
  display: inline-block;
  padding:6px 10px 6px 0;
} 

#footer_nav li a {
  font-size:86%;
  color: #FFFFFF;
  outline: none;
  text-decoration: none;
}

#footer_nav li a:hover {
  text-decoration: underline;
}

p.footer_logo,
p.footer_add{
  color:#FFFFFF;
  text-align: center;
  margin:0 auto;
}

p.footer_logo img{
  width: 100%;
  max-width:299px;
  height:auto;
  display: inline-block;
  padding-bottom:15px;
}

p.footer_tel{
  font-size:185%;
  color:#FFFFFF;
  font-weight:bold;
  padding-left:15px;
  text-align: center;
  margin:0 auto;
}

p.footer_tel:before{
  font-size:20px;
  font-family: FontAwesome;
  content: "\f095";
  transform: rotate(45deg);
  color:#FFFFFF;
  padding:0 3px 0 2px;
}

ul.f_nav{
  width: 100%;
  max-width:300px;
  margin:10px auto 0 auto;
  text-align: center;
  display: inline-block;
}

ul.f_nav li{
  float:left;
  width:50%;
  color:#FFFFFF;
  line-height:1.2;
  padding:0 3px 0 3px;
}

ul.f_nav li:before{
  font-size:11px;
  font-family: FontAwesome;
  content: "\f0da";
  transform: rotate(45deg);
  color:#FFFFFF;
  padding:0 4px 0 0;
}

div.copyright {
  background: #222222;
  font-size:90%;
  color:#FFFFFF;
  text-align: center;
  padding:12px 0 7px 0;
  position: relative;
}

div.copyright p{
  position: absolute;
  top: 14px;
  left: 35px;
  float: left;
}

/* -----------------------------------
	photobox
 ----------------------------------- */

.boxlist2 ul {
  margin-right: -30px;
}
.boxlist2 li {
  display: block;
  float:left;
  width: 50%;
  margin-bottom: 20px;
}

.boxlist2 li a {
  text-decoration: none;
}
.boxlist2 li article {
  padding-right: 30px;
}
.boxlist2 .itemthumb {
  margin-bottom: 8px;
}

.boxlist2 li article span {
  position: absolute;
  top: 0;
  right: 0;
}

.boxlist2 li p.locationplaza {
  color:#00A099;
  font-weight:bold;
  text-decoration: none;
  padding:4px 0 6px 0;
  }
.boxlist2 li p.locationent {
  color:#AF1A42;
  font-weight:bold;
  padding:4px 0 6px 0;
}

.boxlist3 ul {
  margin-right: -20px;
}
.boxlist3 li {
  display: block;
  float:left;
  width: 33.3333%;
  margin-bottom: 20px;
}
.boxlist3 li a {
  text-decoration: none;
}
.boxlist3 li article {
  padding-right: 20px;
}
.boxlist3 .itemthumb {
  margin-bottom: 8px;
}
.boxlist3 li article p {
  text-align:center;
}

.boxlist4 ul {
  margin-right: -20px;
}
.boxlist4 li {
  display: block;
  float:left;
  width: 25%;
  margin-bottom: 20px;
}
.boxlist4 li a {
  text-decoration: none;
}
.boxlist4 li article {
  padding-right: 20px;
}
.boxlist4 .itemthumb {
  margin-bottom: 8px;
}

/*-----------------------------------------------
 __youtube
-----------------------------------------------*/

.youtube-box {
  width: 65%;
  max-width:689px;
  margin: 0 auto;
  text-align:center;
}
.youtube {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
/* スマートフォン用のスタイル記述 */
.youtube-box {
  width: 100%;
  max-width:689px;
  margin: 0 auto;
  text-align:center;
}
}
 
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-----------------------------------------------
 __margin_padding
-----------------------------------------------*/

.mt0{ margin:0 0 0 0 !important;}
.mt05{ 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;}
.mt80{ margin-top:80px !important;}

.mb0{ margin-bottom:0 !important;}
.mb05{ margin-bottom:5px !important;}
.mb08{ margin-bottom:8px !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;}
.mb50{ margin-bottom:50px !important;}
.mb60{ margin-bottom:60px !important;}
.mb70{ margin-bottom:70px !important;}
.mb80{ margin-bottom:80px !important;}

.pt0{ padding:0 0 0 0 !important;}
.pt05{ padding-top:5px !important;}
.pt10{ padding-top:10px !important;}
.pt15{ padding-top:15px !important;}
.pt20{ padding-top:20px !important;}
.pt30{ padding-top:30px !important;}
.pt33{ padding-top:33px !important;}
.pt40{ padding-top:40px !important;}

.pb05{ padding-bottom:5px !important;}
.pb10{ padding-bottom:10px !important;}
.pb15{ padding-bottom:15px !important;}
.pb20{ padding-bottom:20px !important;}
.pb30{ padding-bottom:30px !important;}
.pb40{ padding-bottom:40px !important;}

.pr20{ padding-right:20px !important;}

/*-----------------------------------------------
 __position
-----------------------------------------------*/

.center{ margin:0 auto; text-align:center;}
.left{ margin:0 auto; text-align:left;}
.right{ margin-right: 0; margin-left : auto; text-align:right;}

.floatLeft{ float:left;}
.floatRight{ float:right;}

.normal_cution{ padding-left: 1em; text-indent: -1em;}
.w-688{ width:100%;max-width:688px;margin:0 auto;text-align:center;}

/*-----------------------------------------------
 __font
-----------------------------------------------*/

.bold{ font-weight:bold;}

.fs85{ font-size:85%;}
.fs90{ font-size:90%;}
.fs95{ font-size:95%;}
.fs110{ font-size:110%;}