@charset "UTF-8";

/*共通CSS*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/


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;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* CLEARFIX */
.clear:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}

.clear {display: inline-block;}

/* Hides from IE Mac */
* html .clear {height: 1%;}
.clear {display:block;}
/* End Hack */

/*IEでスクロールバーがコンテンツに重なる問題を解決*/
@-ms-viewport
{
    width: device-width;
    initial-scale: 1;
}
@viewport
{
    width: device-width;
    initial-scale: 1;
}







/*アコーディオン初期設定*/
#mmmenulist-nav-wrap {
    display: none;
}

.mmmenulist-nav span {
	font-weight: normal;
}

#header {
	background-color: #fdedd5;
  position: relative;
  z-index: 100;
}

.head {
	height: 55px;
}

.head a, .mmmenulist-nav a {
    text-decoration: none;
    color: #000;
	font-size: 14px;
}

.head a:hover, .mmmenulist-nav a:hover {
    text-decoration:underline;
    color: #000;
}


.head .arearel {
	width: 100%;
    margin: 0 auto;
    clear: both;
	/* min-width: 372px; */
}


.head ul {
		display: inline-block;
	}

.head li {
		float: unset;
	}



.logo {
	width: 212px;
}

.logo img {
   width: 194px;
	margin:8px 0 0 8px;
}





#mobile-menu-toggle i {
	font-size: 46px;
}


.minimultimenu {
    display: inline;
    float: right;
    width: auto;
	line-height: 55px;
	height: 55px;
}

.minimultimenu i{
	font-size: 22px;
    padding-right: 3px;
}

.mmmenulist li {
	float: left;
}



.mypagelink {
	position: relative;
    padding-top: 10px;
	padding-right: 5px;
}

.mypagelink i{
	position: absolute;
    font-size: 30px;
    left: 0;
    top: 8px;
    width: 100%;
	color: #be904a;
}

.mypagelink a {
    padding-left: 30px;
    line-height: 1.3;
    display: table;
}

@media (max-width: 767px){
.mypagelink a {
    font-size: 12px;
    padding-left: 13px;
}
}

#mobile-menu-toggle {
	text-align: center;
    cursor: pointer;
	width: 55px;
	color: #000;
}


.navbar-wrap {
    clear: both;
	background-color: #222;
}


.navbar {
	width: 100%;
    margin: 0;
	border: 0;
	padding: 0;
    display: block;
}

.navbar ul {
	display: block;
}
.navbar ul:after{
  content: '';
  width: 100%;
  clear: both;
}

.navbar li a{
	color: #fff;
	text-decoration: none;
  transition-property: all;
  transition: 0.3s linear;
	display: block;
	height: 55px;
	font-size: 14px;
}




.navbar i {
	display: block;
}

.navbar img {
    width: 48px;
    padding: 5px;
}


.navbar li {
    border-left: 1px solid #767676;
	line-height: 1;
	height: 55px;
	float: left;
	box-sizing: border-box;
}

.navbar li:last-child {
    border-right: 1px solid #767676;
	box-sizing: border-box;
}




.nav-bus {
	background-image: url(img/bustab.png);
	}

.nav-kuromatsu, .nav-akamatsu, .nav-aomatsu, .nav-kitakinki {
    width: 25%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background-color: #000;
    background-image: url(/static/img/train/tantetsu/common/header/tab-default.png);
    background-repeat: repeat;
    background-position: bottom;
}




.navbar li a:hover,
.navbar li a:visited{
    background: #999 !important;

}



#kuromatsu .nav-kuromatsu {
	background-image: url(/static/img/train/tantetsu/common/header/tabactive-kuromatsu.png);
	background-repeat: repeat;
	background-position: bottom;
}

#akamatsu .nav-akamatsu {
	background-image: url(/static/img/train/tantetsu/common/header/tabactive-akamatsu.png);
	background-repeat: repeat;
	background-position: bottom;
}

#aomatsu .nav-aomatsu {
	background-image: url(/static/img/train/tantetsu/common/header/tabactive-aomatsu.png);
	background-repeat: repeat;
	background-position: bottom;
}

.tantetsu-onlypc {
	display: none;
}


dt {
    background-color: #c29552;
	color: #000;
    border-top: 1px solid #660000;
	position: relative;
    line-height: 1;
}

dt img {
	display: none;
	}

dt a, dt a:hover {
    display: block;
    text-decoration: none !important;
    padding: 12px 40px 12px 12px;
	font-weight: bold;
}


dt a:after {
    content: "\f720";
    font-family: 'willer_iconsregular';
    position: absolute;
    top: 50%;
    font-size: 18px;
    color: #000;
    right: 10px;
    margin-top: -9px;
}

.ruledline {
    padding: 0 0 0 10px;
    line-height: 1;
    border-left: 1px solid #000;
    position: relative;
    margin: 0 0 0 10px;
    font-size: 12px;
	display: block;
}

.ruledline:before {
  margin-right: 0.5em;
  border-bottom: 1px solid #000;
  float: left;
  width: 1em;
  height: 1.5em;;
  overflow: hidden;
  content: "";
	position:absolute;
	left:0;
	top:0;
}

