@charset "utf-8";


/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table.table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */

body {
	display: flex;
	flex-flow: column;
	min-height: 100vh;
	color:#49312C;
	font-size:small;
	font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height:1.5;
	-webkit-text-size-adjust: none;
}
input , select , textarea , button{
	font-size: 100%;
	font-family: inherit;
}

/* リンク設定
------------------------------------------------------------*/
a{color:#49312C;text-decoration:none;}
a:hover{color:#006699;}
a:active, a:focus {outline:0;}


/* 全体
------------------------------------------------------------*/
#wrapper{
flex: 1;
margin:0 auto;
padding:0 1%;
width:94%;
position:relative;
background:#fff;
}

.inner{
margin:0 auto;
width:100%;
}


/*************
/* ヘッダー
*************/
#header{
height:110px;
}

#header h1{
padding:5px 0 10px 15px;
font-size:10px;
font-weight:normal;
}

.breadcrumb {
/*
    padding: 5px 10px;
    border-bottom: 1px solid #ddd;
    background: #fff;
	width: 360px;
	margin: 0 auto;
*/
	padding: 5px 0 10px 5px;
	border-bottom: 1px solid #ddd;
	background: #fff;
	width: 98%;
	margin: 0 auto;
}
.breadcrumb ._breadcrumb_list {
    font-size: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0 auto;
    white-space: nowrap;
}
.breadcrumb ._breadcrumb_list li {
    display: inline-block;
    padding: 0 0.25px;
}

#global-navi {
    background:#49322B;
    position: fixed;
    top: 0;
    right: 0px;
    width: 100%;
}
#wrapper0 nav {
	position: fixed;
	top: 0;
	right: -300px;
	width: 300px;
	height: 100%;
	padding-top: 50px;
	background:#49322B;
	font-size: 15px;
	box-sizing: border-box;
	z-index: 2;
}
#wrapper0 nav ul li {
}
#wrapper0 nav ul li a {
	text-decoration: none;
	color: #ddd;
	display: block;
	padding: 10px 18px;
}
/*
#wrapper0 nav ul li{
display:inline-block;
font-size: 15px;
padding:  30px 20px 25px 28px;
}
#wrapper0 nav ul li a{
color: #ddd
}
#wrapper0 nav {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    padding-top: 50px;
    background:#49322B;
    font-size: 15px;
    box-sizing: border-box;
    z-index: 2
}
#wrapper0 nav ul li {
    display:block;
    padding: 10px 18px
}

#wrapper0 nav ul li a {
    text-decoration: none;
    color: #ddd
}
*/
#wrapper0 .btn-gnavi {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    z-index: 3;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms
}

#wrapper0 .btn-gnavi span {
    position: absolute;
    width: 30px;
    height: 4px;
    background: #666;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms
}

#wrapper0 .btn-gnavi span:nth-child(1) {
    top: 0
}

#wrapper0 .btn-gnavi span:nth-child(2) {
    top: 10px
}

#wrapper0 .btn-gnavi span:nth-child(3) {
    top: 20px
}

/*
#wrapper0 .btn-gnavi.open {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}
*/

#wrapper0 .btn-gnavi.open span {
    background: #fff
}

#wrapper0 .btn-gnavi.open span:nth-child(1) {
	top: 0px;
    right: 5px;
    transform: translateY(8px) rotate(-135deg);
    width: 30px;
}

#wrapper0 .btn-gnavi.open span:nth-child(2) {
    opacity: 0;
}

#wrapper0 .btn-gnavi.open span:nth-child(3) {
    top: 15px;
    right: 5px;
    transform: translateY(-8px) rotate(135deg);
    width: 30px;
}

#wrapper0 .contents section p {
    position: absolute;
    top: 50%;
    width: 30%;
    line-height: 1;
    font-size: 14px;
    color: #fff;
    text-shadow: 0 0 6px #666
}

#wrapper0 .contents section:nth-child(odd) p {
    left: 10%
}

#wrapper0 .contents section:nth-child(even) p {
    right: 10%
}

/*************
/* ロゴ
*************/
.logo{
float:left;
}

.logo p{float:left;}

.logo img{
/*width:auto;*/
float:left;
padding:2px 10px 0 10px;
}

.logo span{display:block;}

/*************
/* 電話番号
*************/
.info{
float:right;
padding-right:20px;
text-align:right;
}

.info .open{font-size:11px;}


/*************
/* ロゴ+電話番号
*************/
.logo,.info .tel{
margin-top:6px;
color:#74b4df;
font-size:20px;
font-weight:bold;
}

.logo span,.info span{
color:#333;
font-size:.6em;
font-weight:normal;
}


/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#mainBanner{
	margin: 0 auto;
	position: relative;
}

#mainBanner img{
	width: 100%;
	height: auto;
}

#subpage #mainBanner img{border:4px solid #f1f1f1;}

.slogan{
position:absolute;
max-width:100%;
height:auto;
bottom:20px;
left:0;
padding:5px 10px;
line-height:1.4;
color:#939393;
}

