.contents {
  padding-top: 92px;
}

header {
  background: #fff;
}

header .logo {
  padding: 8px 20px;
}

header .sns {
  top: 27px;
}

header .topBtn {
  width: 198px;
  text-align: center;
  position: absolute;
  top: 25px;
  right: 170px;
}

#btnTop {
  width: 198px;
  text-align: center;
  position: absolute;
  bottom: 120px;
  right: 100px;
}

header .topBtn a {
  display: block;
  padding: 12px;
  background: url(../imgs/hdr_bt_bg01.jpg), url(../imgs/hdr_bt_bg02.jpg), #bbb;
  background-repeat: no-repeat;
  background-position: center left ,center right;
  position: relative;
  color: #fff;
  transition: opacity 0.3s ease-in;
}

#btnTop a {
  display: block;
  position: relative;
  color: #999999;
  transition: opacity 0.3s ease-in;
}

.bear {
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .bear {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
}
#pageTop {
  z-index: 99;
}

header .topBtn a:hover,
#btnTop a:hover {
  opacity: 0.8;
}

header .topBtn a:after {
  content: '';
  display: block;
  position: absolute;
  width: 11px;
  height: 8px;
  background: url(../imgs/hdr_bt_icon01.jpg);
  top: 1px;
  bottom: 0;
  left: 20px;
  margin: auto;
  transition: left 0.3s ease-in;
}

header .topBtn a:hover:after {
  left: 17px;
}

.sp_img {
  display: none;
}


.mvCap01 {
  position: absolute;
  right: 10px;
  bottom: 130px;
  color: #fff;
  font-size: 11px;
  text-shadow: #000 1px 1px 1px, #000 -1px 1px 1px, #000 1px -1px 1px, #000 -1px -1px 1px;
  z-index: 20;
}


.bnrArea ul {
  background: url(../imgs/bg02.png) bottom center no-repeat;
  position: relative;
  padding-top: 50px;
  padding-bottom: 125px;
  letter-spacing: -0.4em;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}

.bnrArea ul li {
  display: inline-block;
}

.bnrArea {
  background-size: cover;
  margin-top: -300px;
  position: relative;
  z-index: 333;
}

.bnrArea .cont {
  /* min-height: 312px; */
  height: 300px;
}

@media screen and (max-width: 960px) {
  .bnrArea {
    /* padding-top: 60px; */
  }
}
@media screen and (max-width: 768px) {
  #btnTop {
    position: absolute;
    left: 50%;
    bottom: 205px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10000;
  }
  .bnrArea {
   /* margin-top: -375px;*/
  }
  .mvCap01 {
	  /*display: none;*/
  }
}
@media screen and (max-width: 520px) {
  
  header .topBtn {
    width: 95.2px;
    height: 86px;
    text-align: center;
    position: absolute;
    top: 0px;
    right: 120px;
  }

  header .topBtn {
    display: none;
  }

  header .topBtn a {
    display: block;
    padding: 0px;
    background: none;
    transition: opacity 0.3s ease-in;
  }

  header .topBtn a:hover {
    opacity: 0.8;
  }

  header .topBtn a:after {
    display: none;
  }

  header .topBtn a:hover:after {
    left: 17px;
  }

  /* .pickup_MV .inner .scroll {
      -webkit-transform: scale(0.65);
      -ms-transform: scale(0.65);
      transform: scale(0.65);
      bottom: -10px;
  } */
  .contents {
    padding-top: 86px;
  }
  .bnrArea {
    margin-top: -200px;
  }
  .bnrArea .cont {
	height: 180px;
  }
}
.ac {
  text-align: center;
}

.attention01 {
  color: #e60012;
  text-decoration: underline;
}

.openTime {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  header .logo img {
    width: auto;
    height: 70px;
  }
}