.ruledline.ruledline-last {
    border: none;
}

.ruledline.ruledline-last:before {
  border-left: 1px solid #000;
  height: 1.5em;;
	position:absolute;
	left:0;
	top:0;
}

dt.ruledlineset {
	padding-left: 8px;
}


.mmmenulist-nav-lv2 span {
	font-size: 12px;
	color: #660000;
	font-weight: bold;
	padding-top: 5px;
    display: block;
}


/*▼タブレット*/

@media(min-width : 768px) {

.head .arearel {
	position: relative;
}

.logo {
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*margin: auto;*/
    position: absolute;
}

}


/*▼PC*/

@media(min-width : 992px) {

	.tantetsu-onlypc{
		display:block;
	}
	.tantetsu-onlysm{
		display:none;
	}

  .head .arearel {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    clear: both;
  }

.head ul, .head li {
		float: left;
}

.navbar-wrap {
    clear: both;
    background-color: #222;
    height: 55px;
}

.navbar i {
    display: inline-block;

}
.navbar li {
    height: 55px;
}

.navbar li a {
	line-height: 55px;
    font-size: 18px;
	height: 55px;
}


.navbar {
	width: 100%;
    margin: 0 auto;
}

.navbar img {
    vertical-align: middle;
}



.mypagelink a {
    line-height: 34px;
    display:block;
}

.emphasis a {
font-size: 18px!important;
}


/*サンドイッチメニュー*/

#mmmenulist-nav-wrap {
    background-color: #c29552;
    border-top: 1px solid #660000;
    clear: both;
}

#mmmenulist-nav-wrap  .mmmenulist-nav {
	width: 1140px;
    margin: 0 auto;
	padding: 44px 0;
	line-height: 1.5;
}

dt {
    background-color: transparent;
    color: #000;
    border:none;
    position: static;
    line-height: 1;
}

dt img {
	display: block;
	padding-bottom: 10px;
	}

dt a:after {
	display: none;
}

dt a, dt a:hover {
    display: inline-block;
	font-weight: bold;
	line-height: 1.5;
    padding: 12px 12px 0 12px;
}

dt a:hover {
	text-decoration: underline!important;
	}

.mmmenulist-nav-lv1 {
    clear: both;
    overflow: hidden;
	margin-bottom: 15px;
    border-top: 1px solid #660000;
	}



.mmmenulist-nav-lv2 {
    float: left;
    width: 285px;
    padding: 0 15px 0 15px;
    margin-top: 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


.mmmenulist-nav-lv2 span {
    padding-top: 0;
}

dt.ruledlineset a {
	padding: 6px 0 0 12px;
}




}

/*
modal
********************************************/

.modal{
	padding-left:0 !important;
	padding-right:0 !important;
}

.modal-header{
	background:#FAFAFA;
	border-radius:0;
	height:40px;
	padding:0;
}

.modal-header .close{
	color:#F53D7E;
	font-size:24px;
	padding:0;
	opacity:1.0;
	position: absolute;
	top:23px;
	right:25px;
}

.modal-header .close span{
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: normal;
}



.modal-content {
    border-radius: 0;
}

.modal-body .linkbutton{
	background:#F53D7E;
	margin: 10px 0;
}


.modal-body .linkbutton:first-child{
	margin-top: 0px;
}

.modal-body .linkbutton:last-child{
	margin-bottom: 0px;
}


.linkbutton,
.linkbutton:hover,
.linkbutton:focus{
    color: #fff;
    background: #f53d7e;
    font-size: 14px;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 12px 0;
    border: 1px solid #F53D7E;
    border-radius: 2px;
    color: #fff;
    font-weight: bold;


}




.linkbutton:hover{
		opacity: 0.8;
		filter: alpha(opacity=80);
		-ms-filter: "alpha(opacity=80)";
	}

a.linkbutton:hover {
	text-decoration: none;
}


.modal-header .close {
    padding: .375rem .75rem;
    margin: -1rem -1rem -1rem auto;
}



@media(min-width : 992px) {
.head li {
    float: unset;

}
}

@media(min-width : 992px) {
.head .arearel {
    position: relative;
}
}




.minimultimenu {
    display: inline-block;
    float: none;
    width: 100%;
	line-height: 44px;
    height: 44px;}




.minimultimenu li {
float: left;
}



@media(min-width : 992px) {
	.mmmenulist {
    float: right!important;
   }
   }

.head {
    height: auto;
}



@media(min-width : 992px) {
.head {
    height: 55px;
}
}


.arearel {
    text-align: center;
}



.arearel {
    text-align: center;
}


.head .arearel a {
    width: 100%;
}

@media(min-width : 768px) {

.logo {
    position: unset;
}



}
@media (min-width: 992px) {
.logo {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
   /*margin: auto;*/
    position: absolute;
    }}



@media (max-width: 767px){

.navbar li a{
	font-size: 12px;
}

.nav-kuromatsu, .nav-akamatsu, .nav-aomatsu, .nav-kitakinki {
    width: 50%;
    }
}
