/*-----------------------------------------------------------------------------------
Template Name: Saiyo cloud 
Template URI: https://h-cloud.jp
Description: This is Saiyo cloud website templagte 
Author: YAEKO KANAMARU
Version: 1.0
-----------------------------------------------------------------------------------
CSS INDEX
===================
1. Google font
2. Title-Style
3. Button-Style
4. Helper-Classes
5. MainMenu-Area
6. Page-Style

テーマカラー　#A3BE78
-----------------------------------------------------------------------------------*/

/*-----------------
1. Google font
------------------*/



/*-----------------
2. Title-Style
------------------*/
body {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    text-rendering: auto;
    font-size: 16px;
    font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    color: #333;    
    background-color: #fff;
	position: relative;
}

.dark-color {
    color: #434345;
}

.page-title .title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #8790af;
    font-weight: 600;
}
.text-center.page-title .title:before, .page-title .title:after {
    content: '';
    width: 50px;
    height: 1px;
    display: inline-block;
    background-color: #e1e1e1;
    margin: 0 15px;
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
}
.page-title{
	margin-bottom: 80px;
}
.pr-area .page-title{
	margin-bottom: 20px;
}
.info-area dl,
.company-area dl{
	border-bottom: 1px solid;
	border-color: #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.info-area dl:before,
.company-area dl:before,
.info-area dl:after,
.company-area dl:after{
  content: "";
  display: block;
  clear: both;
}    
.info-area dt,
.company-area dt,
.info-area dd,
.company-area dd{
	padding: 10px 15px;
}
@media (min-width: 768px) {
	.info-area dd,
	.company-area dd{
		padding-left: 22%;
	}	
}
@media (min-width: 768px) {
	.info-area dt,
	.company-area dt{
		width: 22%;
		float: left;
	}
}


/*-----------------
2. Button-Style
------------------*/
.bttn-white {
    position: relative;
    background: rgb(72, 44, 191);
    background: -webkit-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);
    overflow: hidden;
    z-index: 1;
    margin-right: 10px;
    border: none;
}

.bttn-white img {
    height: 20px;
    margin-right: 5px;
    margin-top: -5px;
    display: inline-block;
}

.bttn-white:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: -1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
}
.bttn-default a,
.bttn-white a{
	display: block;
}

.bttn-default a:hover,
.bttn-white a:hover,
.bttn-white.active,
.bttn-white:hover {
    color: #ffffff;
    text-decoration: none;
}

.bttn-white.active:before,
.bttn-white:hover:before {
    opacity: 0;
}

.bttn-default,
.bttn-white {
    padding: 12px 30px;
    background-color: #ffffff;
    display: inline-block;
    color: #768ede;
    text-transform: uppercase;
    border-radius: 50px;
    letter-spacing: 1.5px;
    font-weight: 700;
    font-size: 14px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: none;
}

.bttn-default .lnr,
.bttn-white .lnr {
    margin-right: 10px;
}

.bttn-default {
    padding: 12px 40px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#482cbf+0,6ac6f0+100 */
    background: rgb(72, 44, 191);
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);
    color: #ffffff;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.bttn-default:hover {
    color: #ffffff;
    -webkit-box-shadow: 0 25px 50px -20px rgba(0, 0, 0, 0.6);
    box-shadow: 0 25px 50px -20px rgba(0, 0, 0, 0.6);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    text-decoration: none;
}

.sq {
    border-radius: 3px !important;
}

.bttn-border .bttn-white:before {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-radius: 100px;
    left: 2px;
    top: 2px;
}


/*-----------------
4. Helper-Classes
------------------*/
.clearfix::after{
  content: "";
  display: block;
  clear: both;
}
.space-10 {height: 10px;}
.space-20 {height: 20px;}
.space-30 {height: 30px;}
.space-40 {height: 40px;}
.space-50 {height: 50px;}
.space-60 {height: 60px;}
.space-70 {height: 70px;}
.space-80 {height: 80px;}
.space-90 {height: 90px;}
.space-100 {height: 100px;}

.background-picture {
    background-color: #ccc;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #ffffff;
}

.section-padding-top {
    padding-top: 120px;
}

.section-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}

.angle,
.overlay,
.overlay-color {
    position: relative;
    z-index: 1;
}

.overlay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    opacity: 0.5;
    z-index: -2;
}

.overlay-color:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#482cbf+0,6ac6f0+100 */
    background: rgb(72, 44, 191);
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);
    opacity: 0.8;
    /* IE6-9 fallback on horizontal gradient */
    z-index: -2;
}

