/* Theme Name: Template-Default Theme ( Responsive Website Template )
Author:WELT-NETZ Customize-2020 V1.0 : 2019/12/18

/* #CSS3 CUSTOMIZE 2020 V1.0 ***************************************************/
/*==========  Mobile  ==========*/
@media screen and (max-width: 480px){
.spNone {display:none;}
}
@media only screen and (min-width: 767px){
.spNone-lage {display:none;}
}
.hide-0-478 {
		display:none;
		visibility: hidden;
	}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
   pointer-events: none;
  }
}
/*==========  Root  ==========*/
:root {
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* CUSTOMIZE COMMON INDEX ***************************************************/
/*--- 1. FONT HOVER --------------------------------------------
--- 2. FONT FAMILY and FONT COMMON ------------------
--- 3. FONTS --------------------------------------------------------
--- 4. ACCORDION #NEW ---------------------------------------
--- 5. TOGGLE #NEW ---------------------------------------------
--- 6. MY MODAL --------------------------------------------------
--- 7. BUTTONS 1---------------------------------------------------
--- 8. BUTTONS 2 thin ---------------------------------------------
--- 9. LABEL ---------------------------------------------------------
--- 10. TABS ----------------------------------------------------------
--- 11. VIDEO --------------------------------------------------------
--- 12. SECTION-BACK GROUND ALFA ---------------------
--- 13. SECTION-BACK GROUND COLOR-------------------
--- 「OPTIONS」 ---------------------------------------------------
--- 14. TP BANNER TIMER （RV-SLIDER-TIMER）-------
--- 15. SCROLL-DOWN -------------------------------------------
--- 16. HR -------------------------------------------------------------
--- 17. DIVIDER -----------------------------------------------------
--- 18. DIVIDER ICON COLOR ----------------------------------
--- 19. LightBox mfp CLOSE-BOTTON  ------------------------
--- 20.  IMAGE BORDER ------------------------------------------
--- 21. WHITE-SPACE ----------------------------------------------
--- 22. LINES ---------------------------------------------------------
--- 23. WORK PROCESS BG --------------------------------------
--- 24. BOX-SHADOW ---------------------------------------------
--- 25. OTHERS-------------------------------------------------------
--- 26. USER CUSTOM ---------------------------------------------
--- 27. MEDIA QUERY「@media」------------------------------
--- 28. FOOTER 5 BLACK #NEW --------------------------------
--- 29. TOP BAR NEW ----------------------------------------------
--- 30. FONT JP-YAKU ----------------------------------------------
--- 31. MARGIN and PADDING ------------------------------------
/* CUSTOMIZE COMMON INDEX **************************************************--*/




/*******************************************
--- 1. FONT HOVER (Default)-----------------
********************************************/
a {
   color: #484848;
 	font-family: "YakuHanJP","Noto Sans JP","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Yu Gothic UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif,Arial;
	font-weight: 300,400,700,900;
}
a.text-light-gray {
	color:#e5e5e5;
}
a:hover {
	color:#cc0000;
}

/*******************************************
--- 2. FONT FAMILY and FONT COMMON -----------------
********************************************/
body, h1, h2, h3, h4, h5, h6 {
	font-family: "YakuHanJP","Noto Sans JP","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Yu Gothic UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif,Arial;
	font-weight: 300,400,700,900;
}
p {
	font-family: "YakuHanJP","Noto Sans JP","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Yu Gothic UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif,Arial;
	font-size:14px;
	color: #484848;
	font-weight: 300,400,700,900;
}
div {
	font-family: "Poppins","YakuHanJP","Noto Sans JP","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Yu Gothic UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif,Arial;
	font-weight: 300,400,600,700,900;
}
ul {
	font-family: "YakuHanJP","Noto Sans JP","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Yu Gothic UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif,Arial;
	font-weight: 300,400,700,900;
}
li {
	font-family: "YakuHanJP","Noto Sans JP","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Yu Gothic UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif,Arial;
	font-weight: 300,400,700,900;
}

.font-mincho {
	font-family:  YakuHanMP, "Noto Serif JP", serif;
	color: #333;
	font-weight: 300,400,500,700;
}

.text-vertical-writing{
	font-family:"Noto Serif JP", serif;
	color: #333;
 writing-mode: vertical-rl;
 -ms-writing-mode: tb-rl;
 -webkit-writing-mode:vertical-rl;
}


/*******************************************
--- 3. FONTS -------------------------------------------------------------
********************************************/
/* #FONT ALIGN ====================================*/
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}

/* #FONT WEIGHT ====================================*/
.font-w-100 {
	font-weight: 100 !important;
}
.font-w-200 {
	font-weight: 200;
}
.font-w-300 {
	font-weight: 300 !important;
}
.font-w-400 {
	font-weight: 400;
}
.font-w-500 {
	font-weight: 500 !important;
}
.font-w-600 {
	font-weight: 600;
}
.font-w-700 {
	font-weight: 700 !important;
}
.font-w-800 {
	font-weight: 800;
}
.font-w-900 {
	font-weight: 900 !important;
}
.font-bold {
	font-weight: bold !important;
}


/* #FONT SIZE ====================================*/
.font-8 {
	font-size: 8px;
}
.font-9 {
	font-size: 9px;
}
.font-10 {
	font-size: 10px;
}
.font-11 {
	font-size: 11px;
}
.font-12 {
	font-size: 12px;
}
.font-13 {
	font-size: 13px;
}
.font-14 {
	font-size: 14px;
}
.font-15 {
	font-size: 15px;
}
.font-16 {
	font-size: 16px;
}
.font-17 {
	font-size: 17px;
}
.font-18 {
	font-size: 18px;
}
.font-19 {
	font-size: 19px;
}
.font-20 {
	font-size: 20px;
}
.font-21 {
	font-size: 21px;
}
.font-22 {
	font-size: 22px;
}
.font-23 {
	font-size: 23px;
}
.font-24 {
	font-size: 24px;
}
.font-25 {
	font-size: 25px;
}
.font-26 {
	font-size: 26px;
}
.font-27 {
	font-size: 27px;
}
.font-28 {
	font-size: 28px;
}
.font-29 {
	font-size: 29px;
}
.font-30 {
	font-size: 30px;
}
.font-31 {
	font-size: 31px;
}
.font-32 {
	font-size: 32px;
}
.font-33 {
	font-size: 33px;
}
.font-34 {
	font-size: 34px;
}
.font-35 {
	font-size: 35px;
}
.font-36 {
	font-size: 36px;
}
.font-37 {
	font-size: 37px;
}
.font-38 {
	font-size: 38px;
}
.font-39 {
	font-size: 39px;
}
.font-40 {
	font-size: 40px;
}
.font-40 {
	font-size: 40px;
}
.font-41 {
	font-size: 41px;
}
.font-42 {
	font-size: 42px;
}
.font-43 {
	font-size: 43px;
}
.font-44 {
	font-size: 44px;
}
.font-45 {
	font-size: 45px;
}
.font-46 {
	font-size: 46px;
}
.font-47 {
	font-size: 47px;
}
.font-48 {
	font-size: 48px;
}
.font-49 {
	font-size: 49px;
}
.font-50 {
	font-size: 50px;
}
.font-51 {
	font-size: 51px;
}
.font-52 {
	font-size: 52px;
}
.font-53 {
	font-size: 53px;
}
.font-54 {
	font-size: 54px;
}
.font-55 {
	font-size: 55px;
}
.font-56 {
	font-size: 56px;
}
.font-57 {
	font-size: 57px;
}
.font-58 {
	font-size: 58px;
}
.font-59 {
	font-size: 59px;
}
.font-60 {
	font-size: 60px;
}
.font-62 {
	font-size: 62px;
}
.font-64 {
	font-size: 64px;
}
.font-66 {
	font-size: 66px;
}
.font-68 {
	font-size: 68px;
}
.font-70 {
	font-size: 70px;
}
.font-72 {
	font-size: 72px;
}
.font-74 {
	font-size: 74px;
}
.font-76 {
	font-size: 76px;
}
.font-78 {
	font-size: 78px;
}
.font-79 {
	font-size: 79px;
}
.font-80 {
	font-size: 80px;
}
.font-81 {
	font-size: 81px;
}
.font-82 {
	font-size: 82px;
}
.font-85 {
	font-size: 85px;
}
.font-90 {
	font-size: 90px;
}
.font-95 {
	font-size: 95px;
}
.font-100 {
	font-size: 100px;
}
.font-110 {
	font-size: 110px;
}


