@charset "UTF-8";
/* CSS Document */

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, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
ol, ul {
	list-style-type: none;
}

body { line-height:1;}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
nav ul { list-style:none;}
blockquote, q {  quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration: none;
	color: #03062f;
}
a:hover {
	cursor: pointer;
}
del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
img {
	width: 100%;
	height: auto;
}
body * {
 	box-sizing:border-box;
}

#montalogo {
	width: 190px;
	position: absolute;
	bottom:134%;
	left: 65%;
}
/* ----------------------------------------------------------------
	Grid System
-----------------------------------------------------------------*/

.cf:before, .container:before,
.cf:after,
.container:after{
  content: " ";
  display: table; 
}
.cf:after, .container:after {
  clear: both; 
}

.container {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1266px;
  text-align: center;
  box-sizing: border-box;
 }

[class*="grid__col--"] {
  vertical-align: top;
  border-collapse: collapse !important;
}
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
	float: left;
    position: relative;
    min-height: 1px;
	box-sizing: border-box;
	overflow: hidden;
}

.col-md-1 {
    width: 8.33333333%;
}
.col-md-2 {
    width: 16.66666667%;
}
.col-md-3 {
    width: 25%;
}
.col-md-4 {
    width: 33.33333333%;
}
.col-md-5 {
    width: 41.66666667%;
}
.col-md-6 {
    width: 50%;
}
.col-md-7 {
    width: 58.33333333%;
}
.col-md-8 {
    width: 66.66666667%;
}
.col-md-9 {
    width: 75%;
}
.col-md-10 {
    width: 83.33333333%;
}
.col-md-11 {
    width: 91.66666667%;
}
.col-md-12 {
    width: 100%;
}

.row:before, .row:after {
    content: " ";
    display: table;
}

/* ユーティリティー */
a {zoom:1; text-decoration:none; }
a:hover, a.active, a.np {opacity: 0.7; filter: alpha(opacity=70); -ms-filter: "alpha(opacity=70)";}
a.nohover {opacity: 1.0; filter: alpha(opacity=100); -ms-filter: "alpha(opacity=100)";	}
.fgo {font-family:"游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "平成ゴシック", "メイリオ", "Meiryo", Helvetica, Arial, Verdana, "ＭＳ Ｐゴシック", "MS UI Gothic", sans-serif;	}
.fmin {	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "平成明朝", "細明朝", "ＭＳ Ｐ明朝", Times, serif;}
.clearfix:after {clear: both; content:"."; display: block; font-size: 0px; line-height: 0px; height: 0px; visibility: hidden; width: 0px;}
* html .clearfix {zoom:1;} /* IE6 */
*:first-child+html .clearfix {zoom:1;} /* IE7 */
.page {
	margin:0 auto;
	width: 100%;
	max-width: 1266px;
	padding: 0 10px;
}
.page_s {
	width:980px;
	margin:0 auto;
}
.center { text-align: center !important}
.tright { text-align: right !important}
.tleft { text-align: left !important}

.fright { float: right !important}
.fleft { float: left !important}

@media (max-width: 959px) {
	.container {
		padding: 0 15px !important;
	}
}

	
/* ----------------------------------------------------------------
	Basic Layout Styles
-----------------------------------------------------------------*/
	
body {
	font-family:"游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "平成ゴシック", "メイリオ", "Meiryo", Helvetica, Arial, Verdana, "ＭＳ Ｐゴシック", "MS UI Gothic", sans-serif;
	background: #fdf9ef;
	-webkit-font-smoothing:antialiased;
	-oz-osx-font-smoothing:grayscale;
}
p {
	letter-spacing: 2px;
}

.parallax {
    background-color: transparent;
    background-attachment: fixed !important;
    background-position: 50% 0;
    background-repeat: no-repeat;
    overflow: hidden;
}
.heading-block {
    text-align: center;
}

/* ----------------------------------------------------------------
	Navigation
-----------------------------------------------------------------*/

/*general luxbar specs*/
.luxbar-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 58px;
}

.luxbar-menu {
    overflow: hidden;
    transition: height .6s ease;
    width:100%;
	padding-bottom: 25px;
}

.luxbar-fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
 /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);*/
}