.angle:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 150px;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left bottom, #ffffff 50%, transparent 50%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left bottom, right top, color-stop(50%, #ffffff), color-stop(50%, transparent)) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -o-linear-gradient(left bottom, #ffffff 50%, transparent 50%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right top, #ffffff 50%, transparent 50%) repeat scroll 0 0;
    z-index: -1;
}

.dark-color {
    color: #434345
}

.blue-color {
    color: #5e88fc;
}

.white-color {
    color: #ffffff !important;
}

.gray-bg {
    background-color: #f5f6ff;
}
/*-- 5. MainMenu-Area --*/

.mainmenu-area {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    padding: 20px 140px 15px 0;
    background: transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.mainmenu-area.affix {
    position: fixed;
    top: 0;
}

.mainmenu-area.affix:before {
    opacity: 1;
}
@media (max-width: 768px) {
	.mainmenu-area.affix {
	    position: static;
	}	
}
.mainmenu-area .right-button {
    position: absolute;
    right: 15px;
    top: 12px;
}
.mainmenu-area .right-button a:hover{
	text-decoration: none;
}
.mainmenu-area .right-button a {
    color: #ffffff;
    padding: 10px 40px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.3);
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700;
    font-size: 14px;
}

.mainmenu-area.affix .right-button a {
    background: rgb(72, 44, 191);
    background: -webkit-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);
}

.mainmenu-area.affix .right-button a:hover {
	opacity: 0.9;
	color: #fff;
}
.mainmenu-area .right-button a:hover {
    background-color: rgba(255, 255, 255, 1);
    color: #768ede;
}

.mainmenu-area ul.mainmenu {
    text-align: center;
    float: none;
    display: block;
}

.mainmenu-area ul.mainmenu li {
    float: none;
    display: inline-block;
    text-align: center;
}

.mainmenu-area ul.nav.navbar-nav li a {
    color: #ffffff;
    padding: 10px 2px;
    text-transform: capitalize;
    background: transparent;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    margin: 0 15px;
}

.mainmenu-area ul.nav.navbar-nav li a:hover,
.mainmenu-area ul.nav.navbar-nav li.active a {
    border-bottom-color: #ffffff;
}

.mainmenu-area .navbar-brand {
    height: auto;
    padding: 0 15px;
}

.mainmenu-area .navbar-brand img {
    height: 40px;
}
.navbar-brand h1{
	font-size: 24px;
	color: #fff;
	padding: 0;
	margin: 0;
}
/*-----------------
6. Page-Style
------------------*/
/* メインビジュアル */
.main-area{
	width: 100vw;
	height: 100vh;	
	position: relative;
}
.main-text{
	position: absolute;
	top:30%;
	width: 100%;
}
.main-text h2{
	line-height: 2em;
	max-width: 90%;
	margin: 0 auto 20px;
	font-weight: bold;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.64);
}
.main-area .main-btn{
	position: absolute;
	bottom: 15%;
	width: 100%;
}
@media (max-width: 768px) {
	.main-text h2{
		font-size: 18px;
	}	
	.main-area .main-btn{
		position: absolute;
		bottom: 10%;
		width: 100%;
	}
}
/* PR */
.pr-logo img{
	max-width: 200px;
	height: auto;	
}
.pr-text{
	text-align: center;
	line-height: 2em;
	font-size: 130%;
}
.fixed-bg {
  min-height: 100vh;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
.fixed-bg.has-image{
	padding-top: 550px;
}
.fixed-bg.no-image{
	padding-top: 140px;	
    background: rgb(72, 44, 191);
    background: -webkit-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);		
}
#form-page .fixed-bg{
	padding-top: 140px;		
}
#form-page .fixed-bg{
  background-size: cover;	
}
.fixed-bg .container{
	background: #fff;
}
@media (max-width: 768px) {
	.pr-text{
		text-align: left;
		line-height: 1.5em;
		font-size: 100%;
	}
}
@media (max-width: 420px) {
	.fixed-bg {
	  min-height: auto;
	  background-attachment: fixed;
	  background-size: contain;
	  background-position: center;
	  background-repeat: no-repeat;
	}
	.fixed-bg.has-image{
		padding-top: 250px;
	}	
}
.footer{
    padding: 20px;
    background: #333;
    color: #fff;
}
.contact-area .page-title .title{
	color: #ffffff!important;
}
.contact-area .contact-btn{
	display: block;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 20px;
	font-size: 18px;
}
.contact-btn i{
	padding-right: 5px;
}
.sns_link{
	padding: 0;
	list-style-type: none;
    text-align: center;
    font-size: 50px;
    display: table;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}
