@charset "UTF-8";

/*******************************************
 ***** Common ******************************
 *******************************************/
@-ms-viewport {
    width: device-width;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
   /* font: inherit;*/
    vertical-align: baseline;
}
body {
  font-family: 'Roboto', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 100%;
  line-height: 1;
}
@font-face {
  font-family: YuGothicM;
  font-weight: normal;
  src: local('YuGothic-Medium'),  /* Mediumを明示的に指定 */
       local('Yu Gothic Medium'), /* Chrome用 */
       local('YuGothic-Regular'); /* Windows8.1ではMediumがないのでRegularを指定 */
}
a {
    text-decoration: none;
    color: #000;
}
a:hover {
  opacity:0.7;
  filter: alpha(opacity=70);       /* ie 6 7 */
  -ms-filter: "alpha(opacity=70)"; /* ie 8 */
}
a:link{
    text-decoration:none; outline:none;
}
a:visited{
    text-decoration:none; outline:none;
}
a:hover{
    text-decoration:none;
}
a:active{
    text-decoration:none;
}
img {
    vertical-align: bottom;
}
ul,ol {
    list-style-type: none;
}
.clearfix:before,.clearfix:after {
    content:"";
    display: block;
}
.clearfix:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}
.flex_box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex_box02 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_box03 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ta_r {
  text-align: right;
}
.ta_c {
  text-align: center;
}
.mt0 {
  margin-top: 0px !important;
}
.mt05 {
  margin-top: 5px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.va_t {
  vertical-align: top;
}
table {
  border-collapse: collapse;
}
/*******************************************
 ***** layout ******************************
 *******************************************/
html,body{
  width: 100%;
  -webkit-text-size-adjust: 100%;
  min-width: 961px;
  /*overflow: hidden;*/
}
#content {
	position: relative;
}
@-webkit-keyframes sdb {
	0% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
	}
	20% {
		-webkit-transform: rotate(-45deg) translate(-10px, 10px);
	}
	40% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
	}
}
@keyframes sdb {
	0% {
		transform: rotate(-45deg) translate(0, 0);
	}
	20% {
		transform: rotate(-45deg) translate(-10px, 10px);
	}
	40% {
		transform: rotate(-45deg) translate(0, 0);
	}
}
#top-slide ul {
  /*opacity: 0;*/
  display: none;
	position: absolute;
	bottom: 0;
    width: 100%;
}
img.slide-single{
	width: 100%;
}

