*{

		margin: 0;
		padding: 0;
		box-sizing: border-box;
}
body {
}
a{
	text-decoration: none;
			color: #0068b7;
			font-weight: bold;
}

h2.title{
	text-align: center;
	margin: 30px auto;
}

.kashima{
	background:#ed6d47;
	color:#fff;
}
.kashima-line{
	border-top: 15px solid #ed6d47;
}
.kashima-txt{
	color:#ed6d47;
}
.takeo{
	background:#5a77bd;
	color:#fff;
}
.takeo-line{
	border-top: 15px solid #5a77bd;
}
.takeo-txt{
	color:#5a77bd;
}
.ureshino{
	background:#c27cb2;
	color:#fff;
}
.ureshino-line{
	border-top: 15px solid #c27cb2;
}
.ureshino-txt{
	color:#c27cb2;
}
.tara{
	background:#4faadf;
	color:#fff;
}
.tara-line{
	border-top: 15px solid #4faadf;
}
.tara-txt{
	color:#4faadf;
}
.shiroishi{
	background:#ec6d80;
	color:#fff;
}
.shiroishi-line{
	border-top: 15px solid #ec6d80;
}
.shiroishi-txt{
	color:#ec6d80;
}
.imari{
	background:#925da3;
	color:#fff;
}
.imari-line{
	border-top: 15px solid #925da3;
}
.imari-txt{
	color:#925da3;
}
.arita{
	background:#26b695;
	color:#fff;
}
.arita-line{
	border-top: 15px solid #26b695;
}
.arita-txt{
	color:#26b695;
}
.matsuura{
	background:#e3a445;
	color:#fff;
}
.matsuura-line{
	border-top: 15px solid #e3a445;
}
.matsuura-txt{
	color:#e3a445;
}
#wrapper{
	width: 100%;
	/*
	 background-image: url("../img/bg.jpg");
	 background-size: cover;
	 background-position:top right;
	 */
	 background: #88d8d8;

}


/*-------------------------------*/
.pankuzu{
max-width:100%;
}
.p-top{
	padding:20px 0px 0px 20px;
}
.p-bottom{
	padding:0px 0px 10px 20px;

}
.breadcrumb {
max-width: 920px;
  margin-left:0;
  padding-left:0;
margin:0px auto 10px;

}

.breadcrumb li {
  display:inline;/*横に並ぶように*/
  list-style: none;
  font-weight: bold;/*太字*/
  color: gray;
font-size:15px;
text-shadow    :
       2px  2px 1px #ffffff,
      -2px  2px 1px #ffffff,
       2px -2px 1px #ffffff,
      -2px -2px 1px #ffffff,
       2px  0px 1px #ffffff,
       0px  2px 1px #ffffff,
      -2px  0px 1px #ffffff,
       0px -2px 1px #ffffff;
}

.breadcrumb li::after {
  /* >を表示*/
  content: '>';
  padding: 0 3px;
  color: #555;
}

.breadcrumb li:last-child::after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color: #fff;
  color: #55a8d8;
	text-shadow    :
	       2px  2px 1px #ffffff,
	      -2px  2px 1px #ffffff,
	       2px -2px 1px #ffffff,
	      -2px -2px 1px #ffffff,
	       2px  0px 1px #ffffff,
	       0px  2px 1px #ffffff,
	      -2px  0px 1px #ffffff,
	       0px -2px 1px #ffffff;
}

.breadcrumb li a i {
padding-right:5px;
}

