@charset "UTF-8";

/*=============================================
ページ別　おすすめ
===============================================*/
#page_contents .btn_type1:hover:after {
  height: 100%;
  opacity: 1;
}
#contents_header.ch_img {
  padding: 50px 0 50px;
  height: 50px;
}
#contents_header {
  background: url(../../common/images/ski_header.jpg) no-repeat center 60%;
  background-size: cover;
}
#page_contents {
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 40px 0px;
}
@media only screen and (max-width:768px) {
  #page_contents {
    max-width: 100%;
    margin: 0 auto;
    padding: 60px 20px 0px;
  }
}
#page_contents h3 {
  color: #211614;
  text-align: center;
  font-size: 2rem;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

#page_contents h3:after {
  position: absolute;
  content: "";
  width: 60px;
  height: 1px;
  left: 50%;
  margin: 18px 0 0 -20px;
  display: block;
  background: #211614;
}



/*================ テーブル=================*/

table.tb_plan {
  border-collapse: collapse;
  /*  border: solid 1px #999;Ã¨Â¡Â¨Ã¥â€¦Â¨Ã¤Â½â€œÃ£â€šâ€™Ã§Â·Å¡Ã£ÂÂ§Ã¥â€ºÂ²Ã£Ââ€ */
  width: 100%;
  margin: 0 auto;
  font-size: 1.2rem;
}
table.tb_plan th {
  background: #fff;
  text-align: center;
}
table.tb_plan th {
  padding: 0.5% 1%;
  vertical-align: middle;
}
table.tb_plan tr {
  border-bottom: 1px solid #999;
}
table.tb_plan td {
  font-size: 1rem;
  line-height: 1.2;
  padding: 5px 0;
  vertical-align: middle;
}

table.tb_plan p {
  color: #1a2b77;
  padding: 5px 0;
  /*	border-bottom: 1px solid #999;*/
  width: 100%;
  margin: 0 auto 0.5%;
  font-size: 0.8rem;
}

table.tb_plan td p:after {
  position: relative;
  content: "";
  width: 100px;
  height: 1px;
  left: 0;
  right: 0;
  margin: auto;
  /* margin: 18px 0 0 -5px; */
  display: block;
  margin-top: 5px;
}

table.tb_plan td.r1 {
  width: 15%;
  text-align: left;
  /* border-right: #999 1px solid;
     background: #447791;*/
}

table.tb_plan td.r2 {
  text-align: left;
  /* border-right: #999 1px solid;
     background: #447791;*/
}

table.tb_plan img {
  width: 80%;
  margin: 0 auto;
}

.tripgrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 0.8em;
  border: 1px solid #ddd;
  padding: 0.8em;
  margin: 0 0 1em;
}

.tripgrid > div {
  background: #ebf2f5;
  overflow: auto;
  min-width: 0;
  padding: 1em;
  border-radius: 0px;
}

.tripgrid > div img {
  max-width: 100%;
  width: 100%;
  height: 400px;
  /* width: auto\9; */
  margin-bottom: 1em;
  object-fit: cover;
}

.tripgrid > div h1 {
  color: #1d0902;
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.tripgrid > div dt {
  border-bottom: 1px solid #d7d7d7;
  font-weight: bold;
  font-size: 17px;
  font-size: 1.1rem;
  /* padding-bottom: 10px; */
  margin-bottom: 5px;
}

.tripgrid > div dd {
  font-size: 15px;
  font-size: 1.2rem;
  margin-bottom: 15px;
  /* text-align: right; */
  line-height: 1.6;
  font-weight: 700;
}

.tripgrid > div dd img {
  padding: 1%;
}

/*=============================================
ページ別　料理 2
===============================================*/
.cuisine2 #cuisine2_contents {
  max-width: 90%;
  margin: 0 auto;
  padding: 60px 40px 0px;
}
.cuisine2 #cuisine2_contents h3 {
  color: #211614;
  text-align: center;
  font-size: 2rem;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.cuisine2 #cuisine2_contents h3:after {
  position: absolute;
  content: "";
  width: 60px;
  height: 1px;
  left: 50%;
  margin: 18px 0 0 -20px;
  display: block;
  background: #211614;
}