.slick-dots {
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: center;
}
.slick-dots li {
  background: #EAEAE9;
  width: 10px;
  height: 10px;
  margin: 0 5px 20px;
  border-radius: 5px;
  display: inline-block;
  text-indent: -9999px;
  cursor: pointer;
}
.slick-dots li.slick-active {
  background: #FCF12E;
}
.bk_grad {
  background: #1e5799; /* Old browsers */
  background: -moz-linear-gradient(top, #1e5799 0%, #616161 0%, #4a4a4a 51%, #333333 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #1e5799 0%,#616161 0%,#4a4a4a 51%,#333333 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #1e5799 0%,#616161 0%,#4a4a4a 51%,#333333 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
}

@media print, screen and (min-width: 768px) {
  /* -------------------- PC start -------------------- */
  body {
    
  }
  .pc {
  	display: block;
  }
  .sp {
    display: none !important;
  }
  .box01 {
    width: 960px;
    margin: 0 auto;
  }
  .box02 {
    width: 960px;
    margin: 0 auto;
  }
  /*.box03 {
    width: 980px;
    margin: 0 auto;
  }*/
  #toTop {
  	text-align: right;
  }
  /*header*/
  #header {
    background: #333535;
  }
  .h-inner {
    
  }
  .h-inner_left {
    width: 490px;
    float: left;
  }
  .h-logo {
    padding-top: 20px;
  }
  .h-logo_txt {
    display: inline-block;
    margin-top: 17px;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: -1px;
  }
  .h-inner-right {
    padding-top: 11px;
    width: 420px;
    float: right;
    text-align: right;
  }
  .h-tel {
    background: #fff;
    width: 170px;
    padding: 3px 15px 7px;
    float: right;
    border-radius: 3px;
    color: #DC3232;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    text-align: left;
  }

  .h-tel:nth-child(1) {
    margin-left: 20px;
  }
  .conf-form {
    width: 180px;
    height: 36px;
    margin-left: 0 !important;
    margin-right: 20px;
    padding: 3px 10px 7px;
    line-height: 36px;
  }
  .conf-form img {
    vertical-align: middle;
  }
  .h-tel span {
    color: #000;
    font-size: 12px;
    letter-spacing: -1px;
  }
  .h-hour {
    margin-top: 5px;
    color: #fff;
    font-size: 13px;
    line-height: 1;
  }
  #index .eve-tel {
    display: none;
  }
  /*gnav*/
  .gnav-out {
    background: url(../img/common/bg_gnav.png) repeat-x;
  }
  .gnav {
    width: 959px;
    height: 54px;
    margin-top: 20px;
    border-right: solid 1px #fff;
  }
  .gnav li {
    border-left: solid 1px #fff;
    float: left;
  }
  .gnav li a {
    display: block;
    height: 54px;
    color: #fff;
    text-align: center;
    line-height: 54px;
  }
  .gnav01 {
    width: 204px;
    position: relative;
  }
  .gnav01 .gnav_second {
    position: absolute;
    top: 40px;
    background: #31464F;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    /*visibility: hidden;*/
    display: none;
    /*opacity: 0;*/
  }
  .gnav-list:hover > .gnav_second {
    top: 54px;
    /*visibility: visible;*/
    display: block;
    /*opacity: 1;*/
    z-index: 2;
  }
  .gnav01 .gnav_second li {
    width: 204px;
    border-left: none;
    border-top: solid 1px #fff;
  }
  .gnav_second li a {
    display: block;
  }
  .gnav02 {
    width: 188px;
    position: relative;
  }
  .gnav02 .gnav_second {
    position: absolute;
    top: 40px;
    background: #31464F;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    display: none;
  }
  .gnav02 .gnav_second li {
    width: 188px;
    border-left: none;
    border-top: solid 1px #fff;
  }
  .gnav03 {
    width: 158px;
    position: relative;
  }
  .gnav03 .gnav_second {
    position: absolute;
    top: 40px;
    background: #31464F;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    display: none;
  }
  .gnav03 .gnav_second li {
    width: 158px;
    border-left: none;
    border-top: solid 1px #fff;
  }
  .gnav04 {
    width: 117px;
  }
  .gnav05 {
    width: 131px;
  }
  .gnav06 {
    width: 155px;
  }
  /*scroll*/
  #scroll {
    /*display: none;*/
    position: fixed;
    top: 0;
    right: 0;
    z-index: 3;
  }
  #scroll a {
    width: 180px;
    height: 60px;
    display: block;
    color: #fff;
    line-height: 60px;
    text-align: center;
  }
  #scroll  img {
    margin-right: 15px;
    vertical-align: middle;
  }
  .scroll-mail {
    background: #A03232;
  }
  .scroll-form {
    background: #CFA055;
    padding: 10px;
  }
  .scroll-tel {
    background: #3D648E;
  }
  #scroll .scroll-form a {
    height: 42px;
    line-height: 1.3;
  }
  #scroll .scroll-form a img {
    position: relative;
    top: -10px;
    left: -20px;
    vertical-align: middle;
  }
  .scroll-form p {
    display: inline-block;
    position: relative;
    left: -20px;
  }
  .scroll-tel div {
    width: 180px;
    height: 60px;
    display: block;
    color: #fff;
    line-height: 60px;
    text-align: center;
  }
  /*content*/
  #content {
    padding: 80px 0;
  }
  .h2-style01 {
    height: 50px;
    margin-bottom: 30px;
    padding: 0 15px;
    color: #fff;
    font-size: 24px;
    line-height: 50px;
  }
  .h2-style02 {
    font-size: 22px;
    position: relative;
  }
  /*#nav*/
  #nav {
    margin-top: 90px;
  }
  #nav li {
    width: 220px;
    margin-right: 25px;
    margin-bottom: 30px;
    float: left;
  }
  #nav li:nth-child(4n) {
    margin-right: 0;
  }
  #nav li a {
    display: block;
  }

  /*footer*/
  footer {
    background: #333333;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
  }
  #footer {
    position: relative;
  }
  #footer .f-contact-list li {
    border: solid 1px #fff;
    border-collapse:collapse;
    padding: 10px 20px;
    float: left;
    font-size: 15px;
    line-height: 1.15;
  }
  #footer .f-contact-list li span {
    font-size: 13px;
  }
  #footer .f-contact-list li:first-child {
    padding: 0;
    width: 138px;
    border-style: none;
  }
  #footer .f-contact-list a {
    display: block;
  	background: #DC3232;
    padding: 10px 0;
    border: solid 1px #DC3232;
    color: #fff;
    text-align: center;
  }
  .f-nav {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 2.57;
  }
  .f-nav ul {
    float: left;
  }
  .f-nav01 {
    width: 140px;
  }
  .f-nav02 {
    width: 200px;
  }
  .f-nav03 {
    width: 210px;
  }
  .f-nav a {
    color: #fff;
  }
  .f-navsp {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .f-navsp li {
    display: inline-block;
    font-size: 14px;
    margin-right: 20px;
  }
  .f-navsp li:last-child {
    margin-right: 0;
  }
  .f-navsp a {
    color: #fff;
  }
  .copyright {
    margin-top: 20px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  /* -------------------- SP start -------------------- */
  html,body {
    min-width:initial;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none !important;
  }
  img {
    width: 100%;
    height: auto;
  }
  .box01 {
    width: 95%;
    margin: 0 auto;
  }
  .box02 {
    width: 100%;
  }
  .wrap {
    padding-top: 52px;
    padding-bottom: 40px;
  }
  #sp_nav {
    display: none;
  }
  .mean-container .mean-nav {
    position: fixed;
    top: 8px;
    display: block;
  }
  .mean-container .mean-nav > ul {
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 60px);
  }
  .mean-expand span {
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
  }
  .sp_head {
    background: #333535;
    width: 100%;
    height: 52px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .sp_head h1 {
    width: auto;
    height: 52px;
    margin: 0 0 0 3%;
    float: left;
  }
  .sp_head h1 a {
    display: block;
  }
  .sp_head h1 a img  {
    max-height: 50px;
    height: 90%;
    margin-top: 10px;
    height: auto;
  }
  
  .sp_head .btn_contact img {
    width: auto;
    max-height: 65px;
  }
  .is-fixed {
  }
  .sp_navinfo {
    padding: 20px 0;
  }
  .sp_navinfo-txt {
    margin-bottom: 9px;
    font-size: 14px;
  }
  .mean-container .mean-nav ul li .sp_navinfo a {
    background: #fff;
    display: block;
    width: 60% !important;
    margin: 0 auto 20px;
    padding: 10px;
    border-radius: 3px;
    float: none;
    color: #DE3230;
    font-size: 18px;
    line-height: 1.4;
  }
  .mean-container .mean-nav ul li .sp_navinfo a span {
    font-size: 14px;
  }
  .mean-container .mean-nav ul li .sp_navinfo a img {
    width: 30px;
  }
  /*scroll*/
  #scroll {
    width: 100%;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 3;
  }
  #scroll ul {
    width: 100%;
  }
  #scroll li {
    width: 50%;
    height: 50px;
    float: left;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
  }
  #scroll li a {
    color: #fff;
    margin-top: 5px;
    display: block;
  }
  #scroll li img {
    width: 32px;
    margin-right: 10px;
    vertical-align: middle;
  }
  .scroll-mail {
    background: #A03232;
  }
  .scroll-tel {
    background: #3D648E;
  }
  
  /*content*/
  #content {
    padding: 50px 0;
  }
  .h2-style01 {
    margin-bottom: 30px;
    padding: 10px;
    color: #fff;
    font-size: 20px;
    line-height: 1.4;
  }
  .h2-style02 {
    font-size: 22px;
    position: relative;
  }
  /*#nav*/
  #nav {
    margin-top: 50px;
  }
  #nav li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
    float: left;
  }
  #nav li:nth-child(2n) {
    margin-right: 0;
  }
  #nav li a {
    display: block;
  }
  #toTop {
    text-align: right;
  }
  #toTop img {
    width: calc( 60 / 375 * 100% );
  }
  /*footer*/
  footer {
    background: #333333;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
  }
  #footer a {
    color: #fff;
  }
  .f-navsp  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .copyright {
    margin-top: 20px;
    font-size: 12px;
    text-align: center;
  }
}

