@charset "utf-8";

body {
    text-align: left;
    font-family: 'Lucida Grande',Meiryo,'メイリオ','ＭＳ Ｐゴシック',sans-serif!important;
    font-size: 80%;
    line-height: 125%;
    color: #4B4B4B;
}

@media screen and (max-width: 736px) {
body {
    font-size: 14px;
	-webkit-text-size-adjust: 100%;
}


}

@media screen and (max-width: 767px){
.c-guide-nav__menu-btn {
    top: 140px!important;
}
.c-guide-nav__menu-btn[data-fixed=true], .c-guide-nav__menu-btn[data-gnav-menu-fixed=true] {
    top: 90px!important;
}

}

#contents {
    position: relative;
    margin-bottom: 20px;
	width: 100%;
    z-index: 0;
    background: transparent url(../images/bg.png) center 26px repeat-x;
}


#contents ul.globalnavigation {
    width: 960px;
    height: 35px;
    font-size: 0%;
    float: none;
    margin: 0 auto 5px;
}


#contents ul.breadcrumbs {
  margin: 5px auto;
	position: relative;
    float: none;
    overflow: hidden;
font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, sans-serif;
}




a.button {
	display: inline-block;
    border: 1px solid #CCCCCC;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    behavior: url(PIE.htc);
    overflow: hidden;
    background: white;
    color: #083772;
    font-weight: normal;
    padding: 10px 10px;
    margin: 6px;
    line-height: 1.2;
    font-size: 15px;
    width: auto;
}

a.button:after {
    content: "\F101";
    font-family: FontAwesome;
    margin: 0 0px 0 5px;
}

a.link{
    display: block;
    text-align: left;
}
a.link:after{
    content: "\F101";
    font-family: FontAwesome;
    margin: 0 0px 0 10px;
}


.img-auto{
 width:auto;
 height:auto;
}

img.border {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    padding: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50;
    -moz-border-radius: 50;
    border: 2px #FF5722 solid;
	background: #fff;
}



.icon-minus{
	color:#999;
}

.icon-ok{
	color:#21B2F3;
}

i.icon-moon {
    color: #C32EDC;
}



#guide #wrapper {
    width: 960px;
    clear: both;
    margin: 0px auto;
    position: relative;
    overflow: hidden;
    z-index: -1;
}


#guide #main-column {
    position: relative;
    display: inline-block;
    width: 680px;
    line-height: 1.2;

  *display: inline;  
    *zoom: 1; 
    
}


#guide #main-column.single {
    width: 960px;
}

#guide .header-column {
    height: 80px;
    padding: 40px 0 0;
    margin: 0 0 20px 0;
}

#guide .header-column h2 {
	font-size: 34px;
    text-indent: 0;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    margin: 0 0 5px 0;
}
#guide .header-column h2 span{
    font-size: 24px;
    margin: 0 10px;
    opacity: 0.5;
}

#guide .header-column h2 a{
    color: #fff;
}


#guide .header-column p.ttl {
	font-size: 21px;
    color: #fff;
    border-left: 5px #428CD8 solid;
    padding: 2px 0 2px 5px;
}



h3 {
    clear: both;
    width: auto;
    height: auto;
    font-size: 21px;
    text-indent: 0;
    margin: 0px 0 10px 0;
    padding: 10px 0;
}

h4 {
    clear: both;
    width: auto;
    height: auto;
    font-size: 18px;
    text-indent: 0;
}

h5 {
    clear: both;
    width: auto;
    height: auto;
    font-size: 18px;
    text-indent: 0;
}