.luxbar-hamburger span, .luxbar-hamburger span::before, .luxbar-hamburger span::after {
  display: block;
  height: 5px;
  width: 26px;
  transition: 0.6s ease;
}

.luxbar-checkbox:checked ~ .luxbar-menu li .luxbar-hamburger span {
  background-color: transparent; }
.luxbar-checkbox:checked ~ .luxbar-menu li .luxbar-hamburger span::before, .luxbar-checkbox:checked ~ .luxbar-menu li .luxbar-hamburger span::after {
  margin-top: 0; }

.luxbar-header {
  display:-ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 58px; }

.luxbar-menu-left .luxbar-navigation,
.luxbar-menu-left .luxbar-header {
  justify-content: flex-start; 
}




.luxbar-menu-right .luxbar-hamburger {
  margin-left: auto; }

.luxbar-brand {
  font-size: 1.6em;
  padding: 18px 24px 18px 24px; }

.luxbar-menu {
  min-height: 58px;
  transition: 0.6s ease;
  width: 100%; }

.luxbar-navigation {
  display:-ms-flexbox;
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-left: 0;
  margin: 77px 0 0;
  border-left: dashed 1px #534741;
}

.luxbar-navigation li {
	float: left;
	width: 13.381%;
	border-right: dashed 1px #534741;
}
.luxbar-navigation li:first-child {
	
}
.luxbar-menu a,
.luxbar-item a {
  text-decoration: none;
  color: inherit;
  cursor: pointer; 
  font-weight: bold;
}

.luxbar-item {
  height: 71px;
}
.luxbar-item a {
    padding: 0;
	line-height: 71px;
    display: block;
	font-size: 18px;
	color: #534741;
	text-align: center;
}


.luxbar-hamburger {
  padding: 18px 24px 18px 24px;
  position: relative;
  cursor: pointer;
}
.luxbar-hamburger span::before, .luxbar-hamburger span::after {
    content: '';
    position: absolute;
}
.luxbar-hamburger span::before {
    margin-top: -8px;
}
.luxbar-hamburger span::after {
    margin-top: 8px;
}
.luxbar-checkbox {
  display: none;
}
.luxbar-checkbox:not(:checked) ~ .luxbar-menu {
    overflow: hidden;
}
.luxbar-checkbox:checked ~ .luxbar-menu {
    transition: height 0.6s ease;
    height: 100vh;
    overflow: auto;
}

.dropdown {
  position: relative;
  height: auto;
  min-height: 58px;
}
.dropdown:hover > ul {
    position: relative;
    display: block;
    min-width: 100%;
}
.dropdown > a::after {
    position: absolute;
    content: '';
    right: 10px;
    top: 25px;
    border-width: 5px 5px 0;
    border-color: transparent;
    border-style: solid;
}
.dropdown > ul {
    display: block;
    overflow-x: hidden;
    list-style: none;
    padding: 0;
}
.dropdown > ul .luxbar-item {
    min-width: 100%;
    height: 29px;
    padding: 5px 10px 5px 40px;
}
.dropdown > ul .luxbar-item a {
    min-height: 29px;
    line-height: 29px;
    padding: 0;
}

.luxbar-checkbox:checked + .luxbar-menu .luxbar-hamburger-doublespin span::before {
  transform: rotate(225deg); }
.luxbar-checkbox:checked + .luxbar-menu .luxbar-hamburger-doublespin span::after {
  transform: rotate(-225deg); }
.luxbar-checkbox:checked + .luxbar-menu .luxbar-hamburger-spin span::before {
  transform: rotate(45deg); }
.luxbar-checkbox:checked + .luxbar-menu .luxbar-hamburger-spin span::after {
  transform: rotate(-45deg); }

.luxbar-menu-light,
.luxbar-menu-light .dropdown ul {
  background-color: #fdf9ef;
  color: #212121;
}

.luxbar-menu-light .luxbar-hamburger span,
.luxbar-menu-light .luxbar-hamburger span::before,
.luxbar-menu-light .luxbar-hamburger span::after {
  background-color: #239883;
}

#logo {
	position: relative;
	text-align: center;
	width: 19.71%;
}
#logo img {
	position: absolute;
	top: -85px;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 139px;
}

#logosp {
	display: none;
}



