@charset "UTF-8";
/*//////////////////////////////////////////////////////

main STYLE

//////////////////////////////////////////////////////*/
@import url("https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900&display=swap");
.c-gnav > .menu-item, .ul-foot-nav li a, .slider--v, .main--title, .btn {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

body {
  background-size: contain;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }

.l-content__body.l-container {
  margin-bottom: 0; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

a img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  a img:hover {
    filter: brightness(70%) saturate(1);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }

small {
  opacity: 1 !important; }

.hide, .hidden {
  display: none !important; }

.sp-hide {
  display: block !important; }
  @media only screen and (min-width: 320px) {
    .sp-hide {
      display: none !important; } }
  @media only screen and (min-width: 480px) {
    .sp-hide {
      display: none !important; } }
  @media only screen and (min-width: 768px) {
    .sp-hide {
      display: block !important; } }

.sm-hide {
  display: block !important; }
  @media only screen and (min-width: 991px) {
    .sm-hide {
      display: none !important; } }

@media only screen and (min-width: 768px) {
  .pc-hide {
    display: none !important; } }
@media only screen and (min-width: 1024px) {
  .hide-1024 {
    display: none !important; } }

section p {
  margin-bottom: 1em; }

ul, ul li {
  margin: 0;
  padding: 0;
  list-style: none; }

ul.list-disc {
  margin-bottom: 15px; }
  ul.list-disc li {
    list-style: disc;
    margin-left: 1.5em;
    margin-bottom: .5em; }

ul.list-square {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.list-square li {
    margin-left: 1em;
    text-indent: -1em;
    margin-bottom: .5em; }
    ul.list-square li::before {
      content: "■"; }

ol.list-decimal li {
  list-style: decimal;
  margin-left: 1.5em;
  margin-bottom: .5em; }

.ul-inline-center {
  display: flex;
  flex-direction: row;
  justify-content: center; }
  @media screen and (max-width: 640px) {
    .ul-inline-center {
      flex-direction: column; } }
  .ul-inline-center li {
    padding: 0 1em;
    text-align: center; }
    .ul-inline-center li a {
      margin: 0; }
      @media screen and (max-width: 640px) {
        .ul-inline-center li a {
          width: 100%; } }

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

.text-right {
  text-align: right; }

@media screen and (max-width: 640px) {
  .p-left {
    text-align: left !important; } }

.p-letter-spacing {
  letter-spacing: 1px; }

.p-letter-no-spacing {
  letter-spacing: 0 !important; }

.p-red {
  color: red; }

.marker-red {
  background: linear-gradient(transparent 80%, #ffadad 80%);
  font-weight: 600; }

.marker-green {
  background: linear-gradient(transparent 80%, rgba(38, 166, 154, 0.7) 80%);
  font-weight: 600; }

.label {
  display: inline;
  font-weight: 500;
  padding: .1em .8em .2em;
  font-size: 80%;
  line-height: 1;
  border-radius: 3px;
  vertical-align: baseline; }

.label-red {
  background: #ea5550;
  color: #FFF;
  margin-left: .5em; }

.p-w100 {
  font-weight: 100 !important; }

.p-w300 {
  font-weight: 300 !important; }

.p-w400 {
  font-weight: 400 !important; }

.p-w500 {
  font-weight: 500 !important; }

.p-w600 {
  font-weight: 600 !important; }

.p-w700 {
  font-weight: 700 !important; }

.text-85 {
  font-size: 85% !important; }

.text-90 {
  font-size: 90% !important; }

.text-110 {
  font-size: 110% !important; }

.text-120 {
  font-size: 120% !important; }

.text-130 {
  font-size: 130% !important; }

.text-140 {
  font-size: 140% !important; }

.text-150 {
  font-size: 150% !important; }

.text-p20 {
  font-size: 20px !important; }

.text-p24 {
  font-size: 24px !important; }

.text-p30 {
  font-size: 30px !important; }

.text-p40 {
  font-size: 40px !important; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.3); }
  hr.space10, hr.space15, hr.space20, hr.space30 {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top: 1px dotted #ccc !important; }
  hr.space10 {
    margin-top: 10px;
    margin-bottom: 10px; }
  hr.space15 {
    margin-top: 15px;
    margin-bottom: 15px; }
  hr.space20 {
    margin-top: 20px;
    margin-bottom: 20px; }
  hr.space30 {
    margin-top: 30px;
    margin-bottom: 30px; }

.alignfull.wp-block-cover, .alignfull.wp-block-group.has-background {
  padding-top: 1.5em;
  padding-bottom: 3em; }

.page #main_content {
  max-width: 100%;
  margin: 0;
  padding: 0;
  /*
  		.post_content {
  			padding: 0;
  		
  			//h2の位置ずれを打ち消し解除
  			&>h2{
  				margin-left: initial;
  				margin-right: initial;
  			}
  		}
  */ }
  .page #main_content .l-mainContent {
    margin-right: 0 !important;
    margin-left: 0 !important;
    position: relative !important;
    padding: 0 !important; }
  .page #main_content .l-article {
    margin-right: 0 !important;
    margin-left: 0 !important; }

.content-wrap-md {
  max-width: 1000px;
  margin: auto; }

.content-wrap-lg {
  max-width: 1300px;
  margin: auto; }

.section-divider {
  margin: auto;
  position: relative;
  z-index: 9;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-position: center center;
  -webkit-background-size: 100% cover;
  -moz-background-size: 100% cover;
  -o-background-size: 100% cover;
  background-size: 100% cover;
  background-attachment: relative;
  overflow: hidden; }
  .section-divider.section-divider-lg {
    max-width: 1300px !important; }
    @media screen and (max-width: 991px) {
      .section-divider.section-divider-lg {
        padding-left: 15px;
        padding-right: 15px; } }
  .section-divider.section-divider-md {
    max-width: 1000px !important; }
    @media screen and (max-width: 991px) {
      .section-divider.section-divider-md {
        padding-left: 15px;
        padding-right: 15px; } }
  .section-divider.padding-sm {
    padding-top: 30px;
    padding-bottom: 30px; }
  .section-divider.padding-xs {
    padding-bottom: 15px;
    padding-top: 15px; }
  .section-divider.padding-title {
    padding-bottom: 0; }
    @media screen and (max-width: 479px) {
      .section-divider.padding-title {
        margin-top: 40px; } }

.notes-border-white {
  border: 2px solid #FFF;
  padding: .5em 1em; }

/*//////////////////////////////////////////////////////

_header.scss

//////////////////////////////////////////////////////*/
.l-header {
  padding-top: 15px; }
  @media screen and (max-width: 768px) {
    .l-header {
      padding-top: 0; } }

.has-text > .c-headLogo {
  font-family: "Lato", sans-serif;
  font-size: 20px; }

.l-header__right {
  align-self: auto; }

.c-gnav {
  background: #FFF;
  padding: 0 1em;
  border-radius: 50px; }
  .c-gnav > .menu-item {
    padding: 0; }
    .c-gnav > .menu-item > a {
      color: #333;
      padding: .8em 1em; }
      .c-gnav > .menu-item > a .c-gnav__a {
        padding: 1em !important; }
      .c-gnav > .menu-item > a:hover {
        color: #00afcc;
        text-decoration: none;
        font-weight: 700; }

.c-gnav > .menu-item.-current > a {
  color: #D1ECF1 !important; }

.c-gnav .no-link, .c-drawerNav .no-link {
  opacity: .5;
  pointer-events: none; }
  .c-gnav .no-link a:hover, .c-drawerNav .no-link a:hover {
    color: #333;
    font-weight: 400; }
  .c-gnav .no-link a span::after, .c-drawerNav .no-link a span::after {
    content: "(準備中)";
    display: inline-block;
    font-size: .8em; }

/*//////////////////////////////////////////////////////

_footer.scss

//////////////////////////////////////////////////////*/
.l-footer__foot {
  padding: 0; }
  .l-footer__foot .c-copyright {
    display: none; }

.l-footer__widgets {
  padding: .5rem 0; }

.foot-visual {
  position: relative;
  background-image: url("/assets/img/bg/bg_foot.webp");
  background-size: cover;
  background-position: center bottom;
  z-index: 1;
  padding: 50px 0;
  text-align: center; }
  @media screen and (max-width: 640px) {
    .foot-visual {
      background-image: url("/assets/img/bg/bg_foot_sp.webp");
      padding: 30px 0; } }
  .foot-visual .foot-inner-wrap {
    max-width: 1000px;
    margin: auto; }
    @media screen and (max-width: 768px) {
      .foot-visual .foot-inner-wrap {
        max-width: 100%;
        padding: 0 25px; } }
  .foot-visual .foot-logo {
    width: 70vw;
    margin: 25px auto;
    padding-bottom: 80px; }
    @media screen and (max-width: 640px) {
      .foot-visual .foot-logo {
        width: 100vw;
        padding-bottom: 40px; } }
    .foot-visual .foot-logo img {
      display: block;
      width: 50%;
      margin: auto; }
      @media screen and (max-width: 640px) {
        .foot-visual .foot-logo img {
          width: 70%; } }
    .foot-visual .foot-logo p {
      font-size: .9em; }
  .foot-visual .copyright {
    position: absolute;
    font-size: 13px;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%); }
    @media screen and (max-width: 640px) {
      .foot-visual .copyright {
        bottom: 5px;
        white-space: nowrap; } }

.foot-chara {
  width: 8vw;
  margin: auto; }
  @media screen and (max-width: 640px) {
    .foot-chara {
      width: 12vw; } }

.flex-foot-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 50px; }
  @media screen and (max-width: 768px) {
    .flex-foot-nav {
      margin: 25px 15px; } }
  .flex-foot-nav li {
    width: 24%;
    position: relative; }
    @media screen and (max-width: 768px) {
      .flex-foot-nav li {
        width: 49%; } }
    .flex-foot-nav li span {
      position: absolute;
      bottom: 35%;
      left: 50%;
      transform: translateX(-50%);
      font-weight: 600; }
    .flex-foot-nav li.gray {
      filter: grayscale(1);
      opacity: .7; }