.slogan h2{
padding-bottom:5px;
font-size:20px;
font-weight:bold;
color:#333;
}


/**************************
/* グリッド
**************************/
.gridWrapper{
padding-bottom:20px;
overflow: hidden;
}

* html .gridWrapper{height:1%;}

.grid{
float:left;
border-radius:5px;
background:#fff;
}

.box{
margin:0 5px;
padding:10px;
border:1px solid #f1f1f1;
}

.box img{
max-width:100%;
height:auto;
border:4px solid #f1f1f1;
}

.box h3{padding:10px 0 5px;}

.box h3, .box p{text-align:left;}

.box p.readmore{
padding:10px 5px 5px;
text-align:right;
}



/*************
メイン コンテンツ
*************/
section.content article{
padding:20px;
margin-bottom:20px;
border:1px solid #f1f1f1;
overflow:hidden;
}

h2 {
font-weight:bold;
}
h3 {
font-weight:bold;
font-size:1.2em;
}

.center_title {
	margin-top: 5px;
	line-height: 1.2;
	margin-bottom: 5px;
	padding: 4px;
	text-align: left;
}
.title {
	font-size: 18px;
	font-weight: 700;
	position: relative;
	display: inline-block;
	/* text-transform: capitalize; */
	width:100%;
	text-align:center;
}
.desc{
	border-bottom: 1px solid #ccc;
	padding-bottom: 16px;
	margin-bottom: 20px;
}

* html section.content article{height:1%;}

section.content p{margin-bottom:5px;}

h3.heading{
font-weight:bold;
padding:0 10px;
line-height:36px;
color:#333;
background:#f1f1f1;
}

section.content img{
max-width:90%;
height:auto;
}

.alignleft{
float:left;
clear:left;
margin:3px 10px 10px 0;
}

.alignright{
float:right;
clear:right;
margin:3px 0 10px 10px;
}

#gallery .grid img,.border,ul.list img{border:4px solid #f1f1f1;}



/*************
テーブル
*************/
table.table{
border-collapse:collapse;
margin:5px auto 15px auto;
}

table.table td{
border-collapse:collapse;
background-color:#F9F9F9;
text-align:left;
padding:8px;
border:1px solid #D6D6D6;
line-height:20px;
}

table.table th{
background-color:#F5F5F5;
text-align:right;
padding:8px;
white-space:nowrap;
color: #151515;
border-top:1px solid #D4D4D4;
border-right:4px solid #D4D4D4;
border-bottom:1px solid #D4D4D4;
border-left:1px solid #D4D4D4;
font-size:13px;
font-weight:normal;
letter-spacing:1px;
background-repeat:repeat-x;
background-position:top;
}


/*************
/* サイドバー
*************/
#sidebar ul{padding:10px;}

#sidebar li{
margin-bottom:10px;
padding-bottom:10px;
list-style:none;
border-bottom:1px dashed #f1f1f1;
}

#sidebar li:last-child{
border:0;
margin-bottom:0px;
}

#sidebar li a{display:block;}

#sidebar ul.list li{
clear:both;
margin-bottom:5px;
padding:5px 0;
overflow:hidden;
border:0;
}

ul.list li{height:1%;}

ul.list li img{
float:left;
margin-right:10px;
}

ul.list li{
font-size:12px;
line-height:1.35;
}


/*************
/* フッター
*************/
#footer{
/*
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
*/
clear:both;
overflow:hidden;
padding:10px 10px 10px 10px;
background:#49312C;
color:#fff;
}

* html #footer{height:1%;}

#footer .grid{
padding:10px 0 0px;
margin:0;
background:transparent;
color:#fff;
}

#footer #info .logo, #footer #info .info{float:none;}

#footer #info .info{
clear:both;
padding:10px 0 0 15px;
text-align:left;
}

#footer .logo{font-size:18px;}

#footer .info .tel,#footer .info .tel span,#footer #info .open{
font-size:12px;
color:#fff;
}

ul.footnav{
display:flex;
flex-wrap: wrap;
-ms-flex-pack: center;
justify-content: center;
width:360px;
padding:10px 0 0 0;
}

ul.footnav li{
margin-bottom:10px;
padding:0 7px 0 8px;
font-size:12px;
/*border-right:1px solid #b6b6b6;*/
color:#fff;
}

#footer a{color:#fff;}
#footer a:hover{color:#fff;text-decoration: underline;}

address{
margin-top:-10px;
clear:both;
padding:5px;
text-align:center;
font-style:normal;
font-size:10px;
color:#333;
background:#49312C;
color:#fff;
}

.text-small{
	font-size:12px;
}
.text-disc{
	font-size:14px;
}