/* -----------------------------------------------------------
	汎用
----------------------------------------------------------- */
.pc_on {
	display: inline-block;
}
.pcTab_on {
	display: inline-block;
}
.tab_on {
	display: none;
}
.smp_on {
	display: none;
}
.tabSmp_on {
	display: none;
}
.resize {
	max-width: 100%;
	width:100%;
	height: auto;
}
@media screen and (min-width: 768px) and (max-width: 1130px) {
.pc_on {
	display: none;
}
.pcTab_on {
	display: inline-block;
}
.tab_on {
	display: inline-block;
}
.smp_on {
	display: none;
}
.tabSmp_on {
	display: inline-block;
}
.resize {
	max-width: 100%;
	width:100%;
	height: auto;
}
}
@media screen and (max-width: 767px) {
.pc_on {
	display: none;
}
.pcTab_on {
	display: none;
}
.tab_on {
	display: none;
}
.smp_on {
	display: inline-block;
}
.tabSmp_on {
	display: inline-block;
}
.resize {
	max-width: 100%;
	width:100%;
	height: auto;
}
}



/* -----------------------------------------------------------
	コンテンツ
----------------------------------------------------------- */
.mainVisual {
	height: 960px !important;
    background: url(../imgs/bg_main.jpg);
    background-position: center -30px;
    background-size: auto;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
	overflow: hidden;
    /* margin-bottom: -110px;*/
}
.mainVisual .inner {
	height: 960px !important;
    background: url(../imgs/bg_main_food.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
    /* margin-bottom: -110px;*/
}
.logo_5th {
	width: 70px;
	position: absolute;
	top: 16px;
	right: 24px;
}

.mainVisual .inner .text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 860px;
	width: 100%;
	margin-top: -246px;
    z-index: 999;
}



/* override */
.ttl .pc_on {
	display: inline-block;
}
.ttl .tab_on {
	display: none;
}
.ttl .smp_on {
	display: none;
}


@media screen and (max-width: 1230px) {
.mainVisual {
}
.mainVisual .inner {
	height: 720px !important;
    background-position: center bottom;
    background-repeat: no-repeat;
	background-size: contain;
}
.mainVisual .inner .text {
	width: 96%;
	margin-top: -130px;
}
.mainVisual .btn {
	top: 62%;
}

/* override */
.ttl .pc_on {
	display: none;
}
.ttl .tab_on {
	display: inline-block;
}
.ttl .smp_on {
	display: none;
}
}
@media screen and (max-width: 767px) {

.mainVisual {
	height: auto !important;
	background: none;
}
.mainVisual .inner {
	height: auto !important;
	background: none;
}
.logo_5th {
	width: 45px;
    top: 10px;
    right: 10px;
    z-index: 100;
}
.mainVisual .inner .text {
	width: 100%;
	position: static;
	-webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    left: auto;
    right: auto;
    margin: auto;
    z-index: 999;
}
.mainVisual .btn {
	max-width: 420px;
	top: 55%;
	width: 50%;
}
.mainVisual .btn li {
	/*max-width: 420px;*/
}
.mvCap01 {
	display: none;
}

/* override */
.ttl .pc_on {
	display: none;
}
.ttl .tab_on {
	display: none;
}
.ttl .smp_on {
	display: inline-block;
}
}




/* 枠内 */
.frame_bg {
	width: 100%;
	padding-left: 15px;
    padding-right: 15px;
	padding-bottom: 300px;
	padding-top: 1px;
	background: url(../imgs/bg_footer.png), linear-gradient(to bottom,#033A74,#60C2CF);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	z-index: 30;
}
.frame {
	max-width: 1080px;
	margin: -40px auto 0;
	background: #FFF;
	box-shadow: 2px 3px 6px 0px rgba(0, 0, 0, 0.5);
	border-radius: 12px;
	padding: 64px 0 0;
}
.frameInner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
	padding: 0 60px 70px;
}
.frameInner_w {
	width: 100%;
    margin-left: auto;
    margin-right: auto;
	padding: 40px 92px 50px;
	background: #fff;
	border-bottom: 4px solid #FAE58B;
}
@media screen and (max-width: 1130px) {
.frameInner {
	padding: 0 40px 70px;
}
.frameInner_w {
	padding: 40px 40px 50px;
}
.frame_bg {
	padding-bottom: 280px;
	background-size: inherit;
}
}
@media screen and (max-width: 767px) {
.frameInner {
	padding: 0 15px 40px;
}
.frameInner_w {
	padding: 40px 15px 50px;
}
.frame_bg {
	padding-bottom: 290px;
	background-size: inherit;
}
.frame {
	margin-top: -20px;
	padding: 30px 0 0;
}
}