@media screen and (min-width: 769px) {
	
.luxbar-menu-left .luxbar-header {
  display: none;
}
  .luxbar-navigation {
    flex-flow: row;
    justify-content: flex-end;
	}

  .luxbar-hamburger {
    display: none; }


  .luxbar-checkbox:not(:checked) ~ .luxbar-menu {
    overflow: visible; }
  .luxbar-checkbox:checked ~ .luxbar-menu {
    height: 71px; }

  .luxbar-menu .luxbar-item {
    border-top: 0; }

  .luxbar-menu-right .luxbar-header {
    margin-right: auto; 
	  display: none;
	}

  .dropdown {
    height:  71px;
	}
    .dropdown:hover > ul {
      position: absolute;
      left: 0;
      top:  71px;
      padding: 0; }
    .dropdown > ul {
      display: none; }
      .dropdown > ul .luxbar-item {
        padding: 5px 10px; }
        .dropdown > ul .luxbar-item a {
          white-space: nowrap; } 

	
.luxbar-navigation li:nth-child(2) a:hover {
	background: url(../imgs/common/uber01.png) left bottom no-repeat;
	background-size: 100% 3px;
}
.luxbar-navigation li:nth-child(3) a:hover,
.luxbar-navigation li:nth-child(4) a:hover,
.luxbar-navigation li:nth-child(5) a:hover {
	background: url(../imgs/common/uber02.png) left bottom no-repeat;
	background-size: 100% 3px;
}
.luxbar-navigation li:nth-child(6) a:hover {
	background: url(../imgs/common/uber03.png) left bottom no-repeat;
	background-size: 100% 3px;
}

	
	
	
}


@media screen and (max-width:768px) {
	
	#montalogo {
		width: 180px;
		bottom: 115%;
		left: 63%;
	}
	
	.luxbar-menu {
		height: 120px;
	}
	.luxbar-header {
		height: 120px;
	}
	
	.luxbar-fixed{
		box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	}
	.luxbar-navigation {
		margin:0;
		border-left: none;
	}
	.luxbar-navigation li {
		width: 100%;
		border-right: none;
	}
	#logo {
		display: none;
	}
	.luxbar-menu .page {

	}
	
}
/*# sourceMappingURL=luxbar.css.map */


.hdr-txt {
	float: left;
	text-align: left;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	padding-top:  15px;
}
.sub-nav {
	float: right;
	text-align: right;
	padding: 0;

}
.sub-nav li {
	display: inline-block;
	margin-left: 18px;
}
.sub-nav li a {
	float: right;
	font-size: 18px;
	color: #ffffff;
	background: #239883;
	text-align: center;
	line-height: 36px;
	width: 150px;
	box-sizing: border-box;
	position: relative;
	padding-right: 10px;
}
.sub-nav li a:after {
	content: "";
	float: right;
	width: 10px;
	height: 10px;
	background: url(../imgs/common/arw.png) 0 0 no-repeat;
	background-size: 10px auto;
	position: absolute;
	right: 25px;
	top: 13px;
}



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

	.luxbar-item {
		border-bottom: dashed 1px #534741;
	}
	.luxbar-item:last-child {
		
	}
	.luxbar-item a {
		display: block;
		text-align: center;
		height: 100%;
		text-align: left;
		padding: 0 15px;
		position: relative;
	}
	.luxbar-item a:after {
    content: "";
    float: right;
    width: 11px;
    height: 11px;
    background: url(../imgs/common/sparw.png) 0 0 no-repeat;
    background-size: 10px auto;
    position: absolute;
    right: 25px;
    top: calc(50% - 6px);
	}
	
	
	
}

/* ------Right Block Cart Links ------*/
ul#rnav {
	position: fixed;
	float: right;
	right: 0;
	top: 188px;
	background: #b49a64;
	display: block;
	z-index: 100;
	padding: 0 7px;
	
	display: none;
}
ul#rnav li {
	display: block;
	text-align: center;
}
ul#rnav li a {
	float: right;
	width: 25px;
	padding: 20px 0;
	box-sizing: border-box;
}
ul#rnav li:nth-child(1) img {
	width: 16px;
	margin: auto;
}
ul#rnav li:nth-child(2) img {
	width: 22px;
	margin: auto;
}
ul#rnav li:nth-child(3) img {
	width: 14px;
	margin: auto;
}
ul#rnav li:nth-child(1) a,
ul#rnav li:nth-child(2) a  {
	border-bottom: solid 1px #ffffff;
}