.breadcrumb li a:hover {
  color: #9bd2f2;
}
/*--------------------------------*/
#top{
	width: 90%;
	max-width: 1200px;
	margin: 10px auto 0;
}
.top-in{
	width:100%;
}
.top-in img{
	display: block;
	vertical-align: bottom;
	width:100%;
}
/*-----------------------------------*/
.yellow{
	font-weight: bold;
	background: #f7e461;
}
.cb1{
	color: #fff;
	background: #676767;
}
.sb{
  width: 100%;
	background: #fff8d7;
margin:0;

background-image: url("../img/bg3.jpg");
background-size: contain;
}
.sb-in{
		max-width: 1200px;
		padding: 20px;
		margin: 0 auto;
		display: block;
		box-sizing: border-box;
}
.sb-name{
	text-align: left;
	font-size: 20px;
	margin-top: 10px;
	padding-top: 5px;
	width: 100%;
}
.sb-name b i{
	padding-right: 7px;
	color:#ba1717;
}
.serchBox{
display: flex;
justify-content: space-between;
	/*
	border-bottom: solid 3px #A0C238;*/
	margin-top: 24px;
	appearance: none;
-webkit-appearance:none
color: #000;

}
.form{
	display: block;
margin: 20px 10px;
}
.serchBox label{
	display: block;
	font-size: 15px;
	font-weight: bold;
}
.serchBox label i{
	padding-right: 7px;
	color:#ba1717;
}
.serchBox select{
	width:180px;
	height: 30px;
padding: 5px;
margin-top: 10px;
margin-bottom: 10px;
margin-right: 0px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 5px;
border: none;
border:  1px solid #000;
background-color: transparent;
background: #fff;
color: #000;
}

.serchBox select::-ms-expand {
	display: none;
}
.serchBox select:hover {
	color: #000;
	background: rgb(135,206,250,0.3);
}ul {
	padding-left: 0;
}
li {
	list-style: none;
}
p {
	margin: 0;
}
#page {
	width: 100%;
	margin: 0 auto;
}
.yellowline{
	background: linear-gradient(rgba(255,255,255,0) 60%, #FFF6B4 60%);
}
.searchList {
	margin-bottom: 20px;
}
.searchList li {
	display: inline-block;
}
/*-------------------*/


.box1{
	width: 90%;
	max-width:1200px;
margin: 0px auto 30px;
	display: block;
  justify-content: center;
	padding: 15px;
	border-radius:0 0 15px 15px;
	background: #fdfaf8;
}
.box1-in{
	width: 100%;
	padding:0px;
}
.box1-in h2{
font-size: 30px;
color:#1eb5aa;
margin-bottom: 10px;
}
.h2big{
color:#fff;
text-shadow:1px 1px 0 #000, -1px -1px 0 #000,
						-1px 1px 0 #000, 1px -1px 0 #000,
						0px 1px 0 #000,  0 -1px 0 #000,
						-1px 0 0 #000, 1px 0 0 #000;
}
.h2small{
	display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient( to top,  rgba(178,83,198,1) 25%, rgba(244,120,158,1) 75% );
  -webkit-background-clip: text;
  color: transparent;
}
.box1-in p{
	font-size: 15px;
	line-height: 2em;
}
.p-center{
	text-align:center;
}
.time{
	color:#72c4b1;
	font-weight: bold;
	border-bottom: 1px solid #72c4b1;
	font-size: 1.2em;
}
.box1-mini{
	width: 100%;
	margin: 20px auto;
	background: #4694d1;
	padding: 5px 10px;
	border-radius: 5px;
	color:#fff;
}
.box1-mini h3{
	color:#fff100;
	font-size: 24px;
}
.box1-mini a{
	color:#fff;
	border-bottom: 1px solid #fff;
	font-weight: lighter;
	font-size: 14px;
}
.b1m-txt p{
	font-size: 16px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 10px;
}
.b1m-txt p img{
	height: 30px;
	margin-right: 10px;
}
.b1-link{
	text-align: center;
}
.pc{
margin: 0 auto;
font-weight: lighter;
padding: 7px 13px;
border-radius: 18px;
text-decoration: none;
color:#fff;
background: #e6af00;
font-size: 15px;
}
.mb{
	display: none;
}
.b-mb{
	display: none;
}
/*----------------------*/
.box2{
	width: 90%;
	display: flex;
  justify-content: center;
margin: 0 auto;
}
.list{
	width: 100%;
}
.minibox{
	width: 100%;
	max-width:1200px;
	margin: 0 auto 30px;
	font-size: 15px;
}
.datsumou-line{
border-radius: 15px;
 border: 10px solid #d7f3ff;
}

/*----------------------------*/
.focus_box{
background: #fff;
padding:10px 10px 20px;
border-radius: 15px;
 border: 10px solid #d7f3ff;
}
.focus_in{
width: 100%;
display: flex;
justify-content: space-between;
position: relative;
}
.focus_in_left{
	width: 58%;
	display: flex;
	flex-direction: column;
}
.fil_top{
	width: 100%;
display: flex;
flex-direction: column;
padding: 15px;
border: double #78beea 4px;
background: #f5fcff;
}
.fil_top h2{
color:#25b5aa;
font-size: 20px;
}
.fil_top h3{
color:#0081cc;
font-size: 30px;
}
.fil_top p{

}
.fil_bottom{
	width: 100%;
display: flex;
flex-direction: column;
}
.filbox{
	width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
margin: 10px auto;
}
.filbox img{
	width: 200px;
	height: auto;
}
.filbox_txt{
	width: calc(100% - 220px);
}
.filbox_txt h4{
	font-size: 20px;
	border-bottom: dotted 1px #0081cc;
	margin-bottom: 10px;
}
.filbox_txt h4::first-letter{
	font-size: 1.2em;
	color:#0081cc;
	padding-right: 5px;
}
.filbox_txt h4 span{
	    background: -moz-linear-gradient(top, rgba(255, 255, 0, 0) 60%, rgba(255, 255, 0, 0.4) 60%, rgba(255, 255, 0, 0.4) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 0, 0) 60%, rgba(255, 255, 0, 0.4) 60%, rgba(255, 255, 0, 0.4) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 0, 0) 60%, rgba(255, 255, 0, 0.4) 60%, rgba(255, 255, 0, 0.4) 100%);
}
.focus_in_right{
	width: 40%;
}
.fir_box1{
	width: 100%;
display: flex;
flex-direction: column;
padding: 10px;
border: 1px solid #e8469e;
}
.fir_box1 h3 {
  display: inline-block;
  position: relative;
  height: 40px;/*高さ*/
  line-height: 40px;/*高さ*/
  text-align: center;
  padding: 0;/*文字の左右の余白*/
  font-size: 18px;/*文字サイズ*/
  background: #fff100;/*背景色*/
  color: #e8469e;/*文字色*/
  box-sizing: border-box;
	margin-bottom: 0px;
}

