.city .container-in {
  background-color: #e6bdb3;
}

.container .contents .contents-main>:first-child {
  margin-top: 0;
}

.contents-main.main01 {
  overflow: unset;
  border-radius: 15px;
  border: 5px solid #382c2b;
  width: 960px;
  padding: 24px;
  margin: 110px auto;
  position: relative;
}

.contents-main .f01 .titleh2 {
  justify-content: center;
}

h4 {
  font-size: 20px;
  margin-top: 3px;
}

/* ホバーで出す文字 */
.caption {
  position: absolute;
  top: 0;
  height: 100%;
  background-color: #0009;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 15px;
}

.coming:hover .caption {
  opacity: 1;
}


/* アンカーリンク */
.box01 {
  margin: auto;
  width: 960px;
}

.link01 div {
  margin-top: 32px;
}

.link01 a {
  display: block;
  color: #333;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

.link01 a:visited {
  color: #333;
  text-decoration: none;
}

.link01 a:after {
  content: "";
  position: absolute;
  top: 53%;
  bottom: 0;
  right: 1.5rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(135deg);
  text-decoration: none;
}

.link01 a:hover {
  text-decoration: none;
}

.link01 ul {
  display: flex;
}

.link01 li {
  width: 300px;
  text-align: center;
  /* background-image: linear-gradient(130deg, #ded9fb 0%, #c4eeea 100%); */
  background: #CFE045;
  border-radius: 8px;
  position: relative;
  padding: 10px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  list-style: none;
  border-bottom: solid 5px #b0b968;
}

.link01 li:hover {
  border-bottom: solid 2px #181b1d;
  transform: translateY(3px);
  transition: 0.1s ease-in-out;
  text-decoration: none;
}

/* メインタイトル */
.c-ttl-cmn-01.c01 {
  text-align: center;
  margin: 2%;
}

.title {
  padding: 12px 24px;
  /* background-image: linear-gradient(130deg, #ded9fb 0%, #c4eeea 100%); */
  background-color: #E32D12;
}

/* タイトルリンク */
.c-link-01.c01 {
  color: #333;
  transition: 0.5s ease;
}

.c-link-01.c01:visited {
  color: #333;
  text-decoration: none;
}

.c-link-01.c01:hover {
  color: #fb5656;
  text-decoration: none;
  transition: 0.3s ease;
}

/* リンク */
.c-link-01.c02 {
  color: #1874C6;
  transition: 0.5s ease;
}

.c-link-01.c02:visited {
  color: #1874C6;
  text-decoration: none;
}

.c-link-01.c02:hover {
  color: #fb5656;
  text-decoration: none;
  transition: 0.3s ease;
}

/* タイトル */
.titleh2 {
  display: flex;
  align-items: center;
  line-height: 1;
  color: #333;
  font-size: 30px;
  font-weight: 600;
}

.titleh3 {
  display: flex;
  align-items: center;
  line-height: 1;
  color: #333;
  font-size: 22px;
  font-weight: 600;
}

.titleh3::before,
.titleh3::after {
  width: 6px;
  height: 35px;
  content: "";
  background-image: linear-gradient(120deg, #E24033 0%, #ec938d 100%);
}

.titleh3::before {
  margin-right: 0.5em;
  transform: rotate(-30deg);
}

.titleh3::after {
  margin-left: 0.5em;
  transform: rotate(35deg);
}

.titleh4 {
  display: flex;
  align-items: center;
  line-height: 1;
  color: #333;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 8px;
  border-bottom: 3px dashed #ff8f8f;
  width: 35%;
  justify-content: center;
}


.f01 {
  display: flex;
  justify-content: center;
  margin: 0 auto 18px;
}

.f02 {
  display: flex;
  justify-content: center;
  margin: 2% auto 18px;
}

.box01 {
  margin: 1.5em auto 3em;
  width: 80%;
}

.box02 {
  margin: 1.5em auto 3em;
  padding: 1.5em 0.5em;
  border-radius: 8px;
  border: 2px solid #cfcfcf;
  box-shadow: 4px 4px #c9bda0;
  width: 80%;
}

/* リボン */
.ribbonbox {
  text-align: center;
}

.ribbon6 {
  position: absolute;
  top: -3.5rem;
  left: 50%;
  width: 85%;
  transform: translateX(-50%);
  display: inline-block;
  border-radius: 5px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 7px 0;
  font-size: 18px;
  background: #E24033;
  box-sizing: border-box;
  box-shadow: 0 2px 2px #cfcfcf;
}

.ribbon6 h3 {
  margin: 0;
  padding: 0 30px;
  border-top: dashed 2px #fff;
  border-bottom: dashed 2px #fff;
  line-height: 42px;
  color: #fff;
}

.ribbon6:before,
.ribbon6:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon6:before {
  top: -2px;
  left: -2px;
  border-width: 32px 0px 32px 15px;
  border-color: transparent transparent transparent #E6BDB3;
  border-style: solid;
}

.ribbon6:after {
  top: -2px;
  right: -2px;
  border-width: 32px 15px 32px 0px;
  border-color: transparent #E6BDB3 transparent transparent;
  border-style: solid;
}

/* リスト */
.o1 {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.p01 {
  font-size: 24px;
  margin-left: 10px;
}

.co1 {
  width: 52px;
  height: 52px;
  font-size: 24px;
  font-weight: 700;
  align-content: center;
  text-align: center;
  border-radius: 50px;
  color: #fff;
  background-color: #E24033;
}

.co2 {
  width: 52px;
  height: 52px;
  font-size: 24px;
  font-weight: 700;
  align-content: center;
  text-align: center;
  border-radius: 50px;
  color: #fff;
  background-color: #382C2B;
}


/* モニターフル */
@media screen and (min-width: 1450px) {
  .label01 {
    margin-left: 25%;
  }

  .tabmain>label {
    width: 25%;
  }
}

/* iPad PRO */
@media screen and (min-width: 1010px)and (max-width: 1030px) {
  .tabmain>label {
    width: 40%;
  }

  .label01 {
    margin-left: 10%;
  }


}




/* スマホ */
@media screen and (max-width: 999px) {

  .contents-main.main01  {
    width: 95%;
  }

  .contents-main .f01 {
    width: 90%;
    padding: 1rem;
  }

  .p01{
    font-size: 20px;
  }

  .titleh2 {
    font-size: 20px;
  }

  .box01{
    width: auto;
  }

  .box02 {
    width: 100%;
  }

  .titleh4 {
    width: 100%;
  }

  .c-ttl-cmn-01.c01 {
    font-size: 22px;
  }

  .c-ttl-head-01.h101 {
    font-size: 20px;
  }

  .c-fig-cmn-02.pc01 {
    display: none;
  }

  .label01 {
    margin-left: 10%;
  }

  .link01 ul {
    display: unset;
  }

  .c-ttl-cmn-03 {
    font-size: 18px;
  }

  .c-ttl-cmn-02 {
    font-size: 20px;
  }

  .c-txt-01 {
    font-size: 14px;
  }

  .c-txt-01.p01 {
    font-size: 14px;
  }

  .grid-cmn.type-mediablock-rwd+.grid-cmn.type-mediablock-rwd {
    margin-top: 24px;
  }

  .grid-cmn__col [class*=c-ttl-]:first-child {
    margin-top: 30px;
  }

  .ribbon6 h3 {
    font-size: 18px;
  }

  .ribbon6 .comment{
    font-size: 15px;
  }

  .grid-cmn__col.g01 {
    margin-bottom: 0;
  }


}