.cuisine2 #cuisine2_contents .list_box {
  margin: 50px 0 30px;
}
.cuisine2 #cuisine2_contents .list_box a {
  color: #c1272d;
  text-decoration: none;
}
.cuisine2 #cuisine2_contents .list_box p {
  font-size: 1.2rem;
  color: #000000;
  line-height: 1.8em;
  text-align: center;
}
.cuisine2 #cuisine2_contents .list_box p.cuisine2_txt_title {
  margin-bottom: 40px;
}
.cuisine2 #cuisine2_contents .list_box .txt_picup {
  text-align: center;
  margin-bottom: 30px;
}
.cuisine2 #cuisine2_contents .list_box .txt_picup p {
  display: inline-block;
  font-size: 1.2rem;
  border: #e5e5e5 4px solid;
  padding: 10px 40px;
}
.cuisine2 #cuisine2_contents .list_box ul {
  text-align: center;
  letter-spacing: -0.4em;
}
.cuisine2 #cuisine2_contents .list_box ul li {
  display: inline-block;
  width: 33%;
  letter-spacing: normal;
  min-width: 196px;
}
.cuisine2 #cuisine2_contents .list_box ul li a {
  color: #c1272d;
  font-size: 11px;
  text-decoration: none;
}
.cuisine2 #cuisine2_contents .list_box ul li a img {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}
.cuisine2 #cuisine2_contents .list_box ul li a figcaption {
  margin-bottom: 40px;
}
.cuisine2 #cuisine2_contents .list_box ul li a:hover figure {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.cuisine2 #cuisine2_contents .list_box ul li a figcaption {
  color: #c1272d;
  font-size: 11px;
  text-decoration: none;
}

.cuisine2 #cuisine2_contents .list_box .list_box_inner {
  margin-bottom: 60px;
}
.cuisine2 #cuisine2_contents .list_box .list_box_inner p {
  color: #999999;
}
.cuisine2 #cuisine2_contents p {
  color: #000000;
  font-size: 1.2rem;
}

.cuisine2 #cuisine2_contents #cuisine2info_wrapper .cuisine2info_inner {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.cuisine2
  #cuisine2_contents
  #cuisine2info_wrapper
  .cuisine2info_inner
  .cuisine2_item_photo {
  margin: 5px 0;
}
.cuisine2 #cuisine2_contents #cuisine2info_wrapper ul {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.cuisine2 #cuisine2_contents #cuisine2info_wrapper ul li {
  width: 100%;
  padding: 0px;
  margin: 0px;
}
.cuisine2 #cuisine2_contents #cuisine2info_wrapper ul li img {
  width: 100%;
  height: auto;
}
.cuisine2 #cuisine2_contents #cuisine2info_wrapper dl {
}
.cuisine2 #cuisine2_contents #cuisine2info_wrapper dl dt {
  color: #c1272d;
  font-size: 1.2rem;
  margin-bottom: 5px;
}
.cuisine2 #cuisine2_contents #cuisine2info_wrapper dl dd {
  color: #666666;
  font-size: 1.2rem;
}
.cuisine2 #cuisine2_contents #cuisine2info_wrapper dl dd p {
  color: #666666;
  font-size: 1.2rem;
  line-height: 2em;
}
.cuisine2 #cuisine2_contents #cuisine2info_wrapper dl dd div {
  color: #666666;
  font-size: 1.2rem;
  margin-top: 10px;
  line-height: 2em;
}
.cuisine2 #cuisine2_contents #cuisine2info_wrapper dl dd a {
  color: #c1272d;
  font-size: 1.2rem;
  margin-top: 10px;
  line-height: 2em;
}

/*================お料理　=================*/
#cuisine2_contents h2 {
  display: none;
}
#cuisine2_contents .cuisine2_post_wrapper {
  width: 50%;
  float: left;
}
#cuisine2_contents .cuisine2_post_wrapper .figure {
  width: 100%;
  height: auto;
  position: relative;
  padding: 65% 0 0;
  overflow: hidden;
}

#cuisine2_contents .cuisine2_post_wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
#cuisine2_contents a:hover .cuisine2_post_wrapper img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.sankaku {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
}
#cuisine2_contents .cuisine2_txt_wrapper {
  padding: 0px 30px;
  margin: 20px 0 40px;
  border-right: #e6e6e6 1px solid;
  height: 150px;
}
#cuisine2_contents .cuisine2_box:nth-child(4n) .cuisine2_txt_wrapper {
  border-right: none;
}
#cuisine2_contents .cuisine2_txt_wrapper dl {
  margin-bottom: 10px;
}
#cuisine2_contents .cuisine2_txt_wrapper dl dt {
  color: #c1272d;
  display: inline-block;
  font-size: 11px;
  text-decoration: none;
}
#cuisine2_contents .cuisine2_txt_wrapper dl dd {
  display: inline-block;
  font-size: 11px;
  text-decoration: none;
}
#cuisine2_contents .cuisine2_txt_wrapper h3 {
  font-size: 14px;
  color: #c1272d;
  margin-bottom: 5px;
  text-decoration: none;
  word-break: break-all;
  word-wrap: break-word; /*white-space: pre;*/
}
#cuisine2_contents .cuisine2_txt_wrapper p {
  font-size: 12px; /*text-align:justify;*/
  word-break: break-all;
  word-wrap: break-word;
  text-decoration: none;
}