/*--  #FONT #SPECIAL ====================================*/
.text-indent-1em {
	text-indent:1em;
}
/*--------------------------*/
.norm-16-wide-sp {
	font-size: 16px;
	line-height: 16px;
	letter-spacing:2px;
	font-weight: 500;
}
.light-28-wide {
	font-size: 28px;
  color: #f8f8f8;
	letter-spacing: 2px;
	line-height: 32px;
	font-family: 'Roboto','Lato',Playball,Arial,Helvetica,sans-serif;
}
.light-32-wide {
	font-size: 32px;
  color: #f8f8f8;
	letter-spacing: 2px;
	line-height: 34px;
	font-family: 'Roboto','Lato',Playball,Arial,Helvetica,sans-serif;
}
.light-42-wide {
	font-size: 42px;
  color: #f8f8f8;
	letter-spacing: 2px;
	line-height: 42px;
	font-family: 'Roboto','Lato',Playball,Arial,Helvetica,sans-serif;
}
.light-50-wide {
	font-size: 50px;
  color: #f8f8f8;
	letter-spacing: 2px;
	line-height: 50px;
	font-family: 'Roboto','Lato',Playball,Arial,Helvetica,sans-serif;
}
.light-60-wide {
	font-size: 60px;
  color: #f8f8f8;
	letter-spacing:1px;
	font-family: 'Roboto','Lato',Playball,serif,Arial,Helvetica,sans-serif;

}
.light-60-wide-02 {
  color:#f8f8f8;
	font-size: 60px;
	letter-spacing:2px;
	font-family: 'Roboto','Lato',Playball,Arial,Helvetica,sans-serif;
}
.light-60-wide-03 {
  color:#f8f8f8;
	font-size: 60px;
	letter-spacing:3px;
	font-family: 'Roboto','Lato',Playball,Arial,Helvetica,sans-serif;
}
.light-60-wide-mincho {
  color:#f8f8f8;
	font-size: 60px;
	letter-spacing:2px;
	font-weight: 100;
	font-family: YakuHanMP, "Noto Serif JP", serif;
}
.light-46-wide-mincho {
  color:#f8f8f8;
	font-size: 46px;
	letter-spacing:2px;
	font-weight: 100;
	font-family: YakuHanMP, "Noto Serif JP", serif;
}
.light-28-wide-sp {
	font-size: 28px;
	color: #e3e3e3;
	letter-spacing:2px;
	font-weight: 100;
	font-family: 'Roboto','Lato',Playball,Arial,Helvetica,sans-serif;
}
.light-72-wide {
	font-size: 72px;
	letter-spacing:1px;
	line-height: 62px;
	font-family: 'Roboto','Lato',Playball,Arial,Helvetica,sans-serif;
}
.light-72-wide-02 {
	font-size: 58px;
	letter-spacing:3px;
	font-family: 'Anton', sans-serif;,cursive;,'Roboto','Lato',Playball,Arial,Helvetica,sans-serif;
	margin-top:-80px;
	line-height: 66px;
	-moz-transform:    scale(1, 1.3);  /* Firefox */
	-webkit-transform: scale(1, 1.3);  /* Chrome,Safari */
	-o-transform:      scale(1, 1.3);  /* Opera */
	-ms-transform:     scale(1, 1.3);  /* IE */
	transform:         scale(1, 1.3);  /* CSS3 */
}
.light-72-wide-03 {
	font-size: 42px;
	letter-spacing:3px;
	line-height: 54px;
	font-family: 'Roboto','Lato',Playball,Arial,Helvetica,sans-serif;
}
.light-72-wide-sp {
	color: #e3e3e3;
	font-size: 72px;
	letter-spacing:3px;
	line-height: 62px;
	font-family: 'Roboto','Lato',Playball,Arial,Helvetica,sans-serif;
}
.dark-72-wide-04 {
	color: #333;
	font-size: 58px;
	letter-spacing: 2px;
	font-family: 'Roboto','Lato',Playball,Arial,Helvetica,sans-serif;
	margin-left: 25px;
}

.font-poppins {
	font-size:16px;
}
.font-poppins-hover a:hover {
	color: #cc0000;
}

/*---- #FONT #FOOTER ===========================*/
span.open-close {
	font-family: "YakuHanJP","Noto Sans JP","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Yu Gothic UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif,Arial;
	font-weight: 400;
	font-size: 16px;
	font-weight: 500;
}
p.footer-sp {
	font-size: 15px;
}
p.tel-number {
	font-size: 20px;
	font-weight: bold;
	color: #000;
}
p.google-comment {
  margin-top: 0px;
  margin-left: 0px;
  padding: 8px 10px 30px 10px;
  font-size: 14px;
  line-height: 18px;
  background: #fff;
}

/* #LINE HEIGHT ===========================*/
.line-ht05 {
	line-height: 0.5em;
}
.line-ht075 {
	line-height: 0.75em;
}
.line-ht10 {
	line-height: 1em;
}
.line-ht11 {
	line-height: 1.1em;
}
.line-ht12 {
	line-height: 1.2em;
}
.line-ht13 {
	line-height: 1.3em;
}
.line-ht14 {
	line-height: 1.4em;
}
.line-ht15 {
	line-height: 1.5em;
}
.line-ht16 {
	line-height: 1.6em;
}
.line-ht17 {
	line-height: 1.7em;
}
.line-ht18 {
	line-height: 1.8em;
}
.line-ht19 {
	line-height: 1.9em;
}
.line-ht20 {
	line-height: 2em;
}
.line-ht21 {
	line-height: 2.1em;
}
.line-ht22 {
	line-height: 2.2em;
}
.line-ht23 {
	line-height: 2.3em;
}
.line-ht24 {
	line-height: 2.4em;
}
.line-ht25 {
	line-height: 2.5em;
}
.line-ht26 {
	line-height: 2.6em;
}
.line-ht27 {
	line-height: 2.7em;
}
.line-ht28 {
	line-height: 2.8em;
}
.line-ht29 {
	line-height: 2.9em;
}
.line-ht30 {
	line-height: 3em;
}
.line-ht33 {
	line-height: 3.3em;
}
.line-ht35 {
	line-height: 3.5em;
}


/* #FONT #COLOR ===========================*/
.font-black {
  color:#000 !important;
}
.font-dark01 {
  color:#101010;
}
.font-dark02 {
  color:#333;
}
.font-dark03 {
  color:#484848;
}
.font-dark04 {
  color:#555;
}
.font-dark05 {
  color:#666;
}
.font-dark06 {
  color:#777;
}
.font-white {
  color:#fff !important;
}
.font-light01 {
  color:#c5c5c5;
}
.font-light02 {
  color:#d5d5d5;
}
.font-light03 {
  color:#ededed;
}
.font-light04 {
  color:#f5f5f5;
}
.font-light05 {
  color:#f8f8f8;
}
.font-red {
	color: #cc0000;
}
.font-red-dark {
	color: #960000;
}
.font-blue {
	color: #4aa3ff;
}
.font-blue-dark {
	color: #023b75;
}
.font-deeporange {
	  color: #fb531e;
}
.font-green {
	color: #0c6600;
}
.font-green-dark {
	color: #073b01;
}
.font-pink {
	color: #f25098;
}
.font-gold {
	color: #c5a64b;
}
.font-yellow {
	color: #fff506;
}
.font-purple {
	color: #b93087;
}


/* #FONT-OPTION ===========================*/
.heading-underline h1, .heading-underline h2, .heading-underline h3, .heading-underline h4, .heading-underline h5, .heading-underline h6{
	border-bottom: 1px solid #c1c1c1;
	padding-bottom: 10px;
}
/*********************/
.text-v-long11 {
	-moz-transform: scale(1, 1.1);  /* Firefox */
	-webkit-transform: scale(1, 1.1);  /* Chrome,Safari */
	-o-transform: scale(1, 1.1);  /* Opera */
	-ms-transform: scale(1, 1.1);  /* IE */
	transform: scale(1, 1.1);  /* CSS3 */
}
.text-v-long12 {
	-moz-transform: scale(1, 1.2);  /* Firefox */
	-webkit-transform: scale(1, 1.2);  /* Chrome,Safari */
	-o-transform: scale(1, 1.2);  /* Opera */
	-ms-transform: scale(1, 1.2);  /* IE */
	transform: scale(1, 1.2);  /* CSS3 */
}
.text-v-long13 {
	-moz-transform: scale(1, 1.3);  /* Firefox */
	-webkit-transform: scale(1, 1.3);  /* Chrome,Safari */
	-o-transform: scale(1, 1.3);  /* Opera */
	-ms-transform: scale(1, 1.3);  /* IE */
	transform: scale(1, 1.3);  /* CSS3 */
}
.text-h-wide08 {
	-moz-transform: scale(1, 0.8);  /* Firefox */
	-webkit-transform: scale(1, 0.8);  /* Chrome,Safari */
	-o-transform: scale(1, 0.8);  /* Opera */
	-ms-transform: scale(1, 0.8);  /* IE */
	transform: scale(1, 0.8);  /* CSS3 */
}
/*********************/
.text-shadow-01 {
  text-shadow: 1px 1px 1px #000;
}
.text-shadow-02 {
  text-shadow: 1px 1px 3px #000;
}
.text-shadow-03 {
  text-shadow: 2px 2px 3px #000;
}
.text-shadow-04 {
  text-shadow: 2px 2px 6px #333;
}
.text-shadow-05 {
  text-shadow: 2px 2px 6px #484848;
}
.text-shadow-06 {
  text-shadow: 3px 3px 4px #000;
}
.text-shadow-07 {
  text-shadow: 3px 3px 4px #333;
}
.text-shadow-08 {
  text-shadow: 3px 3px 6px #484848;
}


/*********************/
span.text-underline-dark {
  border-bottom: 1px solid #555;
	padding-bottom: 2px;
}
span.text-underline-dark02 {
  border-bottom: 1px solid #7d7b7b;
  border-top: 1px solid #7d7b7b;
	padding-bottom: 2px;
}
span.text-underline-gold {
  border-bottom: 1px solid #a38c4f;
	padding-bottom: 2px;
}
span.text-underline-red {
  border-bottom: 1px solid #cc0000;
	padding-bottom: 2px;
}
span.text-underline-blue {
  border-bottom: 1px solid #245bbb;
	padding-bottom: 2px;
}
/*********************/
span.font-hover-red-02 {
	color: #e5e5e5;
}
span.font-hover-red-02:hover {
	color: #cc0000;
}


span.font-hover-yellow:hover {
	color: #d5cb4d;
}

/*************************************************
--- 4. ACCORDION #NEW --------------------------------------------------
**************************************************/
.bs-docs-section {
  background: #fff;
}
.accordion > dt{
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	background-color: rgba(240,240,240,.70);
}
.accordion > dt > a{
	display: block;
	position: relative;
	color: #777;
	text-decoration: none;
	padding: 12px 20px;
	border: 1px solid #ccc;

  -webkit-transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -moz-transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -o-transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.accordion > dt > a:hover{
	text-decoration: none;
	border-color: #ddd;
	background-color: rgba(210,210,210,.82);
	color: #444;
}
.accordion > dt > a.active{
	color: #000;
	border-color: #ddd;
	background-color: #dacece;
	cursor: default;
}
.accordion > dt > a:after{
	content: "\f107";
	width: 15px;
	height: 15px;
	margin-top: -10px;
	position: absolute;
	top: 50%;
	right: 20px;
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	color: #999;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000);
   -moz-transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000);
   -o-transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000);
   -ms-transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000);
   transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.accordion > dt > a.active:after,