.fir_box1 h3:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.fir_box1 h3:after {
  top: 0;
  right: 0;
  border-width: 20px 15px 20px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
.fir_box1 h3 span{
	font-size: 0.8em;
	padding:2px 5px;
	border: 1px solid #e8469e;
	margin-right: 5px;
}
.fir_box1 li{
	padding:7px 0;
}
.fir_box1 li i{
    display: inline-block;
    transform: scaleX(-1);
		color:#24b7f4;
		padding-left:5px;
}
.fir_box1 p{
	margin-top: 3px;
	font-size: 0.8em;
}
.fir_box2{
	width: 100%;
display: flex;
justify-content: space-between;
margin: 10px auto;
}
.fir_box2 img{
	width: calc(50% - 10px);
	border: 1px solid #e8469e;
}
.fir_box3{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
.fir_box3 ul{
	width: 100%;
	margin: 5px auto 15px;
}
/*----------------------------*/

.box2-in{
display: block;
justify-content: center;
align-items: center;
position: relative;
background: #fff;
padding: 20px;
border-radius:  0 0 15px 15px;
}
.b2-top{
display: block;
justify-content: center;
align-items: center;
}
.b2t_blue {
position: relative;
background-color: #0081cc;
padding: 12px 10px 10px;
color: #fff100;
margin-bottom:0px;
border-radius: 15px 15px 0 0;
border-bottom: 1px solid yellow;
}
.b2t_blue::before {
content: "";
position: absolute;
border: 12px solid transparent;
border-top: 12px solid #0081cc;
top: 100%;
left: 50%;
z-index: 1;
}
.b2t_green {
position: relative;
background-color: #00aca0;
padding: 12px 10px 10px;
color: #fff100;
margin-bottom:0px;
border-radius: 15px 15px 0 0;
border-bottom: 1px solid yellow;
}
.b2t_green::before {
content: "";
position: absolute;
border: 12px solid transparent;
border-top: 12px solid #00aca0;
top: 100%;
left: 50%;
z-index: 1;
}
.b2-top-in{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.box2-in figure{
width: 400px;
height: 400px;
position: relative;
}
.box2-in figure img{
	position: absolute;
	width: 100%;
	bottom: 0;
}
figure.crea{
	background-image: url("../img/crea/1.jpg");
	background-position: right bottom;
}
figure.abili{
	background-image: url("../img/abili/1.jpg");
	background-position: right bottom;
}
figure.kumiko{
	background-image: url("../img/kumiko/1.jpg");
	background-position: right bottom;
}
figure.recipe{
	background-image: url("../img/recipe/1.jpg");
	background-position: right bottom;
}
figure.miyazaki{
	background-image: url("../img/miyazaki/1.jpg");
	background-position: center bottom;
}
figure.daisy{
	background-image: url("../img/daisy/1.jpg");
	background-position: center bottom;
}
figure.hidamari{
	background-image: url("../img/hidamari/1.jpg");
	background-position: center bottom;
}
figure.mana{
	background-image: url("../img/mana/1.jpg");
	background-position: center bottom;
}
figure.a-ma{
	background-image: url("../img/a-ma/1.jpg");
	background-position: center bottom;
}
.b2ti-txt{
	width: calc(100% - 420px);
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	text-align: left;
	padding: 0 0px 0 0;
}
.b2tit-top{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	background: #fff;
	padding:0px 0 10px;
}
.b2tit-top h3{
 width: 100%;
 display: flex;
 justify-content: flex-start;
 font-size: 20px;
 padding-bottom: 10px;
 font-weight: bold;
}
.b2tit-top h4{
font-size: 18px;
 width: 100%;
 display: flex;
 justify-content: flex-start;
}
.b2titt_blue{
color:#0081cc;
}
.b2titt_green{
color:#00aca0;
}
.b2tit-top p{
 width: 100%;
 display: flex;
 justify-content: flex-start;
margin-top: 10px;
font-weight: lighter;
text-align: left;
font-size: 15px;
}
.b2tit-bottom{
padding:0;
width: 100%;
display: block;
text-align: center;
border-radius: 5px;
}
.bg_gr{
color:#00aca0;
background: #e5eee6;
border: 5px solid #90d3c0;
}
.bg_br{
color:#0081cc;
background: #e4f0f6;
border: 5px solid #7fcfef;
}
.b2ti_cou{
	width: 100%;
	display: flex;
	justify-content:flex-start;
	align-items: center;
	font-weight: bold;
	color:#5858ad;
	font-size: 12px;
}
.b2ti_cou_left{
color:#9fa0a0;
padding: 0 5px;
border-radius:  5px 0 0px 0;
}
.b2ti_cou_right{
	margin-left: 10px;
}
.b2ti_main{
	width: 100%;
	padding: 5px 10px 10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 15px;
}
.b2ti_main_in{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	text-align: left;
}
.b2ti-minitxt{
	width: 100%;
	margin-bottom: 5px;
}
.b2ti-in-price{
width: 100%;
display: block;
}
.b2tip-h3{
	line-height: 1.5em;
}
.b2tip-p{
	font-size: 0.8em;
	line-height: 1.2em;
	margin-top:5px;
	width: 100%;
	display: flex;
}
.p-orange{
	color:yellow;
}
.b2-top-minitxt{
margin: 5px 0;
font-size: 0.8em;
}
.minimini{
	font-size: 0.4em;
}
.b2-middle{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
	flex-wrap: wrap;
}
.b2-middle-table{
	width:calc(100% - 190px);
	min-width:180px;
	display: block;
	justify-content:flex-start;
	align-items: center;
	box-sizing: border-box;
}
/*
.line_gr{
  box-shadow: 0 0 0 1px #28baaf inset, 0 0 0 4px #FFF inset, 0 0 0 5px #28baaf inset;
}
.line_pr{
  box-shadow: 0 0 0 1px #6357a3 inset, 0 0 0 4px #FFF inset, 0 0 0 5px #6357a3 inset;
}
*/
.b2-middle-table h4{
	font-size: 15px;
	line-height: 1.5em;
	border-bottom: 1px solid #000;
}
.b2-middle-table h4 .h2area{
	padding: 1px 10px;
border-radius: 10px;
font-size: 0.8em;
margin-right: 5px;
}
.shop-info{
font-size: 0.8em;
margin-top: 5px;
}
.shop-info tr{

}
.shop-info tr th{
font-weight: lighter;
padding: 2px 5px 2px 0px;
width: 58px;
}
.shop-info tr td{
padding: 2px 0px 2px 0px;
}
.shop-info tr td a{
text-decoration: none;
color:#000;
font-weight: lighter;
}
.b2-middle-img{
	max-width:180px;
	display: flex;
	justify-content: space-around;
	padding: 0;
	margin-right: 10px;
}
.b2-middle-img img{
	width:100%;
	border-radius: 5px;
}
.b2b-bottom{
	width: 100%;
	text-align: center;
	margin-top:15px;
}
.b2b-bottom a{
	width: 300px;
	margin: 0 auto;
	color:#fff;
	font-weight: lighter;
	border-radius: 20px;
	padding: 5px 20px;
	text-decoration: none;
	font-size: 14px;
}
a.br_btn{
background:#0081cc;
color:#fff;
border-bottom: 4px solid #085d8e;
}
a.gr_btn{
background:#00aca0;
color:#fff;
border-bottom: 4px solid #06756a;
}
.b2b-bottom a i{
	margin-right: 10px;
}

.ribbon19-content {
  position: absolute;
  top: -15px;
  left: 0;
  width:120px;
  height: 120px;
  overflow: hidden;
	z-index: 5;
  }

.ribbon19 {
  display: inline-block;
  position: absolute;
  padding: 5px 0;
  right: -24px;
  top: 25px;
  width: 200px;
  text-align: center;
	font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  background: #fff100;
  color: #e92110;
  letter-spacing: 0.1em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#page-top {
	z-index: 99999;
    position: fixed;
    bottom: 5px;
    font-size: 77%;
		font-weight: bolder;
		color: #fff;
		text-shadow:
		  0 0  4px #fff,
		  0 0  8px #fff,
		  0 0 12px #fff,
		  0 0 18px #ff00de,
		  0 0 22px #ff00de,
		  0 0 28px #ff00de,
		  0 0 36px #ff00de;
			/*
			width: 100%;
			display: flex;
			justify-content: space-between;
			align-items: flex-end;
			*/
}
.btn-left{
	position: fixed;
	bottom: 5px;
	left:5px;
}
.btn-right{
	position: fixed;
	bottom: 5px;
	right:5px;
}
.btn-left img{
	width:80px;
	-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
margin:0 10px;
}
.btn-right img{
	width: 80px;
	-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
margin:0 10px;
}
/*----------------------------*/
#page-top a {
    text-decoration: none;
    text-align: center;
    display: block;
    border-radius: 5px;
}
/*----------------------------*/
.banner{
	width: 90%;
	max-width: 1200px;
	display: flex;
  justify-content: center;
margin: 0 auto;
}
.banner a{
	width: 100%;
	text-align: center;
}
.banner a img{
	max-width: 100%;
	margin: 0 auto;
}
/*--------------------------------フッター-------*/

@media screen and (max-width: 1200px) {
	.top-txt p{
		font-size:80px;
	}
	#top{
		max-width: 760px;
	}
	.box1{
		max-width: 760px;
	}
	.minibox{
		max-width: 760px;
	}
.focus_in{
flex-direction: column;
}
.focus_in_left{
	width: 100%;
}
.focus_in_right{
	width: 100%;
}

.b2t_blue {
}
.b2-top-in{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.b2-top-in{
	display: flex;
	flex-direction: column;
}
.box2-in figure{
	order:1;
	width: 100%;
	background-size: cover;
}
.b2ti-txt{
	margin-top: 15px;
	order:2;
	width: 100%;
}
}
@media screen and (max-width: 1000px) {


}
@media screen and (max-width: 940px) {
.serchBox {
	display: block;
	margin: 10px auto;
	padding: 0px 0 0;
}
.serchBox select{
	width: 100%;
}
.serchBox label{
	display: block;
}

/*-------------------*/
.p-top{
	padding:10px 0px 0px 10px;
}
/*-------------------*/
.top-txt {
z-index: 100;
}
.top-txt p{
	font-size:60px;
}
/*-------------------*/

.box1{
margin:0px auto 20px;
}
.box1-in h2 {
    font-size: 20px;
}
.box1 p{
	font-size: 14px;
}
.time{
	font-size: 1em;
}
/*----------------------*/
.box2{
	width: 90%;
	display: flex;
  justify-content: center;
margin: 0 auto;
}
.list{
}
.minibox{
}

.mb{
text-decoration: none;
display: block;
margin:10px auto;
font-weight: lighter;
padding: 7px 13px;
border-radius: 18px;
font-size: 15px;
color:#fff;
background: #e6af00;
}
.b-mb{
	display: block;
}
.pc{
	display: none;
}
/*----------------------------------------*/
.fil_top h2{
	font-size: 16px;
}
.fil_top h3{
	font-size: 24px;
	font-weight: bold;
}
.filbox{
	margin: 20px auto;
	flex-direction:column;
}
.filbox  img{
	width: 100%;
	max-width: 400px;
 }
.filbox_txt{
	margin-top: 15px;
	width: 100%;
	max-width: 400px;
}
.filbox_txt h4{
	font-size: 18px;
}
.fir_box2{
	flex-direction: column;
}
.fir_box2 img{
	width: 100%;
	max-width: 400px;
	margin: 0 auto ;
	display: block;
	vertical-align: bottom;
}
.fir_box2 img:first-child{
	margin: 0 auto 10px;
}
.b2tip-h3{
	font-size: 16px;
}
.box2-in figure{
	height: 70vw;
}
/*------------------------------------------*/
.b2t_blue{
	font-size: 23px;
	font-weight: bolder;
}
.b2t_green{
	font-size: 23px;
	font-weight: bolder;
}
.b2tit-top h3{
	font-size:20px;
	padding-bottom: 10px;
}
.b2tit-top h4{
	font-size: 16px;
}
/*---------------------------------------*/
.b-pc{
	display: none;
}
.b2tl-txt .content ul li{

font-size: 13px;
}
#page-top{
}
#page-top img{

}
#page-top:hover img {

}

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


.ribbon19{
	font-size: 13px;
}
}
@media screen and (max-width: 600px) {

	#wrapper{
		/*
		 background-image: url("../img/bg2.jpg");
		 background-size: cover;
		 background-position:top right;*/
	}

.breadcrumb li{
font-size:13px;
}

.top-txt p{
	font-size:50px;
}

.sb{
	margin-top:0px;
}
.cb1{
	font-size: 10px;
}
}

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

	#wrapper{
	}
	.minibox{
	}
.b2-middle-img{
	width: 100%;
	max-width:400px;
margin:0 auto 5px;
}
.b2-middle-table{
	width: 100%;
}
}

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


	.minitxt {
}
}
@media screen and (max-width: 400px) {
	.minibox{
	}
	.top-txt p{
		font-size:30px;
	}

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

	.b2-middle-table h4 {
	    font-size: 4.5vw;
	}
}