/*=============================================
ページ別　フューチャー　cuisine
===============================================*/

.future #page_contents .cuisine_post_wrapper {
  width: 50%;
}
.future #page_contents .cuisine_post_wrapper .figure {
  padding: 37% 0 0;
}
.future #page_contents .cuisine_txt_wrapper {
  height: 100px;
}

@media only screen and (max-width: 768px) {
  .tripgrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    grid-auto-rows: 1fr;
    grid-gap: 0.8em;
    border: 1px solid #ddd;
    padding: 0.8em;
    margin: 0 0 1em;
  }
}

/*=============================================================================================================================
668px以下
====================================================*/
@media only screen and (max-width: 668px) {
  .item_info_wrapper .info_txt_wrapper {
    color: #c1272d;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 10px;
    display: inline-block;
  }
  .item_info_wrapper .info_txt_wrapper i {
    margin-right: 5px;
    line-height: 14px;
  }
  .item_info_wrapper .info_txt_wrapper img {
    vertical-align: top;
    margin-top: 0px;
  }
}

/* ---------------------------------------
	max-width: 479px
--------------------------------------- */

@media screen and (max-width: 479px) {
  /*================　共通 ==================*/
  #hotspring_contents .hotspring_post_wrapper,
  #page_contents .cuisine_post_wrapper,
  #cuisine2_contents .cuisine2_post_wrapper {
    width: 100%;
  }

  #page_contents h3,
  .cuisine2 #cuisine2_contents h3,
  .hotspring #hotspring_contents h3 {
    font-size: 1.3rem;
  }

  #page_contents h3:after,
  .cuisine2 #cuisine2_contents h3:after,
  .hotspring #hotspring_contents h3:after {
    width: 40px;
    left: 50%;
    right: 50%;
  }
}


/* ***
  * Layout
  **************************** */

.ly_pageInner {
  /* width: 100%; */
  /* max-width: 1200px; */
  /* margin: 0 auto; */
  padding: 50px 40px;
}

.ly_pageInner.ly_pageInner__bgcBorder {
  background-color: #fff;
  border: 1px solid #E8E8E8;
/* width: 100%; */max-width: 1000px;margin: 0 auto;}

@media(max-width: 1024px) {
  .ly_pageInner {
    /* width: 95%; */
  }
}

@media(max-width: 599px) {
  .ly_pageInner {
    padding: 10px;
  }
}

/* ***
  * Block
**************************** */

/* bl_pageHeader */
.bl_pageHeader_bg {
  background-color: #68A2BF;
}

.bl_pageHeader_ttl {
  font-size: 48px;
  font-weight: 500;
}

.bl_pageHeader_cont {
  display: flex;
  align-items: center;
  margin-top: 32px;
}

.bl_pageHeader_detail {
  width: 54%;
}

.bl_pageHeader_img {
  width: 40%;
  margin-left: auto;
}

.bl_pageHeader_img img {
  width: 100%;
}

/* .bl_service */

.bl_serviceUnit {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width:768px) {
  .bl_serviceUnit {
    display: block;
    flex-wrap: wrap;
  }
}

.bl_serviceUnit.bl_serviceUnit__col3 {
  justify-content: space-between;
}

.bl_serviceUnit__col2 > .bl_service {
  width: 50%;
}

.bl_serviceUnit__col2 > .bl_service.bl_service__s {
  width: 30%;
}

.bl_serviceUnit__col2 > .bl_service.bl_service__l {
  width: 63%;
  margin-left: auto;
}

.bl_serviceUnit__col3 > .bl_service {
  width: 31%;
}

.bl_serviceUnit__col3 > .bl_serviceAbout {
  width: 30%;
}

.bl_service.bl_service__bd {
  padding: 24px 16px;
  border: 1px solid #040000;
  border-radius: 10px;
}

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

.bl_service_icon img{
  width: 100%;
  margin: 0 auto;
}


.bl_service_list {
  padding: 40px 14px;
}

.bl_service_item {
  position: relative;
}

.bl_service_item::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -12px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: #BD212F;
  border-radius: 50%;
}

.bl_service_item.hp_c8::before {
  background-color: #9A1D42;
}

.bl_service_item.hp_c12::before {
  background-color: #BA882F;
}