.item-container {
    position: relative;
    overflow: hidden;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

.item-container .item-container-body {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}



.item{
display: inline-block;
    margin: 0.5%;
    overflow: hidden;
    position: relative;
	width: 31.55555%;
    vertical-align: top;
    border-radius: 0 0 0px 0px;
    -webkit-border-radius: 0 0 0px 0px;
    -moz-border-radius: 0 0 0px 0px;
    border: 0px #666 solid;
	text-align: center;
  *display: inline;  
    *zoom: 1; 
    
}

.w15{
    width: 13%;
}

.w20{
    width: 18%;
}

.w25{
    width: 23.18888888%;
}

.w30{
  width: 28%;
}

.w40{
  width:38%;
}

.w50{
	width: 47.5%;
}
.w60{
  width:58%;
}
.w70{
  width:66%;
}
.w80{
  width:78%;
}

.w90{
  width:88%;
}

.w100{
	width: 99%;
}

.item .inbody {
    margin: 0 auto;
    position: relative;
    padding: 10px;
    position: relative;
}


.item .inbody p.txt {
    padding: 5px 0;
}


/***************************************************************

ガイドメニュー

****************************************************************/




.menu-container {
	position: relative;
    float: right;
    width: 260px;
    margin-top: 50px;
}

.menu-container .menu{
    border: 4px #E0E7EA solid;
	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background: #0098DC;
    background: #3E66D0;
	color:#fff;
    width: 250px;
}

.menu-container .menu dl{
    font-size: 15px;
}

.menu-container .menu dt {
    border-top: 1px #A4DDF7 solid;
	font-weight: bold;
}


.menu-container .menu dt:first-child{
	border-top: 1px #A4DDF7 solid;
	/*background: #0A60B5 url(../images/diagonal.png);*/
}


.menu-container .menu a{
	color:#fff;
}

.menu-container .menu  dt a{
	display: block;
	padding: 15px 10px;
	vertical-align: middle;
}

.menu-container .menu dt:first-child a{
	padding: 25px 10px;
}


.menu-container .menu dt a:hover{
    color:  #0098DC;
	background: #fff;
}


.menu-container .menu  dt a:before {
    content: "\F138";
    font-family: FontAwesome;
    margin: 0 5px 0 0;
}



.menu-container .menu dt.no-link{
    display: block;
	padding: 10px;
    background: #21B2F3;
    background: #3E66D0;
}
.menu-container .menu dt.no-link:before {
    content: "\F13A";
    font-family: FontAwesome;
    margin: 0 5px 0 0;
	float: left;
}


.menu-container .menu ul{
	padding: 0 0 0 0px;
    background: #FBFBFB;
}

.menu-container .menu ul li{
    border-bottom: 1px #21B2F3 dotted;
}

.menu-container .menu ul li:first-child{
	border-top: 0px #21B2F3 dotted;
}
.menu-container .menu ul li:last-child{
	border-bottom: 0px #21B2F3 dotted;
}

.menu-container .menu ul li a{
    display: block;
    padding: 10px;
	font-size: 13px;
  text-indent:-1em;
  padding-left:2em;
color: #0098DC;
}

.menu-container .menu ul li a:before {
    content: "\F101";
    font-family: FontAwesome;
    margin: 0 5px 0 0;
}

.menu-container .menu ul li a.pdf:before {
    content: url("../images/pdfIcon.png");
	position: relative;
    top: 3px;
}


.menu-container .menu ul li a:hover{
    color:  #0098DC;
	background: #fff;
}

.menu-container .menu dl dt span,
.menu-container .menu ul li span {
    background: #F73C3C;
    color: #fff;
    font-size: 11px;
    padding: 2px;
    margin: 0 0 0 10px;
}


dl.accordion { 
}
dl.accordion dt {
	cursor:pointer;
}
dl.accordion dt.open {
}
dl.accordion dd {
 display:none;
}

dl.accordion dt.open:before {
    content: "\F139"!important;
}

dl.accordion dt.direct.open:before {
    content: ""!important;
}


.fixed {
    position: fixed;
    top: 0;
    right:0;
    z-index: 10000;
    
}
/***************************************************************

スマホメニュー

****************************************************************/


.slidemenu-right {
    display: none;
}

@media screen and (max-width: 736px) {

#contents ul.breadcrumbs {
    display:none;
}


.menu-container {
	float: none;
    width: 98%;
    margin: 0 auto!important;
    position: absolute;
    z-index: 1000;
    top: 70px;
    left: 0;
    right: 0;
}


	#header,
	#contents ul.globalnavigation,
	#contents ul.breadcrumbs,
	#Footer,
	.mega-menu {
    display: none;
	}
	#container {
	    background: none!important;
	}

	#header-sp {
    width: auto;
    height: 50px;
    margin: 0 0 0px 0;
    background: #E00053;
    border-bottom: 1px #E2E2E2 solid;
    padding: 0px;
    background: #fff
	}


	#header-sp #logo{
	    position: relative;
	    text-align: center;
	    width: 200px;
	    height: 49px;
	    float: left;
	    z-index: 0;
	    top: 0px;
	}
	#header-sp #logo img{
    width: 95%!important;
    padding: 0px 0 0 0!important;
    }
    
	.slidemenu-right {// SPメニュー
	    right: 0;
	    display: block;
	}


	#contents {
	    position: relative;
	    margin-bottom: 20px;
	    width: 100%;
	    z-index: 0;
	    background: #fff url(../images/bg.png) center -60px repeat-x;
	}

	#guide #wrapper {
	    width: auto;
    	padding: 0 8px;
	    overflow: visible;
	}

	dl.accordion dd {
	    display: block;
	}

	.menu-container .menu {
	    border: 0px #E0E7EA solid;
	    border-radius: 0px;
	    -webkit-border-radius: 0px;
	    -moz-border-radius: 0px;
	    color: #fff;
	    width: auto;
	}
	.menu-container .menu dt:first-child a {
	    padding: 10px;
	}
	.menu-container .menu dt a {
	    padding: 10px;
	}
	.menu-container .menu dl {
	    font-size: 14px;
	}

	.menu-container .menu {
	    position: relative!important;
	    top: 0px!important;
	}


	#guide #main-column {
	    width: auto;
	}