.sns_link a{
	color: #fff;
}
.sns_link a:hover{
	opacity: 0.6;
}	
.sns_link li{
	display: table-cell;
}
.bg-theme-color{
	margin-top: 40px;
	padding: 40px 0;
    background: rgb(72, 44, 191);
    background: -webkit-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);	
}
.color-guide {
	position:fixed;
	bottom: 10px;
	right: 10px;
	background: rgba(0, 0, 0, 0.53);
	padding: 15px;
	z-index: 2;
	border-radius: 10px;
}
.color-guide ul{
	list-style-type: none;
	font-size: 12px;
	padding: 0;
	color: #fff;
}
.color-guide span{
	width: 40px;
	display: inline-block;
	height: 1em;
	border-radius: 10px;
	margin-right: 5px;	
}
.color-guide span:hover{
	cursor:pointer;
	opacity: 0.8;
}
#form-page .mainmenu-area .right-button{
	display: none;
}
#form-page .bttn-default.no-color a{
	color: #9e9e9e;
}	
#form-page .bttn-default.no-color{
    background: rgb(249, 249, 249);
    background: -webkit-linear-gradient(180deg, rgba(249, 249, 249, 1) 0%, rgba(242, 242, 242, 1) 100%);
    background: -o-linear-gradient(180deg, rgba(249, 249, 249, 1) 0%, rgba(242, 242, 242, 1) 100%);
    background: linear-gradient(180deg, rgba(249, 249, 249, 1) 0%, rgba(242, 242, 242, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#f2f2f2', GradientType=1);		
}
/* 202008追加 */
.main-inner .breadcrumbs a{
	color: #fff;
	line-height: 1.2;
}
.main-inner .breadcrumbs a span{
	text-decoration: underline;
}
.main-inner .breadcrumbs a:hover{
	color: #ccc;
	text-decoration: none;
}
.main-inner .breadcrumbs span,
.main-inner .breadcrumbs div{
	display: inline-block;
}
.main-inner .breadcrumbs a.home span{
	position: relative;
	padding-left: 20px;
}
.main-inner .breadcrumbs a.home span:before{
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	margin-top: -10px;
	margin-right: 10px;
	width: 10px;
	height: 10px;
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	content:'\f1ad';
}	
.main-inner .breadcrumbs a.home:after{
	content:'>';
	margin-left: 5px;
}
.navbar-toggle{
	display: none;
}
.mainmenu-area{
	padding: 20px 0;
}
.main-head{
	width: 100vw;
}
.main-head.overlay:before{
	opacity: 0.7;
}
.main-inner{
	display: table;
	height: auto;
	padding-top: 90px;
}
.main-meta{
	vertical-align: bottom;	
}
.main-image-area{
	max-width: 500px;
	text-align: center;
	margin: 40px auto 0;
}	
.main-inner{
	padding-right: 50px;
	padding-bottom: 40px;
	font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.64);
}
.main-meta h2{font-weight: bold;}
.main-meta h3{font-weight: bold;}
.main-meta span{
	display: block;
	padding-left: 25px;
	position: relative;
}
.main-meta span:before{
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	margin-top: -10px;
	width: 10px;
	height: 10px;
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
}
.main-meta span.gyoushu:before{content:'\f0b1';}
.main-meta span.shokushu:before{content:'\f02b';}	
.main-meta span.keitai:before{content:'\f007';}
.main-meta span.address:before{content:'\f3c5';left: 2px;}
.main-image{
	width: 100%;
	height: auto;
}
@media (max-width: 991px) {
	.main-inner{
		display: block;
		min-height: auto;
		height: auto;
		padding-right: 0;
	}
	.main-meta,
	.main-image-area{
		display: block;
		vertical-align: bottom;	
	}
	.main-image-area{
		width: 100%;
		margin: 40px auto 0;
		text-align: center;	
	}	
	.main-meta h2{font-size: 20px;line-height: 1.5;}
	.main-meta h3{font-size: 16px;}	
	.main-meta span{font-size: 12px;}	
}
@media (max-width: 420px) {
	.pr-area .text-center.page-title .title:before,
	.pr-area .page-title .title:after {
	    content: none;
		}
	.text-center.page-title .title:before, .page-title .title:after {
	    content: '';
	    width: 20px;
	    height: 1px;
	    display: inline-block;
	    background-color: #e1e1e1;
	    margin: 0 10px;
	    -webkit-transform: translateY(-4px);
	    -ms-transform: translateY(-4px);
	    transform: translateY(-4px);
	}	
}