/* ----------------------------------------------------------------
	Footer
-----------------------------------------------------------------*/



footer .page {
	padding: 28px 0 16px;
}

footer h2 {
	text-align: center;
	display: block;
	padding-top: 30px;
	position: relative;
}
footer h2 a {
	position: relative;
	z-index: 2;
	display: inline-block;
	background: #fdf9ef;
	padding: 0 27px;
}
footer h2 a:hover {
	opacity: 1 !important;
}
footer h2 img {
	max-width: 138px;
	height: auto;
}
footer h2:after {
	content: "";
	float: left;
	width: 100%;
	height: 1px;
	background: #000000;
	position: absolute;
	left: 0;
	bottom: 28px;
	margin: auto;
	z-index: 1;
}
footer p {
	text-align: center;
	font-size: 14px;
	color: #000000;
	line-height: 1.8em;
}
footer p.cpr {
	padding-top: 15px;
}


/* ----------------------------------------------------------------
	Top
-----------------------------------------------------------------*/

#main-ttl {
	margin-top: 120px;
}

.heading-block span {
	font-size: 26px;
	color: #FFFFFF;
	text-shadow: 0 0 3px rgba(0,0,0,0.4);
	font-weight: bold;
	line-height: 1.8em;
}
.heading-block h1,
.heading-block p {
	font-size: 55px;
	color: #FFFFFF;
	text-shadow: 0 0 3px rgba(0,0,0,0.4);
	line-height: 1.6em;
	font-weight: bold;
}


#content {
	margin: 44px 0;
}
h1#mh1 {
	font-size: 24px;
	color: #000000;
	text-align: center;
	line-height: 1.6em;
	position: relative;
}

p.h1disc {
	font-size: 18px;
	color: #000000;
	text-align: center;
	line-height: 1.8em;
	padding: 10px 0 0;
}


.clr-blks {
	float: left;
	width: 47.5%;
	margin-top: 55px;
	box-sizing: border-box;
}
.clr-blk01 {
	background: url(../imgs/top/blk01.jpg) center center no-repeat;
	background-size: cover;
	margin-right: 2.5%;
}
.clr-blk02 {
	background: url(../imgs/top/blk02.jpg) center center no-repeat;
	background-size: cover;
	margin-left: 2.5%;
}
.clr-blk03 {
	background: url(../imgs/top/blk03.jpg) center center no-repeat;
	background-size: cover;
	margin-right: 2.5%;
}
.clr-blk04 {
	background: url(../imgs/top/blk04.jpg) center center no-repeat;
	background-size: cover;
	margin-left: 2.5%;
}
.clr-blk05 {
	background: url(../imgs/top/blk05.jpg) center center no-repeat;
	background-size: cover;
	margin-right: 2.5%;
}
.clr-blk06 {
	background: url(../imgs/top/blk06.jpg) center center no-repeat;
	background-size: cover;
	margin-left: 2.5%;
}

.clr-blks a {
	margin: 32px;
	display: block;
	text-align: center;
	padding: 60px 10px 42px;
	color: #FFFFFF;
}
.clr-blks a:hover {
	opacity: 1;
}
.clr-blks span.rubi {
	font-size: 13px;
}
.clr-blks h2 {
	font-size: 24px;
	padding: 15px 0 20px;
	border-bottom: solid 1px #ffffff;
	max-width: 245px;
	margin: auto;
}
.clr-blks p {
	font-size: 14px;
	padding: 20px 0 36px;
	line-height: 1.8em;
}

span.more {
	display: inline-block;
	font-size: 14px;
	background: #FFFFFF;
	color: #000000;
	width: 110px;
	line-height: 30px;
	border-radius: 15px;
}
.clr-blk01 a {
	background: rgba(255,131,73,0.88);
}
.clr-blk02 a {
	background: rgba(68,83,119,0.88);
}
.clr-blk03 a {
	background: rgba(178,197,83,0.88);
}
.clr-blk04 a {
	background: rgba(187,103,94,0.88);
}
.clr-blk05 a {
	background: rgba(107,168,219,0.88);
}
.clr-blk06 a {
	background: rgba(77,110,109,0.88);
}