/*******************************************
 ***** Top ******************************
 *******************************************/
.tab-btn {
  color: #fff;
  cursor: pointer;
}
.tab-btn01 {
  background: #3D648E;
}
.tab-btn02 {
  background: #F078BE;
}
.tab-btn03 {
  background: #1EBEF0;
}
.tab-btn04 {
  background: #E5AD00;
}
.tab_panel {
  
  display: none;
}
@media print, screen and (min-width: 768px) {
  /* -------------------- PC start -------------------- */
  #top-slide {
    position: relative;
  }
  #top-slide .main-copy {
    position: absolute;
    width: 580px;
    height: 200px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
  }
  #top-slide li img {
    width: 100%;
    height: auto;
  }
  #index #content {
	/*padding-top: 90px;*/
    padding-top: 50px;
  }
  .bnr_col01, .bnr_col02{
	margin-bottom: 50px;
  }
  .bnr_col01.nb, .bnr_col02.nb{
  margin-bottom: 30px;
  }
  .bnr_col02{
    display: flex;
    justify-content: center;
  }
  .bnr_col02 a{
    display: block;
    width:calc( (100% - 3%) / 2 );

  }
  .bnr_col02 a:first-of-type{
    margin-right:0;
  }
  .bnr_col02 a img{
    max-width: 100%;
    height: auto;
  }
	.bnr_col01 a:hover img, .bnr_col02 a:hover img{
		opacity: 0.7;
  }
  /*/////////////////////////////////////////
  // top-number
  /////////////////////////////////////////*/