#guide .header-column {
    height: 40px;
    padding: 10px 0 0;
    margin: 0 0 70px 0;
}

#guide .header-column h2 {
    font-size: 18px;
    display: block;
    text-align: center;
}
#guide .header-column h2 span {
    font-size: 14px;
}



#guide .item .inbody {
    padding: 5px;
}
#guide .header-column p.ttl {
    font-size: 14px;
}




	#sns-box {
	    margin: 10px 0;
	    text-align: center;
	}

	#snsi-box ul {
	    border: 0px #E8E7E7 solid;
	    border-right: 0px;
	    border-left: 0px;
	}
	#sns-box li {
    	width: 31%;
	    display: inline-block;
	    text-align: center;
	    border-right: 0px #E8E7E7 solid;
	        padding: 3px;
	}
	#sns-box li:last-child {
	    border-right: 0px #E8E7E7 solid;
	}


	#sns-box li a{}
	#sns-box li a img{}

	#sns-box li.sns01{    background-color:#38599B;}
	#sns-box li.sns02{background-color:#00AEEA;}
	#sns-box li.sns03{    background-color:#E32929;}

	#sns-box li:hover {
	    opacity: 0.7;
	}

#sns-box4 {
    margin: 10px 0;
    text-align: center;
}

#sns-box4 h3 {
    font-size: 15px!important;
    font-weight: bold;
}

#sns-box4 li {
width: 18%;
    display: inline-block;
    text-align: center;
    border-right: 0px #E8E7E7 solid;
        padding: 0px;
}
#sns-box4 li a {
padding: 5px 5px;
    display: block;
}


	footer {
	    display: block;
	    clear: both;
	    width: 100%;
	    float: left;
	    background: #FFF;
	}
	#footer-box {
	    margin: 10px 0 0;
	    text-align: center;
	    background-color: #F2F2F2;
	}

	#footer-box ul {
	border: 1px #E8E7E7 solid;
	    border-right: 0px;
	    border-left: 0px;
	    border-top: 0px;
	    margin: 0 0 0px 0;
	        background-color:#fff;
	    overflow: hidden;
	}
	#footer-box li {
    	width: 48%;
	    float: left;
	    text-align: center;
	    border: 1px #E8E7E7 solid;
	    padding: 10px 2px;
	    border-bottom: 0px;
	    border-left: 0px;
	    white-space: normal;
	    font-size: 13px;
	}


	#footer-box li:last-child {
	    border-right: 1px #E8E7E7 solid;
	}
	#footer-box p {
	    background: #fff;
	    margin-bottom: 10px;
	    font-size: 13px;
	    padding: 10px 2px;
	}
	#global-box a{color:#000;    line-height: 1.5;}
	#footer-box p.ad {
	    margin-bottom: 0px;
	}

	#global-box a{color:#000;    line-height: 1.5;}
	#footer-box p a:after {
	    content: "\F105";
	    font-family: FontAwesome;
	    margin: 0 0px 0 10px;
	}
	.copyright {
	font-size: 11px;
	    padding: 10px 0;
	    display: block;
	}