/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 640px){
	#header,#wrapper,.inner{
	width:360px;
	padding:0;
	margin:0 auto;
	}
	#wrapper{padding-bottom:20px;}

	.grid{width:100%;}
	.box img{max-width:100px;}
	#mainBanner h2,#mainBanner p{font-size:80%;}

	#header{
	height:auto;
	padding-bottom:0px;
	/*border-bottom: 1px solid #888888;*/
	}

	#header h1,.logo,.info{text-align:center;}

	.logo,.info{
	clear:both;
	width:100%;
	float:none;
	}

	.logo p{float:none;display:block;}
	.logo img{float:none;padding:0;}

	.box img{
	float:left;
	margin-right:5px;
	}

	.box h3{padding-top:0;}

  .alignleft,.alignright{
	float:none;
	display:block;
	margin:0 auto 10px;
	}

	#gallery .grid{float:left;}

	#wrapper0 .btn-gnavi {
	    position: fixed;
	    top: 10px;
	    right: 29vw;
	    width: 24px;
	    height: 24px;
	    z-index: 3;
	    box-sizing: border-box;
	    cursor: pointer;
	    -webkit-transition: all 400ms;
	    transition: all 400ms
	}
}

/*


  nav#mainNav{
	clear:both;
	overflow:hidden;
	position:relative;
	}

	nav#mainNav .inner{
	width:322px;
	padding:0 14px;
	}

	nav#mainNav ul li{
	float: left;
	position: relative;
	}

	nav#mainNav li:last-child{border-right:1px dotted #ebebeb;}

	nav#mainNav ul li a{
	display: block;
	text-align: center;
	_float:left;
	font-size:13px;
	width:254px;
	height:45px;
	padding-top:9px;
	color:#333;
	border-left:1px dotted #ebebeb;
	}

	nav#mainNav ul li a span,nav#mainNav ul li a strong{
	display:block;
	}

	nav#mainNav ul li a span{
	color:#cdcdcd;
	font-size:10px;
	}

	nav div.panel{
	display:block !important;
	float:left;
	}

	a#menu{display:none;}

	nav#mainNav li.active a, nav#mainNav li a:hover{
	color:#909090;
  	background:#f9f9f9;
	padding-top:9px;
	}
	#mainBanner{margin-left:15px;}
	#subpage #mainBanner{margin:17px auto;}

	#main{
	float:right;
	width:320px;
	padding-right:15px;
	}

	#sidebar{
	float:left;
	width:245px;
	padding:17px 0 0 15px;
	overflow:hidden;
	}

	#sidebar article{
	padding:7px;
	margin-bottom:20px;
	border:1px solid #f1f1f1;
	overflow:hidden;
	}
*/

	/* グリッド全体 */
/*
	.gridWrapper{
	width:360px;
	margin:0 0 0 -10px;
	}

	#gallery article{padding:10px 0 10px 10px;}

	/* グリッド */
/*	.grid{
	float:left;
	width:100px;
	margin-left:20px;
	}

	#subpage .grid{width:auto;}

  #gallery .grid{
	width:auto;
	margin:10px 0 2px 10px;
	}
*/

@media only screen and (max-width:600px){
	.grid{width:100%;}
	.box img{max-width:100px;}
	#mainBanner h2,#mainBanner p{font-size:80%;}

	#header{
	height:auto;
	padding-bottom:0px;
	/*border-bottom: 1px solid #888888;*/
	}

	#header h1,.logo,.info{text-align:center;}

	.logo,.info{
	clear:both;
	width:100%;
	float:none;
	}

	.logo p{float:none;display:block;}
	.logo img{float:none;padding:0;}

	.box img{
	float:left;
	margin-right:5px;
	}

	.box h3{padding-top:0;}

  .alignleft,.alignright{
	float:none;
	display:block;
	margin:0 auto 10px;
	}

	#gallery .grid{float:left;}
}
/*
	*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}

	nav#mainNav{
	clear:both;
	width:100%;
	margin:0 auto;
	padding:0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #f5f5f5), color-stop(0.5, #f0f0f0), color-stop(0.00, #f7f7f7));
	background: -webkit-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -moz-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -o-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -ms-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
  border:1px solid #e4e4e4;
	}

	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:40px;
	line-height:40px;
	font-weight: bold;
	text-align:left;
	}

	nav#mainNav a#menu span{padding-left:10px;}
	nav#mainNav a.menu span:before{content: "→ ";}
	nav#mainNav a.menuOpen span:before{content: "↓ ";}

	nav#mainNav a#menu:hover{cursor:pointer;}

	nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	}

	nav#mainNav ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	}

	nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
	display: block;
	padding:15px 10px;
	text-align:left;
	border-bottom:1px dashed #ccc;
	}

	nav#mainNav ul li a span{padding-left:10px;}

	nav#mainNav ul li:first-child a{
	border-top:1px solid #e4e4e4;
	}

	nav#mainNav ul li:last-child a{border:0;}

	nav#mainNav ul li.active a{color:#006699;}

	nav div.panel{float:none;}

	#subpage #mainBanner{max-width:668px;}

	#sidebar{padding-bottom:30px;}

	#sidebar article{padding:7px 0;}

	#footer .grid,#footer ul.footnav{
	float:none;
	width:100%;
	text-align:center;
	}

	ul.footnav li{float:none;display:inline-block;}

	.grid{
	width:32%;
	margin:10px 0 0 1%;
	}

	#gallery .grid{
	float:left;
	width:31%;
	margin:0 0 0 1%;
	}
	#footer .grid img, #footer .info{float:none;}
	#footer .grid p{display:block;}
	#footer #info .info{float:none;text-align:center;}

	#footer .logo,#footer .info{
	width:100%;
	float:none;
	}

	#footer .logo p{float:none;display:block;}
	#footer .logo img{float:none;padding:0;}
*/