#top-number {
    margin-top: 50px;
        
    }

  #index .h2-style01 {
    margin-bottom: 50px;
  }
  #top-number li {
    width: 299px;
  }
  #top-number li .number_img {
    width: 299px;
    height: auto;
    position: relative;
    top: -8px;
    z-index: -1;
  }
  #top-number li.large .number_img {
    top: -12px;
  }
  .number-ttl {
    margin-top: 12px;
    font-size: 22px;
    text-align: center;
  }
  #top-number li.large .number-ttl {
    margin-top: 8px;
  }
  .number-txt {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.5;
  }
  /*/////////////////////////////////////////
  // floor
  /////////////////////////////////////////*/
  #floor {
    margin-top: 90px;
  }
  .tab-panel-list {
    width: 660px;
    margin: 30px auto 0;
    margin: 50px auto 0;
  }
  .tab-btnlist {
    width: 550px;
    margin: 0 auto;
  }
  .tab-btn {
    height: 40px;
    margin-right: 10px;
    padding: 0 30px 0 15px;
    border-radius: 3px;
    float: left;
    line-height: 40px;
  }
  .tab-btn:last-child {
    margin-right: 0;
  }
  .tab-btn span {
    position: relative;
  }
  .tab-btn span:after {
    right: -15px;
    width: 8px;
    height: 8px;
    position: absolute;
    top: -6px;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .tab-panel-box {
    margin-bottom: 90px;
  }
  .tab-panel-floor {
    float: left;
  }
  .tab-panel-info {
    width: 300px;
    float: right;
  }
  .tab-panel-info01 {
    margin-top: 20px;
    padding: 20px;
    font-weight: bolder;
  }
  .tab-panel-ttl {
    font-size: 20px;
  }
  .tab-panel-infolist {
    margin-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tab-panel-infolist li {
    margin-right: 9px;
    margin-bottom: 10px;
  }
  .tab-panel-infolist li:nth-child(3n) {
    margin-right: 0;
  }
  .tab-panel-link {
    display: block;
    background: #3D648E;
    padding: 10px 0;
    border-radius: 3px;
    color: #fff;
    text-align: center;
  }
  .tab-panel-link span {
    position: relative;
  }
  .tab-panel-link span:before {
    left: -18px;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 0px;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .tab-panel-info02 {
    margin-top: 20px;
    padding: 10px 20px;
    border: solid 1px #ccc;
  }
  .tab-panel-info02-txt {
    font-size: 15px;
    line-height: 1.33;
  }
  .tab-panel-info02 ul {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.6;
  }
  .tab-panel-info02 ul li a {
    color: #267EAB;
  }
  /*/////////////////////////////////////////
  // top-news
  /////////////////////////////////////////*/
  #top-news .h2-style02 a {
    display: inline-block;
    background: #323232;
    padding: 8px 20px;
    position: absolute;
    top: -12px;
    right: 0;
    color: #fff;
    font-size: 18px;
  }
  .top-news-box {
    margin-top: 20px;
    padding: 20px;
    border: solid 1px #ccc;
  }
  #top-news iframe {
    margin-top: 20px;
    padding: 20px;
    border: solid 1px #ccc;
  }
  .top-news-box dl {
    margin-top: 30px
  }
  .top-news-box dl.top {
    margin-top: 0;
  }
  .top-news-box dl dt {
    width: 245px;
    float: left;
    color: #969696;
    font-size: 14px;
  }
  .top-news-box dl dt span {
    display: inline-block;
    position: relative;
    width: 110px;
    height: 34px;
    margin-right: 30px;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    line-height: 34px;
  }
  .top-news-box dl dt span.campain {
    background: #A03232;
  }
  .top-news-box dl dt span.info {
    background: #498FC2;
  }
  .top-news-box dl dd {
    width: 670px;
    padding-top: 5px;
    float: right;
    font-size: 16px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  /* -------------------- SP start -------------------- */
  #top-slide {
    position: relative;
  }
  #top-slide .main-copy {
    position: absolute;
    width: 90%;
    height: auto;
    top: 25%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
  }
  #top-slide li img {
    width: 100%;
    height: auto;
  }
  #index #content {
	/*padding-top: 50px;*/
    padding-top: 30px;
  }
  .bnr_col01, .bnr_col02{
	margin-bottom: 40px;
  }
  .bnr_col01.nb, .bnr_col02.nb{
  margin-bottom: 10px;
  }

  .bnr_col02 a{
    display: block;
  }
  .bnr_col02 a:first-of-type{
    margin:0 0 10px;
  }
  /*/////////////////////////////////////////
  // top-number
  /////////////////////////////////////////*/