@keyframes animation-hanabi {
     
    from{
        -ms-transform:rotateY(0deg);
        -webkit-transform:rotateY(0deg);
        transform:rotateY(0deg);
    }
    to{
        -ms-transform:rotateY(360deg);
        -webkit-transform:rotateY(360deg);
        transform:rotateY(360deg);
    }
}
.clr-blks a {
	transition-property: all;
-moz-transition-property: all;-o-transition-property: all;-webkit-transition-property: all;
transition-duration: .1s;-moz-transition-duration: .1s;-o-transition-duration: .1s;-webkit-transition-duration: .1s;
transition-timing-function: ease-in-out;-moz-transition-timing-function: ease-in-out;-o-transition-timing-function: ease-in-out;-webkit-transition-timing-function: ease-in-out;
}
.clr-blks a:hover {
	background: #fdf9ef;
}
.clr-blks a:hover  span.rubi {
	color: #534741;
}
.clr-blks a:hover h2 {
	border-bottom: solid 1px #534741;
	color: #534741;
}
.clr-blks a:hover p {
	color: #534741;
}

.clr-blks a:hover span.more {
	background: #534741;
	color: #FFFFFF;
}
/*.clr-blks a:hover {
    -webkit-animation:animation-hanabi 1s 1 linear;
    animation:animation-hanabi 1s 1 linear;
}*/


#entry {
	background: #90d1cd;
	text-align: center;
	padding: 33px 0;
}

.wel-in {
	background: url(../imgs/top/welbg.jpg) center center no-repeat #FFFFFF;
	background-size: cover;
	padding: 22px 10px;
	box-sizing: border-box;
	display: block;
}
#entry h2 {
	font-size: 24px;
	color: #000000;
	line-height: 1.8em;
	position: relative;
	padding-bottom: 28px;
	margin-bottom: 20px;
}
#entry h2:after {
	content: "";
	float: right;
	width: 22%;
	height: 1px;
	background: #000000;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

#entry p {
	font-size: 14px;
	color: #000000;
	line-height: 1.8em;
	padding-bottom: 14px;
}

#news {
	padding: 60px 0 62px;
}
#news .rubi {
	font-size: 13px;
	color: #000000;
	line-height: 1.8em;
	padding-bottom: 5px;
}

#news h2 {
	font-size: 24px;
	color: #000000;
	line-height: 1.8em;
	padding-bottom: 10px;
}
#news ul {
	padding-bottom: 46px;
	display: block;
}
#news ul li {
	float: left;
	width: 47.7%;
	border-bottom: dashed 1px #534741;
}
#news ul li:nth-child(odd) {
	margin-right: 4.58%;
}
#news ul li a {
	display: block;
	padding: 23px 0;
}
#news ul li a:hover {
	text-decoration: underline;
}
#news ul li a span {
	display:block;
	float:left;
}
#news ul li a span.date {
	line-height:1.2;
	width:110px;
}
#news ul li a span.ttl {
	line-height:1.2;
	width:calc(100% - 110px);
	padding-bottom:20px;
}


#news .more {
	background: #000000;
	color: #ffffff;
}

#pgt {
	text-align: center;
}
#pgt a img {
	max-width: 100px;
	height: auto;
}





/* ----------------------------------------------------------------
	GUIDANCE and Common
-----------------------------------------------------------------*/
#robjline-wrap {
	position: relative;
	padding-bottom: 37px;
}
#main-ttl .udpage {
	padding: 140px 0;
}
#main-ttl.robj {
	margin-right: calc( (100% - 1266px) / 2);
	position: relative;
}
#main-ttl .page {
	float: right;
}
.robjline {
	position: absolute;
	float: right;
	width: 28.8%;
	height: 185px;
	right: 0;
	bottom: 0;
	z-index: -1;
}

h2#mh2 {
	font-size: 24px;
	color: #000000;
	text-align: center;
	line-height: 1.6em;
	margin-bottom: 40px;
}
.dashblk {
	padding: 26px 0 20px;
	border-bottom:  dashed 1px #534741;
}