/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
	#header{
	height:auto;
	padding-bottom:5px;
	/*border-bottom: 1px solid #888888;*/
	}

	#header h1,.logo,.info{text-align:center;}

	.logo,.info{
	clear:both;
	width:100%;
	float:none;
	}

	.logo p{float:none;display:block;}
	.logo img{float:none;padding:0;}

	.box img{
	float:left;
	margin-right:5px;
	}

	.box h3{padding-top:0;}

  .alignleft,.alignright{
	float:none;
	display:block;
	margin:0 auto 10px;
	}

	#gallery .grid{float:left;}
}

/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
	.grid{width:100%;}
	.box img{max-width:100px;}
	#mainBanner h2,#mainBanner p{font-size:80%;}

	#wrapper0 .btn-gnavi {
	    position: fixed;
	    top: 10px;
	    right: 4vw;
	    width: 24px;
	    height: 24px;
	    z-index: 3;
	    box-sizing: border-box;
	    cursor: pointer;
	    -webkit-transition: all 400ms;
	    transition: all 400ms
	}
}

/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 13px;
  top   : 12px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: 0.5s all;
  -moz-transition   : 0.5s all;
  transition        : 0.5s all;
}

.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #555;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active{
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  background : #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}
.hamburger.active span:nth-child(2) {
  top: 16px;
  background : #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
.hamburger.active span:nth-child(3) {
  opacity: 0;
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #fff;
  background: rgba(0,0,0,0.7);
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;

}

.chatlist {
    box-sizing: border-box;
    position: relative;
    padding: 4px 2px 4px 2px;
    margin-left: 4px;
    cursor: pointer;
    fill-opacity: 0;
}
.waku {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
	padding-bottom: 6px;
    border-bottom: 1px solid #cccccc;
}
.waku2 {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
	padding-bottom: 6px;
}
.groomer_img {
	margin-right: 10px;
    width: 36px;
    height: 36px;
    flex-shrink: 0;
}
.gimg {
    box-sizing: border-box;
    width: 36px;
    height: 36px;
    border-radius: 50%;
	object-fit: cover;
}
.groomer_name {
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
}
.gname {
    color: rgb(36, 36, 36);
    font-weight: bold;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: auto;
    font-size: 14px;
    font-feature-settings: "palt";
}
.midoku {
    font-size: 14px;
    font-weight: bold;
    box-sizing: border-box;
    position: absolute;
    padding: 4px;
    height: 24px;
    top: calc(12px);
    right: 4px;
    cursor: pointer;
    fill-opacity: 1;
}

.chat_area {
    position: relative;
    width: 100%;
    top: 0px;
    background-color: rgb(248, 250, 252);
	height:calc(100vh - 150px);
	overflow-y: scroll;
    z-index: 1;
/*
    bottom: 150px;
*/
}
.messege_area {
/*
    position: fixed;
    bottom: 0px;
*/
    width: 100%;
}

.charframe {
    position: relative;
    transition: all 0.1s linear 0s;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    background-color: transparent;
    border-color: transparent;
}
.cframe {
    padding: 2px 2px 2px 2px;
}
.cframe_left {
    float: left;
}
.cframe_waku {
    box-sizing: border-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    vertical-align: bottom;
    border-width: 1px;
    border-style: solid;
    overflow: hidden;
    cursor: pointer;
    border-color: rgb(219, 219, 219);
    background-color: rgb(248, 250, 252);
    border-radius: 50% 50% 0px;
    width: 28px;
    height: 28px;
}
.cframe_img {
    display: inline-block;
    flex-shrink: 0;
    width: 28px;
    height: 28px;
	object-fit: cover;
}
.cframe_txtwaku {
    zoom: 1;
    padding: 0px 36px 0px calc(44px);
}
.cframe_twaku {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: rgb(67, 100, 117);
    width: calc(100% - 32px);
}
.cframe_txt {
    display: inline;
    font-weight: 700;
    cursor: pointer;
}
.cframe_smalltxt {
    display: inline;
    margin-left: 4px;
    font-size: 11px;
}
.cframe_chat {
    border-radius: 4px;
    color: rgb(36, 36, 36);
    background-color: transparent;
    font-size: 14px;
    padding: 0px;
    padding-top: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.cframe_chat::after {
    content: "";
    display: block;
    clear: both;
}
.cframe_date {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    right: 4px;
    top: 6px;
    color: rgb(107, 107, 107);
    font-size: 11px;
	text-align:right;
}
.mybgcol {
    background-color: #f5FFEC;
}

.chatmsg_frame {
    position: relative;
    width: 100%;
    z-index: 1;
    background-color: rgb(248, 250, 252);
}
.chatmsg_waku {
    position: relative;
    margin: 0px 10px 10px 10px;
    padding: 0px 0px 0px;
    border-top: 1px solid rgb(235, 239, 244);
}
.chatmsg_pos {
    position: relative;
}
.chatmsg_borad {
    position: relative;
    z-index: 1;
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(169, 186, 206);
}
.chatmsg {
    box-sizing: border-box;
    margin: 0px;
    padding: 8px;
    width: 100%;
    outline: 0px;
    box-shadow: none;
    border: none;
    background: transparent;
    overflow-y: hidden;
/*    min-height: 40px; */
    font-size: 14px;
    color: rgb(0, 0, 0);
	overflow-y: scroll;
    height: 60px;
}
textarea:focus {
/*
    border-color: #0084b2;
    box-shadow: 0 0 0 #fff inset, 0 0 4px #74b9f0;
    outline: none;
*/
}
.image_waku {
    border-radius: 4px;
    color: rgb(36, 36, 36);
    background-color: transparent;
    font-size: 14px;
    padding: 0px;
    margin-top: 3px;
    margin-bottom: 0px;
    border: 1px solid #cccccc;
}
.imagew {
    background-color: rgba(255,255,255,.85);
    font-size: 11px;
}
.cimg {
	width: 40%;
    margin: 4px 0px 8px;
    cursor: pointer;
	border: 0;
    vertical-align: middle;
}

.goto_btn {
	width: 100%;
	height: 46px;
	background-color: #fff;
	color: #49312C;
	text-align: center;
	font-size: 16px;
	border: 1px solid #49312C;
	border-radius: 4px;
	margin:20px 0;
}
.goto_btn:hover, .goto_btn:active, .goto_btn:focus {
    background-color: #49312C;
    color: #fff;
}

/* 追加 */
.type_tabs {
    margin-bottom: 10px;
}
.type_tabs .tabs {
    position: relative;
    display: -ms-flexbox;
    display: flex;
}
.type_tabs .tabs li {
	width: 25%;
	height: 50px;
    text-align: center;
    border-top: 1px solid #49312C;
    border-right: 1px solid #49312C;
    border-bottom: 1px solid #49312C;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 13px;
	background-color: #fff;
}
.type_tabs .tabs li:first-child {
    border-left: 1px solid #49312C;
}
.type_tabs .tabs .name {
    display: block;
    padding: 5px 2px;
    transition: background .4s;
    color: #49312C;
}
.type_tabs .tabs .name2 {
    display: block;
    padding: 5px 2px;
    transition: background .4s;
    color: #49312C;
}
.type_tabs .tabs .selected .name {
	height: 30px;
    background: #49312C;
    padding: 5px 2px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
}
.type_tabs .tabs .selected .name2 {
	height: 40px;
    background: #49312C;
    padding: 5px 2px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
}
.search_area {
    background: #ececec;
	width:94.5%;
	padding: 10px;
	margin-right:4px;
}
.form_sel {
	width:100%;
	height:40px;
	font-size: 14px;
	margin-bottom:10px;
	background-color: #49312C;
	color: #fff;
	border-radius: 28px;
	text-align: center;
	border:0;
}
.form_select {
	width: 100%;
	height: 40px;
	font-size: 15px;
	border-radius: 6px;
	margin-bottom: 20px;
	padding: 4px;
	border: 1px solid #9A9A9A;
}
.form_txt {
	width:70%;
	height:34px;
    font-size: 13px;
	margin-right:5px;
}
.form_text {
	width: 100%;
	height: 40px;
	font-size: 15px;
	border-radius: 6px;
	margin-bottom: 20px;
	padding: 12px;
	border: 1px solid #9A9A9A;
	box-sizing: border-box;
	}
.form_textarea {
	width:100%;
	height:200px;
	font-size: 15px;
	border-radius:6px;
	padding: 12px;
	border: 1px solid #9A9A9A;
	box-sizing: border-box;
}
.form_submit {
	width: 100%;
	height: 46px;
	font-size: 16px;
	border-radius: 24px;
	margin: 20px 0 10px;
	border: none;
	background-color:#49312C;
	color:#fff;
}
.form_submit_small {
	width: 100%;
	height: 46px;
	font-size: 14px;
	border-radius: 24px;
	margin: 20px 0 10px;
	border: none;
	background-color: #49312C;
	color: #fff;
	padding: 0 14px;
	box-sizing: border-box;
}
.form_submit2 {
	width: 100%;
	height: 46px;
	font-size: 16px;
	border-radius: 24px;
	margin: 20px 0 10px;
	border: none;
	background-color:#49312C;
	color:#fff;
}
.form_submit3{
	width:60px;
	height:25px;
	margin-top: 0;
	background-color:#000;
	color:#fff;
	text-align:center;
	font-size:1em;
	border-radius: 4px;
}
.submit {
	text-align:center;
}
.heading2 {
	position: relative;
	padding: 10px 0 4px 0;
	font-size: 16px;
	border-bottom: 1px solid #49312C;
}
.heading2 span {
	position: relative;
	z-index: 1;
}
.fbold {
	font-weight:bold;
}

.recruitment-lists {
    list-style: none;
    margin: 0;
    padding: 0;
}
.recruitment-lists li .recruitment-frame {
    display: flex;
    flex-wrap: wrap;
    color: #242424;
}
.recruitment-lists li .recruitment-frame .recruitment-image {
    width: 100px;
}
.fade-box img {
    transition: opacity 0.4s cubic-bezier(0.95, 0.05, 0.795, 0.035);
}
.recruitment-lists li .recruitment-frame .recruitment-section {
    margin-left: 0.6rem;
    line-height: 1.4;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.limited-title {
    font-weight: 700;
    font-size: 1.4rem white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
	font-weight:normal;
}
.new-label {
  margin: 3px 0;
  padding: 3px;
  font-size: 12px;
  background: #FF0000;
  color: #fff;
  font-weight: bold;
}
.price-label {
  margin: 3px 0;
  padding: 3px;
  font-size: 16px;
  background: #fff;
  color:#FF2700;
}
.rec-img {
	width:100px;
	height:100px;
	object-fit: cover;
	border-radius:5%;
}
.pict_list_wrap {
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4vw;
}
.pict_list_wrap li {
    position: relative;
    width: calc( 50% - 1vw );
		margin-bottom:10px;
}
.pict_list_wrap .pict_frame {
    position: relative;
    overflow: hidden;
}
.pict_list_wrap .pict_section {
    right: 0;
    bottom: 0;
    left: 0;
    display: -ms-flexbox;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    line-height: 1.3;
	text-align: center;
}
.pict_list_wrap {
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1vw;
		justify-content: space-between;
}
.pict_list_wrap li {
    position: relative;
    width: calc( 50% - 1vw );
		margin-bottom:10px;
}
.pict_list_wrap .pict_frame {
    position: relative;
    overflow: hidden;
}
.pict_list_wrap .pict_section {
    right: 0;
    bottom: 0;
    left: 0;
    display: -ms-flexbox;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    line-height: 1.3;
	text-align: center;
}
.top_pict_list_wrap {
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1vw;
		justify-content: space-between;
}
.top_pict_list_wrap li {
    position: relative;
    width: calc( 100% / 3 - 1vw );
}
.label_file {
    background: #1783f0;
    color: #ffffff;
    cursor: pointer;
    padding: 6px 12px;
    display: inline-block;
    font-size: 12px;
}
.label_file input {
    display: none;
}
.footimg {
	background: #ececec;
	padding: 12px;
	color:#49312C;
	margin: -22px calc(50% - 50vw) 16px;
	font-size: 14px;
}
#groomer-lists {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#groomer-lists li {
    width: calc(50% - 1px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	border-top:none;
	margin-bottom:0px;
	margin-top:0px;
}
.groomer-frame {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #242424;
}
.groomer-image {
    width: 80px;
}
.groomer-section {
	width:100%;
    margin-left: 0.3rem;
    max-width: 110px;
}
.limited-title {
    font-size: 13px;
	font-weight:bold;
}
.regular {
    font-size: 11px;
}
.exp {
	font-size:11px;
}
.notice_list {
	padding: 12px 0;
	border-bottom: 1px solid #cccccc;
}
.imgwaku {
	border: 1px solid #cccccc;
	border-radius:5%;
}

.required-mark {
    font-size: 12px;
    background: #E73656;
    border-radius: 0.2rem;
    font-weight: bold;
    color: #FFF;
    padding: 0.25rem;
    line-height: 1;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 6px;
}
.page_wrap .form_style .submit {
    text-align: center;
}
.field-label {
	font-weight: bold;
	font-size: 14px;
}
.fname {
	margin-top: 20px;
}
.review_ul {
	margin-top:10px;
	border-top: 0.5px solid #888;
}
.review_li {
	margin-top:10px;
	padding-bottom:10px;
	border-bottom: 0.5px solid #888;
}
.review-comment {
	font-size: 14px;
	min-height: auto;
}
.review-comment label {
    cursor: pointer;
}
.review-continue-button-text {
    color: #5d9cec;
    padding-left: 5px
}
.review-comment .review-continue-show {
    display: none;
    transition: .8s;
}
.review-continue-input {
    display: none;
    margin: 4px 0 0;
    line-height: normal;
}
#page-wrap {
    margin-bottom: 10px;
    padding: 0 5px;
}
.fbold {
	font-weight:bold;
}
.tr_q {
	border-top:1px solid #efefef;
}
.tr_a {
	background: #efefef;
}
.qaimg {
	margin-top:10px;
	margin-bottom:8px;
	width:60px;
	height:50px;
}
.groomer_header {
    margin-bottom: 10px;
}
.groomer_header_info {
    display: -ms-flexbox;
    display: flex;
    padding: 10px 5px;
    padding: 10px 5px;
    border-top: 0px solid #efefef;
/*    border-bottom: 1px solid #efefef; */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-top: -6px;
    margin-bottom: -6px;
    padding-bottom: 4px;
}
.groomer_header_info img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
._groomer_right {
    line-height: 1.4;
    position: relative;
    min-width: 100px;
    margin-left: 5px;
    text-align: left;
    -ms-flex: 1;
    flex: 1;
}
.groomer_site_name {
    font-size: 14px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#groomer-lists {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#groomer-lists li {
    width: calc(50% - 1px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	border-top:none;
	margin-bottom:0px;
	margin-top:0px;
}
.area {
    font-size: 10px;
}
.sns {
	width:96%;
    margin-top: 8px;
    margin-bottom: -10px;
    margin-right: -2px;
    line-height: 1;
    text-align: right;
}
.head_tabs {
    margin-bottom: 10px;
}
.head_tabs .tabs {
    position: relative;
    display: -ms-flexbox;
    display: flex;
}
.head_tabs .tabs li {
    text-align: center;
/*
    border-bottom: 1px solid #ccc;
*/
    border-right: 1px solid #ccc;
    line-height: 2;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 13px;
	color: #000;
    /* border-radius: 2px; */
}
.head_tabs .tabs li:first-child {
    border-left: 1px solid #ccc;
}
.head_tabs .tabs .selected {
    border-bottom: 1px solid #ff0000;
}
.head_tabs .tabs .selected .name {
/*
    background: #eee;
*/
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a {
	color: #49312C;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: transparent;
}
.midashi {
	/*background-color:#eeeeee;
	margin-bottom:0px;
	height:30px;
	vertical-align:middle;
	padding-top:5px;*/
	font-size:16px;
}
.request_title {
/*
	font-size: 16px;
	color: #4471df;
	margin-bottom:10px;
*/
    color: #49312C;
	font-size: 16px;
	font-weight: bold;
    margin: 0px 0px 12px 0px;
    padding: 0px 5px 3px 5px;
    border-bottom: 2px solid #49312C;
}
.salon_img {
	width: 100%;
	margin: 5px 10px 5px 0px;
}
.menu_mypage {
    position: relative;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -4px 10px;
    padding: 4px;
    background: #ededed;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.mypage_menu_item:nth-child(1),
.mypage_menu_item:nth-child(2),
.mypage_menu_item:nth-child(3),
.mypage_menu_item:nth-child(4),
.mypage_menu_item:nth-child(5),
.mypage_menu_item:nth-child(6),
.mypage_menu_item:nth-child(7),
.mypage_menu_item:nth-child(8) {
    width: calc(50% - 4px);
    margin-top: 4px;
}
.menu_mypage .current_page_item {
    border-bottom: none;
    font-weight: bold;
}
.menu_mypage .mypage_menu_item {
    font-size: 0.85rem;
    margin: 1px 2px;
    background: #fff;
}
.menu_mypage .mypage_menu_item a {
    line-height: 1.3;
    display: block;
    padding: 6px 4px;
    text-align: center;
    border-radius: 4px;
}
.hissu {
	color:#ff0000;
	font-size:0.8em;
}
.kiyaku {
    height: 24vh;
    padding: 1rem;
    overflow-y: scroll;
    border: 1px solid #ddd;
    margin-bottom: 1rem;
	border-radius: 10px;
}
.kiyaku h3{
	margin-top:24px;
}
.kiyaku P{
	margin-top:4px;
}
.kiyaku ol{
	list-style-type:decimal;
	margin-top:4px;
	padding-left:24px;
}
.kiyaku ol li{
	margin-bottom:12px;
}
.kiyaku ol li ol{
	padding-left:0;
}
.kiyaku ol li ol li{
	list-style-type: none;
	counter-increment: cnt;
}
.kiyaku ol li ol li::before{
	content: "(" counter(cnt) ") ";
}
.noticelist {
	margin-top:10px;
	margin-bottom:8px;
	padding-top:6px;
	padding-bottom:6px;
    border-top: 1px solid #ccc;
}
.notice_title {
	color: #222222;
	font-size:16px;
	border-bottom: solid 1px #ccc;
	margin-top:10px;
}
.pagenation {
	position: relative;
	margin-left: 4px;
	padding: 8px;
	background-color: #49312C;
	color: #fff;
	cursor: pointer;
	transition: background 0.2s linear 0s;
	border: 1px solid transparent;
	border-radius: 50%;
	fill-opacity: 0;
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
}
.bosyu_list {
    clear: both;
    margin: 0px 0px 10px 0px;
    padding: 12px 12px 12px 12px;
    background-color: #FFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.bosyu_list .recruitment-frame {
    display: flex;
    flex-wrap: wrap;
    color: #242424;
}
.bosyu_list .recruitment-frame .recruitment-image {
    width: 100px;
}
.fade-box img {
    transition: opacity 0.4s cubic-bezier(0.95, 0.05, 0.795, 0.035);
}
.bosyu_list .recruitment-frame .recruitment-section {
    margin-left: 0.6rem;
    line-height: 1.4;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.bosyu_list h3 {
    color: #49312C;
    font-size: 100%;
    margin: 0px 0px 12px 0px;
    padding: 0px 5px 3px 5px;
    border-bottom: 2px solid #49312C;
}
.bosyu_prof {
    margin: 0px 0px 0px 0px;
    padding: 0px 5px 0px 5px;
    overflow: hidden;
}
/*
.bosyu_prof dl {
    font-size: 100%;
    line-height: 150%;
    margin: 0px 0px -1px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
}

.bosyu_prof dt {
    float: left;
    padding: 5px 10px 5px 0px;
    width: 40px;
    text-align: right;
}
.bosyu_prof dd {
    border-bottom: 1px dotted #D2D2D2;
    margin: 0;
    padding: 5px 0px 5px 12px;
}
*/
.bosyu_prof dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.bosyu_prof dt {
	width: 24%;
	padding: 4px 0;
	border-bottom: 1px dotted #D2D2D2;
}
.bosyu_prof dd {
	width: 76%;
	padding: 4px 0;
	border-bottom: 1px dotted #D2D2D2;
}
.undertxt {
    clear: both;
	width:100%;
    font-size: 80%;
	margin-top: 5px;
    text-align: right;
    color: #49312C;
}
.management-content {
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
    border-top: 1px solid #ccc;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.management-content dt {
    width: 20%;
    padding: 12px 0 12px 4px;
    border-bottom: 1px dotted #D2D2D2;
		box-sizing: border-box;
}
.management-content dd {
    width: 80%;
		padding: 12px 4px 12px 4px;
    border-bottom: 1px dotted #D2D2D2;
    margin: 0;
		box-sizing: border-box;
}
.clear{
	clear:both;
}
input[type=checkbox] {
	width: 16px;
    height: 16px;
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
	vertical-align: middle;
}
input[type=radio] {
	width: 16px;
    height: 16px;
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);v
	vertical-align: middle;
}

.head-menu{
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
}
.head-menu a{
	display: block;
	background: #ececec;
	padding: 8px;
	color: #49312C;
	border-radius: 10px;
}
.head-menu a:hover{
	opacity: 0.6;
}


/* 20250515 */

.form_pref{
	position: relative;
    width: 100%;
    max-width: 100%;
    color: #fff;
    background: #49312C;
    border: solid 1px #49312C;
    border-radius: 50vw;
    height: 38px;
    position: relative;
    font-size: 14px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background .15s cubic-bezier(0.45, 0, 0.55, 1), color .15s cubic-bezier(0.45, 0, 0.55, 1) 0.02s, border .15s cubic-bezier(0.45, 0, 0.55, 1);
    position: relative;
  }
  .form_pref:before{
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translate(0%,-50%) rotateZ(135deg);
    z-index: 1;
    transition: transform .15s cubic-bezier(0.45, 0, 0.55, 1);
  }
  .form_pref.active{
    color: #49312C;
    background: #fff;
    border: solid 1px #49312C;
  }
  .form_pref.active:before{
    border-color: #49312C;
    transform: translate(0%,-50%) rotateZ(-45deg);
  }

.form_pref__list{
	width: 100%;
	background: #fff;
}


.form_pref__list {
    display: grid;
    grid-template-rows: 0fr;
    transition: 250ms grid-template-rows ease;
  }
  
  .form_pref__list.active{
    grid-template-rows: 1fr;
    border-top: 1px solid #fff;
    margin-bottom: 15px;
    transform: translateY(-1px);
  }
  
  .form_pref__list>ul{
    overflow: hidden;
  }
  
  .form_pref__list>ul li {
    display: block;
    border-bottom: 1px solid #eee;
  }
  .form_pref__list>ul li.area_head {
    color: #242424;
    background: #f3f3f3;
    height: 35px;
  }
  
  .form_pref__list>ul li:nth-of-type(1) {
    border-top: 1px solid #eee;
  }
  
  .form_pref__list>ul li a,.form_pref__list>ul li>span {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    position: relative;
    font-size: 0.8rem;
    color: #242424;
    position: relative;
    padding: 8px 0 8px 7px;
  }
  .form_pref__list>ul li a:after {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    top: calc(50% - 2px);
    right: 10px;
    border-top: 2px solid #242424;
    border-right: 2px solid #242424;
    transform: rotateZ(45deg);
  }
  
  .form_pref__list>ul li.active a{
    pointer-events: none;
  }
  .form_pref__list>ul li.active a span{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    background: #fff;
    color: #49312C;
    position: relative;
    font-size: 0.8rem;
    padding-left: 25px;
  }
  
  .form_pref__list>ul li.active a span:before{
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: calc(50% - 4px);
    left: 10px;
    border-radius: 10px;
    background: #36b7f4;
  }
  