#top-number {
    margin-top: 50px;
    }

  #top-number .flex_box03 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #top-number .flex_box03 li {
    width: 100%;
    margin-bottom: 50px;
  }
  #top-number .flex_box03 li:last-child {
    margin-bottom: 0;
  }
  .number_s {
    width: calc( 90 / 375 * 100% );
    margin-left: 3px;
  }
  .number_m {
    width: calc( 130 / 375 * 100% );
    margin-left: 3px;
  }
  .number_l {
    width: calc( 90 / 375 * 100% );
    margin-left: 3px;
  }
  #top-number li .number_img {
    position: relative;
    top: -8px;
    z-index: -1;
  }
  #top-number li.large .number_img {
    top: -12px;
  }
  .number-ttl {
    margin-top: 20px;
    font-size: 22px;
    text-align: center;
  }
  #top-number li.large .number-ttl {
    margin-top: 8px;
  }
  .number-txt {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.5;
  }
  /*/////////////////////////////////////////
  // floor
  /////////////////////////////////////////*/
  #floor {
    margin-top: 90px;
  }
  #floor .h2-style01 {
    margin-bottom: 0;
  }
  .tab-panel-list {
    margin: 20px auto 0;
  }
  .tab-btnlist {
    margin: 0 auto;
  }
  .tab-btnlist li {
    margin-top: 20px;
  }
  .tab-btn {
    height: 40px;
    margin-right: 10px;
    padding: 0 30px 0 15px;
    border-radius: 3px;
    float: left;
    line-height: 40px;
  }
  .tab-btn:last-child {
    margin-right: 0;
  }
  .tab-btn span {
    position: relative;
  }
  .tab-btn span:after {
    right: -15px;
    width: 8px;
    height: 8px;
    position: absolute;
    top: -6px;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .tab-panel-box {
    margin-bottom: 50px;
  }
  .tab-panel-floor {

  }
  .tab-panel-info {
    margin-top: 20px;
  }
  .tab-panel-info01 {
    margin-top: 20px;
    padding: 20px;
    border: solid 1px #ccc;
  }
  .tab-panel-ttl {
    font-size: 20px;
  }
  .tab-panel-infolist {
    margin-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .tab-panel-infolist li {
    margin-bottom: 10px;
  }
  .tab-panel-link {
    display: block;
    background: #3D648E;
    padding: 10px 0;
    border-radius: 3px;
    color: #fff;
    text-align: center;
  }
  .tab-panel-link span {
    position: relative;
  }
  .tab-panel-link span:before {
    left: -18px;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 0px;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .tab-panel-info02 {
    margin-top: 20px;
    padding: 20px 20px;
    border: solid 1px #ccc;
  }
  .tab-panel-info02-txt {
    font-size: 15px;
    line-height: 1.33;
  }
  .tab-panel-info02 ul {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.6;
  }
  .tab-panel-info02 ul li a {
    color: #267EAB;
  }
  /*/////////////////////////////////////////
  // top-news
  /////////////////////////////////////////*/
  #top-news {
    /*margin-top: 90px;*/
  }
  #top-news .h2-style02 a {
    display: inline-block;
    background: #323232;
    padding: 8px 20px;
    position: absolute;
    top: -12px;
    right: 0;
    color: #fff;
    font-size: 18px;
  }
  #top-news iframe {
    width: calc( 100% - 12px);
    height: 400px;
    margin-top: 20px;
    padding: 5px;
    border: solid 1px #ccc;
  }
  .top-news-box {
    margin-top: 20px;
    padding: 20px;
    border: solid 1px #ccc;
  }
  .top-news-box dl {
    margin-top: 20px
  }
  .top-news-box dl.top {
    margin-top: 0;
  }
  .top-news-box dl dt {
    color: #969696;
    font-size: 14px;
  }
  .top-news-box dl dt span {
    display: inline-block;
    width: 110px;
    height: 34px;
    margin-right: 35%;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    line-height: 34px;
  }
  .top-news-box dl dt span.campain {
    background: #A03232;
  }
  .top-news-box dl dt span.info {
    background: #498FC2;
  }
  .top-news-box dl dd {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.5;
  }
}
/*/////////////////////////////////////////
// フロアマップから選ぶ 
/////////////////////////////////////////*/
.tab-panel-box{
  position: relative;
}
.panel-radios{
  display: none;
}
.tab-panel-info01{ display: none;}