/* サークル */
.circle_text {
	position: relative;
}
.circle_text img {
	width: 214px;
    position: absolute;
    top: -200px;
    right: -87px;
    z-index: 20;
}
@media screen and (max-width: 1200px) {
.circle_text img {
	width: 210px;
    top: -200px;
    right: -70px;
}
}
@media screen and (max-width: 1130px) {
.circle_text img {
    top: -100px;
    right: -20px;
}
}
@media screen and (max-width: 767px) {
.circle_text img {
	width: 40%;
	max-width: 190px;
    top: -40px;
    right: -25px;
}
}


/* スケジュール */
.schedule {
	margin-bottom: 30px;
}
.schedule_l {
	width: 53%;
	float: left;
}
.schedule_r {
	width: 44%;
	float: right;
}
.schedule_r .example_text {
	width: 300px;
	margin-top: -34px;
	margin-left: 16%;
}
.timetable h2 {
	background: #003574;
	color: #fff;
	font-size: 19px;
	/*letter-spacing: 0.06em;*/
	text-align:center;
	line-height: 1;
	padding: 16px 0;
}
.timetable ul {
	border: 1px solid #003574;
}
.timetable ul li {
	padding: 16px 20px;
	position: relative;
}
.timetable ul li:nth-child(odd) {
	background: #D3DFED;
}
.timetable ul li:nth-child(even) {
	background: #F6F9FF;
}
.timetable ul li:nth-child(1)::after,
.timetable ul li:nth-child(3)::after {
	border: 12px solid transparent;
    border-top-color: #D3DFED;
    border-bottom-width: 0;
    bottom: -12px;
    content: "";
    display: block;
    left: 10%;
	margin-left: -20px;
    position: absolute;
    width: 0;
	z-index: 10;
}
.timetable ul li:nth-child(2)::after {
	border: 12px solid transparent;
    border-top-color: #F6F9FF;
    border-bottom-width: 0;
    bottom: -12px;
    content: "";
    display: block;
    left: 10%;
	margin-left: -20px;
    position: absolute;
    width: 0;
	z-index: 10;
}
.timetable ul li dl dt {
	width: 60px;
	float: left;
	font-size: 18px;
	letter-spacing: 0.1em;
	font-weight: bold;
	line-height: 1.4;
}
.timetable ul li dl dd {
	width: calc(100% - 60px);
	float: left;
	font-size: 17px;
	line-height: 1.4;
}