.accordion > dt > a.active:hover:after{
	content: "\f106";
	color: #cc0000;
}
.accordion > dt > a:hover:after{
	color: #444;
}
.accordion > dd{
  margin-top: -10px;
	margin-bottom: 10px;
	padding: 10px 20px 20px;
	font-size: 14px;
	line-height: 1.8;
	color: #7e8082;
   background: #f7f7f7;
}




/*******************************************
--- 7. BUTTONS (CUSTOM ) ------------------------------------------------------
********************************************/

/*---- MOBILE-BUTTON  -===============================*/
.button.button-mobile, .button-mobile-01  {
	position:relative;
	text-align:center;
	display:inline-block;
	width: 300px;
	padding: 15px 20px 15px 20px;
	background-color:#c80101;
	color:#fff;
	font-size: 15px;
	border: 1px solid #c80101;
	transition: all .3s ease 0s;
}
.button.button-mobile:hover, .button-mobile-01:hover {
	background-color:#830000;
	color:#fff;
}

.button.button-mobile-02, .button-mobile-02  {
	position:relative;
	text-align:center;
	display:inline-block;
	width: 300px;
	padding: 15px 20px 15px 20px;
	background-color:#fff;
	color:#484848;
	font-size: 15px;
	border: 1px solid #222;
	transition: all .3s ease 0s;
}
.button.button-mobile-02:hover, .button-mobile-02:hover {
	background-color:#333;
	color:#fff;
}

.button.button-mobile-03, .button-mobile-03  {
	position:relative;
	text-align:center;
	display:inline-block;
	width: 300px;
	padding: 15px 20px 15px 20px;
	background-color:#ac9d66;
	color:#484848;
	font-size: 15px;
	border: 1px solid #e0c978;
	transition: all .3s ease 0s;
}
.button.button-mobile-03:hover, .button-mobile-03:hover {
	background-color:#94885b;
	color:#fff;
}

.button.button-mobile-04, .button-mobile-04  {
	position:relative;
	text-align:center;
	display:inline-block;
	width: 300px;
	padding: 15px 20px 15px 20px;
	background-color:#454545;
	color:#fff;
	font-size: 15px;
	border: 1px solid #000;
	transition: all .3s ease 0s;
}
.button.button-mobile-04:hover, .button-mobile-04:hover {
	background-color:#000;
	color:#dad050;
}

.button.button-mobile-05, .button-mobile-05  {
	position:relative;
	text-align:center;
	display:inline-block;
	width: 300px;
	padding: 15px 20px 15px 20px;
	background-color:#039cde;
	color:#fff;
	font-size: 15px;
	border: 1px solid #123a4b;
	transition: all .3s ease 0s;
}
.button.button-mobile-05:hover, .button-mobile-05:hover {
	background-color:#0a435b;
	border: 1px solid #04b3ff;
	color:#04b3ff;
}

.button.button-mobile-06, .button-mobile-06  {
	position:relative;
	text-align:center;
	display:inline-block;
	width: 300px;
	padding: 15px 20px 15px 20px;
	background-color:#059983;
	color:#fff;
	font-size: 15px;
	border: 1px solid #123a4b;
	transition: all .3s ease 0s;
}
.button.button-mobile-06:hover, .button-mobile-06:hover {
	background-color:#1e4a3b;
	border: 1px solid #059983;
	color:#49f0d7;
}

.button.button-mobile-07, .button-mobile-07  {
	position:relative;
	text-align:center;
	display:inline-block;
	width: 300px;
	padding: 15px 20px 15px 20px;
	background-color:#fa6e14;
	color:#fff;
	font-size: 15px;
	border: 1px solid #ee0202;
	transition: all .3s ease 0s;
}
.button.button-mobile-07:hover, .button-mobile-07:hover {
	background-color:#d05100;
	border: 1px solid #ee0202;
	color:#ffa234;
}

.button.button-mobile-08, .button-mobile-08  {
	position:relative;
	text-align:center;
	display:inline-block;
	width: 300px;
	padding: 15px 20px 15px 20px;
	background-color:#838383;
	color:#fff;
	font-size: 15px;
	border: 1px solid #4f4f4f;
	transition: all .3s ease 0s;
}
.button.button-mobile-08:hover, .button-mobile-08:hover {
	background-color:#575757;
	border: 1px solid #000;
	color:#ccc;
}

.button.button-mobile-09, .button-mobile-09  {
	position:relative;
	text-align:center;
	display:inline-block;
	width: 300px;
	padding: 15px 20px 15px 20px;
	background-color:#029a1b;
	color:#fff;
	font-size: 15px;
	border: 1px solid #01420c;
	transition: all .3s ease 0s;
}
.button.button-mobile-09:hover, .button-mobile-09:hover {
	background-color:#1c6a29;
	border: 1px solid #01420c;
	color:#6ff781;
}

.button.button-mobile-10, .button-mobile-10  {
	position:relative;
	text-align:center;
	display:inline-block;
	width: 300px;
	padding: 15px 20px 15px 20px;
	background-color:#f4d120;
	color:#484848;
	font-size: 15px;
	border: 1px solid #333;
	transition: all .3s ease 0s;
}
.button.button-mobile-10:hover, .button-mobile-10:hover {
	background-color:#aa8f08;
	border: 1px solid #f4ce0b;
	color:#fff;
}
/*---- ROUND BUTTON  -===============================*/
.button.button-mobile-11R, .button-mobile-11R  {
	position:relative;
	text-align:center;
	display:inline-block;
	width: 300px;
	padding: 15px 20px 15px 20px;
	background-color:#fff;
	color:#484848;
	font-size: 15px;
	border: 2px solid #c1c1c1;
	border-radius: 50px;
	transition: all .3s ease 0s;
}
.button.button-mobile-11R:hover, .button-mobile-11R:hover {
	background-color:#666;
	border: 2px solid #666;
	color:#fff;
}

.button.button-mobile-12R, .button-mobile-12R  {
	position:relative;
	text-align:center;
	display:inline-block;
	width: 300px;
	padding: 15px 20px 15px 20px;
	background-color:#404040;
	color:#f2f2f2;
	font-size: 15px;
	border: 2px solid #404040;
	border-radius: 50px;
	transition: all .3s ease 0s;
}
.button.button-mobile-12R:hover, .button-mobile-12R:hover {
	background-color:#666;
	border: 2px solid #666;
	color:#fff;
}

.button.button-mobile-13R, .button-mobile-13R  {
	position:relative;
	text-align:center;
	display:inline-block;
	width: 300px;
	padding: 15px 20px 15px 20px;
	background-color:#fb0505;
	color:#f6fa27;
	font-size: 15px;
	border: 2px solid #fb0505;
	border-radius: 50px;
	transition: all .3s ease 0s;
}
.button.button-mobile-13R:hover, .button-mobile-13R:hover {
	background-color:#cf0101;
	border: 2px solid #cf0101;
	color:#fff;
}

.button.button-mobile-14R, .button-mobile-14R  {
	position:relative;
	text-align:center;
	display:inline-block;
	width: 300px;
	padding: 15px 20px 15px 20px;
	background-color:#e7e7e9;
	color:#404040;
	font-size: 15px;
	border: 2px solid #b8b8b8;
	border-radius: 50px;
	transition: all .3s ease 0s;
}
.button.button-mobile-14R:hover, .button-mobile-14R:hover {
	background-color:#777;
	border: 2px solid #777;
	color:#fff;
}

.button.button-mobile-15R, .button-mobile-15R  {
	position:relative;
	text-align:center;
	display:inline-block;
	width: 300px;
	padding: 15px 20px 15px 20px;
	background-color:#fff;
	color:#333;
	font-size: 15px;
	border: 2px solid #ec6402;
	border-radius: 50px;
	transition: all .3s ease 0s;
}
.button.button-mobile-15R:hover, .button-mobile-15R:hover {
	background-color:#ec6402;
	border: 2px solid #ec6402;
	color:#fff;
}

/*---- ROUND-BUTTON 2  -===============================*/
.round-btn {
	border: 1px solid #c5a64b;
  background-color: #c5a64b;
	border-radius: 50px;
}