#b00:checked ~ .tab-panel-info .tab-b00,
#b01:checked ~ .tab-panel-info .tab-b01,
#b02:checked ~ .tab-panel-info .tab-b02,
#b03:checked ~ .tab-panel-info .tab-b03,
#b04:checked ~ .tab-panel-info .tab-b04,
#b05:checked ~ .tab-panel-info .tab-b05,
#b06:checked ~ .tab-panel-info .tab-b06,
#b07:checked ~ .tab-panel-info .tab-b07,
#b08:checked ~ .tab-panel-info .tab-b08,
#c00:checked ~ .tab-panel-info .tab-c00,
#c01:checked ~ .tab-panel-info .tab-c01,
#c02:checked ~ .tab-panel-info .tab-c02,
#c03:checked ~ .tab-panel-info .tab-c03,
#c04:checked ~ .tab-panel-info .tab-c04,
#c05:checked ~ .tab-panel-info .tab-c05,
#c06:checked ~ .tab-panel-info .tab-c06,
#c07:checked ~ .tab-panel-info .tab-c07{
  display: block;
}

#b00_s:checked ~ .tab-panel-info .tab-b00_s,
#b03_s:checked ~ .tab-panel-info .tab-b03_s,
#b04_s:checked ~ .tab-panel-info .tab-b04_s,
#b05_s:checked ~ .tab-panel-info .tab-b05_s,
#b06_s:checked ~ .tab-panel-info .tab-b06_s,
#b07_s:checked ~ .tab-panel-info .tab-b07_s,
#c00_s:checked ~ .tab-panel-info .tab-c00_s,
#c06_s:checked ~ .tab-panel-info .tab-c06_s{
  display: block;
}