.bl_service_item.hp_c13::before {
  background-color: #3E7A45;
}

/* bl_serviceAbout */

.bl_serviceAbout {
  padding: 40px;
  background-color: #F4F4F4;
  border-radius: 10px;
  text-align: center;
}

.bl_serviceAbout_body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #0F80A2;
}

.bl_serviceAbout_body span {
  height: 90px;
}

.bl_serviceAbout_body span img {
  width: 40%;
  margin: 0 auto;
}

.bl_serviceAbout_ttl {
  font-size: 1.4rem;
  font-weight: 600;
}

/* bl_serviceFlow */

.bl_serviceFlow_img {
  width: 80%;
  margin: 0 auto;
}

.bl_serviceFlow_list {
  width: 100%;
  margin-top: 50px;
}

.bl_serviceFlow_item {
  display: flex;
  align-items: stretch;
  width: 75%;
  margin: 0 auto;
  border-bottom: 2px dashed #9FA0A0;
  padding: 30px 50px;
}

.bl_serviceFlow_item div {
  width: 80%;
}

.bl_serviceFlow_item_img {
  margin-right: 64px;
}

.bl_serviceFlow_item_img img {
  height: 40px;
  margin: 0 auto;
}
.bl_serviceFlow_item dl {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.bl_serviceFlow_item dd {
  flex: 1 1 60%;
}

/* bl_collabo */

.bl_collabo_ttl {
  text-align: center;
  font-size: 4.8rem;
}


.bl_collabo_ttl span {
  position: relative;
  border-bottom: 2px solid #231815;
}

.bl_collabo_ttl span::before {
  content: '';
  position: absolute;
  top: 0;
  left: -1.5em;
  width: 90px;
  height: 98px;
  background: url(../images/recycle/collabo.png);
  background-size: cover;
}


.bl_collabo_txt {
  padding: 30px 50px 0 0;
}

.bl_collabo_img {
  width: 65%;
  margin: 0 auto;
  padding-top: 80px;
}

@media(max-width: 768px) {
  .bl_serviceUnit > .bl_service {
    width: 100%;
    margin-bottom: 30px;
  }

  .bl_serviceUnit > .bl_service:last-child {
    margin-bottom: 0;
  }

  .bl_serviceUnit__col2 > .bl_service.bl_service__s {
    width: 100%;
  }


  .bl_serviceUnit__col2 > .bl_service.bl_service__l {
    width: 100%;
    margin-left: auto;
}

  .bl_serviceAbout {
    padding: 28px;
  }

  .bl_serviceAbout_body span img {
    width: 85%;
  }

  .bl_serviceAbout_ttl {
    font-size: 1rem;
  }

  .bl_serviceFlow_img {
    width: 100%;
  }

  .bl_serviceFlow_item {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  /* bl_collabo */
  .bl_collabo_img {
    width: 95%;
  }
}
.hp_bdb {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #e4e4e4;
}


/* ***
  * Element
**************************** */

.el_txt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: .2rem;
  padding-right: 2em;
}
@media only screen and (max-width:768px) {
  .el_txt {
    padding-right: 0;
  }
  .el_txt a {
    display: block;
    text-align: center;
  }
}

.el_txt.el_txt__s {
  font-size: 16px;
}

.el_txt.el_txt__ss {
  font-size: 14px;
}

.el_ttl.el_ttl__l {
  padding-bottom: 24px;
  font-size: 2rem;
  font-weight: 600;
}

.el_ttl.font_bdv {
  text-align: left;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.5;
}

.el_ttl.font_bdv span {
  border-bottom: 2px solid;
}

.el_ttl.el_ttl__bdb {
  text-align: center;
}

.el_ttl.el_ttl__bdb span {
  font-size: 2.5rem;
  border-bottom: 2px dashed #F08300;
}


.el_check {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: .2rem;
  /* padding-right: 2em; */
  margin: 50px auto;
  width: 100%;
  max-width: 1200px;
  text-align: center;
}


.el_check p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: .2rem;
}
.el_check .txt_nami {
    background: linear-gradient(transparent 70%, #FFEB3B 70%);
}

@media(max-width: 600px) {
    
    
.el_check {
  margin: 10px auto;
  width: 100%;
  padding: 2em;
  text-align: left;
}
    
  .el_check p{
     font-size: 15px;
     padding-left:1em;
     text-indent:-1em;
  }
}



.boxHozon {

	width: calc(100%);
	margin: 0.5%;
	box-sizing:border-box;
	border: 1px solid #ddd;
	border-radius: 5px;
}


.boxHozon .box-title {
	font-size: 18px;
	/* background: #919191; */
	border-bottom: 1px solid #ddd;
	padding: 1em 3px 1em 2.1em;
	text-align: left;
	color: #333;
	font-weight: 600;
	letter-spacing: 0.05em;
	position:relative;
	line-height: 20px;
}

/* .boxHozon .box-title:before {position:relative;font-family: 'FontAwesome';content: "\f140";position: absolute;left: 0.5em;color: #322961;font-size: 20px;font-weight: 400;} */


.boxHozon p {
	padding: 15px 20px;
}



@media only screen and (min-width: 1000px) {
.boxHozon {
	width: calc(100%);
	margin-bottom: 20px;
	margin: 0 0 20px;
}
}




.boxHozon li {
	line-height: 1.5;
	padding: 0.6em 2em 0.6em 1em;
  color: #333;
	border-bottom: solid 1px silver;
	list-style-type: none!important;
	font-size: 16px;
	font-weight: 400;
}
.boxHozon li:last-child{
	border-bottom: none;
}

.boxHozon li:before {
	font-family: "FontAwesome";
	content: "\f058";
	position: relative;
	left: 0;
	color: #305855;
	padding-right: 10px;
font-size: 18px;
}

.boxHozon li.tel:before {
	font-family: "FontAwesome";
	content: "\f098";
	position: relative;
	left: 0;
	color: #305855;
	padding-right: 10px;
font-size: 18px;
}

.boxHozon li.mail:before {
	font-family: "FontAwesome";
	content: "\f0e0";
	position: relative;
	left: 0;
	color: #305855;
	padding-right: 10px;
font-size: 18px;
}


.boxHozon p{
	border: 0px solid #9E9E9E;
	/* 	border-radius: 5px; */
	padding: 20px;
	background: #f8f8f8;
	font-size: 16px;
	font-weight: 400;
	margin-top: 0;
}

.button_a {
    cursor: pointer;
    /* width: 100%; */
    
    font-weight: normal;
    font-size: 13px;
    line-height: 1.1em;
    letter-spacing: 0.18em;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    color: #322961;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-color: #322961;
    border-style: solid;
    border-width: 1px;
    padding: 13px 17px;
    padding: 0.8125em 1em 0.75em;
    transition: background-color 500ms ease-out;
}
.button_a:hover,
.button_a:focus {
    background-color: #322961;
    color: #fff;
    border: 1px solid #322961;
    text-decoration: none;
}

#page_contents .list_box .info {
  padding: 0.5em 1em;
  margin: 2em auto;
  border: double 5px #333;
  max-width: 1200px;
}

