/* 
99 #BodyLoad                    |  loader
99 #BodyAction                  |  koszyk?
10 .NewsImg                     |  !!!

4  .MenuBox-0, .MenuBox-1       |  menu rozwijane (PC 320px / Mob) 4
6  .MenuShow, .MenuHide         |  przycisk menu na PC 6
3  .IconBox                     |  box z ikonami 120px 3
2  #i-Body                      |  zaciemnienie 2
1  .SiteBox-Icon, .SiteBox-Menu |  zawartość strony (PC 100%-120px lub 100%-320px / Mob 100%) 1
5  .i-MoreBox, .i-MoreBoxFb     |  menu po najechaniu na ikonę 5

11 #BodyInfo                    |  info z mapą / telefonami / poziomym ekranie (Mob) 11
12 .BodyInfoClose               |  zamknięcie info 12

21 .NaviSha                     |  cień nawigacji
22 .Navi                        |  nawigacja
*/



/* IconSize -> 120px; */
/* MenuShowHide -> 60px; */

#MenuBox, #IconBox, #i-MoreBox, #i-MoreBoxFb, #i-Body {
  font-family: 'Roboto', sans-serif; font-weight: 400; font-style: normal; 
  font-size: 14px; line-height: 140%; color: indigo; color: #333;
}
/* ======================================================================================================================== */
/* MENU BOX */
/* ======================================================================================================================== */
.MenuBox { 
  position: fixed;
  top: 0%; 
  left: 100%; width: 100%;
  /*width: 320px;*/
  height: 100%; 
  overflow: auto;
  overflow-x: hidden;
  z-index: 4; 
  overscroll-behavior-y: none;

  background: #FFFFFF;
  background: -moz-linear-gradient(left, #FFFFFF 97%, #D3D3D3 100%); /*#F6F6F6*/
  background: -webkit-linear-gradient(left, #FFFFFF 97%, #D3D3D3 100%);
  background: linear-gradient(to right, #FFFFFF 97%, #D3D3D3 100%);
}
/*.MenuBox-1 { left: 0%; } */
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
@media all and (max-width: 1000px) 
{
/*.MenuBox { left: 100%; width: 100%; }*/
}



/* ======================================================================================================================== */
/* ICON BOX */
/* ======================================================================================================================== */
.IconBox { 
  position: fixed;
  top: 0%; 
  left: 0%;
  width: 250px; /* IconSize */
  height: 100%; 
  overflow: auto;
  z-index: 3;
  overscroll-behavior-y: none;

  background: #FFF;
  background: -moz-linear-gradient(left, #FFF 95%, #CCC 100%);
  background: -webkit-linear-gradient(left, #FFF 95%, #CCC 100%);
  background: linear-gradient(to right, #FFF 95%, #CCC 100%);
}

.IconBoxOn { 
  background: #DDD;
  background: -moz-linear-gradient(left, #DDD 95%, #BBB 100%);
  background: -webkit-linear-gradient(left, #DDD 95%, #BBB 100%);
  background: linear-gradient(to right, #DDD 95%, #BBB 100%);
}
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
@media all and (max-width: 1000px) 
{
.IconBox { display: none; }
}
/* ------------------------------ */
#i-Body { width: 100%; height: 100%; position: fixed; top: 0; left: 0; overflow: auto; z-index: 2; background: rgba(0,0,0,0.4); }



/* ======================================================================================================================== */
/* SITE BOX */
/* ======================================================================================================================== */
.SiteBox { 
  margin: 0px;
  position: relative; /* position: absolute; relative; / CHANGE to fixed in CSS.Fix */
  top: 0%; 
  left: 250px; /* IconSize */
  width: -moz-calc(100% - 250px); /* IconSize */
  width: -webkit-calc(100% - 250px); /* IconSize */
  width: calc(100% - 250px); /* IconSize */
  
  min-height: 100%; height: auto !important; /* height: 100%; inaczej brak przewijania na mobile(?!) */
  overflow: auto;
  z-index: 1; 
  /*overscroll-behavior-y: none;*/
}
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
@media all and (max-width: 1000px) 
{
.SiteBox { left: 0%; width: 100%; }
}









/* ------------------------------------------------------------------------------------------------------------------------ */
.m-Logo { padding: 5px 0px 5px; text-align: center; display: none; }
.m-Logo IMG { width: 90%; max-width: 300px; border: 0px none; }
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
@media all and (max-width: 1000px) 
{
.m-Logo { display: block; }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
.m-Icon {  }

.m-Icon A {
  display: block;
  width: 100%;
  height: 50px; 
  text-decoration: none;

  cursor: pointer;

  -webkit-transition: color 0.3s, height 0.3s, background 0.4s ease-out;
  -moz-transition: color 0.3s, height 0.3s, background 0.4s ease-out;
  -o-transition: color 0.3s, height 0.3s, background 0.4s ease-out;
  transition: color 0.3s, height 0.3s, background 0.4s ease-out;
}
/* ------------------------------ */
.m-Icon A.On, .m-Icon A.m-Now { color: rgba(0,0,0,0.9); }
/* ------------------------------ */
.m-Icon A:hover, .m-Icon A.m-Now:hover { text-decoration: none; }
/* ------------------------------ */
.m-Icon-Col {
  background: #E39720; 
  background: -moz-linear-gradient(left, #E39720 0%, #F5AC3A 60%, #E39720 95%, #BE7F1D 100%);
  background: -webkit-linear-gradient(left, #E39720 0%, #F5AC3A 60%, #E39720 95%, #BE7F1D 100%);
  background: linear-gradient(to right, #E39720 0%, #F5AC3A 60%, #E39720 95%, #BE7F1D 100%);
}
/* ------------------------------ */
.m-Sep { 
  width: -moz-calc(100% - 20px);
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px); 
  height: 1px; 
  background: rgba(0,0,0,0.12); 
  font-size: 0px; 
}
.m-Icon-Col .m-Sep { background: rgba(255,255,255,0.2); }
/* ------------------------------ */
.m-Icon-Div {
  position: relative;
  width: 100%; height: 100%;

  -webkit-transition: background 0.4s ease-out;
  -moz-transition: background 0.4s ease-out;
  -o-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
}
/* ----- */
.m-Icon-Now-Rect {
  display: none;
  position: absolute; top: 0; left: 0;
  width: 7px; height: 100%;
  background: #7A502C;
  -webkit-box-shadow: 3px 0px 0px 0px rgba(255,255,255,0.3);
  -moz-box-shadow: 3px 0px 0px 0px rgba(255,255,255,0.3);
  box-shadow: 3px 0px 0px 0px rgba(255,255,255,0.3);
}
/* ----- */
.m-Icon-Lab {
  position: absolute; top: 0; left: 30px;
  width: 180px; height: 100%;

  font-family: 'Open Sans', sans-serif; font-weight: 400; font-style: normal; 
  font-size: 16px; line-height: 50px; text-align: left; color: #222;

  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
/* ----- */
.m-Icon-Ico {
  position: absolute; top: 0; right: 10px;
  height: 100%;
  opacity: 0.3;

  -webkit-transition: right 0.4s ease-out, opacity 0.4s;
  -moz-transition: right 0.4s ease-out, opacity 0.4s;
  -o-transition: right 0.4s ease-out, opacity 0.4s;
  transition: right 0.4s ease-out, opacity 0.4s;
}
.m-Icon-Ico IMG { margin-top: 7.5%; height: 85%; width: auto; }
/* ----- */
.m-Icon-Now-Arrow { 
  position: absolute; top: 0; right: -40px;
  width: 40px; height: 100%;
  opacity: 0;

  background-repeat: no-repeat;
  background-size: auto 75%;
  background-image: url(cms.svg.MenuBox/i-Icon-Now-Arrow.svg);
  background-position: center center;
}
/* ----- */
.m-Icon-Hover { 
  position: absolute; top: 0; left: -100%;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.06);

  -webkit-transition: left 0.4s ease-out;
  -moz-transition: left 0.4s ease-out;
  -o-transition: left 0.4s ease-out;
  transition: left 0.4s ease-out;
}
/* ------------------------------ */
.m-Icon-Col .m-Icon-Lab { color: #FFF; }
.m-Icon-Col .m-Icon-Ico { opacity: 0.7; }
/* ------------------------------ */

.m-Icon A.m-Now .m-Icon-Now-Rect { display: block; }

.m-Icon A:hover .m-Icon-Lab, 
.m-Icon A.m-Now .m-Icon-Lab, 
.m-Icon A.On .m-Icon-Lab { color: #111; }

.m-Icon A:hover .m-Icon-Ico, 
.m-Icon A.m-Now .m-Icon-Ico, 
.m-Icon A.On .m-Icon-Ico { right: -50px; opacity: 0; }

.m-Icon A.m-Now .m-Icon-Now-Arrow { right: 15px; opacity: 0.6; }

.m-Icon A:hover .m-Icon-Hover, 
.m-Icon A.m-Now .m-Icon-Hover { left: 0px; }

.m-Icon-Col .m-Icon-Now-Rect { /*background: rgba(255,255,255,0.35);*/ }

.m-Icon-Col A:hover .m-Icon-Lab, 
.m-Icon-Col A.m-Now .m-Icon-Lab, 
.m-Icon-Col A.On .m-Icon-Lab { color: #FFF; }







.m-But, .m-But:visited, .m-But:active, .m-But:focus {
  display: block; 
  padding-left: 30px;
  
  font-family: 'Open Sans', sans-serif; font-weight: 400; font-style: normal; 
  font-size: 16px; line-height: 50px; text-align: left; color: #222;
  text-decoration: none; 
  
  border-top: 1px solid rgba(0,0,0,0.12); 

  -webkit-transition: color 0.3s, background 0.4s ease-out;
  -moz-transition: color 0.3s, background 0.4s ease-out;
  -o-transition: color 0.3s, background 0.4s ease-out;
  transition: color 0.3s, background 0.4s ease-out; 
}
.m-But:hover { text-decoration: none; color: #222; font-weight: 600; }

.m-But IMG { width: 90%; min-width: 280px; max-width: 350px; border: 0px; }
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
.m-GraphBox { height: 90px; overflow: hidden; font-size: 0; background: rgba(0,0,0,0.05); border-top: 1px solid rgba(0,0,0,0.06); }
A.m-GraphBox {
  display: block; text-decoration: none; font-size: 0;

  -webkit-transition: background 0.4s ease-out;
  -moz-transition: background 0.4s ease-out;
  -o-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out; 
}
A.m-GraphBox:hover { cursor: pointer; background: rgba(0,0,0,0.10); }
A.m-GraphBox:hover .m-GraphIcon IMG { opacity: 0.70; }
A.m-GraphBox:hover .m-GraphMapR IMG { opacity: 0.40; }
/* ------------------------------ */
.m-GraphIcon { display: inline-block; vertical-align: top; width: 80px; height: 75px; padding-top: 7px; }
.m-GraphIcon IMG { height: 75px; opacity: 0.50; }
/* ------------------------------ */
.m-GraphClockL {
  display: inline-block; vertical-align: top; 
  padding-right: 20px;
  
  width: -moz-calc(100% - 100px); /* GraphIcon 80px + padding-right: 20px; */
  width: -webkit-calc(100% - 100px); 
  width: calc(100% - 100px);
  /*background: red;*/
}
/* ------------------------------ */
.m-GraphMapL {
  display: inline-block; vertical-align: top; 
  width: -moz-calc(100% - 140px); /* GraphIcon 80px + GraphMapR 60px */
  width: -webkit-calc(100% - 140px); 
  width: calc(100% - 140px);
  /*background: red;*/
}
.m-GraphMapR { display: inline-block; vertical-align: top; width: 60px; /*background: green;*/ }
.m-GraphMapR IMG { width: 60px; height: auto; opacity: 0.25; }
/* ------------------------------ */
.m-GraphCell { height: 90px; width: 1%; display: table-cell; vertical-align: middle; 
                font-family: Arial; font-size: 13px; color: rgba(0,0,0,0.7); line-height: 150%; /*background: blue;*/ }
.m-GraphCell SPAN { font-family: 'Roboto', sans-serif; font-weight: 600; font-style: normal; font-size: 16px; color: rgba(0,0,0,0.7); }

.taRight { text-align: right; }



/* ------------------------------ */
.m-Links { padding: 10px; text-align: center; font-family: Arial; font-size: 13px; color: #AAA; line-height: 150%; 
          border-top: 1px solid rgba(0,0,0,0.1); }
.m-Links A { text-decoration: none; color: #111; }
.m-Links A:hover { text-decoration: underline; color: #555; }


/* ------------------------------ */
.m-DesignerEmp { height: 51px; clear: both; font-size: 0px; }
.m-Designer { 
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center; 
  padding: 10px 0px; 
  width: 100%;  
  background: rgba(0,0,0,0.04);
  border-top: 1px solid rgba(0,0,0,0.07);
  height: 30px;
  overflow: hidden;
}
.m-Designer A { text-decoration: none; }
.m-Designer IMG { 
  height: 30px; opacity: 0.45; -moz-outline: none; outline: none; border: 0px none; cursor: pointer; 

  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; 
}
.m-Designer IMG:hover { opacity: 0.8; }
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
@media all and (max-width: 1000px) 
{
.m-DesignerEmp { height: 115px; }
.m-Designer { margin-bottom: 64px; }
}
/* ------------------------------------------------------------------------------------------------------------------------ */






/* ======================================================================================================================== */
/* m-More */
/* ======================================================================================================================== */

.m-More { 
  padding: 0px 30px 5px;
  background-color: rgba(0,0,0,0.05);
  border-top: 1px solid rgba(0,0,0,0.05); border-bottom: 1px solid rgba(0,0,0,0.1);
}
/*
.m-More-CatButs { margin-left: -30px; margin-right: -30px; }

.m-More-CatBut, .m-More-CatBut:visited, .m-More-CatBut:active, .m-More-CatBut:focus, 
.m-More-CatBut-Now, .m-More-CatBut-Now:visited, .m-More-CatBut-Now:active, .m-More-CatBut-Now:focus { 
  display: block;
  padding: 6px 50px 4px 30px; 

  text-decoration: none;
  line-height: 120%; color: inherit;

  cursor: pointer; 

  -webkit-transition: color 0.3s, background 0.4s ease-out;
  -moz-transition: color 0.3s, background 0.4s ease-out;
  -o-transition: color 0.3s, background 0.4s ease-out;
  transition: color 0.3s, background 0.4s ease-out; 
}
.m-More-CatBut:hover { 
  text-decoration: none; color: rgba(0,0,0,0.9); background-color: rgba(0,0,0,0.10); 
}

.m-More-CatBut-Now, .m-More-CatBut-Now:visited, .m-More-CatBut-Now:active, .m-More-CatBut-Now:focus { 
  padding: 7px 50px 5px 30px; 
  color: rgba(255,255,255,1); 
  text-shadow: 1px 1px 0px rgba(0,0,0,0.3);
  
  background-color: #33ABB6;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 22px, 100% 100%;
  background-position: right 19px center, center center;
  background-image: url(cms.svg.MenuBox/m-More-CatBut-Now.svg), -moz-linear-gradient(left, #33ABB6 90%, #2597A2 100%);
  background-image: url(cms.svg.MenuBox/m-More-CatBut-Now.svg), -webkit-linear-gradient(left, #33ABB6 90%, #2597A2 100%);
  background-image: url(cms.svg.MenuBox/m-More-CatBut-Now.svg), linear-gradient(to right, #33ABB6 90%, #2597A2 100%);
}
.m-More-CatBut-Now:hover { 
  text-decoration: none; color: rgba(255,255,255,1); 
}

.m-More-CatHead {
  padding: 20px 50px 5px 30px;
  font-weight: 600; line-height: 120%;
}
*/


.m-More-Head { padding: 10px 0px 0px; font-weight: 600; }
.m-More-Desc { padding: 5px 0px 10px; }
.m-More-Desc A { text-decoration: underline; color: inherit; }
.m-More-Desc A:hover { text-decoration: underline; color: #33ABB6; }

.m-More-Img { padding: 5px 0px 0px; text-align: center; }
.m-More-Img IMG { padding: 5px; border: 3px solid #DDD; background: #FFF; }

.m-More-Go { padding: 15px 0px; text-align: center; }


.m-More-Rec { padding: 5px 0px 0px; /*font-family: Arial; font-size: 13px;*/ }
.m-More-Rec A { display: block; padding: 4px 0px; text-decoration: none; color: #111; line-height: 150%; }
.m-More-Rec A:hover { text-decoration: underline; color: #555; }

.m-More-Rec A SPAN { font-family: Arial; font-size: 12px; color: #AAA; line-height: 150%; }



.More-SliBox { position: relative;	padding-bottom: 60%; /* 66.67%; 4:3 */ height: 0; overflow: hidden; }

.More-SliImg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; 
  background-color: #DDD;
  background-repeat: no-repeat;
  background-position: center center; 
  background-size: cover;
}


.More-SliInfo { position: relative; top: 0px; left: 0px; font-size: 0px; background: rgba(0,0,0,0.5); }

.More-SliIco { 
  display: inline-block; vertical-align: top;
  height: 40px; padding: 5px 10px;
}
.More-SliIco IMG { height: 100%; }

.More-SliName { 
  display: inline-block; vertical-align: top;
  height: 50px;
  font-family: 'Roboto', sans-serif; font-weight: 400; font-style: normal; 
  font-size: 16px; line-height: 50px; color: #FFF;
}




.More-SliLine { margin-top: 2px; margin-bottom: 10px; height: 10px; background: rgba(0,0,0,0.05); }

.More-Head { 
  margin-bottom: 10px; 
  font-family: 'Roboto', sans-serif; font-weight: 400; font-style: normal; 
  font-size: 18px; line-height: 140%; color: #2597A2; text-align: center; 
}
.More-Cont { 
  margin-bottom: 10px; 
  font-family: 'Roboto', sans-serif; font-weight: 400; font-style: normal; 
  font-size: 14px; line-height: 150%; color: #444; 
}




.im-More-Map { width: auto; padding: 10px 0px; height: 200px; text-align: center; }

.im-More-Rec, .im-More-Rec-Now { padding-bottom: 2px; display: block; color: inherit; text-decoration: none; }
.im-More-Rec-Now { font-weight: bold; }
.im-More-Rec A, .im-More-Rec-Now A { display: block; text-decoration: none; color: #444; line-height: 150%; }
.im-More-Rec A:hover, .im-More-Rec-Now A:hover { text-decoration: underline; color: #555; }


.im-More-Photo { display: inline-block; margin: 0px auto; width: 60px; height: 60px; border: 2px solid #DDD; }
.im-More-Photo A { display: block; width: 100%; height: 100%; }
.im-More-Photo A:hover { 
  background-color: rgba(0,0,0,0.5);
  background-repeat: no-repeat;
  background-size: auto 50px;
  background-image: url(cms.svg/ico_show.svg);
  background-position: center center;

  /*background: url(cms_files/img/pro_box_photo_on.png) no-repeat center center; background-size: cover; */
}
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
@media all and (max-width: 1000px) 
{
.m-More { padding-top: 10px; }

.m-More-CatBut, .m-More-CatBut:visited, .m-More-CatBut:active, .m-More-CatBut:focus, 
.m-More-CatBut-Now, .m-More-CatBut-Now:visited, .m-More-CatBut-Now:active, .m-More-CatBut-Now:focus {
  padding: 8px 50px 8px 40px;
  font-size: 15px; line-height: 140%;
}
.m-More-CatHead {
  padding: 8px 50px 8px 40px;
  font-size: 15px; line-height: 140%;
}
}






/* ======================================================================================================================== */
/* i-BOX */
/* ======================================================================================================================== */
.i-Top { 
  text-align: center; font-size: 0;
  height: 3px;

  background: #EEE;
  background: -moz-linear-gradient(left, #EEE 95%, #CCC 100%);
  background: -webkit-linear-gradient(left, #EEE 95%, #CCC 100%);
  background: linear-gradient(to right, #EEE 95%, #CCC 100%);
  
  background: #CCC;
  background: -moz-linear-gradient(left, #CCC 95%, #AAA 100%);
  background: -webkit-linear-gradient(left, #CCC 95%, #AAA 100%);
  background: linear-gradient(to right, #CCC 95%, #AAA 100%);
}
.i-Top A { 
  display: inline-block; vertical-align: top; 
  width: 45px; /* MenuShowHide */ 
  padding: 2px 0px; 
  height: 36px; 
  text-align: center; text-decoration: none; 
  -webkit-transition: background 0.4s ease-out;
  -moz-transition: background 0.4s ease-out;
  -o-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out; 
}
.i-Top A:hover { text-decoration: none; background: rgba(0,0,0,0.1); }
.i-Top A:hover IMG { opacity: 0.5; }

.i-Top A IMG { height: 36px; opacity: 0.3; }
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
@media all and (min-width: 1300px) and (min-height: 800px) 
{
/*
.i-Top A { padding: 5px 0px; height: 40px; }
.i-Top A IMG { height: 40px; }
*/
}
/* ------------------------------------------------------------------------------------------------------------------------ */ 
.i-Icon {  }
.i-Icon A {
  display: block;
  width: 250px; /* IconSize */
  height: 40px; 
  text-decoration: none;

  cursor: pointer;

  -webkit-transition: color 0.3s, height 0.3s, background 0.4s ease-out;
  -moz-transition: color 0.3s, height 0.3s, background 0.4s ease-out;
  -o-transition: color 0.3s, height 0.3s, background 0.4s ease-out;
  transition: color 0.3s, height 0.3s, background 0.4s ease-out;
}
/* ------------------------------ */
.i-Icon A.On { color: rgba(0,0,0,0.9); background: rgba(255,255,255,1); }
.i-Icon A.i-Now { color: rgba(0,0,0,0.9); }
/*
.i-Icon A.i-NowOff { 
  background: #EEE;
  background: -moz-linear-gradient(left, #EEE 95%, #CCC 100%);
  background: -webkit-linear-gradient(left, #EEE 95%, #CCC 100%);
  background: linear-gradient(to right, #EEE 95%, #CCC 100%);
}*/
/* ------------------------------ */
.i-Icon A:hover, .i-Icon A.i-Now:hover { text-decoration: none; background: rgba(255,255,255,1); }
/* ------------------------------ */
.i-Icon-Col {
  background: #E39720; 
  background: -moz-linear-gradient(left, #E39720 0%, #F5AC3A 60%, #E39720 95%, #BE7F1D 100%);
  background: -webkit-linear-gradient(left, #E39720 0%, #F5AC3A 60%, #E39720 95%, #BE7F1D 100%);
  background: linear-gradient(to right, #E39720 0%, #F5AC3A 60%, #E39720 95%, #BE7F1D 100%);
}
/* ------------------------------ */
.i-Sep { width: 230px; height: 1px; background: rgba(0,0,0,0.15); font-size: 0px; }
.i-Icon-Col .i-Sep { background: rgba(255,255,255,0.2); }
/* ------------------------------ */
.i-Icon-Div {
  position: relative;
  width: 250px; height: 100%;

  -webkit-transition: background 0.4s ease-out;
  -moz-transition: background 0.4s ease-out;
  -o-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
}
/* ----- */
.i-Icon-Now-Rect {
  display: none;
  position: absolute; top: 0; left: 0;
  width: 7px; height: 100%;
  background: #7A502C;
  -webkit-box-shadow: 3px 0px 0px 0px rgba(255,255,255,0.3);
  -moz-box-shadow: 3px 0px 0px 0px rgba(255,255,255,0.3);
  box-shadow: 3px 0px 0px 0px rgba(255,255,255,0.3);
}
/* ----- */
.i-Icon-Lab {
  position: absolute; top: 0; left: 20px;
  width: 180px; height: 100%;

  font-family: 'Open Sans', sans-serif; font-weight: 400; font-style: normal; 
  font-size: 15px; line-height: 40px; text-align: left; color: #222;

  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
/* ----- */
.i-Icon-Ico {
  position: absolute; top: 0; right: 10px; /* top: 3px; */
  height: 100%;
  opacity: 0.3; /* opacity: 0.4; */
  /*background: red;*/

  -webkit-transition: right 0.4s ease-out, opacity 0.4s;
  -moz-transition: right 0.4s ease-out, opacity 0.4s;
  -o-transition: right 0.4s ease-out, opacity 0.4s;
  transition: right 0.4s ease-out, opacity 0.4s;
}
.i-Icon-Ico IMG { margin-top: 7.5%; height: 85%; width: auto; } /* height: 34px; height: 38px; */
/* ----- */
.i-Icon-Now-Arrow { 
  position: absolute; top: 0; right: -40px;
  width: 40px; height: 100%;
  opacity: 0;

  background-repeat: no-repeat;
  background-size: auto 75%;
  background-image: url(cms.svg.MenuBox/i-Icon-Now-Arrow.svg);
  background-position: center center;
}
/* ----- */
.i-Icon-Hover { 
  position: absolute; top: 0; left: -100%;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.06);
}
/* ------------------------------ */
.i-Icon-Col .i-Icon-Lab { color: #FFF; }
.i-Icon-Col .i-Icon-Ico { opacity: 0.7; } /* opacity: 0.4; */
/* ------------------------------ */
/*.i-Icon IMG { height: 40px; opacity: 1; }*/

.i-Icon A.i-Now .i-Icon-Now-Rect { display: block; }

.i-Icon A:hover .i-Icon-Lab, 
.i-Icon A.i-Now .i-Icon-Lab, 
.i-Icon A.On .i-Icon-Lab { color: #111; }

.i-Icon A:hover .i-Icon-Ico, 
.i-Icon A.i-Now .i-Icon-Ico, 
.i-Icon A.On .i-Icon-Ico { right: -50px; opacity: 0; }

.i-Icon A.i-Now .i-Icon-Now-Arrow { right: 10px; opacity: 0.6; }

.i-Icon A.i-Now .i-Icon-Hover { left: 0px; }
.i-Icon A:hover .i-Icon-Hover { left: -100%; }

.i-Icon A.On .i-Icon-Hover { left: -100%; }

.i-Icon-Col .i-Icon-Now-Rect { /*background: rgba(255,255,255,0.35);*/ }

.i-Icon-Col A.i-Now .i-Icon-Lab { color: #FFF; }
.i-Icon-Col A:hover .i-Icon-Lab { color: rgba(0,0,0,0.9); }
.i-Icon-Col A.On .i-Icon-Lab { color: #111; }
.i-Icon-Col A.On .i-Icon-Hover { left: -100%; }






.i-SepFb { height: 10px; clear: both; font-size: 0px; }

.i-Icon-Fb {
  display: block;

  float: right;
  width: 50px; height: 40px; padding: 0px;
  font-size: 0px;
  
  border-top: 0px none;
  border-bottom: 0px none;

  -webkit-border-top-left-radius: 4px; -moz-border-top-left-radius: 4px; border-top-left-radius: 4px; 
  -webkit-border-bottom-left-radius: 4px; -moz-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; 

  background: #33ABB6;
  background: -moz-linear-gradient(left, #33ABB6 80%, #197D86 100%);
  background: -webkit-linear-gradient(left, #33ABB6 80%, #197D86 100%);
  background: linear-gradient(to right, #33ABB6 80%, #197D86 100%);
  
  cursor: pointer;
}
.i-Icon-Fb IMG { height: 30px; margin-left: 5px; margin-top: 5px; opacity: 1; }

.i-Icon-Fb:hover { background: #3A5897; }

.Fb { background: #3A5897; }

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
@media all and (max-height: 765px) { .i-Icon A { height: 39px; } .i-Icon-Lab { line-height: 39px; font-size: 14px; } }
@media all and (max-height: 750px) { .i-Icon A { height: 38px; } .i-Icon-Lab { line-height: 38px; } }
@media all and (max-height: 735px) { .i-Icon A { height: 37px; } .i-Icon-Lab { line-height: 37px; } }
@media all and (max-height: 720px) { .i-Icon A { height: 36px; } .i-Icon-Lab { line-height: 36px; } }
@media all and (max-height: 705px) { 
.i-Icon A { height: 35px; }
.i-Icon-Lab { line-height: 35px; }
/*
.i-Icon A.On, .i-Icon A.i-Now { height: 45px; }
.i-Icon A:hover, .i-Icon A.i-Now:hover { height: 45px; }

.i-Icon A.On .i-Icon-Lab { line-height: 45px; }
.i-Icon A.i-Now .i-Icon-Lab { line-height: 45px; }
.i-Icon A:hover .i-Icon-Lab { line-height: 45px; }
*/
}
@media all and (max-height: 685px) { .i-Icon A { height: 34px; } .i-Icon-Lab { line-height: 34px; } }
@media all and (max-height: 670px) { .i-Icon A { height: 33px; } .i-Icon-Lab { line-height: 33px; } }
@media all and (max-height: 655px) { .i-Icon A { height: 32px; } .i-Icon-Lab { line-height: 32px; } }
@media all and (max-height: 640px) { 
.i-Icon A { height: 31px; }
.i-Icon-Lab { line-height: 31px; }
/*
.i-Icon A.On, .i-Icon A.i-Now { height: 40px; }
.i-Icon A:hover, .i-Icon A.i-Now:hover { height: 40px; }

.i-Icon A.On .i-Icon-Lab { line-height: 40px; }
.i-Icon A.i-Now .i-Icon-Lab { line-height: 40px; }
.i-Icon A:hover .i-Icon-Lab { line-height: 40px; }
*/
}
@media all and (max-height: 620px) { 
.i-Icon A { height: 30px; }
.i-Icon-Lab { line-height: 30px; font-size: 13px; }

.i-Icon-Fb { height: 35px; }
.i-Icon-Fb IMG { height: 27px; margin-top: 4px; }
}
/*
@media all and (max-height: 595px) { #i-Icon-12, #i-Sep-12 { display: none; } }
@media all and (max-height: 565px) { #i-Icon-11, #i-Sep-11 { display: none; } }
*/







/* ------------------------------------------------------------------------------------------------------------------------ */ 
.i-BotEmp { height: 10px; clear: both; font-size: 0px; } /* IconBot height + IconBot border */
/* ----- */
/*
.i-Bot {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  overflow: hidden;
  font-size: 0;
}
.i-Bot A {
  display: inline-block;
  text-decoration: none; 
  width: 40px;
  height: 40px;
  font-size: 0;
  text-align: center;

  -webkit-transition: color 0.3s, background 0.4s ease-out;
  -moz-transition: color 0.3s, background 0.4s ease-out;
  -o-transition: color 0.3s, background 0.4s ease-out;
  transition: color 0.3s, background 0.4s ease-out; 
}

.i-Bot IMG { margin-top: 3px; height: 34px; opacity: 0.3; }

.i-Bot A:hover { text-decoration: none; color: #FFF; }
.i-Bot A:hover IMG { opacity: 1; }
*/
/* ------------------------------------------------------------------------------------------------------------------------ */ 
/*
.IconInfo { 
  position: fixed;
  top: 0%;
  left: 120px;
  padding-left: 20px; padding-right: 15px; height: 40px; line-height: 40px;
  font-family: 'Open Sans', sans-serif; font-weight: 400; font-style: normal; 
  font-size: 16px; color: #FFF; text-shadow: 1px 1px 0px rgba(0,0,0,0.5); text-align: center; 
  border-left: 10px solid #33ABB6;
  background: rgba(0,0,0,0.7); 
  z-index: 75;
}
*/
/* ------------------------------------------------------------------------------------------------------------------------ */ 





/* ======================================================================================================================== */
/* i-More */
/* ======================================================================================================================== */
.i-MoreBox, .i-MoreBoxFb { 
  position: fixed; /* position: absolute; / CHANGE to fixed in CSS.Fix */
  top: 0%;
  left: 250px; /* IconSize */
  width: 320px;
  height: 100%;

  overflow: auto;
  overscroll-behavior-y: none; 

  background: rgba(255,255,255,1); 
  z-index: 5;

  -webkit-box-shadow: 7px 0px 7px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 7px 0px 7px 0px rgba(0,0,0,0.1);
  box-shadow: 7px 0px 7px 0px rgba(0,0,0,0.1);
}
.i-MoreBoxFb { width: 370px; background: #3A5897; }
.i-MoreBoxBig { width: 640px; }
/* ------------------------------------------------------------------------------------------------------------------------ */
.i-More-Top { height: 40px; border-bottom: 1px solid rgba(0,0,0,0.07); }
.i-More-TopW { height: 40px; border-bottom: 1px solid rgba(255,255,255,0.1); }

.i-More-TopDown { float: left; padding: 0px 10px; }
.i-More-TopDown IMG { height: 40px; opacity: 0.5; }

.i-More-TopName, .i-More-TopNameW  { float: left; padding-top: 2px; height: 38px; font-size: 16px; line-height: 38px; color: #000; }
.i-More-TopNameW { color: #FFF; }

.i-More-TopClose { float: right; text-align: right; margin-right: 5px; cursor: pointer; }
.i-More-TopClose IMG { height: 40px; opacity: 0.5; }
/* ------------------------------ */
.i-More-Pad { padding: 0px 15px; }

/* ------------------------------ */
/*.i-More-CatHead { padding-top: 10px; font-weight: 600; }*/
/* ----- */
/*
.i-More-CatBoxes { padding-top: 10px; font-size: 0px; margin-left: -5px; margin-right: -5px; }
.i-More-CatBox { display: inline-block; vertical-align: top; width: 25%; padding-bottom: 10px; }
.i-More-CatTitle { display: block; padding: 10px 20px 10px; font-size: 14px; font-weight: bold; }

.i-More-CatPhoto { margin: 0px auto; width: 120px; height: 120px; border: 1px solid #DDD; 
  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.i-More-CatPhoto A { position: relative; display: block; width: 100%; height: 100%; }
.i-More-CatPhoto A:hover { 
  background-color: rgba(0,0,0,0.5);
  background-repeat: no-repeat;
  background-size: auto 50px;
  background-image: url(cms.svg.MenuBox/ico_show.svg);
  background-position: center center;
}

.i-More-CatPhoto-Now { margin: 0px auto; width: 120px; height: 120px; border: 3px solid #33ABB6; 
  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.i-More-CatPhoto-Now A { position: relative; display: block; width: 100%; height: 100%; background-color: rgba(0,0,0,0.3); }
.i-More-CatPhoto-Now A:hover { background-color: rgba(0,0,0,0.5); }
.i-More-CatPhoto-Now A SPAN { position: absolute; top: 0px; right: 0px; width: 30px; height: 30px;
  background-color: #33ABB6;
  background-repeat: no-repeat;
  background-size: auto 25px;
  background-image: url(cms.svg.MenuBox/ico_showNow.svg);
  background-position: center center;
  -webkit-border-bottom-left-radius: 3px; -moz-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; 
}
*/
.i-More-Cat1, .i-More-Cat2 {
  position: absolute;
  top: 7px;
  left: -4px; 
  padding: 3px 7px 1px;
  font-size: 12px; color: #FFF;
  -webkit-border-top-right-radius: 3px; -moz-border-top-right-radius: 3px; border-top-right-radius: 3px; 
  -webkit-border-bottom-right-radius: 3px; -moz-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; 
}

.i-More-Cat1 { 
  background: #F88409;
  background: -moz-linear-gradient(left, #F88409 0%, #E17502 60%);
  background: -webkit-linear-gradient(left, #F88409 0%, #E17502 60%);
  background: linear-gradient(to right, #F88409 0%, #E17502 60%);
 }
.i-More-Cat2 { 
  background: #33ABB6; 
  background: -moz-linear-gradient(left, #33ABB6 0%, #2597A2 60%);
  background: -webkit-linear-gradient(left, #33ABB6 0%, #2597A2 60%);
  background: linear-gradient(to right, #33ABB6 0%, #2597A2 60%);
}
.i-More-Cat1, .i-More-Cat2 { 
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.25);
}


/* ----- */
.i-More-CatName, .i-More-CatName-Now {  }
.i-More-CatName A, .i-More-CatName-Now A { display: block; padding: 4px 10px; text-decoration: none; font-size: 14px; color: inherit; text-align: center; }
.i-More-CatName-Now A { color: #33ABB6; }

.i-More-CatName A:hover { text-decoration: underline; }

/* ------------------------------ */
.i-More-Head { margin-bottom: -7px; display: block; text-decoration: none; }
.i-More-HeadName {
  display: inline-block; vertical-align: top; margin-right: 5px; padding: 4px 0px 0px; 
  font-size: 16px; color: rgba(0,0,0,0.8);
  height: 32px; line-height: 32px;
}
.i-More-HeadIco { display: inline-block; vertical-align: top; padding: 3px 0px 1px; height: 32px; opacity: 1; width: auto; }
.i-More-HeadIco IMG { height: 32px; }


















/* ======================================================================================================================== */
/* BUTTONS */
/* ======================================================================================================================== */
.ButMore {
  padding: 12px 45px 12px 20px; 
  font-family: 'Open Sans', sans-serif; font-weight: 400; font-style: normal; font-size: 16px; line-height: 100%; color: #FFF; text-align: center; 
  border: 0px none; cursor: pointer; 
  background-color: #33ABB6;
  background-repeat: no-repeat;
  background-size: auto 30px;
  background-image: url(cms.svg.MenuBox/ico_go.svg);
  background-position: right 15px center;

  -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;

  -webkit-box-shadow: 0px 0px 5px 2px rgba(255,255,255,0.5);
  -moz-box-shadow: 0px 0px 5px 2px rgba(255,255,255,0.5);
  box-shadow: 0px 0px 5px 2px rgba(255,255,255,0.5);

  -webkit-transition: background 0.5s ease-out;
  -moz-transition: background 0.5s ease-out;
  -ms-transition: background 0.5s ease-out;
  -o-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out;
}
.ButMoreSha {
  -webkit-box-shadow: 0px 0px 5px 2px rgba(255,255,255,1);
  -moz-box-shadow: 0px 0px 5px 2px rgba(255,255,255,1);
  box-shadow: 0px 0px 5px 2px rgba(255,255,255,1);
}

.ButMore:hover { background-color: #8C0606; background-position: right 8px center; border: 0px none; }
.ButMore:active, .ButMore:focus { -moz-outline: none; outline: none; border: 0px none; }

.ButMoreGrey { background-color: #999; }
.ButMoreGrey:hover { background-color: #33ABB6; }

.ButMoreDarkGrey { background-color: #666; }
.ButMoreDarkGrey:hover { background-color: #33ABB6; }

.ButMoreFb { background-color: #3A5897; }
.ButMoreFb:hover { background-color: #2E4679; }


/* ------------------------------ */
.a-More {
  display: block; 
  padding: 8px 38px 8px 15px; 

  color: inherit; text-align: right; 
  text-decoration: none;

  background-color: rgba(255,255,255,0.8);
  background-repeat: no-repeat;
  background-size: auto 26px;
  background-image: url(cms.svg.MenuBox/a-More.svg);
  background-position: right 12px center;

  border-top: 1px solid rgba(0,0,0,0.11);
  border-bottom: 1px solid rgba(0,0,0,0.11);

  -webkit-transition: background 0.5s ease-out;
  -moz-transition: background 0.5s ease-out;
  -ms-transition: background 0.5s ease-out;
  -o-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out;
}
.a-More:hover {
  text-decoration: none; color: inherit; 
  background-color: rgba(0,0,0,0.08);
  background-position: right 6px center;
}


/* ------------------------------ */
.a-More-Navi {
  display: block; 
  padding: 15px 20px; 

  font-family: 'Open Sans', sans-serif; font-weight: 400; font-style: normal; font-size: 18px; line-height: 100%; color: #000; 
  text-decoration: none;

  background-color: rgba(0,0,0,0.05);
  background-repeat: no-repeat;
  background-size: auto 40px;
  background-image: url(cms.svg.MenuBox/a-More-Navi.svg);
  background-position: right 10px center;

  border: 1px solid rgba(0,0,0,0.11);
  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;

  -webkit-transition: background 0.5s ease-out;
  -moz-transition: background 0.5s ease-out;
  -ms-transition: background 0.5s ease-out;
  -o-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out;
}
.a-More-Navi:hover {
  text-decoration: none; color: inherit; 
  /*background-color: rgba(255,255,255,1);*/
  background-color: rgba(0,0,0,0.09);
}



/* ------------------------------ */
/*
.ButColor {
  padding: 15px 45px 15px 20px; 
  font-family: 'Open Sans', sans-serif; font-weight: 400; font-style: normal; font-size: 18px; line-height: 100%; color: #FFF; text-align: center; 
  border: 0px none; cursor: pointer; 
  background-color: #999; 
  background-repeat: no-repeat;
  background-size: auto 30px;
  background-image: url(cms.svg.MenuBox/ico_go.svg);
  background-position: right 15px center;

  -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;

  -webkit-box-shadow: 0px 0px 10px 5px rgba(255,255,255,0.1);
  -moz-box-shadow: 0px 0px 10px 5px rgba(255,255,255,0.1);
  box-shadow: 0px 0px 10px 5px rgba(255,255,255,0.1);

  -webkit-transition: background 0.5s ease-out;
  -moz-transition: background 0.5s ease-out;
  -ms-transition: background 0.5s ease-out;
  -o-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out;
}
.ButColor:hover { background-color: #33ABB6;  background-position: right 8px center; border: 0px none; }
.ButColor:active, .ButColor:focus { -moz-outline: none; outline: none; border: 0px none; }



.ButPhone {
  padding: 15px 20px 15px 60px; 
  font-family: 'Open Sans', sans-serif; font-weight: 400; font-style: normal; font-size: 20px; line-height: 100%; color: #FFF; text-align: center; 
  border: 0px none; cursor: pointer; 
  background-color: #33ABB6;
  background-repeat: no-repeat;
  background-size: auto 40px;
  background-image: url(cms.svg.MenuBox/ico-PhoneW.svg);
  background-position: left 15px center;

  -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;

  -webkit-box-shadow: 0px 0px 10px 5px rgba(255,255,255,0.1);
  -moz-box-shadow: 0px 0px 10px 5px rgba(255,255,255,0.1);
  box-shadow: 0px 0px 10px 5px rgba(255,255,255,0.1);

  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  -ms-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
.ButPhone:hover { background-color: #3F9D00; background-size: auto 40px; background-position: left 15px center; border: 0px none; }
.ButPhone:active, .ButPhone:focus { -moz-outline: none; outline: none; border: 0px none; }
*/
/* ------------------------------------------------------------------------------------------------------------------------ */






/* CALENDAR BOX */
/* ------------------------------------------------------------------------------------------------------------------------ */
.TbCal { display: table; width: 100%; padding: 10px 0px; background: rgba(0,0,0,0.07); 
          border-top: 1px solid rgba(0,0,0,0.07); border-bottom: 1px solid rgba(0,0,0,0.07); }
.TbCalCell { 
  display: table-cell; 
  width: 100%; 
  text-align: center; vertical-align: middle; 
}
/* ------------------------------------------------------------------------------------------------------------------------ */
#cal { margin: 0 auto; width: 280px; /* (34+2+2+2) 40*7=280 */ /*background: blue;*/ }
/* ----- */
.cal_d_name, .cal_d_now, .cal_d_no_1, .cal_d_no_2, .cal_d_no_3, .cal_d_no_4, .cal_d_no_5, .cal_d_no_6, .cal_d_no_0 { 
  float: left;
  width: 34px; 
  margin-right: 2px; 
  margin-bottom: 2px; 
  padding: 5px 2px;
  font-family: Tahoma, Arial, Verdana; 
  font-size: 12px; 
  line-height: 16px;
  text-align: center; 
  -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
}
.cal_d_name { color: rgba(0,0,0,0.5); /*#DDD;*/ background: rgba(0,0,0,0.15); /* background: #40B518; #33ABB6 */ }
.cal_d_now { color: #000; font-weight: bold; background: rgba(255,255,255,0.9); 
              -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
.cal_d_no_1, .cal_d_no_2, .cal_d_no_3, .cal_d_no_4, .cal_d_no_5 { color: rgba(0,0,0,0.5); /*#BBB;*/ }
.cal_d_no_6, .cal_d_no_0 { color: rgba(0,0,0,0.5); /*#BBB;*/ background: rgba(255,255,255,0.55); }
/* ----- */
.cal_sp_grey { font-family: Tahoma, Arial, Verdana; font-size: 12px; line-height: 16px; color: rgba(0,0,0,0.25); /*color: #626262;*/ }
/* ----- */
.td_prev { width: 20px; text-align: left; }
.td_now { text-align: center; font-family: Tahoma, Arial, Verdana; font-size: 12px; line-height: 16px; color: rgba(0,0,0,0.55); }
.td_next { width: 20px; text-align: right; }
/* ------------------------------------------------------------------------------------------------------------------------ */



.Tb { display: table; width: 100%; height: 100%; }
.TbCell { display: table-cell; width: 100%; height: 100%; text-align: center; vertical-align: middle; }
/* ------------------------------ */


/* ------------------------------ */
#BodyInfo { width: 100%; height: 100%; position: fixed; top: 0; left: 0; overflow: auto; z-index: 11; background: rgba(0,0,0,0.85); }

.BodyInfoClose { position: fixed; top: 25px; right: 25px; z-index: 12; cursor: pointer; }
.BodyInfoClose IMG { height: 40px; }

.BodyInfoL { padding: 30px; display: inline-block; vertical-align: top; text-align: center; color: #FFF; }

.BodyInfoP { padding: 30px; display: inline-block; text-align: center; color: #FFF; }
.BodyInfoP IMG { width: 350px; height: auto; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; border: 5px solid #A9A8A7; }

.BodyInfoC { margin: auto; padding: 30px; max-width: 60%; text-align: center; color: #FFF; }

.BodyInfoLine { padding: 20px; color: #EEE; border-top: 1px solid rgba(255,255,255,0.3); line-height: 140%; }
.BodyInfoLine SPAN { font-size: 18px; color: #33ABB6; }

.BodyInfoPhone, .BodyInfoPhone SPAN { line-height: 140%; font-size: 24px; color: #FFF; 
    font-family: 'Lato', sans-serif; font-weight: 400; font-style: normal; font-size: 24px; 
}
.BodyInfoPhone SPAN { font-weight: 700; }

@media all and (max-width: 799px) 
{
.BodyInfoL { display: block; padding-bottom: 10px; }
.BodyInfoP { display: block; padding-top: 0px; }
.BodyInfoP IMG { max-width: 80%; height: auto; width: auto\9; }

.BodyInfoC { max-width: 80%; }
}
@media all and (min-width: 800px) 
{
.BodyInfoL { max-width: 320px; }
}





/* FOOTER */
/* ======================================================================================================================== */
#FootBoxEmp { width: 100%; display: block; clear: both; height: 0px; font-size: 0px; }
#FootBox { width: 100%; } 
.FootBoxPC { 
  position: absolute;
  left: 0px; 
  bottom: 0px; 
}
/* ------------------------------------------------------------------------------------------------------------------------ */




/* ROADLINE */
/* ------------------------------------------------------------------------------------------------------------------------ */
.RoadLine { position: relative;	padding-bottom: 12.5%; height: 0; overflow: hidden; z-index: 1; 
  background: url(cms.files/img/RoadLine.png) no-repeat center bottom; 
  background-size: auto 100%;
  
  border-bottom: 2px solid #C4C4C4;
} 
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
@media all and (min-width: 1600px) { .RoadLine { padding-bottom: 10%; background-repeat: repeat-x; background-size: auto 80%; } }

@media all and (max-width: 1000px) { .RoadLine { padding-bottom: 20%; } }
@media all and (max-width: 800px) { .RoadLine { padding-bottom: 25%; } }
@media all and (max-width: 600px) { .RoadLine { padding-bottom: 30%; } }
@media all and (max-width: 400px) { .RoadLine { padding-bottom: 35%; } }
/* ------------------------------------------------------------------------------------------------------------------------ */




/* FOOTER */
/* ------------------------------------------------------------------------------------------------------------------------ */
.Foot {
  padding: 10px 10px 30px;
  
  background-color: #814F24;
  background-repeat: repeat, no-repeat;
  background-size: 100px auto, 100% 50px;
  background-position: center center, center top; 
  background-image: url(cms.svg/Ground.svg);
  background-image: url(cms.svg/Ground.svg), -moz-linear-gradient(top, #6D3D14 0%, #814F24 100%);
  background-image: url(cms.svg/Ground.svg), -webkit-linear-gradient(top, #6D3D14 0%,#814F24 100%);
  background-image: url(cms.svg/Ground.svg), linear-gradient(to bottom, #6D3D14 0%,#814F24 100%);
}

.FootIn {
  margin: auto; max-width: 1200px;
  text-align: center; font-size: 0px;
}


.Foot1, .Foot2, .Foot3 { 
  display: inline-block; vertical-align: top;
  margin-top: 15px;
  padding: 0px 25px 15px;

  width: -moz-calc(33% - 50px); 
  width: -webkit-calc(33% - 50px); 
  width: calc(33% - 50px);

  font-family: Arial; 
  font-size: 14px; 
  line-height: 180%;
  text-align: left;
  color: #FFF;
}
.Foot1 SPAN, .Foot2 SPAN, .Foot3 SPAN { font-size: 14px; line-height: 180%; color: #FFF; }

.Foot2 {
  border-left: 1px solid rgba(255,255,255,0.20);
  border-right: 1px solid rgba(255,255,255,0.20);
}

.Foot1 A, .Foot2 A, .Foot3 A { text-decoration: none; color: rgba(255,255,255,1); }
.Foot1 A:hover, .Foot2 A:hover, .Foot3 A:hover { text-decoration: underline; color: rgba(255,255,255,0.80); }

.FootIco { padding-bottom: 10px; text-align: center; }
.FootIco IMG { height: 45px; opacity: 1; }
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
@media all and (max-width: 1000px) {
.Foot { padding-bottom: 90px; }
}
@media all and (max-width: 900px) 
{ 
.Foot1, .Foot2 { 
  width: -moz-calc(49% - 50px); 
  width: -webkit-calc(49% - 50px); 
  width: calc(49% - 50px);
} 
.Foot2 { border-right: none; }
.Foot3 { display: block; width: auto; border-top: 1px solid rgba(255,255,255,0.20); }
}
@media all and (max-width: 600px) {
.Foot1, .Foot2 { 
  display: block; width: auto;
}
.Foot2 { border-left: none; border-top: 1px solid rgba(255,255,255,0.20); }
}
/* ------------------------------------------------------------------------------------------------------------------------ */












/* NAVI */
/* ------------------------------------------------------------------------------------------------------------------------ */
.NaviSha {
  display: none; 
  position: fixed; left: 0; bottom: 0;
  width: 100%; height: 70px;
  z-index: 21;
  background-color: rgba(0,0,0,0.15);
}


.Navi {
  display: none;
  position: fixed; left: 0; bottom: 0;
  width: 100%; height: 60px;
  z-index: 22;

  background-color: #6B3D15;
  border-top: 2px solid #966D4A;

  text-align: center; font-size: 0px;
}
.NaviBut {
  display: inline-block; vertical-align: top;
  width: 20%; height: 100%;
}
.NaviBut A {
  display: block;
  width: 100%; height: 100%;

  text-align: center;
  font-family: 'Roboto', sans-serif; font-weight: 400; font-style: normal; 
  font-size: 12px; line-height: 14x; color: #FFF;
  text-decoration: none;

  cursor: pointer;
}
.NaviBut A:hover { color: #FFF; text-decoration: none; }
.NaviBut A IMG {
  margin-top: 3px;
  height: 34px; -moz-outline: none; outline: none; border: 0px none; 
}


.NaviButTel-SVG { margin-top: 3px; height: 34px; }
.NaviButTel-PATH { 
  fill: #FFF; 
  animation-name: PulseTel;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  transform-origin: 100% 100%;
  transform-box: fill-box;
  opacity: 1;
}
@keyframes PulseTel {
  0% { transform: scale3d(1, 1, 1); opacity: 1; }
  50% { transform: scale3d(1.2, 1.2, 1.2); opacity: 0.7; }
  100% { transform: scale3d(1, 1, 1); opacity: 1; }
}
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
@media all and (max-width: 1000px) {
.Navi { display: block; }
.NaviSha { display: block; }
}
/* ------------------------------------------------------------------------------------------------------------------------ */




/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
@media all and (min-width: 1950px) {

HTML { background-color: #966D4A; }
BODY { background-color: #966D4A; }

.IconBox { 
  left: -moz-calc((100% - 1920px)/2);
  left: -webkit-calc((100% - 1920px)/2);
  left: calc((100% - 1920px)/2);
}
.SiteBox { 
  position: absolute;
  left: -moz-calc((100% - 1920px)/2 + 250px); /* IconSize */
  left: -webkit-calc((100% - 1920px)/2 + 250px); /* IconSize */
  left: calc((100% - 1920px)/2 + 250px); /* IconSize */
  width: 1670px;
  
  background-color: #FFF;
}

.i-MoreBox, .i-MoreBoxFb { 
  left: -moz-calc((100% - 1920px)/2 + 250px); /* IconSize */
  left: -webkit-calc((100% - 1920px)/2 + 250px); /* IconSize */
  left: calc((100% - 1920px)/2 + 250px); /* IconSize */
}
}