#b00_m:checked ~ .tab-panel-info .tab-b00_m,
#b01_m:checked ~ .tab-panel-info .tab-b01_m,
#b02_m:checked ~ .tab-panel-info .tab-b02_m,
#b05_6_m:checked ~ .tab-panel-info .tab-b05_6_m,
#b06_7_m:checked ~ .tab-panel-info .tab-b06_7_m,
#b08_m:checked ~ .tab-panel-info .tab-b08_m,
#c00_m:checked ~ .tab-panel-info .tab-c00_m,
#c01_m:checked ~ .tab-panel-info .tab-c01_m,
#c02_m:checked ~ .tab-panel-info .tab-c02_m,
#c03_m:checked ~ .tab-panel-info .tab-c03_m,
#c04_m:checked ~ .tab-panel-info .tab-c04_m,
#c05_m:checked ~ .tab-panel-info .tab-c05_m,
#c07_m:checked ~ .tab-panel-info .tab-c07_m{
  display: block;
}

#b00_l:checked ~ .tab-panel-info .tab-b00_l,
#b01_2_l:checked ~ .tab-panel-info .tab-b01_2_l,
#b05_6_7_l:checked ~ .tab-panel-info .tab-b05_6_7_l,
#c00_l:checked ~ .tab-panel-info .tab-c00_l,
#c01_2_l:checked ~ .tab-panel-info .tab-c01_2_l,
#c03_4_l:checked ~ .tab-panel-info .tab-c03_4_l{
  display: block;
}

