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

body {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.main {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 60px;
}
.main__img{
  width: 91%;
  margin: 0 auto;
}
.u-pc {
  display: none !important;
}
.px-2{
  padding-left: 0.5em;
}
/*------------------------------top--*/

.introduction {
  width: 89.9%;
  margin: 0 auto 60px;
}

.introduction-head {
  font-size: 1.8rem;
  font-weight: bold;
  color: #f15a24;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
}

.introduction-txt {
  font-size: 1.8rem;
}

.appearance_wrap {
  text-align: center;
  font-size: 20px;
  margin-top: 50px;
  margin-bottom: -30px;
}

.appearance_wrap_broadcast {
  text-align: center;
  margin-top: 100px;
}

.appearance {
  font-size: 30px;
  margin-bottom: 1.2em;
}

.appearance_name {
  font-size: 30px;
  line-height: 1.7;
}

.appearance_name:nth-of-type(2) {
  padding-bottom: 1em;
}

.occupation {
  font-size: 30px;
  margin-bottom: 0.5em;
}

.logo-wrap {
  width: 80%;
  margin: 0 auto;
}

/*-----*/
.pc,
/* .logo_img, */
.ulza_pc,
.ulza_main_pc,
.main_pc {
  display: none;
}

.section_under {
  margin-bottom: 200px;
}

.logo img {
  vertical-align: bottom;
}

.uliza_wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* 2210.31追加 */
.contact_desc {
  margin: 60px auto 0px;
  width: 91%;
}

.contact_desc h2 {
  font-size: 5.333vw;
  font-weight: bold;
}
.contact_desc span,
.contact_desc p{
  font-weight: bold;
}
.c-ttl {
  font-size: 4.8vw;
  font-weight: bold;
  margin-bottom: 5px;
}

.contact_desc .contents_box {
  margin-top: 5px;
  border: 5px solid #eac3d7;
  border-radius: 8px;
  padding: 2.133vw;
  margin-bottom: 4vw;
}

.listitem .list-p{
  letter-spacing: -0.02em;
}

@media screen and (max-width: 499px) {
  .contact_desc .contents_box {
    margin-top: 5px;
    border: 4px solid #eac3d7;
    border-radius: 7px;
  }
}

.contact_desc .txt{
  padding-left: 1em;
}
.listitem{
  font-size: 4vw;
  line-height: 1.6;
}
.contact_desc span,
.contact_desc p{
  font-size: 4vw;
}
.contact_desc span a {
  text-decoration: underline;
}

.contact_desc .online {
  color: #DE3C3C;
  margin-top: 2vw;
}

.contact_desc .detail_btn {
  margin-top: 2.667vw;
}

.electricity {
  margin-bottom: 2.667vw;
}
.txt{
  padding-left: 1em;
}

.contact_desc iframe,
.c-map iframe{
  width: 100%;
  height: 500px;
}
@media all and (max-width: 569px) {
  .contact_desc iframe,
  .c-map iframe{
    height: 88vw;
  }
}

.u-block{
  display: block;
}
.u-block .list-p{
  display: block;
}