.dashblk:last-of-type {
	margin-bottom: 60px;
}
p.btxt {
	font-size: 18px;
	color: #000000;
	line-height: 1.6em;
	font-weight: bold;
}
p.btxt b {
	font-size: 14px;
	padding-right: 10px;
}
p.btxt span {
	color: #ff8349;
}
p.btxt-disc {
	font-size: 14px;
	color: #000000;
	line-height: 1.8em;
	padding-top: 15px;
	padding-left: 21px;
}
p.btxt-disc a {
	font-size: 18px;
	color: #445377;
	text-decoration: underline;
	font-weight: bold;
}
h2#mh2-2 {
	font-size: 24px;
	color: #000000;
	text-align: center;
	line-height: 1.6em;
	margin-top: 55px;
	margin-bottom: 26px;
}



/* ----------------------------------------------------------------
	FACILITY and Common
-----------------------------------------------------------------*/

.mpgtbl {
	margin-bottom: 140px;
}
.mpgtbl ul {
	display: block;
	background: #f2f2f2;
	border-top:  dashed 1px #534741;	
}
.mpgtbl ul li {
	display: block;
	border-bottom:  dashed 1px #534741;
	vertical-align: top;
}
.tbl-l {
	float: left;
	display: inline-block;
	width: 175px;
	box-sizing: border-box;
	padding: 22px 0 22px 22px;
	font-weight: bold;
	line-height: 1.8em;
}
.tbl-r {
	display: inline-block;
	width : calc(100% - 175px);
	box-sizing: border-box;
	padding: 22px 0 22px 22px;
	background: #fdf9ef;
	line-height: 1.8em;
}
.tbl-r small {
	font-size: 14px;
}
.mpgtbl.minmgin {
	margin-bottom: 10px;
}
.mpgtbl.minmgin02 {
	margin-bottom: 31px;
}


#info {
	background: url(../imgs/coursemap/coursebg.png) bottom left no-repeat #afcfe5;
	background-size: 100% auto;
	padding: 21px 17px 20px;
}
.infoimg01 {
	float: left;
	width: 34%;
	height: auto;
}
.infoimg02 {
	float: right;
	width: 34%;
	height: auto;
}
.info-txt  {
	float: left;
	width: 32%;
	padding-left: 5px;
	box-sizing: border-box;
}
.info-txt h3 {
	font-size: 15px;
	color: #000000;
	background: #FFFFFF;
	display: block;
	text-align: left;
	line-height:25px;
	padding: 0 10px;
	margin-bottom: 10px;
}
.info-txt p {
	font-size: 12px;
	color: #000000;
	display: block;
	text-align: left;
	line-height:1.8em;
	padding: 0 15px;
	margin-bottom: 10px;
	font-weight: bold;
	letter-spacing: 0;
}

.red {color: #e76f73;}
.purple { color: #904aa2;}

.infoimg03 {
	float: left;
	width: 49%;
	height: auto;
	margin-right: 2%;
	margin-top: 22px;
}
.infoimg04 {
	float: left;
	width: 49%;
	height: auto;
	margin-top: 22px;
}
#coursemap-bot {
	display: block;
	margin-bottom: 40px;
}

p.dashtop {
	font-size: 18px;
	color: #000000;
	line-height: 1.8em;
	font-weight: bold;
	padding: 26px 25px 48px;
	border-top:  dashed 1px #534741;
}

a.grnbtn {
	display: inline-block;
	font-size: 21px;
	color: #ffffff;
	line-height:66px;
	width: 100%;
	max-width: 403px;
	padding: 0 5px;
	font-weight: bold;
	text-align: center;
	background: #00c16b;
	box-sizing: border-box;
	border-radius: 33px;
	margin-bottom: 30px;
}


.discred {
	font-size: 18px;
	color: #c1272d;
	line-height: 1.8em;
	font-weight: bold;
	margin-bottom: 54px;
	text-align: center;
}
.tbl-ttl {
    display: inline-block;
    /*font-size: 14px;*/
    color: #ffffff;
    line-height: 1.4;
    max-width: 100%;
    /*max-width: 256px;*/
    padding: 10px 10px;
    font-weight: bold;
    text-align: center;
    background: #ff9b44;
    box-sizing: border-box;
    border-radius: 21px;
	margin-top: 26px;
    margin-bottom: 26px;
}
.tbl-ttl span {
	display:inline-block;
}

/*.mpgtbl a {
    font-size: 18px;
    color: #445377;
    text-decoration: underline;
    font-weight: bold;
}*/
a.grnbtn.wide {
	max-width: 458px;
}
.discred-lg {
	font-size: 30px;
	color: #c1272d;
	line-height: 1.8em;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
}
.discred-lg a {
	color: #c1272d;
}

a.tbl-btn  {
    display: inline-block;
    font-size: 14px !important;
	text-decoration: none;
    color: #ffffff;
    line-height: 42px;
    width: 100%;
    max-width: 256px;
    padding: 0 5px;
    font-weight: bold;
    text-align: center;
    background: #ff9b44;
    box-sizing: border-box;
    border-radius: 21px;
	margin-top: 26px;
    margin-bottom: 26px;
}



table.timetbl {
	background: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	border: solid 1px #cccccc;
	margin-top: 20px;
}
table.timetbl th,
table.timetbl td {
	padding: 21px 10px;
	line-height: 1.2em;border: solid 1px #cccccc;
}


#gmap {
	display: block;
	width: 100%;
	height: 493px;
}