label.b01,
label.b02,
label.b03,
label.b04,
label.b05,
label.b06,
label.b07,
label.b08,
label.b01_2,
label.b05_6_7,
label.b05_6,
label.b06_7,
label.c01,
label.c02,
label.c03,
label.c04,
label.c05,
label.c06,
label.c07,
label.c01_2,
label.c03_4{
  position: absolute;
  left: 0;
  overflow: hidden;
  text-indent: 9999px;
  white-space: nowrap;
  cursor: pointer;
}
label.b01{
  top: 0;width: 91px;height: 74px;
}
label.b01:hover,
label.b01.current{
  background: url(../img/top/on_b01.png);
}
label.b02{
  top: 74px;width: 91px;height: 61px;
}
label.b02:hover,
label.b02.current{
  background: url(../img/top/on_b02.png);
}
label.b03{
  top: 135px;width: 35px;height: 22px;
}
label.b03:hover,
label.b03.current{
  background: url(../img/top/on_b03.png);
}
label.b04{
  top: 157px;width: 45px;height: 21px;
}
label.b04:hover,
label.b04.current{
  background: url(../img/top/on_b04.png);
}
label.b05{
  top: 178px;width: 78px;height: 40px;
}
label.b05:hover,
label.b05.current{
  background: url(../img/top/on_b05.png);
}
label.b06{
  top: 218px;width: 78px;height: 40px;
}
label.b06:hover,
label.b06.current{
  background: url(../img/top/on_b06.png);
}
label.b07{
  top: 258px;width: 78px;height: 40px;
}
label.b07:hover,
label.b07.current{
  background: url(../img/top/on_b07.png);
}
label.b08{
  top: 298px;width: 95px;height: 56px;
}
label.b08:hover,
label.b08.current{
  background: url(../img/top/on_b08.png);
}
label.b01_2{
  top: 0;width: 91px;height: 135px;
}
label.b01_2:hover,
label.b01_2.current{
  background: url(../img/top/on_b01-b02.png);
}
label.b05_6{
  top: 178px;width: 78px;height: 80px;
}
label.b05_6:hover,
label.b05_6.current{
  background: url(../img/top/on_b05-b06.png);
}
label.b06_7{
  top: 218px;width: 78px;height: 80px;
}
label.b06_7:hover,
label.b06_7.current{
  background: url(../img/top/on_b06-b07.png);
}
label.b05_6_7{
  top: 178px;width: 78px;height: 120px;
}
label.b05_6_7:hover,
label.b05_6_7.current{
  background: url(../img/top/on_b05-b06-b07.png);
}

label.c01{
  top: 188px; left:208px; width: 91px;height: 61px;
}
label.c01:hover,
label.c01.current{
  background: url(../img/top/on_c01.png);
}
label.c02{
  top: 124px; left:208px; width: 91px;height: 64px;
}
label.c02:hover,
label.c02.current{
  background: url(../img/top/on_c02.png);
}
label.c03{
  top: 66px; left:208px; width: 91px;height: 58px;
}
label.c03:hover,
label.c03.current{
  background: url(../img/top/on_c03.png);
}
label.c04{
  top: 0; left:208px; width: 91px;height: 66px;
}
label.c04:hover,
label.c04.current{
  background: url(../img/top/on_c04.png);
}
label.c05{
  top: 0;width: 89px;height: 67px;
}
label.c05:hover,
label.c05.current{
  background: url(../img/top/on_c05.png);
}
label.c06{
  top: 67px;width: 89px;height: 41px;
}
label.c06:hover,
label.c06.current{
  background: url(../img/top/on_c06.png);
}
label.c07{
  top: 108px;width: 89px;height: 42px;
}
label.c07:hover,
label.c07.current{
  background: url(../img/top/on_c07.png);
}
label.c03_4{
  top: 0; left:208px; width: 91px;height: 124px;
}
label.c03_4:hover,
label.c03_4.current{
  background: url(../img/top/on_c03-c04.png);
}
label.c01_2{
  top: 124px; left:208px; width: 91px;height: 125px;
}
label.c01_2:hover,
label.c01_2.current{
  background: url(../img/top/on_c01-c02.png);
}
@media print, screen and (min-width: 768px) {
  /* -------------------- PC start -------------------- */
  .tab-panel-infolist a img {
    width: 80px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  /* -------------------- SP start -------------------- */
  .tab-map img {
    margin-top: 30px;
  }
}
/*--年末年始案内用--*/

.timerHidden{ display: none;}
.timerVisible{ display: block;}