.ul-foot-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  border: none; }
  @media screen and (max-width: 768px) {
    .ul-foot-nav {
      justify-content: space-between;
      padding: 0 1em; } }
  .ul-foot-nav li {
    width: 14%;
    font-size: 13px;
    line-height: 1;
    text-align: center;
    padding: 0 .3em; }
    @media screen and (max-width: 768px) {
      .ul-foot-nav li {
        width: 49%;
        padding-left: 0;
        border: none; } }
    .ul-foot-nav li a {
      font-weight: 600;
      display: block;
      padding: .4em 1em;
      background: #FFF;
      border-radius: 20px; }
      @media screen and (max-width: 768px) {
        .ul-foot-nav li a {
          padding: .3em 0;
          margin-bottom: .5em; } }
      .ul-foot-nav li a:hover {
        color: #FFF;
        text-decoration: none;
        background: #545454; }
    .ul-foot-nav li.gray {
      opacity: .7; }
      .ul-foot-nav li.gray a:hover {
        color: #333;
        background: #FFF; }

.p-fixBtnWrap {
  bottom: 20px;
  right: 10px; }
  .p-fixBtnWrap .hov-bg-main {
    border: 1px solid rgba(0, 0, 0, 0.8);
    color: rgba(0, 0, 0, 0.9); }
    .p-fixBtnWrap .hov-bg-main:hover {
      background-color: rgba(221, 0, 0, 0.8) !important;
      border: 1px solid rgba(221, 0, 0, 0.8); }

.bg {
  width: 100%;
  -webkit-background-size: 100% cover;
  -moz-background-size: 100% cover;
  -o-background-size: 100% cover;
  background-size: 100% cover;
  overflow: hidden; }

.bg-white {
  background: #FFFFFF !important; }

.bg-gray {
  background: rgba(241, 239, 236, 0.8) !important; }

.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  position: relative;
  z-index: 1; }
  .bg-cover.bg-guest {
    background-image: url("/assets/img/bg/bg_guest_white.webp");
    padding: 25px 0; }
  .bg-cover.bg-program {
    background-image: url("/assets/img/bg/bg_program.webp");
    padding: 40px 0; }
  .bg-cover.bg-access {
    background-image: url("/assets/img/bg/bg_access_white.webp");
    padding: 40px 0; }

.page-heading-center {
  padding: 15px 0;
  text-align: center; }
  .page-heading-center h1 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 2px; }
  .page-heading-center .h-blue {
    font-size: 20px;
    color: #444;
    text-align: center;
    letter-spacing: 2px;
    padding: .3em;
    background: #D1ECF1;
    border-radius: 50px; }
  .page-heading-center h2 {
    padding-bottom: 15px; }
  .page-heading-center h3 {
    font-size: 20px; }

.post_content hr {
  border-bottom: 1px solid rgba(0, 0, 0, 0); }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0; }
  hr.space10, hr.space15, hr.space20, hr.space30 {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top: 1px dotted #ccc !important; }
  hr.space10 {
    margin-top: 10px;
    margin-bottom: 10px; }
  hr.space15 {
    margin-top: 15px;
    margin-bottom: 15px; }
  hr.space20 {
    margin-top: 20px;
    margin-bottom: 20px; }
  hr.space30 {
    margin-top: 30px;
    margin-bottom: 30px; }

.hr-oblique-s {
  border: 0;
  height: 3px;
  background-image: repeating-linear-gradient(-45deg, #CCC 0, #CCC 1px, transparent 0, transparent 50%);
  background-size: 3px 3px; }

.hr-oblique {
  border: 0;
  border-bottom: none;
  height: 6px;
  background-image: repeating-linear-gradient(45deg, #D1ECF1 0, #D1ECF1 1px, transparent 0, transparent 50%);
  background-size: 5px 5px; }

.hr-grade {
  height: 3px;
  background: #00ac97;
  background-image: -webkit-linear-gradient(left, #FFF, #00ac97, #FFF);
  background-image: -moz-linear-gradient(left, #FFF, #00ac97, #FFF);
  background-image: -ms-linear-gradient(left, #FFF, #00ac97, #FFF);
  background-image: -o-linear-gradient(left, #FFF, #00ac97, #FFF); }

@keyframes slideFromRight {
  0%, 25% {
    transform: translate(-40%, -50%);
    opacity: 0; }
  100% {
    transform: translate(-50%, -50%);
    opacity: 1; } }
@keyframes slideFromLeft {
  0%, 25% {
    transform: translate(-60%, -50%);
    opacity: 0; }
  100% {
    transform: translate(-50%, -50%);
    opacity: 1; } }
@keyframes fadeUp {
  0% {
    transform: translate(-50%, 10%);
    opacity: 0; }
  100% {
    opacity: 1;
    transform: translate(-50%, 0); } }
@keyframes zoomIn {
  0% {
    transform: translateX(-50%) scale(0.8);
    opacity: 0; }
  100% {
    opacity: 1;
    transform: translateX(-50%) scale(1); } }
#v-head-slider {
  text-align: center;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-bottom: 5vh;
  z-index: -1; }
  @media screen and (max-width: 960px) {
    #v-head-slider {
      margin-top: 0 !important;
      padding-bottom: 0; } }
  #v-head-slider .v-head-wrap {
    width: 100%;
    text-align: center;
    position: relative; }

.slider--v {
  position: relative;
  max-width: 100%;
  margin: 0 auto; }
  @media screen and (max-width: 640px) {
    .slider--v .pc {
      display: none; } }
  .slider--v .sp {
    display: none; }
    @media screen and (max-width: 640px) {
      .slider--v .sp {
        display: block; } }

.main--title {
  position: absolute;
  width: 65%;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  animation: fadeUp 1.8s cubic-bezier(0.25, 1, 0.5, 1) forwards; }
  @media screen and (max-width: 640px) {
    .main--title {
      width: 65% !important;
      top: 20%; } }
  .main--title .main {
    filter: drop-shadow(0px 0px 16px #ffffff) drop-shadow(0px 0px 10px white); }
  .main--title .sub {
    width: 70%;
    margin: 15px auto 0; }
  .main--title .guest {
    width: 100%;
    margin: auto; }
  .main--title img {
    display: block;
    width: 100%; }

.main--guest {
  position: absolute;
  width: 50%; }

.home-detail-block {
  position: relative;
  width: 100%;
  margin: auto;
  padding-bottom: 140px;
  z-index: 999; }
  .home-detail-block div {
    position: absolute;
    top: -120px;
    z-index: 999; }
  @media screen and (max-width: 991px) {
    .home-detail-block {
      width: 80%;
      padding-bottom: 100px; }
      .home-detail-block div {
        top: -120px; } }
  @media screen and (max-width: 768px) {
    .home-detail-block {
      width: 95%;
      padding-bottom: 80px; }
      .home-detail-block div {
        top: -80px; } }

/*//////////////////////////////////////////////////////

home scss STYLE

//////////////////////////////////////////////////////*/
.home-main-copy {
  text-align: center;
  padding-bottom: 2em; }
  @media screen and (max-width: 640px) {
    .home-main-copy {
      text-align: left; } }
  .home-main-copy .p-lead {
    font-weight: 500; }
  .home-main-copy .inner-blockr {
    width: 80%; }

@media screen and (max-width: 640px) {
  .home-content {
    padding: 0 15px; } }

.guest-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 1em; }
  .guest-wrap .thumbnail-block {
    width: 30%; }
  .guest-wrap .profile-block {
    width: 65%; }
  @media screen and (max-width: 768px) {
    .guest-wrap {
      justify-content: center;
      padding: 1em 0; }
      .guest-wrap .thumbnail-block {
        width: 70%; }
      .guest-wrap .profile-block {
        width: 100%; } }

.talkshow-wrap {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1em; }
  .talkshow-wrap .left-block {
    width: 40%; }
  .talkshow-wrap .right-block {
    width: 50%; }
  @media screen and (max-width: 768px) {
    .talkshow-wrap {
      padding: 1em 0; }
      .talkshow-wrap .left-block {
        width: 100%; }
      .talkshow-wrap .right-block {
        width: 100%; } }

.program-wrap .table-program {
  border-top: 1px solid #FFF;
  border-right: none; }
  .program-wrap .table-program tr th {
    background-color: none !important;
    font-weight: 400; }
  .program-wrap .table-program th, .program-wrap .table-program td {
    border-bottom: 1px solid #FFF;
    border-left: none; }
  .program-wrap .table-program td strong {
    font-size: 1.1em;
    padding-right: 1em; }
    .program-wrap .table-program td strong.name {
      font-size: 1.3em; }

@media screen and (max-width: 640px) {
  .table-program {
    font-size: .9em; }
    .table-program tbody th {
      width: 100%;
      float: left;
      clear: left;
      padding: .5em 0 0 !important;
      border-collapse: separate;
      border-bottom: none !important; }
    .table-program tbody td {
      width: 100%;
      float: left;
      display: block;
      clear: left;
      padding: 0 0 .5em !important;
      border-top: none !important; }
      .table-program tbody td strong {
        font-size: 1.0em; } }
.program-wrap {
  padding-bottom: 25px; }
  .program-wrap .ul-program {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch; }
    .program-wrap .ul-program li {
      line-height: 1.5; }
    .program-wrap .ul-program li:first-child {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 8em;
      font-size: 1.2em;
      font-weight: 700;
      line-height: 1.2;
      text-align: center;
      color: #00a1e9;
      background: #FFF;
      border-radius: 5px; }
      @media screen and (max-width: 640px) {
        .program-wrap .ul-program li:first-child {
          width: 28%;
          font-size: 1.05em; } }
    .program-wrap .ul-program li:last-child {
      width: auto;
      padding-left: 1em; }
      @media screen and (max-width: 640px) {
        .program-wrap .ul-program li:last-child {
          width: 72%; } }

.access-wrap {
  width: 60%;
  margin: auto;
  text-align: center; }
  @media screen and (max-width: 640px) {
    .access-wrap {
      width: 100%; } }
  .access-wrap .p-access {
    font-size: .9em; }

.gmap-wrap {
  width: 100%;
  overflow: hidden;
  height: 300px;
  position: relative; }
  @media screen and (max-width: 640px) {
    .gmap-wrap {
      height: 300px; } }
  .gmap-wrap iframe {
    width: 100%;
    height: 100%;
    border: 0; }

.l-main__body.p-404 {
  display: none; }

.error-404 #main_content {
  background-color: inherit; }
.error-404 .l-mainContent {
  padding: 0;
  position: relative; }
.error-404 .l-article {
  padding: 0; }

.error-404 {
  margin: 0 0 25px;
  padding-top: 15vh;
  padding-bottom: 15vh;
  overflow: hidden;
  text-align: center;
  width: 100%;
  background-size: cover;
  position: relative;
  background-position: center center;
  z-index: 1;
  background-image: url("/assets/img/bg/bg_header.webp"); }
  @media screen and (max-width: 479px) {
    .error-404 {
      padding-top: 20vh;
      padding-bottom: 50px; } }
  .error-404::after {
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    z-index: -1; }

.error-404 .not-found-text h2 {
  font-family: "Lato", sans-serif;
  color: rgba(0, 175, 204, 0.65);
  font-size: 150px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1;
  margin: 20px;
  padding-bottom: 0; }
  @media screen and (max-width: 479px) {
    .error-404 .not-found-text h2 {
      font-size: 80px; } }
.error-404 .not-found-text h3 {
  font-family: "Lato", sans-serif;
  color: #00afcc;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 3px;
  margin-top: 15px;
  margin: 0 0 15px;
  padding: 0; }
  @media screen and (max-width: 479px) {
    .error-404 .not-found-text h3 {
      font-size: 24px; } }
.error-404 .not-found-text p {
  color: #FFF;
  line-height: 2;
  margin-bottom: 2em; }

.not-found-text > a {
  background-color: rgba(255, 255, 255, 0);
  display: inline-block;
  margin-top: 15px;
  padding: 15px 30px;
  border-radius: 0; }

.not-found-text > a:hover,
.not-found-text > a:focus {
  background-color: rgba(255, 255, 255, 0.3);
  color: #2c3e50; }

.error-404 .btn-detail {
  width: 30% !important;
  background-color: rgba(255, 255, 255, 0.3);
  border: none;
  border-radius: 50px; }

.btn:hover, .btn:focus, .btn:active {
  box-shadow: none;
  outline: none !important;
  border-color: transparent; }

.info-post-block {
  margin: auto;
  padding-bottom: 50px; }
  @media screen and (max-width: 768px) {
    .info-post-block {
      width: 100%;
      padding-bottom: 20px; } }
  .info-post-block .su-posts-list-loop {
    padding-left: 0; }
    .info-post-block .su-posts-list-loop .su-post {
      font-size: 16px;
      border-bottom: 1px dotted #CCC;
      padding: .5em 0; }
      @media screen and (max-width: 768px) {
        .info-post-block .su-posts-list-loop .su-post {
          font-size: 14px; } }
      .info-post-block .su-posts-list-loop .su-post:first-child {
        border-top: 1px dotted #CCC; }
      .info-post-block .su-posts-list-loop .su-post .su-post-meta {
        display: inline-block;
        font-size: 1em;
        opacity: .9;
        font-weight: 400;
        margin-right: 1em; }
        @media screen and (max-width: 768px) {
          .info-post-block .su-posts-list-loop .su-post .su-post-meta {
            display: block; } }
      .info-post-block .su-posts-list-loop .su-post a {
        color: #333; }
        .info-post-block .su-posts-list-loop .su-post a:hover {
          color: #3E48CC;
          text-decoration: underline; }

/*////////////////////////////////////////////////////////////////////////////

btn scss

////////////////////////////////////////////////////////////////////////////*/
.btn {
  border-radius: 0;
  padding: 1em 4em;
  margin-top: 15px;
  margin-bottom: 15px;
  letter-spacing: 1px;
  display: inline-block;
  position: relative; }
  @media screen and (max-width: 768px) {
    .btn {
      padding: .5em 2em; } }
  @media screen and (max-width: 479px) {
    .btn {
      padding: 0.5em 1.5em;
      letter-spacing: 0; } }
  .btn:hover, .btn:focus, .btn:active {
    color: inherit;
    box-shadow: none;
    outline: none;
    border-color: transparent;
    text-decoration: none; }

.btn-detail {
  color: #444;
  font-size: 15px;
  border: 1px solid #333;
  background-color: #FFF;
  width: 100%; }
  .btn-detail:hover, .btn-detail:active, .btn-detail:focus {
    color: #FFF !important;
    background: #545454; }

.btn-map {
  color: #333;
  padding: .5em 2em !important;
  background: #FFF;
  border: 1px solid #333;
  margin: 10px 0 0; }
  .btn-map::before {
    font-family: 'icofont';
    content: "\ed42";
    font-size: 1em;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .btn-map:hover, .btn-map:focus {
    color: #FFF !important;
    background: #000 !important; }