/*******************************************
--- 8. BUTTONS (EXTRA HORIZONTAL ) ------------------------------------------------------
********************************************/
/* Reset */
.animate, .btn-ext, .btn-ext-border-o:before, .btn-ext-border-o:after, .btn-ext-border:before, .btn-ext-border:after, .btn-ext-border-rev-o:before, .btn-ext-border-rev-o:after, .btn-ext-border-rev:before, .btn-ext-border-rev:after, .btn-ext-fill-vert-o:before, .btn-ext-fill-vert-o:after, .btn-ext-fill-vert:before, .btn-ext-fill-vert:after, .btn-ext-fill-horz-o:before, .btn-ext-fill-horz-o:after, .btn-ext-fill-horz:before, .btn-ext-fill-horz:after {
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
/*-- ****************** HORIZONTAL 1 ************************* --*/
.btn-ext {
  display: inline-block;
  line-height: 30px;
  margin: 8px;
  padding: 3px 25px;
  font-size: 14px;
	text-align: center;
  position: relative;
  cursor: pointer;
  opacity: .999;
  border-radius: 3px;
  font-family: "YakuHanJP","Noto Sans JP","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Yu Gothic UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif,Arial;
	font-weight: 300,400,700,900;
}
.btn-ext-fill-horz {
  background-color: #f6f6f6;
  border: 1px solid #b6b8ba;
  color: #343434;
  overflow: hidden;
}
.btn-ext-fill-horz:before, .btn-ext-fill-horz:after {
  content: '';
  width: 0;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.btn-ext-fill-horz:before {
  left: 50%;
}
.btn-ext-fill-horz:after {
  right: 50%;
}
.btn-ext-fill-horz:hover {
  color: #fff;
}
.btn-ext-fill-horz:hover:before, .btn-ext-fill-horz:hover:after {
  width: 50%;
  opacity: 1;
}
/*-- ****************** HORIZONTAL 1 ************************* --*/


/*-- *************** HORIZONTAL Equal width ******************** --*/
.btn-ext-equal-width {
  display: inline-block;
	width: 170px;
  line-height: 30px;
  margin: 8px;
  padding: 3px 25px;
  font-size: 13px;
	text-align: center;
  position: relative;
  cursor: pointer;
  opacity: .999;
  border-radius: 3px;
  font-family: "YakuHanJP","Noto Sans JP","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Yu Gothic UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif,Arial;
	font-weight: 300,400,700,900;
}
@media only screen and (max-width: 768px) {
	.btn-ext-equal-width {
		width: 150px;
  	margin: 6px;
  	padding: 3px 10px;
	}
}
/*-- *************** HORIZONTAL Equal width ******************** --*/


/*-- ************** BUTTON (fill-horz) COLOR ******************** --*/
.btn-ext-fill-horz.btn-ext-green:before, .btn-ext-fill-horz.btn-ext-green:after {
  background-color: #2ecc71;
}
.btn-ext-fill-horz.btn-ext-green:hover {
  border-color: #2ecc71;
}

.btn-ext-fill-horz.btn-ext-darkgreen:before, .btn-ext-fill-horz.btn-ext-darkgreen:after {
  background-color: #017030;
}
.btn-ext-fill-horz.btn-ext-darkgreen:hover {
  border-color: #017030;
}

.btn-ext-fill-horz.btn-ext-blue:before, .btn-ext-fill-horz.btn-ext-blue:after {
  background-color: #3498db;
}
.btn-ext-fill-horz.btn-ext-blue:hover {
  border-color: #3498db;
}

.btn-ext-fill-horz.btn-ext-darkblue:before, .btn-ext-fill-horz.btn-ext-darkblue:after {
  background-color: #22608a;
}
.btn-ext-fill-horz.btn-ext-darkblue:hover {
  border-color: #22608a;
}

.btn-ext-fill-horz.btn-ext-purple:before, .btn-ext-fill-horz.btn-ext-purple:after {
  background-color: #9b59b6;
}
.btn-ext-fill-horz.btn-ext-purple:hover {
  border-color: #9b59b6;
}

.btn-ext-fill-horz.btn-ext-navy:before, .btn-ext-fill-horz.btn-ext-navy:after {
  background-color: #34495e;
}
.btn-ext-fill-horz.btn-ext-navy:hover {
  border-color: #34495e;
}

.btn-ext-fill-horz.btn-ext-orange:before, .btn-ext-fill-horz.btn-ext-orange:after {
  background-color: #e67e22;
}
.btn-ext-fill-horz.btn-ext-orange:hover {
  border-color: #e67e22;
}

.btn-ext-fill-horz.btn-ext-beige:before, .btn-ext-fill-horz.btn-ext-beige:after {
  background-color: #dabb98;
}
.btn-ext-fill-horz.btn-ext-beige:hover {
  border-color: #dabb98;
}

.btn-ext-fill-horz.btn-ext-red:before, .btn-ext-fill-horz.btn-ext-red:after {
  background-color: #f01902;
}
.btn-ext-fill-horz.btn-ext-red:hover {
  border-color: #f01902;
}

.btn-ext-fill-horz.btn-ext-darkred:before, .btn-ext-fill-horz.btn-ext-darkred:after {
  background-color: #cc0000;
}
.btn-ext-fill-horz.btn-ext-darkred:hover {
  border-color: #cc0000;
}

.btn-ext-fill-horz.btn-ext-gold:before, .btn-ext-fill-horz.btn-ext-gold:after {
  background-color: #b9aa83;
}
.btn-ext-fill-horz.btn-ext-gold:hover {
  border-color: #b9aa83;
}

.btn-ext-fill-horz.btn-ext-pink:before, .btn-ext-fill-horz.btn-ext-pink:after {
  background-color: #fa86f5;
}
.btn-ext-fill-horz.btn-ext-pink:hover {
  border-color: #fa86f5;
}

.btn-ext-fill-horz.btn-ext-gray:before, .btn-ext-fill-horz.btn-ext-gray:after {
  background-color: #4b4b4b;
}
.btn-ext-fill-horz.btn-ext-gray:hover {
  border-color: #4b4b4b;
}

.btn-ext-fill-horz.btn-ext-lime:before, .btn-ext-fill-horz.btn-ext-lime:after {
  background-color: #bbcb5d;
}
.btn-ext-fill-horz.btn-ext-lime:hover {
  border-color: #bbcb5d;
}

.btn-ext-fill-horz.btn-ext-brown:before, .btn-ext-fill-horz.btn-ext-brown:after {
  background-color: #6f5547;
}
.btn-ext-fill-horz.btn-ext-brown:hover {
  border-color: #6f5547;
}

.btn-ext-fill-horz.btn-ext-lightgray:before, .btn-ext-fill-horz.btn-ext-lightgray:after {
  background-color: #bebebe;
}
.btn-ext-fill-horz.btn-ext-lightgray:hover {
  border-color: #bebebe;
}

.btn-ext-fill-horz.btn-ext-yellow:before, .btn-ext-fill-horz.btn-ext-yellow:after {
  background-color: #f0ed07;
}
.btn-ext-fill-horz.btn-ext-yellow:hover {
  border-color: #f0ed07;
	color: #676767;
}

.btn-ext-fill-horz.btn-ext-teal:before, .btn-ext-fill-horz.btn-ext-teal:after {
  background-color: #1bbc9b;
}
.btn-ext-fill-horz.btn-ext-teal:hover {
  border-color: #1bbc9b;
}
/*-- ************** BUTTON (fill-horz) COLOR ******************** --*/


/************************************
--- 15. SCROLL-DOWN -----------------------------------
*************************************/
.scroll-down-01 {
  display: block;
  color:#fff;
	width: 200px;
	height: 40px;
	position:absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -100px;
  margin-bottom:5px;
	text-align: center;
	z-index: 20;
	-webkit-animation: scroll-down-anim ease-in-out 2.2s infinite;
  -moz-animation: scroll-down-anim ease-in-out 2.2s infinite;
  -o-animation: scroll-down-anim ease-in-out 2.2s infinite;
  animation: scroll-down-anim ease-in-out 2.2s infinite;
}
.scroll-down-01::after {
  color:#cc0000;
}

.scroll-down-02 {
  color: #ccc;
	font-size: 40px;
}
.scroll-down-02::after {
  color:#cc0000;
}

.scroll-down-03 {
  color: #333;
	font-size: 40px;
}
.scroll-down-03:after {
  color:#cc0000;
}

.scroll-icon-prev {
	font-size:16px;
	display: inline-block;
	margin-right:20px;
}
.scroll-icon-next {
	font-size:16px;
	display: inline-block;
}



/************************************
--- 16. HR ------------------------------------------------------
*************************************/
hr {
	border-top: 1px solid #b1b1b1;
	margin: 10px 0px 10px 0px;
}
.hr-01 {
	border-top: 1px solid #b1b1b1;
	margin: 0px 0px 0px 0px;
}
.hr-02 {
	border-top: 1px solid #c5a64b;
	margin: 0px 0px 0px 0px;
}
.hr-02-w75 {
	border-top: 1px solid #c5a64b;
	margin: 0px 0px 0px 0px;
  margin: auto;
	width: 75%;
}
.hr-03 {
	border-top: 1px dashed #b6b6b6;
	margin: 0px 0px 10px 0px;
	width: 75%;
}
.hr-04 {
	border-top: 1px dashed #b6b6b6;
	margin: 5px 0px 5px 0px;
	width: 70%;
}
.hr-05 {
	border-top: 2px dashed #b6b6b6;
	margin: 5px 0px 5px 0px;
	width: 50%;
}
.hr-06 {
	border-top: 1px dashed #b6b6b6;
	margin: 15px 0px 15px 0px;
	width: 100%;
}
.hr-07 {
	border-top: 1px solid #000;
	margin: 0px 0px 0px 0px;
	width: 100%;
}
.line-3-70{
	margin-top:11px;
	height:3px;
	width:70px;
	background:#4b4e53;
}

/************************************
--- 17. DIVIDER -----------------------------------------------
*************************************/
.divider.divider-center-02 {
	text-align: center;
}
.divider.divider-center-02  i	{
	border-left: 10px solid #F8F8F8;
	border-right: 10px solid #F8F8F8;
	z-index: 1;
}
.divider.divider-center-02:after {
	left: 0;
}
.divider:after {
	content: '';
	position: absolute;
	width: 100%;
	top: 20px;
	left: 27px;
	height: 0;
	border-top: 1px solid #888;
}


/************************************
--- 18. DIVIDER ICON COLOR -----------------------
*************************************/
.divider-line-icon-red {
	color: #cc0000;
}
.divider-line-icon-blue {
	color: #2f93f7;
}
.divider-line-icon-green {
	color: #257915;
}
.divider-line-icon-orange {
	color: #f66204;
}
.divider-line-icon-pink {
	color: #e65bd8;
}
.divider-line-icon-lightgray {
	color: #dfdfdf;
}
.divider-line-icon-darkgray {
	color: #abb0b3;
}
.divider-line-icon-lightgreen {
	color: #1cb422;
}
.divider-line-icon-yellow {
	color: #f6c804;
}
/*---------------------------------------------------*/
.glyphicon-search {
	font-size: 22px;
	color: #1bbc9b;
	text-align: left;
}
.glyphicon-search:hover {
	font-size: 22px;
	color: #ccc;
	text-align: left;
}
/*---------------------------------------------------*/
.icon_search {
  position: absolute;
  top: 40%;
  left: 15%;
	font-size: 22px;
	color: #1bbc9b;
  margin-left: -12px;
  margin-top: -28px;
  -webkit-transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -o-transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.icon_search:hover {
	font-size: 22px;
	color: #ccc;
}
.icon_zoom-in_alt {
  position: absolute;
  top: 50%;
  left: 30%;
	font-size: 36px;
	color: #bb9d1b;
  -webkit-transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -o-transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.icon_zoom-in_alt:hover {
	font-size: 36px;
	color: #e2ce7a;
}

.icon_link {
  position: absolute;
  top: 40%;
  left: 25%;
	font-size: 22px;
	color: #1bbc9b;
  margin-left: -12px;
  margin-top: -28px;
  -webkit-transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -o-transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.icon_link:hover {
	font-size: 22px;
	color: #ccc;
}

/*---------------------------------------------------*/
.icon_search-02 {
  position: absolute;
  top: 45%;
  left: 50%;
	font-size: 22px;
	color: #1bbc9b;
  margin-left: -0px;
  margin-top: -0px;
  -webkit-transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -o-transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.icon_search-02:hover {
	font-size: 22px;
	color: #ccc;
}
.icon_link-02 {
  position: absolute;
  top: 45%;
  left: 35%;
	font-size: 22px;
	color: #1bbc9b;
  margin-left: -12px;
  margin-top: -0px;
  -webkit-transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -o-transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.icon_link-02:hover {
	font-size: 22px;
	color: #ccc;
}

/*---------------------------------------------------*/
.icon_search-big {
  position: absolute;
  top: 22%;
  left: 20%;
	font-size: 22px;
	color: #1bbc9b;
  margin-left: -12px;
  margin-top: -0px;
  -webkit-transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -o-transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.icon_search-big:hover {
	font-size: 22px;
	color: #ccc;
}
.icon_link-big {
  position: absolute;
  top: 22%;
  left: 35%;
	font-size: 22px;
	color: #1bbc9b;
  margin-left: -12px;
  margin-top: -0px;
  -webkit-transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -o-transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.icon_link-big:hover {
	font-size: 22px;
	color: #ccc;
}



/************************************
--- 19. LightBox mfp CLOSE-BOTTON  --------------
*************************************/
.mfp-close {
  width: 33px;
  height: 33px;
  line-height: 33px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 66px;
  font-family: Arial, Baskerville, monospace;
  background: #ccc;
	border: 3px solid #fff;
}
.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
	}
.mfp-close:active {
    top: 1px;
	}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 10px;
  top: -24px;
  color: white;
  font-style: normal;
  font-size: 43px;
	opacity: .85;
  padding-left: 6px;
	padding-bottom: 2px;
	background: #525252;
	text-align: center;
	border-radius: 50%;
}
.mfp-close:hover {
	color:#05e214;
}
.post-prev-img a:hover {
  opacity: .33;
}
.post-prev-img-overlay:hover {
  opacity: .33;
	  -webkit-transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	  -o-transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	  transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.post-prev-img-02:hover {
	background: rgba(236,240,240,.88);
}

/************************************
--- 20.  IMAGE BORDER ------------------------------
*************************************/
.image-border {
	border: 1px solid #cfcbcb;
}
.image-border-light {
	border: 8px solid #fff;
}
.image-border-02 {
	border-top: 8px solid #8199cf;
	border-bottom: 8px solid #8199cf;
}
.image-border-03 {
	border: 8px solid #fff;
}
.image-border-04 {
	border: 2px solid #ccc;
}
.image-border-05 {
	border: 8px solid #ccc;
}
.image-border-06 {
	border: 5px solid #fff;
}
.image-border-dark {
	border: 1px solid #656666;
}
.image-border-dark02 {
	border: 1px solid #424242;
}
.image-border-dark03 {
	border: 1px solid #2f2e2e;
}
.image-border-gold {
	border: 1px solid #c2b388;
}
/************************************
--- 21. WHITE-SPACE ----------------------------------
*************************************/
.white-sp {
	height: 42px;
	text-align: center;
}
.white-sp02 {
	height: 35px;
	text-align: center;
}
.white-sp03 {
	margin-right: 35px;
	text-align: center;
}

/************************************
--- 22. LINES ----------------------------------------
*************************************/
.line-1-45{
	height:1px;
	width:45%;
	background:#919398;
	margin: auto;
}
.line-1-50{
	height:1px;
	width:50%;
	background:#919398;
	margin: auto;
}
.line-3-100{
	margin-top:5px;
	height:2px;
	width:100px;
	background:#4b4e53;
}
.line-3-200{
	margin-top:5px;
	height:2px;
	width:200px;
	background:#4b4e53;
}
.line-3-280{
	margin-top:5px;
	height:2px;
	width:280px;
	background:#4b4e53;
}
.line-3-300{
	margin-top:-5px;
	height:2px;
	width:300px;
	background:#4b4e53;
}
.line-3-400{
	margin-top:5px;
	height:2px;
	width:400px;
	background:#4b4e53;
}
.line-3-400-white{
	margin-top:5px;
	height:2px;
	width:400px;
	background:#f2f2f2;
}
.line-3-440{
	margin-top:5px;
	height:2px;
	width:440px;
	background:#4b4e53;
}
.line-3-500{
	margin-top:5px;
	height:2px;
	width:500px;
	background:#4b4e53;
}
.line-3-600{
	margin-top:5px;
	height:2px;
	width:600px;
	background:#4b4e53;
}
.line-3-700-gold{
	margin-top:5px;
	height:2px;
	width:700px;
	background:#a49566;
}
.map-lines {
	border-top: 2px solid #a49566;
	border-bottom: 2px solid #a49566;
}
.map-lines-all {
	border: 2px solid #a49566;
}


/************************************
/*--- 25. OTHERS--------------------------------
*************************************/
.vertical-m {
  vertical-align: middle;
}

.icon-border {
	border: 1px solid #f6f6f6;
	width: 140px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 20px;
}

.comment-text-jf {
	text-align: justify;
	text-justify: inter-ideograph;
}

/*-- Section-Top School Down Icon --------*/
.top-scroll-icon {
	font-size:16px;
	display: inline-block;
	border:2px dotted #cc0000;
	padding:10px 20px;background:rgba(255,255,255,.75);
}

.bnr-link {
	font-size: 20px;
	color: #23fbfb;
}
.bnr-link:hover {
	color: #cc0000;
}

.comment-panel {
	background: rgba(0, 0, 0, 0.3);
	padding: 30px 40px;
}
.comment-panel-02 {
	background: rgba(0, 0, 0, 0.5);
	padding: 30px 40px;
}
.fes1-box {
	background-color:#fff;
	padding: 5px 10px 20px 20px;
	border: 1px solid #808080;
}
.fes-sp20-box {
	background-color:#fff;
	padding: 5px 10px 20px 20px;
	border: 1px solid #da0303;
}

	.bnr {
   background: url(../images/bnr-02.jpg);
	 background-repeat: no-repeat;
	 background-position: center;
	}
	.bnr:hover {
   background: url(../images/bnr-02-02.jpg);
	 background-repeat: no-repeat;
	 background-position: center;
	}
.news-bg {
	 background: #fff;
	 border: 12px solid rgba(203,201,201,.25);
	 padding-left: 30px;
	 padding-right: 20px;
	 padding-top: 15px;
	 padding-bottom: 20px;
}
.fix-button {
	position:fixed;
}


/* ***********************************
/*--- 26. USER CUSTOM -----------------------
*********************************** */
.port-item:hover .port-img-overlay-02:after, .lightbox-item:hover .port-img-overlay-02:after {
  background: rgba(15,26,43,.82);
}
.port-item .port-img-overlay-02:after , .lightbox-item .port-img-overlay-02:after  {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255,255,255, .0);
  -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.port-img-overlay-02 {
  position: relative;
  overflow: hidden;
}
img.photo-gray {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
}
img.photo-gray:hover {
-webkit-filter: grayscale(0);
-moz-filter: grayscale(0);
-ms-filter: grayscale(0);
-o-filter: grayscale(0);
filter: grayscale(0);
	  -webkit-transition: all .5s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	  -o-transition: all .5s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	  transition: all .5s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}



/*******************************************
--- 31. FONT JP-YAKU and Long-Shadow-----------------
********************************************/
@font-face {
    font-family: "YakuHanJP";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/YakuHanJP-Regular.woff2") format("woff2"),
    url("../font/YakuHanJP-Regular.woff") format("woff");
}

@font-face {
    font-family: "YakuHanJP";
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/YakuHanJP-Bold.woff2") format("woff2"),
    url("../font/YakuHanJP-Bold.woff") format("woff");
}
/********************************************/
/********************************************/









/************************************
/*-- 32. MARGIN and PADDING-------------------------
/*************************************/
.sm-mt-0 { margin-top:0px;}
.sm-mt-20 { margin-top:20px;}
.sm-mt-40 { margin-top:40px;}
.sm-mt-50 { margin-top:50px;}
.sm-mt-55 { margin-top:55px;}
.sm-mt-60 { margin-top:60px;}
.sm-mt-70 { margin-top:70px;}
.sm-mt-80 { margin-top:80px;}
.sm-mt-90 { margin-top:90px;}
.sm-mt-100 { margin-top:100px;}
.sm-mb-10 { margin-bottom:10px;}
.sm-mb-15 { margin-bottom:15px;}
.sm-mb-20 { margin-bottom:20px;}
.sm-mb-40 { margin-bottom:40px;}
.sm-mb-50 { margin-bottom:50px;}
.sm-mb-60 { margin-bottom:60px;}
.sm-mb-70 { margin-bottom:70px;}
.sm-mb-80 { margin-bottom:80px;}
.sm-mb-90 { margin-bottom:90px;}
.sm-mb-100 { margin-bottom:100px;}

.m-0 {margin:0 !important;}
.m-1 {margin:1px;}
.m-2 {margin:2px;}
.m-3 {margin:3px;}
.m-4 {margin:4px;}
.m-5 {margin:5px;}
.m-6 {margin:6px;}
.m-7 {margin:7px;}
.m-8 {margin:8px;}
.m-9 {margin:9px;}
.m-10 {margin:10px;}
.m-15 {margin:15px;}
.m-20 {margin:20px;}
.m-25 {margin:25px;}
.m-30 {margin:30px;}
.m-35 {margin:35px;}
.m-40 {margin:40px;}
.m-45 {margin:45px;}
.m-50 {margin:50px;}

.mt-min-1 {margin-top:-1px;}
.mt-min-2 {margin-top:-2px;}
.mt-min-3 {margin-top:-3px;}
.mt-min-4 {margin-top:-4px;}
.mt-min-5 {margin-top:-5px;}
.mt-min-6 {margin-top:-6px;}
.mt-min-7 {margin-top:-7px;}
.mt-min-8 {margin-top:-8px;}
.mt-min-9 {margin-top:-9px;}
.mt-min-10 {margin-top:-10px;}
.mt-min-11 {margin-top:-11px;}
.mt-min-12 {margin-top:-12px;}
.mt-min-13 {margin-top:-13px;}
.mt-min-14 {margin-top:-14px;}
.mt-min-15 {margin-top:-15px;}
.mt-min-16 {margin-top:-16px;}
.mt-min-17 {margin-top:-17px;}
.mt-min-18 {margin-top:-18px;}
.mt-min-19 {margin-top:-19px;}
.mt-min-20 {margin-top:-20px;}
.mt-min-21 {margin-top:-21px;}
.mt-min-22 {margin-top:-22px;}
.mt-min-23 {margin-top:-23px;}
.mt-min-24 {margin-top:-24px;}
.mt-min-25 {margin-top:-25px;}
.mt-min-26 {margin-top:-26px;}
.mt-min-27 {margin-top:-27px;}
.mt-min-28 {margin-top:-28px;}
.mt-min-29 {margin-top:-29px;}
.mt-min-30 {margin-top:-30px;}
.mt-min-32 {margin-top:-32px;}
.mt-min-35 {margin-top:-35px;}
.mt-min-40 {margin-top:-40px;}
.mt-min-45 {margin-top:-45px;}
.mt-min-50 {margin-top:-50px;}
.mt-min-55 {margin-top:-55px;}
.mt-min-60 {margin-top:-60px;}
.mt-min-65 {margin-top:-65px;}
.mt-min-68 {margin-top:-68px;}
.mt-min-70 {margin-top:-70px;}
.mt-min-80 {margin-top:-80px;}
.mt-min-90 {margin-top:-90px;}
.mt-min-100 {margin-top:-100px;}
.mt-min-110 {margin-top:-110px;}
.mt-min-120 {margin-top:-120px;}
.mt-min-130 {margin-top:-130px;}
.mt-min-140 {margin-top:-140px;}
.mt-min-150 {margin-top:-150px;}
.mt-min-160 {margin-top:-160px;}
.mt-min-170 {margin-top:-170px;}
.mt-min-180 {margin-top:-180px;}
.mt-min-190 {margin-top:-190px;}
.mt-min-200 {margin-top:-200px;}
.mt-min-210 {margin-top:-210px;}
.mt-min-215 {margin-top:-215px;}
.mt-min-220 {margin-top:-220px;}
.mt-min-230 {margin-top:-230px;}
.mt-min-240 {margin-top:-240px;}
.mt-min-250 {margin-top:-250px;}
.mt-min-260 {margin-top:-260px;}
.mt-min-280 {margin-top:-280px;}
.mt-min-300 {margin-top:-300px;}
.mt-min-320 {margin-top:-320px;}
.mt-min-350 {margin-top:-350px;}
.mt-min-400 {margin-top:-400px;}
.mt-min-450 {margin-top:-450px;}
.mt-min-500 {margin-top:-500px;}
.mt-0 {margin-top:0 !important;}
.mt-1 {margin-top:1px;}
.mt-2 {margin-top:2px;}
.mt-3 {margin-top:3px;}
.mt-4 {margin-top:4px;}
.mt-5 {margin-top:5px;}
.mt-6 {margin-top:6px;}
.mt-7 {margin-top:7px;}
.mt-8 {margin-top:8px;}
.mt-9 {margin-top:9px;}
.mt-10 {margin-top:10px;}
.mt-11 {margin-top:11px;}
.mt-12 {margin-top:12px;}
.mt-13 {margin-top:13px;}
.mt-14 {margin-top:14px;}
.mt-15 {margin-top:15px;}
.mt-16 {margin-top:16px;}
.mt-17 {margin-top:17px;}
.mt-18 {margin-top:18px;}
.mt-19 {margin-top:19px;}
.mt-20 {margin-top:20px;}
.mt-21 {margin-top:21px;}
.mt-22 {margin-top:22px;}
.mt-23 {margin-top:23px;}
.mt-24 {margin-top:24px;}
.mt-25 {margin-top:25px;}
.mt-26 {margin-top:26px;}
.mt-27 {margin-top:27px;}
.mt-28 {margin-top:28px;}
.mt-29 {margin-top:29px;}
.mt-30 {margin-top:30px;}
.mt-31 {margin-top:31px;}
.mt-32 {margin-top:32px;}
.mt-33 {margin-top:33px;}
.mt-34 {margin-top:34px;}
.mt-35 {margin-top:35px;}
.mt-36 {margin-top:36px;}
.mt-37 {margin-top:37px;}
.mt-38 {margin-top:38px;}
.mt-39 {margin-top:39px;}
.mt-40 {margin-top:40px;}
.mt-45 {margin-top:45px;}
.mt-47 {margin-top:47px;}
.mt-50 {margin-top:50px;}
.mt-55 {margin-top:55px;}
.mt-60 {margin-top:60px;}
.mt-65 {margin-top:65px;}
.mt-67 {margin-top:67px;}
.mt-70 {margin-top:70px;}
.mt-75 {margin-top:75px;}
.mt-80 {margin-top:80px;}
.mt-85 {margin-top:85px;}
.mt-90 {margin-top:90px;}
.mt-95 {margin-top:95px;}
.mt-100 {margin-top:100px;}
.mt-105 {margin-top:105px;}
.mt-110 {margin-top:110px;}
.mt-115 {margin-top:115px;}
.mt-120 {margin-top:120px;}
.mt-130 {margin-top:130px;}
.mt-140 {margin-top:140px;}
.mt-150 {margin-top:150px;}
.mt-160 {margin-top:160px;}
.mt-165 {margin-top:165px;}
.mt-170 {margin-top:170px;}
.mt-180 {margin-top:180px;}
.mt-190 {margin-top:190px;}
.mt-200 {margin-top:200px;}
.mt-210 {margin-top:210px;}
.mt-220 {margin-top:220px;}
.mt-230 {margin-top:230px;}
.mt-240 {margin-top:240px;}
.mt-250 {margin-top:250px;}
.mt-260 {margin-top:260px;}
.mt-270 {margin-top:270px;}
.mt-280 {margin-top:280px;}
.mt-290 {margin-top:290px;}
.mt-300 {margin-top:300px;}
.mt-320 {margin-top:320px;}
.mt-330 {margin-top:330px;}
.mt-340 {margin-top:340px;}
.mt-350 {margin-top:350px;}
.mt-360 {margin-top:360px;}
.mt-400 {margin-top:400px;}
.mt-420 {margin-top:420px;}
.mt-440 {margin-top:440px;}
.mt-450 {margin-top:450px;}
.mt-460 {margin-top:460px;}
.mt-470 {margin-top:470px;}
.mt-480 {margin-top:480px;}

.sm-mt-100 {margin-top:100px;}
.sm-mt-150 {margin-top:150px;}
.sm-mt-300 {margin-top:300px;}

.mr-min-1 {margin-right:-1px;}
.mr-min-10 {margin-right:-10px;}
.mr-min-15 {margin-right:-15px;}
.mr-min-20 {margin-right:-20px;}
.mr-min-160 {margin-right:-160px;}
.mr-0 {	margin-right:0 !important;}
.mr-2 {margin-right:2px;}
.mr-3 {margin-right:3px;}
.mr-4 {margin-right:4px;}
.mr-5 {margin-right:5px;}
.mr-7 {margin-right:7px;}
.mr-8 {margin-right:8px;}
.mr-10 {margin-right:10px;}
.mr-12 {margin-right:12px;}
.mr-15 {margin-right:15px;}
.mr-20 {margin-right:20px;}
.mr-25 {margin-right:25px;}
.mr-30 {margin-right:30px;}
.mr-40 {margin-right:40px;}
.mr-50 {margin-right:50px;}
.mr-60 {margin-right:60px;}
.mr-70 {margin-right:70px;}
.mr-80 {margin-right:80px;}
.mr-90 {margin-right:90px;}
.mr-100 {margin-right:100px;}
.mr-110 {margin-right:110px;}
.mr-120 {margin-right:120px;}
.mr-130 {margin-right:130px;}
.mr-140 {margin-right:140px;}
.mr-150 {margin-right:150px;}
.mr-160 {margin-right:160px;}
.mr-170 {margin-right:170px;}
.mr-180 {margin-right:180px;}
.mr-190 {margin-right:190px;}
.mr-200 {margin-right:200px;}

.xs-mb-min-100 {padding-bottom:-100px;}
.sm-mb-min-40 {margin-bottom:-40px;}
.mb-min-0 {margin-bottom:0px !important;}
.mb-min-1 {margin-bottom:-1px;}
.mb-min-2 {margin-bottom:-2px;}
.mb-min-4 {margin-bottom:-4px;}
.mb-min-5 {margin-bottom:-5px;}
.mb-min-6 {margin-bottom:-6px;}
.mb-min-7 {margin-bottom:-7px;}
.mb-min-8 {margin-bottom:-8px;}
.mb-min-9 {margin-bottom:-9px;}
.mb-min-10 {margin-bottom:-10px;}
.mb-min-14 {margin-bottom:-14px;}
.mb-min-15 {margin-bottom:-15px;}
.mb-min-20 {margin-bottom:-20px;}
.mb-min-21 {margin-bottom:-21px;}
.mb-min-23 {margin-bottom:-23px;}
.mb-min-25 {margin-bottom:-25px;}
.mb-min-26 {margin-bottom:-26px;}
.mb-min-30 {margin-bottom:-30px;}
.mb-min-35 {margin-bottom:-35px;}
.mb-min-40 {margin-bottom:-40px;}
.mb-min-50 {margin-bottom:-50px;}
.mb-min-55 {margin-bottom:-55px;}
.mb-min-60 {margin-bottom:-60px;}
.mb-min-70 {margin-bottom:-70px;}
.mb-min-80 {margin-bottom:-80px;}
.mb-min-100 {margin-bottom:-100px;}
.mb-min-120 {margin-bottom:-120px;}
.mb-min-150 {margin-bottom:-150px;}
.mb-min-200 {margin-bottom:-200px;}
.mb-min-300 {margin-bottom:-300px;}
.mb-0 {margin-bottom:0 !important;}
.mb-1 {margin-bottom:1px;}
.mb-2 {margin-bottom:2px;}
.mb-3 {margin-bottom:3px;}
.mb-4 {margin-bottom:4px;}
.mb-5 {margin-bottom:5px;}
.mb-6 {margin-bottom:6px;}
.mb-7 {margin-bottom:7px;}
.mb-8 {margin-bottom:8px;}
.mb-9 {margin-bottom:9px;}
.mb-10 {margin-bottom:10px;}
.mb-11 {margin-bottom:11px;}
.mb-12 {margin-bottom:12px;}
.mb-13 {margin-bottom:13px;}
.mb-14 {margin-bottom:14px;}
.mb-15 {margin-bottom:15px;}
.mb-16 {margin-bottom:16px;}
.mb-17 {margin-bottom:17px;}
.mb-18 {margin-bottom:18px;}
.mb-19 {margin-bottom:19px;}
.mb-20 {margin-bottom:20px;}
.mb-21 {margin-bottom:21px;}
.mb-23 {margin-bottom:23px}
.mb-25 {margin-bottom:25px;}
.mb-26 {margin-bottom:26px;}
.mb-27 {margin-bottom:26px;}
.mb-28 {margin-bottom:28px;}
.mb-29 {margin-bottom:29px;}
.mb-30 {margin-bottom:30px;}
.mb-31 {margin-bottom:31px;}
.mb-35 {margin-bottom:35px;}
.mb-40 {margin-bottom:40px;}
.mb-43 {margin-bottom:43px;}
.mb-44 {margin-bottom:44px;}
.mb-45 {margin-bottom:45px;}
.mb-48 {margin-bottom:48px;}
.mb-49 {margin-bottom:49px;}
.mb-50 {margin-bottom:50px;}
.mb-54 {margin-bottom:54px;}
.mb-55 {margin-bottom:55px;}
.mb-60 {margin-bottom:60px;}
.mb-70 {margin-bottom:70px;}
.mb-75 {margin-bottom:75px;}
.mb-80 {margin-bottom:80px;}
.mb-90 {margin-bottom:90px;}
.mb-100 {margin-bottom:100px;}
.mb-105 {margin-bottom:105px;}
.mb-110 {margin-bottom:110px;}
.mb-115 {margin-bottom:115px;}
.mb-120 {margin-bottom:120px;}
.mb-130 {margin-bottom:130px;}
.mb-140 {margin-bottom:140px;}
.mb-150 {margin-bottom:150px;}
.mb-160 {margin-bottom:160px;}
.mb-170 {margin-bottom:170px;}
.mb-180 {margin-bottom:180px;}
.mb-190 {margin-bottom:190px;}
.mb-200 {margin-bottom:200px;}
.mb-210 {margin-bottom:210px;}
.mb-220 {margin-bottom:220px;}
.mb-230 {margin-bottom:230px;}
.mb-240 {margin-bottom:240px;}
.mb-250 {margin-bottom:250px;}
.mb-260 {margin-bottom:260px;}
.mb-270 {margin-bottom:270px;}
.mb-280 {margin-bottom:280px;}
.mb-290 {margin-bottom:290px;}
.mb-300 {margin-bottom:300px;}

.ml-min-2{margin-left:-2px;}
.ml-min-3{margin-left:-3px;}
.ml-min-4{margin-left:-4px;}
.ml-min-5{margin-left:-5px;}
.ml-min-7{margin-left:-7px;}
.ml-min-8{margin-left:-8px;}
.ml-min-10{margin-left:-10px;}
.ml-min-12{margin-left:-12px;}
.ml-min-15{margin-left:-15px;}
.ml-min-25{margin-left:-25px;}
.ml-min-20{margin-left:-20px;}
.ml-min-30{margin-left:-30px;}
.ml-min-40{margin-left:-40px;}
.ml-min-42{margin-left:-42px;}
.ml-min-50{margin-left:-50px;}
.ml-min-55{margin-left:-55px;}
.ml-min-60{margin-left:-60px;}
.ml-min-70{margin-left:-70px;}
.ml-min-75{margin-left:-75px;}
.ml-min-80{margin-left:-80px;}
.ml-min-90{margin-left:-90px;}
.ml-min-100{margin-left:-100px;}
.ml-min-110{margin-left:-110px;}
.ml-min-120{margin-left:-120px;}
.ml-0 {margin-left:0px !important;}
.ml-1 {margin-left:1px;}
.ml-2 {margin-left:2px;}
.ml-3 {margin-left:3px;}
.ml-4 {margin-left:4px;}
.ml-5 {margin-left:5px;}
.ml-6 {margin-left:6px;}
.ml-7 {margin-left:7px;}
.ml-8 {margin-left:8px;}
.ml-9 {margin-left:9px;}
.ml-10 {margin-left:10px;}
.ml-11 {margin-left:11px;}
.ml-12 {margin-left:12px;}
.ml-13 {margin-left:13px;}
.ml-14 {margin-left:14px;}
.ml-15 {margin-left:15px;}
.ml-16 {margin-left:16px;}
.ml-17 {margin-left:17px;}
.ml-18 {margin-left:18px;}
.ml-19 {margin-left:19px;}
.ml-20 {margin-left:20px;}
.ml-25 {margin-left:25px;}
.ml-30 {margin-left:30px;}
.ml-35 {margin-left:35px;}
.ml-40 {margin-left:40px;}
.ml-45 {margin-left:45px;}
.ml-50 {margin-left:50px;}
.ml-55 {margin-left:55px;}
.ml-60 {margin-left:60px;}
.ml-65 {margin-left:65px;}
.ml-70 {margin-left:70px;}
.ml-80 {margin-left:80px;}
.ml-90 {margin-left:90px;}
.ml-100 {margin-left:100px;}
.ml-110 {margin-left:110px;}
.ml-120 {margin-left:120px;}
.ml-130 {margin-left:130px;}
.ml-140 {margin-left:140px;}
.ml-150 {margin-left:150px;}
.ml-160 {margin-left:160px;}
.ml-170 {margin-left:170px;}
.ml-180 {margin-left:180px;}
.ml-190 {margin-left:190px;}
.ml-200 {margin-left:200px;}
.ml-300 {margin-left:300px;}
.ml-330 {margin-left:330px;}
.ml-360 {margin-left:360px;}
.ml-380 {margin-left:380px;}
.ml-400 {margin-left:400px;}
.ml-430 {margin-left:430px;}

.mlr-1 {margin-left: 1px; margin-right: 1px;}
.mlr-10 {margin-left: 10px; margin-right: 10px;}
.mlr-30 {margin-left: 30px; margin-right: 30px;}
.mlr-min-30 {margin-left: -30px !important; margin-right: -30px !important;}

.p-0 {padding:0 !important;}
.p-1 {padding:1px;}
.p-2 {padding:2px;}
.p-3 {padding:3px;}
.p-4 {padding:4px;}
.p-5 {padding:5px;}
.p-6 {padding:6px;}
.p-7 {padding:7px;}
.p-8 {padding:8px;}
.p-9 {padding:9px;}
.p-10 {padding:10px;}
.p-11 {padding:11px;}
.p-12 {padding:12px;}
.p-13 {padding:13px;}
.p-14 {padding:14px;}
.p-15 {padding:15px;}
.p-20 {padding:20px;}
.p-25 {padding:25px;}
.p-30 {padding:30px;}
.p-35 {padding:35px;}
.p-40 {padding:40px;}
.p-45 {padding:45px;}
.p-50 {padding:50px;}
.p-60 {padding:60px;}
.p-80 {padding:80px;}
.p-100 {padding:100px;}

.pt-min-1 {padding-top:-1px;}
.pt-min-2 {padding-top:-2px;}
.pt-min-3 {padding-top:-3px;}
.pt-min-4 {padding-top:-4px;}
.pt-min-5 {padding-top:-5px;}
.pt-min-6 {padding-top:-6px;}
.pt-min-7 {padding-top:-7px;}
.pt-min-8 {padding-top:-8px;}
.pt-min-9 {padding-top:-9px;}
.pt-min-10 {padding-top:-10px;}
.pt-min-11 {padding-top:-11px;}
.pt-min-12 {padding-top:-12px;}
.pt-min-13 {padding-top:-13px;}
.pt-min-14 {padding-top:-14px;}
.pt-min-15 {padding-top:-15px;}
.pt-min-20 {padding-top:-20px;}
.pt-min-30 {padding-top:-30px;}
.pt-min-40 {padding-top:-40px;}
.pt-min-50 {padding-top:-50px;}
.pt-min-60 {padding-top:-60px;}
.pt-min-70 {padding-top:-70px;}
.pt-min-80 {padding-top:-80px;}
.pt-min-90 {padding-top:-90px;}
.pt-min-100 {padding-top:-100px;}
.pt-0 {padding-top:0 !important;}
.pt-1 {padding-top:1px;}
.pt-2 {padding-top:2px;}
.pt-3 {padding-top:3px;}
.pt-4 {padding-top:4px;}
.pt-5 {padding-top:5px;}
.pt-6 {padding-top:6px;}
.pt-7 {padding-top:7px;}
.pt-8 {padding-top:8px;}
.pt-9 {padding-top:9px;}
.pt-10 {padding-top:10px;}
.pt-11 {padding-top:11px;}
.pt-12 {padding-top:12px;}
.pt-13 {padding-top:13px;}
.pt-14 {padding-top:14px;}
.pt-15 {padding-top:15px;}
.pt-16 {padding-top:16px;}
.pt-17 {padding-top:17px;}
.pt-18 {padding-top:18px;}
.pt-19 {padding-top:19px;}
.pt-20 {padding-top:20px;}
.pt-21 {padding-top:21px;}
.pt-25 {padding-top:25px;}
.pt-30 {padding-top:30px;}
.pt-35 {padding-top:35px;}
.pt-40 {padding-top:40px;}
.pt-43 {padding-top:43px;}
.pt-50 {padding-top:50px;}
.pt-55 {padding-top:55px;}
.pt-60 {padding-top:60px;}
.pt-65 {padding-top:65px;}
.pt-70{padding-top:70px;}
.pt-75{padding-top:75px;}
.pt-80{padding-top:80px;}
.pt-85{padding-top:85px;}
.pt-88{padding-top:88px;}
.pt-90{padding-top:90px;}
.pt-95 {padding-top:95px;}
.pt-100 {padding-top:100px;}
.pt-110 {padding-top:110px;}
.pt-120 {padding-top:120px;}
.pt-130 {padding-top:130px;}
.pt-140 {padding-top:140px;}
.pt-150 {padding-top:150px;}
.pt-160 {padding-top:160px;}
.pt-170 {padding-top:170px;}
.pt-200 {padding-top:200px;}
.pt-210 {padding-top:210px;}
.pt-220 {padding-top:220px;}
.pt-230 {padding-top:230px;}
.pt-240 {padding-top:240px;}
.pt-250 {padding-top:250px;}
.pt-300 {padding-top:300px;}

.pl-min-5{padding-left:-5px;}
.pl-min-10{padding-left:-10px;}
.pl-0 {padding-left:0 !important;}
.pl-1 {padding-left:1px;}
.pl-2 {padding-left:2px;}
.pl-3 {padding-left:3px;}
.pl-4 {padding-left:4px;}
.pl-5 {padding-left:5px;}
.pl-6 {padding-left:6px;}
.pl-7 {padding-left:7px;}
.pl-8 {padding-left:8px;}
.pl-9 {padding-left:9px;}
.pl-10 {padding-left:10px;}
.pl-11 {padding-left:11px;}
.pl-12 {padding-left:12px;}
.pl-13 {padding-left:13px;}
.pl-14 {padding-left:14px;}
.pl-15 {padding-left:15px;}
.pl-16 {padding-left:16px;}
.pl-17 {padding-left:17px;}
.pl-18 {padding-left:18px;}
.pl-19 {padding-left:19px;}
.pl-20 {padding-left:20px;}
.pl-25 {padding-left:25px;}
.pl-30 {padding-left:30px;}
.pl-35 {padding-left:35px;}
.pl-40 {padding-left:40px;}
.pl-45 {padding-left:45px;}
.pl-50 {padding-left:50px;}
.pl-55 {padding-left:55px;}
.pl-60 {padding-left:60px;}
.pl-65 {padding-left:65px;}
.pl-70 {padding-left:70px;}
.pl-75 {padding-left:75px;}

.pr-min-5{padding-right:-5px;}
.pr-min-10{padding-right:-10px;}
.pr-0 {	padding-right:0 !important;}
.pr-1{padding-right:1px;}
.pr-2{padding-right:2px;}
.pr-3{padding-right:3px;}
.pr-4{padding-right:4px;}
.pr-5{padding-right:5px;}
.pr-6 {padding-right:6px;}
.pr-7 {padding-right:7px;}
.pr-8 {padding-right:8px;}
.pr-9 {padding-right:9px;}
.pr-10{padding-right:10px;}
.pr-11{padding-right:11px;}
.pr-12{padding-right:12px;}
.pr-13{padding-right:13px;}
.pr-14{padding-right:14px;}
.pr-15{padding-right:15px;}
.pr-20{padding-right:20px;}
.pr-25{padding-right:25px;}
.pr-30{padding-right:30px;}
.pr-35{padding-right:35px;}
.pr-40{padding-right:40px;}
.pr-45{padding-right:45px;}
.pr-50{padding-right:50px;}
.pr-55{padding-right:55px;}
.pr-60{padding-right:60px;}
.pr-65{padding-right:65px;}
.pr-70{padding-right:70px;}
.pr-75{padding-right:75px;}

.xs-pb-min-100 {padding-bottom:-100px;}
.pb-min-10 {padding-bottom:-10px;}
.pb-min-20 {padding-bottom:-20px;}
.pb-min-30 {padding-bottom:-30px;}
.pb-min-40 {padding-bottom:-40px;}
.pb-min-50 {padding-bottom:-50px;}
.pb-min-60 {padding-bottom:-60px;}
.pb-min-70 {padding-bottom:-70px;}
.pb-min-80 {padding-bottom:-80px;}
.pb-min-90 {padding-bottom:-90px;}
.pb-min-100 {padding-bottom:-100px;}
.pb-0 {padding-bottom:0px !important;}
.pb-1 {padding-bottom:1px;}
.pb-2 {padding-bottom:2px;}
.pb-3 {padding-bottom:3px;}
.pb-4 {padding-bottom:4px;}
.pb-5 {padding-bottom:5px;}
.pb-6 {padding-bottom:6px;}
.pb-7 {padding-bottom:7px;}
.pb-8 {padding-bottom:8px;}
.pb-9 {padding-bottom:9px;}
.pb-10 {padding-bottom:10px;}
.pb-14 {padding-bottom:14px;}
.pb-15 {padding-bottom:15px;}
.pb-16 {padding-bottom:16px;}
.pb-20 {padding-bottom:20px;}
.pb-25 {padding-bottom:25px;}
.pb-28 {padding-bottom:28px;}
.pb-29 {padding-bottom:29px;}
.pb-30 {padding-bottom:30px;}
.pb-34 {padding-bottom:34px;}
.pb-35 {padding-bottom:35px;}
.pb-40 {padding-bottom:40px;}
.pb-45 {padding-bottom:45px;}
.pb-50 {padding-bottom:50px;}
.pb-54 {padding-bottom:54px;}
.pb-55 {padding-bottom:55px;}
.pb-56 {padding-bottom:56px;}
.pb-60 {padding-bottom:60px;}
.pb-65 {padding-bottom:65px;}
.pb-70 {padding-bottom:70px;}
.pb-75 {padding-bottom:75px;}
.pb-80 {padding-bottom:80px;}
.pb-85 {padding-bottom:85px;}
.pb-90 {padding-bottom:90px;}
.pb-95 {padding-bottom:95px;}
.pb-100 {padding-bottom:100px;}
.pb-110 {padding-bottom:110px;}
.pb-120 {padding-bottom:120px;}
.pb-130 {padding-bottom:130px;}
.pb-140 {padding-bottom:140px;}
.pb-150 {padding-bottom:150px;}
.pb-160 {padding-bottom:160px;}
.pb-170 {padding-bottom:170px;}
.pb-180 {padding-bottom:180px;}
.pb-190 {padding-bottom:190px;}
.pb-200 {padding-bottom:200px;}
.pb-250 {padding-bottom:250px;}
.pb-300 {padding-bottom:300px;}
.pb-350 {padding-bottom:350px;}
.pb-400 {padding-bottom:400px;}
.pb-450 {padding-bottom:450px;}
.pb-500 {padding-bottom:500px;}

.plr-0 {padding-left:0 !important;	padding-right:0 !important;}
.plr-1 {padding-left: 1px; padding-right: 1px;}
.plr-2 {padding-left: 2px; padding-right: 2px;}
.plr-3 {padding-left: 3px; padding-right: 3px;}
.plr-4 {padding-left: 4px; padding-right: 4px;}
.plr-5 {padding-left: 5px; padding-right: 5px;}
.plr-6 {padding-left: 6px; padding-right: 6px;}
.plr-7 {padding-left: 7px; padding-right: 7px;}
.plr-8 {padding-left: 8px; padding-right: 8px;}
.plr-9 {padding-left: 9px; padding-right: 9px;}
.plr-10 {padding-left: 10px; padding-right: 10px;}
.plr-11 {padding-left: 11px; padding-right: 11px;}
.plr-12 {padding-left: 12px; padding-right: 12px;}
.plr-13 {padding-left: 13px; padding-right: 13px;}
.plr-14 {padding-left: 14px; padding-right: 14px;}
.plr-15 {padding-left: 15px; padding-right: 15px;}
.plr-16 {padding-left: 16px; padding-right: 16px;}
.plr-17 {padding-left: 17px; padding-right: 17px;}
.plr-18 {padding-left: 18px; padding-right: 18px;}
.plr-19 {padding-left: 19px; padding-right: 19px;}
.plr-20 {padding-left: 20px; padding-right: 20px;}
.plr-21 {padding-left: 21px; padding-right: 21px;}
.plr-22 {padding-left: 22px; padding-right: 22px;}
.plr-23 {padding-left: 23px; padding-right: 23px;}
.plr-24 {padding-left: 24px; padding-right: 24px;}
.plr-25 {padding-left: 25px; padding-right: 25px;}
.plr-26 {padding-left: 26px; padding-right: 26px;}
.plr-27 {padding-left: 27px; padding-right: 27px;}
.plr-28 {padding-left: 28px; padding-right: 28px;}
.plr-29 {padding-left: 29px; padding-right: 29px;}
.plr-30 {padding-left: 30px; padding-right: 30px;}
.plr-35 {padding-left: 35px; padding-right: 35px;}
.plr-40 {padding-left: 40px; padding-right: 40px;}
.plr-45 {padding-left: 45px; padding-right: 45px;}
.plr-50 {padding-left: 50px; padding-right: 50px;}