.slidemenu li {
    font-size: 15px!important;
}

.slidemenu h3.EnjoyPanel {
    font-size: 12px;
    padding: 4px;
    color: #fff;
    text-shadow: -1px -1px 0 #FF6600, 1px -1px 0 #FF6600, -1px 1px 0 #FF6600, 1px 1px 0 #FF6600;
    background: #ffa84c;
    background: -moz-linear-gradient(top, #ffa84c 0%, #f44900 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa84c), color-stop(100%,#f44900));
    background: -webkit-linear-gradient(top, #ffa84c 0%,#f44900 100%);
    background: -o-linear-gradient(top, #ffa84c 0%,#f44900 100%);
    background: -ms-linear-gradient(top, #ffa84c 0%,#f44900 100%);
    background: linear-gradient(to bottom, #ffa84c 0%,#f44900 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#f44900',GradientType=0 );
margin: 0;
}
.slidemenu h3.HotelPanel {
    font-size: 12px;
    font-weight: bold;
    padding: 8px;
    color: #fff;
    text-shadow: -1px -1px 0 #43260E, 1px -1px 0 #43260E, -1px 1px 0 #43260E, 1px 1px 0 #43260E;
    background: #7c542a;
    background: -moz-linear-gradient(top, #7c542a 0%, #482910 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7c542a), color-stop(100%,#482910));
    background: -webkit-linear-gradient(top, #7c542a 0%,#482910 100%);
    background: -o-linear-gradient(top, #7c542a 0%,#482910 100%);
    background: -ms-linear-gradient(top, #7c542a 0%,#482910 100%);
    background: linear-gradient(to bottom, #7c542a 0%,#482910 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c542a', endColorstr='#482910',GradientType=0 );
margin: 0;
}
.slidemenu h3.GuidePanel {
    font-size: 12px;
    padding: 8px;
    color: #fff;
    text-shadow: -1px -1px 0 #5EA400, 1px -1px 0 #5EA400, -1px 1px 0 #5EA400, 1px 1px 0 #5EA400;
    background: #96ca00;
    background: -moz-linear-gradient(top, #96ca00 0%, #62a700 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#96ca00), color-stop(100%,#62a700));
    background: -webkit-linear-gradient(top, #96ca00 0%,#62a700 100%);
    background: -o-linear-gradient(top, #96ca00 0%,#62a700 100%);
    background: -ms-linear-gradient(top, #96ca00 0%,#62a700 100%);
    background: linear-gradient(to bottom, #96ca00 0%,#62a700 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96ca00', endColorstr='#62a700',GradientType=0 );
margin: 0;
}


.menu-container .menu ul li a {
    font-size: 15px;
}


}


/***************************************************************

タブメニュー

****************************************************************/

.tb-menu {
    margin: 0 0 20px 0;
}

.tb-menu ul{
    border-bottom: 5px #2196F3 solid;
    text-align: center;
}

.tb-menu  li{
	display: inline-block;
    border: 1px #9E9E9E solid;
    border-right: 0px;
/*
    width: 19%;
	width: 16%;
*/
    border-bottom: 0px;
vertical-align: bottom;
    *display: inline;  
    *zoom: 1;  
}

.tb-menu  li:last-child{
    border-right: 1px #9E9E9E solid;
}
.tb-menu  li a{
padding: 10px 15px;
    display: block;
	font-weight: bold;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
}

.tb-menu  li a.onerow {
    padding: 16px 15px;
}

.tb-menu  li a span{
    display: block;
    font-weight: normal;
}

.tb-menu  li a.select,
.tb-menu  li.select,
.tb-menu  li a:hover,
.tb-menu  li:hover{
    background: #2196F3;
    color: #fff;
}

/*************************************************************

ページトップ
**************************************************************/

.backtotop {
position: fixed;
right: 5px;
bottom: 5px;
z-index: 9000;
display: none;
}

.backtotop a:link {
display: block;
color: #FFFFFF;
padding: 10px 6px;
margin: 0;
background-color: #133EAB;
border-radius: 5px;
text-decoration: none;
font-weight: bold;
font-size: 10px;
color:#fff;
}
.backtotop a:hover {
  opacity: 0.5;
}

.backtotop i {
margin: 0 0px 0 0;
font-size: 180%;
}



/*************************************************************

*font-family:

**************************************************************/
.eng {
	font-family: 'Droid Serif', serif;
	font-weight: 400;
}
.eng_b {
	font-family: 'Droid Serif', serif;
	font-weight: 700;
}

.mincho {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E","MS P明朝", "MS 明朝", serif;
}

.mincho_b {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E","MS P明朝", "MS 明朝", serif;
	font-weight: bold;
}

/*************************************************************

*color:

**************************************************************/

.color_red { color: #ff0000; }
.color_blue { color: #3d85e8; }
.color_geen { color: #18b018; }
.color_orange { color: #ff7011; }
.color_gray { color:#999999; }
.color_white { color:#fff; }
.color_gold { color:#cfa607; }
.color_purple { color:#c08dff; }

/*************************************************************

*レスポンシブ

**************************************************************/

/* PCだけ表示 */
.visible_pc {
	display: block !important;
}
/* SPだけ表示 */
.visible_sp {
	display: none !important;
}

/* PCだけ表示 */
.visible_pc_inline {
	display: inline-block !important;
}
/* SPだけ表示 */
.visible_sp_inline {
	display: none !important;
}

.visible_pc_tb {
	display: table-cell !important;
}
@media screen and (max-width: 736px) {
	/* PCだけ表示 */
	.visible_pc {
		display: none !important;
	}
	/* SPだけ表示 */
	.visible_sp {
		display: block !important;
	}

	/* PCだけ表示 */
	.visible_pc_inline {
		display: none !important;
	}
	/* SPだけ表示 */
	.visible_sp_inline {
		display: inline-block !important;
	}

	.visible_pc_tb {
		display: none !important;
	}

	.maximg_sp{
		max-width:100%;
		height:auto;
	}

}


/*************************************************************

*hr

**************************************************************/

hr {
	clear: both;
    border: none;
    border-top: solid 2px #7e6a2c;
    height: 1px;
    color: #FFFFFF;
    margin: 40px 0;
}

hr.clear {
	clear: both;
    border-bottom: none;
    height: 1px;
	color: transparent;
    margin: 0;
}

@media screen and (max-width: 736px) {
	hr {
	    margin: 15px 0;
	}
}

/*************************************************************

*.clearfix

**************************************************************/

.clearfix { zoom:1; }

.clearfix:after {
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

/*************************************************************

*.align

**************************************************************/

.align_l { text-align: left !important; }
.align_c { text-align: center !important; }
.align_r { text-align: right !important; }
.valign_m { vertical-align: middle !important; }




/*************************************************************

*font

**************************************************************/

.font10 { font-size: 77% !important; }
.font11 { font-size: 85% !important; }
.font12 { font-size: 93% !important; }
.font13 { font-size: 100% !important; }
.font14 { font-size: 108% !important; }
.font15 { font-size: 116% !important; }
.font16 { font-size: 123.1% !important; }
.font17 { font-size: 131% !important; }
.font18 { font-size: 138.5% !important; }
.font19 { font-size: 146.5% !important; }
.font20 { font-size: 153.9% !important; }
.font21 { font-size: 161.6% !important; }
.font22 { font-size: 167% !important; }
.font23 { font-size: 174% !important; }
.font24 { font-size: 182% !important; }
.font25 { font-size: 189% !important; }
.font26 { font-size: 197% !important; }
.fontb { font-weight: bold !important; }
.fontul { text-decoration: underline !important; }
.fontlt { text-decoration: line-through !important; }
.fontobl { font-style: oblique !important; }

.fontvt {
	vertical-align: text-top !important;
	font-size: 50% !important;
}
.fontvb {
	vertical-align: text-bottom !important;
	font-size: 50% !important;
}

.fontn { font-weight: normal; }
.fontb { font-weight: normal; }


/*************************************************************

*width:

**************************************************************/

.w05per { width: 5%; }
.w10per { width: 10%; }
.w15per { width: 15%; }
.w20per { width: 20%; }
.w25per { width: 25%; }
.w30per { width: 30%; }
.w33per { width: 33.3333333333333%; }
.w35per { width: 35%; }
.w40per { width: 40%; }
.w45per { width: 45%; }
.w50per { width: 50%; }
.w55per { width: 55%; }
.w60per { width: 60%; }
.w65per { width: 65%; }
.w70per { width: 70%; }
.w75per { width: 75%; }
.w80per { width: 80%; }
.w85per { width: 85%; }
.w90per { width: 90%; }
.w95per { width: 95%; }
.w100per { width: 100%; }

@media screen and (max-width: 736px) {

.w05per,.w10per,.w15per,.w20per,.w25per,.w30per,.w33per,.w35per,.w40per,.w45per,.w50per,.w55per,.w60per,.w65per,.w70per,.w75per,.w80per,.w85per,.w90per,.w95per,.w100per { width: 100%; }


.w05per-sp { width: 5%; }
.w10per-sp { width: 10%; }
.w15per-sp { width: 15%; }
.w20per-sp { width: 20%; }
.w25per-sp { width: 25%; }
.w30per-sp { width: 30%; }
.w33per-sp { width: 33.3333333333333%; }
.w35per-sp { width: 35%; }
.w40per-sp { width: 40%; }
.w45per-sp { width: 45%; }
.w50per-sp { width: 50%; }
.w55per-sp { width: 55%; }
.w60per-sp { width: 60%; }
.w65per-sp { width: 65%; }
.w70per-sp { width: 70%; }
.w75per-sp { width: 75%; }
.w80per-sp { width: 80%; }
.w85per-sp { width: 85%; }
.w90per-sp { width: 90%; }
.w95per-sp { width: 95%; }
.w100per-sp { width: 100%; }

}


/*************************************************************

*JS用

**************************************************************/

.hide {
    display: none;
}



/*****************
プラグイン
***********************************************/

/* 
 * Naver v3.1.2 - 2014-10-24 
 * A jQuery plugin for responsive navigation. Part of the Formstone Library. 
 * http://formstone.it/naver/ 
 * 
 * Copyright 2014 Ben Plum; MIT Licensed 
 */

.naver {
    margin: 0 0 10px 0;
}
.naver,
.naver *,
.naver *:before,
.naver *:after {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.naver-handle {
  width: 100%;
    background: #03A9F4;
	border-bottom: 0px solid #cccccc;
	color: #FFFFFF;
  cursor: pointer;
  display: none;
  font-size: 14px;
  margin: 0;
  padding: 12px 15px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.naver-handle:after {
  height: 3px;
  width: 15px;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  background: #fff;
  box-shadow: 0 5px 0 #fff, 0 -5px 0 #fff;
  content: '';
  display: block;
  margin: auto 0;
}
.naver.open .naver-handle:after {
  width: 15px;
  height: 15px;
  background: transparent;
  border: none;
  box-shadow: none;
  color: #fff;
  content: "\00d7";
  font-size: 22px;
  font-weight: 700;
  line-height: 15px;
  text-align: center;
}
.naver-wrapper {
  border: none;
  height: auto;
  margin: 0;
  padding: 0;
	border-bottom: 2px #03A9F4 solid;
}

.naver-container:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.naver.enabled .naver-handle {
  display: block;
}
.naver.enabled .naver-wrapper {
  height: 0px;
  overflow: hidden;
}
.naver.enabled .naver-container {
background: #000000;
    border: 0px solid #cccccc;
    border-width: 0 0px 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px solid #000;
}






/*slidemenu*/


#container.slideOpen {
    position: fixed;
}


.slidemenu {
    background-color: #F3F3F3;
}
.slidemenu li {
	list-style: none;
    border-top: 1px solid #FFFAFA;
    border-bottom: 1px solid #B5B7BB;
    font-size: 13px;
    line-height: 1.6;
}
.slidemenu li a {
    padding:10px 0 10px 10px;
    display: block;
    text-decoration: none;
}
.slidemenu li:first-child {
    border-top: none;
}
.slidemenu li:last-child {
    border-bottom: none;
}
.slidemenu .slidemenu-header {
	height: 49px;
    border-bottom: 1px solid #D9E5EA;
    box-shadow: 0 1px 3px rgba(34,25,25,.4);
    -moz-box-shadow: 0 1px 3px rgba(34,25,25,.4);
    -webkit-box-shadow: 0 1px 3px rgba(34,25,25,.4);
    background-color: #052B6F;
}
.slidemenu .slidemenu-header div {
    padding: 17px 0px 0px 19px;
    text-decoration: none;
    color: #fff;
}



.menu-button-left {
    left: 0px;
    border-right: 1px solid #ddd;
}
.menu-button-right {
    right: 0px;
    border-left: 1px solid #ddd;
}

.button.menu-button-right {
    width: 60px;
    height: 50px;
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-image: url('../images/smt/menu_button_back.png');
    background-position: center;
	right: 0;
    background-color: #14ACEA;
}

.slideOpen .button.menu-button-right {
    background-image: url('/commons/index/mobile/images/menu_button_close.png');
}


/*plugin*/

.slidemenu {
  top: 0;
  width: 240px;
  position: fixed;
  visibility: hidden;
  z-index: -1;
}
.slidemenu .slidemenu-header {
  position: relative;
}
.slidemenu .slidemenu-body {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.slidemenu .slidemenu-body .slidemenu-content {
  position: relative;
}
.slidemenu-left {
    left: 0;
}
.slidemenu-right {
    right: 0;
    display: block;
}


/*
 * jQuery Basic Table
*/


table.bt thead {
  display: none;
}

table.bt tbody td {
  border: none;
  display: block;
  vertical-align: top;
}

table.bt tbody td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}

table.bt tbody td.bt-hide {
  display: none;
}

table.bt tbody td .bt-content {
  vertical-align: top;
}

.bt-wrapper.active {
  max-height: 310px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}





/***************************************************************

ツールチップ

****************************************************************/


.cr__tooltip {
    position: absolute;
    top: 16px;
	background: #de082f;
	padding: 0px 6px;
	margin: 0px;
	font-size: 12px;
	border-radius: 999px;
	color: #FFF!important;
	display: inline-block;
}

.cr__tooltip:before,
.cr__tooltip:after {
  position: absolute;
  content: '';
  opacity: 0;
  transition: all 0.4s ease;
}

.cr__tooltip:after {
  content: attr(data-tooltip);
	background: #666;
	width: 480px;
	max-width:300px;
	height: auto;
	font-size: 13px;
	font-weight: 300;
	top: -90px;
	left: -230px;
	padding: 10px;
	border-radius: 5px;
	letter-spacing: 1px;
	transform: translateY(20px);
	color: #FFF!important;
}

.cr__tooltip:hover::before,
.cr__tooltip:hover::after {
  opacity: 1;
  transform: translateY(-2px);
}

@media screen and (max-width: 767px){
	.cr__tooltip {
	    top: 12px;
	}
}