#page_contents .list_box .info_lead {
  font-size: 32px;
  text-align: center;
}

#page_contents .list_box .info_text {
  font-size: 18px;
  text-align: center;
  padding: 10px 0;
}

.boxinfo2 {
	position: relative;
	margin: 2em 2em;
	padding: 2.5em;
	border: solid 1px #297fdf;
	/* border-radius: 8px; */
	/* flex-wrap: wrap; */
	max-width: 1000px;
	margin: 3em auto;
	width: calc(100% - 6em);
}
.boxinfo2 h4 {
  background: #297fdf;
  color: #fff;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 26px;
  text-align: center;
}
.boxinfo2 p {
  color: #333;
  padding: 0.5rem 1rem;
  font-size: 20px;
  letter-spacing: 0.07em;
  line-height: 1.6;
  text-align: left;
}
.flex {
	display: flex;
	margin: auto;
	flex-wrap: wrap;
	margin: 0 1%;
	width: 98%;
}
/*flexの時左右の順番*/
.flex.x {
	flex-direction: row-reverse;
}
.flex .cnt{
	padding: 1.5%;
	width: 100%;
}
.cnt img{
	width: 100%;
}
.under {
  background: linear-gradient(transparent 80%, rgba(41, 127, 223,0.7) 20%);
}
.text-l {
  font-size: 26px;
}

@media screen and (max-width: 600px) {
  .boxinfo2 {
    position: relative;
    padding: 0;
    max-width: 1000px;
    margin: 2em auto 3em;
    width: 100%;
  }
  .boxinfo2 h4 {
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    font-size: 23px;
    text-align: center;
  }
  .boxinfo2 p {
    padding: 0;
    font-size: 18px;
    letter-spacing: 0.07em;
    line-height: 1.6;
    text-align: left;
  }
  .text-l {
    font-size: 23px;
  }
	.flex .cnt{
		width: 98%;
	}
	.flex.clm3 .cnt{
		width: 98%;
	}
}