a.togmap {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    line-height: 42px;
    width: 100%;
    max-width: 256px;
    padding: 0 5px;
    font-weight: bold;
    text-align: center;
    background: #ff9b44;
    box-sizing: border-box;
    border-radius: 21px;
    margin-bottom: 26px;
	position: relative;
	top: -21px;
}


.disc-map {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.8em;
	margin: 0 0 70px;
	
}



@media screen and (max-width:1265px) {
#main-ttl.robj {
	margin-right: 0;
}
	
	
	
	
}



@media screen and (max-width:768px) {
	
	
	
	#logosp {
		display: block;
		position: absolute;
		width:70px;
		top: 30px;
		left: calc(50% - 35px) ;
		margin: 0;
	}

	
	.sub-nav {
		position: absolute;
		right: 0;
		top: 0;
	}
	.sub-nav li:first-child {
		display: none;
	}
	.sub-nav li a {
    font-size: 14px;
    line-height: 26px;
    width: 120px;
    padding-right: 10px;
	}
	.sub-nav li a:after {
    right: 15px;
    top: 7px;
	}
	
	
	.hdr-txt {
		position: absolute;
		left: 10px;
		top: 0;
		font-size: 12px;
		padding-top: 10px;
	}
	#main-ttl {
		
	}
	.heading-block span {
		font-size: 18px;
	}
	
	.heading-block h1, .heading-block p{
    font-size: 30px;
    line-height: 1.6em;
	}
	.clr-blks {
		width: 100%;
		margin-top: 25px;
		margin-right:0 !important;
	}
	#main-ttl {
		background-size: cover !important;
	}
	
	.tbl-l,
	.tbl-r {
    width: 100%;
	}
	.infoimg01,
	.infoimg02 {
		display: none;
	}
	.info-txt {
    width: 100%;
    padding-left: 0;
	}
	.infoimg03 {
    width:100%;
    height: auto;
    margin-right: 0;
	}
	.infoimg04 {
    width:100%;
	}
	.sptbl {
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
	}
	
	#news ul li {
		width: 100% !important;
		margin-right: 0 !important;
	}


	
	
}


	
@media (max-width: 479px) {
	#body #content {
		margin: 10px 0;
	}
	
	#montalogo {
		width: 160px;
		bottom:91px;
		left:inherit;
		position: static;
		display: block;
		margin:0 auto 10px auto;
	}
	.heading-block span {
		font-size: 16px;
	}
	
	.heading-block h1, .heading-block p{
    font-size: 20px;
    line-height: 1.6em;
	}
	#main-ttl {
		background-size: 400% auto !important;
	}
	#pgt {
		background-size: 300% auto !important;
		background-position: bottom !important;
	}
	a.grnbtn {
    font-size: 18px;
    line-height: 66px;
    padding: 0 2px;
	}
	footer p {
		padding-left: 10px;
		padding-right: 10px;
	}


	
	
}
@media (max-width: 320px) {

	#montalogo {
		width: 160px;
		top: 600px;
		left: 138px;
	}*/
}