.food_pic {
	position: relative;
}
.food_pic img {
	width: 214px;
    position: absolute;
    top: -246px;
    right: -17px;
    z-index: 20;
}
@media screen and (max-width: 1130px) {
.timetable h2 {
	padding-left: 20px;
}
.schedule_l {
	width: 80%;
	max-width: 560px;
	margin: 0 auto 30px;
	float: none;
}
.schedule_r {
	width: 80%;
	float: none;
	margin: 0 auto 30px;
}
.schedule_r img {
	margin-top: 0;
}
.schedule_r .example_text {
	width: 56%;
	margin-top: -60px;
	margin-left: 40%;
}
.timetable ul li dl dt {
	width: 4em;
}
.timetable ul li dl dd {
	width: calc(100% - 5em);
}
.timetable ul li:nth-child(1)::after,
.timetable ul li:nth-child(2)::after,
.timetable ul li:nth-child(3)::after {
	margin-left: 0;
	left: 27px;
}

.food_pic img {
	width: 180px;
    top: -230px;
    right: 2%;
}
}
@media screen and (max-width: 767px) {
.schedule {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.timetable h2 {
	font-size: 17px;
}
.schedule_l,
.schedule_r {
	width: 100%;
	float: none;
}
.schedule_r img {
	margin-top: 0;
}
.schedule_r .example_text {
	width: 70%;
	margin-top: -40px;
	margin-left: 28%;
}
.timetable ul li dl dt {
	width: 3em;
	font-size: 15px;
}
.timetable ul li dl dd {
	width: calc(100% - 3.5em);
	font-size: 15px;
}

.timetable ul li:nth-child(1)::after,
.timetable ul li:nth-child(2)::after,
.timetable ul li:nth-child(3)::after {
	margin-left: 0;
	left: 25px;
}

.food_pic {
	position: static;
	width: 68%;
	min-width: 200px;
	max-width: 260px;
	margin: 20px auto;
}
.food_pic img {
	position: static;
	width: auto;
	margin-left: 0;
}

}



/* 概要 */
.info {
	margin-bottom: 40px;
}
.info h2 {
	width: 610px;
	margin: 0 auto 30px;
}
.info ul {
	border: 1px solid #ccc;
}
.info ul li {
	display: table;
    table-layout: fixed;
}
.info ul li:nth-child(1),
.info ul li:nth-child(3),
.info ul li:nth-child(5) {
	width: 50%;
	float: left;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.info ul li:nth-child(2),
.info ul li:nth-child(4),
.info ul li:nth-child(6) {
	width: 50%;
	float: left;
	border-bottom: 1px solid #ccc;
}
.info ul li:nth-child(7) {
	width: 100%;
	clear: both;
}
.info ul li dt {
	background: #F5F5F5;
    border-right: 1px solid #ccc;
	/*color: #013876;*/
	font-size: 15px;
	letter-spacing: 0.1em;
	width: 100px;
	min-height: 100px;
	text-align: center;
	padding: 15px 0;
	
	display: table-cell;
    vertical-align: middle;
    font-weight: bold;
}
.info ul li dd {
	text-align: left;
    padding: 7px 0 7px 16px;
    line-height: 1.6;
    font-size: 17px;
	
	display: table-cell;
    vertical-align: middle;
    font-weight: bold;
}
.fs_1 {
	font-size: 140%;
}
.fs_2 {
	font-size: 150%;
	color: #E7435E;
}
.fs_3 {
	font-size: 130%;
}
.fs_4 {
	font-size: 110%;
	font-weight: bold;
}
.fs_5 {
	font-size: 12px;
	font-weight: normal;
	display: inline-block;
	line-height: 1.6;
	text-indent: -1em;
	padding-left: 1em;
}
.fs_6 {
	display: inline-block;
	width: 3.5em;
}
.fs_7 {
	color: #E7435E;
}
.fs_8 {
	font-size: 80%;
}
.f_ind {
	text-indent: -1em;
	padding-left: 1em;
	display: inline-block;
}

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

}
@media screen and (max-width: 767px) {
.info h2 {
	width: 100%;
	max-width: 320px;
	margin-bottom: 20px;
}
.info ul {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.info ul li {
	display: block;
    table-layout: fixed;
}
.info ul li:nth-child(1),
.info ul li:nth-child(3),
.info ul li:nth-child(5) {
	width: 100%;
	float: none;
	margin-right: 0;
	border-right: none;
}
.info ul li:nth-child(2),
.info ul li:nth-child(4),
.info ul li:nth-child(6) {
	width: 100%;
	float: none;
}
.info ul li dt {
	display: block;
	width: 100%;
	min-height: auto;
	border-right: none;
	padding: 8px 0;
	font-size: 14px;
}
.info ul li dd {
	display: block;
	width: 100%;
	font-size: 14px;
	text-align: center;
	padding: 14px 0;
}
.fs_1,
.fs_2,
.fs_3 {
	font-size: 130%;
}
.fs_4 {
	font-size: 100%;
}

}



/* 注釈 */
.caption h2 {
	background: #003574;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	padding: 10px 0;
	margin-bottom: 10px;
}
.caption ul {
	width: 100%;
    margin-left: auto;
    margin-right: auto;
	/*padding: 0 60px 20px;*/
}
.caption li {
	font-size: 14px;
	color: #333;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.6;
	margin-bottom: 6px;
}
@media screen and (max-width: 1130px) {
.caption ul {
	padding: 0 0 0;
}
}
@media screen and (max-width: 767px) {
.caption ul {
	padding: 0 0 0;
}
.caption li {
	font-size: 12px;
}
}


/* lava */
.lava {
	background: #f4f4f4;
	width: 100%;
    margin-left: auto;
    margin-right: auto;
	padding: 40px 60px;
	
	font-size:13px;
}
.lava_inner {
	background: #fff;
	padding: 10px;
}
.lava h2 {
	margin: 10px 0 10px;
}
.shop_info_head {
	width: 100%;
	border-bottom: 2px solid #ccc;
	background: #D3DFED;
	display: table;
}

.shop_info {
	margin-bottom: 40px;
}
.shop_info > li:nth-child(even) {
	background: #F6F9FF;
}

.shop_info_cont {
	width: 100%;
	display: table;
	line-height: 1.4;
}
.shop_info_head li {
	/*float: left;*/
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	border-left: 1px solid #ccc;
	padding: 8px 8px;
}
.shop_info_cont li {
	/*float: left;*/
	display: table-cell;
	vertical-align: middle;
	border-left: 1px solid #ccc;
	padding: 8px 8px;
}
.shop_info_head li:nth-child(1),
.shop_info_cont li:nth-child(1) {
	width: 170px;
	border-left: none;
}
.shop_info_head li:nth-child(2),
.shop_info_cont li:nth-child(2) {
	width: 236px;
}
.shop_info_head li:nth-child(3),
.shop_info_cont li:nth-child(3) {
	width: 394px;
}
.shop_info_head li:nth-child(4),
.shop_info_cont li:nth-child(4) {
	width: 65px;
}
.shop_info_head li:nth-child(5),
.shop_info_cont li:nth-child(5) {
	width: 75px;
}


.shop_info_cont li:nth-child(1) dd {
	font-size: 120%;
	font-weight: bold;
	line-height: 1.3;
}
.shop_info_cont li:nth-child(1) dd span {
	font-size: 80%;
	font-weight: normal;
}
.shop_info_cont li:nth-child(4),
.shop_info_cont li:nth-child(5) {
	text-align: center;
}
.shop_info_cont li dl dt {
	display: none;
}


.lava_logo {
	width: 200px;
	margin: 0 auto 20px;
}
.lava_text {
	width: 100%;
	margin: 0 auto 20px;
	font-size: 15px;
	line-height: 1.6;
	text-align: center;
}
.lava_text sup {
	vertical-align: super;
    font-size: smaller;
}
.lava_text span {
	font-size: 80%;
}
.lava_link {
	max-width: 400px;
	margin: 0 auto 40px;
}
.lava_link a {
	font-size: 16px;
	color: #fff;
	line-height: 1;
	letter-spacing: 0.02em;
	text-align: center;
	/*font-weight: bold;*/
	display: block;
	padding: 16px 0;
	background: #DE580D;
	border-radius: 50px;
	position: relative;
}
.lava_link a::after{
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 18px;
	left: auto;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.lava_link a:hover {
	opacity: 0.7;
}

.lava_present {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
	color: #fff;
	letter-spacing: 0.1em;
	background: #003574;
}


@media screen and (max-width: 1130px) {
.lava {
	padding: 40px 40px;
}
.shop_info_head {
	display: none;
}
.shop_info > li {
	padding: 10px 10px;
	float: left;
    width: 50%;
}
.shop_info_cont {
	display: block;
}
.shop_info_cont li {
	display: block;
	float: left;
	border:none;
}
.shop_info {
	border: 1px solid #ccc;
	border-bottom: none;
}
.shop_info > li {
	border-bottom: 1px solid #ccc;
}
.shop_info > li:nth-child(even) {
	background: none;
	border-left: 1px solid #ccc;
}
.shop_info > li:nth-child(1),
.shop_info > li:nth-child(2),
.shop_info > li:nth-child(5),
.shop_info > li:nth-child(6) {
	background: #F6F9FF;
}


.shop_info_cont li:nth-child(1) {
	width: 100%;
}
.shop_info_cont li:nth-child(2) {
	width: 100%;
}
.shop_info_cont li:nth-child(3) {
	width: 100%;
}
.shop_info_cont li:nth-child(4) {
	width: 50%;
}
.shop_info_cont li:nth-child(5) {
	width: 50%;
}

.shop_info_cont li:nth-child(4),
.shop_info_cont li:nth-child(5) {
	text-align: left;
}
.shop_info_cont li dl dt {
	display: block;
	/*font-size: 106%;*/
	margin-bottom: 4px;
}
.shop_info_cont li dl dt {
	display: block;
	/*font-weight: bold;*/
}
.shop_info_cont li:nth-child(1) dl dt {
	display: none;
}
.shop_info_cont li:nth-child(1) dd {
	font-size: 160%;
	margin-bottom: 16px;
	letter-spacing: 0.1em;
}
.shop_info_cont li:nth-child(1) dd span {
	letter-spacing: 0;
}
.shop_info_cont li:nth-child(4) dl dt,
.shop_info_cont li:nth-child(5) dl dt {
	float: left;
}

.lava_text {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 14px;
}
.lava_link a {
	font-size: 14px;
}
}
@media screen and (max-width: 767px) {
.lava {
	padding: 40px 15px;
}
.shop_info > li {
	width: 100%;
	float: none;
	padding: 4px 0;
}
.shop_info > li:nth-child(even) {
	background: none;
	border-left: none;
}
.shop_info > li:nth-child(1),
.shop_info > li:nth-child(2),
.shop_info > li:nth-child(5),
.shop_info > li:nth-child(6) {
	background: none;
}
.shop_info > li:nth-child(odd) {
	background: #F6F9FF;
}

.shop_info_cont li:nth-child(4) {
	width: 9em;
	padding-right: 0;
}

.shop_info_cont li:nth-child(1) dd {
	font-size: 130%;
    margin-bottom: 4px;
}

.lava_text {
	text-align: left;
	font-size: 14px;
}
.lava_link a {
	font-size: 13px;
	line-height: 1.4;
	padding: 8px 0;
}
.lava_present {
	font-size: 14px;
	line-height: 1.4;
	letter-spacing:0;
}
}

/* 問い合わせ */
.contact {
	max-width: 708px;
	width: 100%;
	margin: 0 auto 50px;
	display: table;
	border: 1px solid #ccc;
}
.contact_l {
	font-size: 18px;
	text-align: center;
	line-height: 1.4;
	width: 230px;
	padding: 12px 0;
	display: table-cell;
    vertical-align: middle;
	background: #F4F4F4;
	border-right: 1px solid #ccc;
}
.contact_l span {
	font-size: 14px;
}
.contact_r {
	text-align: center;
	display: table-cell;
    vertical-align: middle;
}
.contact_r a {
	max-width: 272px;
	display: inline-block;
}
.contact_r span {
	font-size: 15px;
}

@media screen and (max-width: 767px) {
.contact {
	display: block;
}
.contact_l,
.contact_r {
	width: 100%;
	display: block;
}
.contact_l {
	font-size: 17px;
	border: none;
	border-bottom: 1px solid #ccc;
}
.contact_l span {
	font-size: 13px;
}
.contact_r {
	padding: 16px;
}
.contact_r span {
	font-size: 13px;
}

}
@media screen and (max-width: 767px) {
.contact {
	margin-top: 50px;
	max-width: 500px;
}
.contact_r a {
	max-width: 240px;
}
}
@media screen and (min-width: 641px) {
.contact_r a {
    pointer-events: none;
    cursor: default;
}
}