.image-area{
	margin: 0 auto;	
}
.image-area.image-col-01{
	max-width: 600px;
}
.image-area.image-col-02{
	max-width: 1200px;
}
.image-area.image-col-03{
	max-width: 1400px;
}
@media (min-width: 769px) {
  .image-area.image-col-01 .image-inner {
    display: block;
  }
  .image-area.image-col-02 .image-inner {
    display: flex;
  }
  .image-area.image-col-02 .image-inner figure {
	  width: 50%;
  }  
  .image-area.image-col-03 .image-inner {
    display: flex;
  }
  .image-area.image-col-03 .image-inner figure {
	  width: 33.333333%;
  }
  .image-area.image-col-02 .image-inner img{
	object-fit: contain;
	height: 350px;
	}
  .image-area.image-col-03 .image-inner img{
	object-fit: contain;
	height: 300px;
	}
}

.footer .float-left {
    float: left !important;
}
.footer .float-right {
    float: right !important;
}
.footer ul {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}
.footer ul li a {
    color: inherit;
    padding: 10px;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 3px;
    text-decoration: none;
    position: relative;
    display: block;
}
.footer .copyright {
    padding: 10px 0;
}
.content-privacy{
	padding: 0 20px;
}
.content-privacy h4{
	font-weight: bold;
	margin-top: 30px;
}
/* メッセージ送信 recruit/message */
.massage-container{
	position: relative;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	padding: 4rem 1rem;
    height: 100vh;
    border: 0;
    background: #efefef;
}
.massage-area a{
	text-decoration: underline;
}
.massage-area a:hover{
	text-decoration: none;
}
#massage-time-line{
    overflow: scroll;	
    height: 80%;
    min-height: calc(100% - 165px);
	background: #fff;     
}
#massage-time-line::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
#massage-time-line::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    box-shadow: 0 0 1px rgba(255,255,255,.5);
}
.massage-area{
	padding: 1rem;
    position: relative;
    box-sizing: border-box;
}
.massage-area .massage-body{
	word-break: break-all;
}
.massage-inner{
	width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;	
}
.massage-inner .massage-thumbnail{
	width: 40px;
}
.massage-inner .massage-main{
	width: calc(100% - 40px);
}
.massage-thumbnail img{
	width: 30px;
	height: 30px;
    border-radius: 50%;
    object-fit: contain;
    border: 2px solid #efefef;
}
.send-user .massage-thumbnail{
	float: right;
	text-align: right;	
}
.send-user .massage-main{
	float: left;	
}
.send-company .massage-thumbnail{
	float: left;
	text-align: left;	
}
.send-company .massage-main{
	float: right;	
}
.send-company .massage-main:before {
	content: '';
	position:absolute;
	top:8px;
	left:-20px;
	border: 12px solid transparent;
	border-right:12px solid #efefef;
}
.send-company .massage-main{
	display:inline-block;
	position:relative;
	background-color:#efefef;
	border-radius:10px;
	padding:10px;
}
.send-user .massage-main:before {
	content: '';
	position:absolute;
	top:8px;
	right:-20px;
	border: 12px solid transparent;
	border-left:12px solid #dbe8f9;
}
.send-user .massage-main{
	display:inline-block;
	position:relative;
	background-color:#dbe8f9;
	border-radius:10px;
	padding:10px;
}
.send-user .massage-time{
    float: right;
}
.massage-main .massage-head .massage-name{
    display: inline-block;
    font-weight: bold;
    font-size: 110%;
    margin-bottom: 5px;
}
.massage-main .massage-head .massage-time{
    display: inline-block;
    color: #5d5d5d;
    font-weight: bold;
}
.message-foot-area{
	width: calc(100% - 2rem);
	height: 19%;
	min-height: 165px;
	position: absolute;
	bottom: 0;
	background: #efefef;
}
.message-foot-area textarea{
	width: 100%;
	padding: 8px;
}
.foot-area-expand #massage-time-line{
    height: calc(100% - 200px);
    min-height: calc(100% - 200px);
}
.foot-area-expand .message-foot-area{
	height: 200px;
	min-height: 200px;	
}	
.foot-area-expand .message-foot-area textarea{
	height: 140px!important;
}
.message-foot-btn p{
	padding-top: 10px;
    display: inline-block;
    margin-bottom: 0;
    font-size: 110%;
    font-weight: bold;
}
.message-foot-btn .btn{
	padding: 6px 30px;
	font-size: 15px;
	float: right;
}
@media (min-width: 768px) {
    .card-footer .contact-btn a.sm_only{
        display: none;
    }
    .sm_only{
        display: none;
    }
}

.bath_count{
    display: inline-block;
    width: 30px;
    height: 30px;
    color: white;
    background: red;
}