@charset "UTF-8";
body {
  font-size: 10px;
  color: #333;
}

main {
  font-size: 10px;
  line-height: 1.5em;
  color: #333;
  font-family: YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

h1 {
  font-size: 2.5em;
  line-height: 1.7em;
}

h2 {
  font-size: 3.2em;
  line-height: 1.7em;
}
@media screen and (max-width: 550px) {
  h2 {
    font-size: 1.8em;
  }
}

h3 {
  font-size: 2.4em;
  line-height: 1.7em;
}
@media screen and (max-width: 550px) {
  h3 {
    font-size: 1.6em;
  }
}

h4 {
  font-size: 1.6em;
  line-height: 1.7em;
}
p {
  font-size: 1.6em;
  line-height: 1.7em;
  text-align: left;
}
@media screen and (max-width: 550px) {
  p {
    font-size: 1.4em;
  }
}

@media screen and (max-width: 550px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 551px) {
  .sp {
    display: none;
  }
}
/* 共通 */
.content {
  max-width: 1200px;
  margin: 170px auto 0;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .content {
    margin-top: 85px;
  }
}
.content:first-child {
  margin-top: 100px;
}
@media only screen and (min-width: 551px) {
  .content.local {
    margin-top: 215px;
  }
}

h2.content_title {
  text-align: center;
  font-weight: 700;
}
h2.content_title span {
  background: linear-gradient(transparent 50%, #FBF0D8 0%);
  display: inline;
  padding: 0 12px 12px;
  mix-blend-mode: multiply;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 550px) {
  h2.content_title span {
    background: linear-gradient(transparent 40%, #FBF0D8 0%);
    padding: 0 12px 8px;
  }
}

p.content_lead {
  margin-top: 65px;
  font-size: 16px;
  line-height: 1.8;
  /*font-weight: bold;*/
  text-align: center;
}
@media screen and (max-width: 550px) {
  p.content_lead {
    margin-top: 35px;
    padding: 0 15px;
    font-size: 1.4em;
  }
}

/* メインビジュアル */
.mainVisual {
  background: url(../img/rules/bg_mainvisual_pc.jpg) repeat-x 50% 50%;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 540px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 550px) {
  .mainVisual {
    background: url(../img/rules/bg_mainvisual_sp.jpg) repeat-x 50% 50%;
    background-size: cover;
    width: 100%;
    height: 360px;
    margin: 0;
  }
}
.mainVisual_title {
  width: 650px;
  /*800px*/
  height: 342px;
  /*420px*/
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 550px) {
  .mainVisual_title {
    width: 305px; /*265px*/
    height: auto;
  }
}

/* こんな問題があります */
.content_problem_list {
  display: flex;
  justify-content: space-between;
  /* width: 912px; */
  margin: 75px auto 0;
  max-width: 912px;
  width: 100%;
}
@media screen and (max-width: 550px) {
  .content_problem_list {
    flex-direction: column;
    width: auto;
    margin: 35px 15px 0;
    gap: 15px;
  }
}
.content_problem_item {
  width: 280px;
  height: auto;
  padding: 0 36px 40px;
  box-sizing: border-box;
  background-size: 3px 3px;
  background-position: 9px 0, 0 9px, right 9px top 0, left 0 bottom 9px;
  background-repeat: repeat-y, repeat-x, repeat-y, repeat-x;
  background-image: linear-gradient(#EDBA49, #EDBA49), linear-gradient(#EDBA49, #EDBA49), linear-gradient(#EDBA49, #EDBA49), linear-gradient(#EDBA49, #EDBA49);
}
@media screen and (max-width: 550px) {
  .content_problem_item {
    width: 100%;
    padding: 0 36px;
    box-sizing: border-box;
    background-size: 3px 3px;
    background-position: 5px 0, 0 5px, right 5px top 0, left 0 bottom 5px;
    background-repeat: repeat-y, repeat-x, repeat-y, repeat-x;
    background-image: linear-gradient(#EDBA49, #EDBA49), linear-gradient(#EDBA49, #EDBA49), linear-gradient(#EDBA49, #EDBA49), linear-gradient(#EDBA49, #EDBA49);
  }
}
.content_problem_title {
  margin-top: 50px;
  font-weight: bold;
}
@media screen and (max-width: 550px) {
  .content_problem_title {
    margin-top: 25px;
    font-weight: bold;
  }
}
.content_problem_text {
  margin-top: 35px;
}
@media screen and (max-width: 550px) {
  .content_problem_text {
    margin: 14px 0 25px;
  }
}
.content_problem_image {
  margin: 75px auto 0;
  max-width: 700px;
  width: 100%;
}
@media screen and (max-width: 550px) {
  .content_problem_image {
    margin: 35px auto 0;
    max-width: auto;
  }
}

/* 一人ひとりができること */
.content_youcan_list {
  max-width: 1190px;
  width: 100%;
  margin: 75px auto 0;
  align-items: center;
  background-image: url(../img/rules/bg_forest_left.png), url(../img/rules/bg_forest_right.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 0 50%, 100% 50%;
}
@media screen and (max-width: 550px) {
  .content_youcan_list {
    max-width: auto;
    margin: 45px auto 0;
    background-image: none;
  }
}
.content_youcan_list.neko {
  max-width: 916px;
  width: 100%;
  background: url(../img/rules/bg_neko.png) no-repeat 100% 100%;
}
@media screen and (max-width: 550px) {
  .content_youcan_list.neko {
    width: auto;
    background: none;
  }
  .content_youcan_list.neko .content_youcan_item::after {
    display: none;
  }
}
.content_youcan_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 670px;
  width: 100%;
  margin: 0 auto 40px;
}
@media screen and (max-width: 550px) {
  .content_youcan_item {
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto 10px;
  }
  .content_youcan_item:after {
    display: block;
    width: calc(100% - 15px);
    height: 45px;
    margin: 10px auto 0;
    content: "";
    background: url(../img/rules/line_tree.png);
    background-size: cover;
  }
}
.content_youcan_dialogue {
  opacity: 0;
  transform: translate(0, 15px);
  transition: all 100ms ease-in;
}
@media screen and (max-width: 550px) {
  .content_youcan_dialogue {
    width: 65%;
    margin: 0 2.5%;
  }
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
.fadeUpTrigger {
  opacity: 0;
}
@keyframes fadeUpAnime {
  0% {
    transform: translate(0, 15px);
    opacity: 0;
  }
  20% {
    transform: translate(0, 15px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes shake {
  0% {
    transform: rotate(0);
  }
  10% {
    transform: rotate(-5deg);
  }
  20% {
    transform: rotate(5deg);
  }
  30% {
    transform: rotate(-5deg);
  }
  40% {
    transform: rotate(3deg);
  }
  50% {
    transform: rotate(0);
  }
}
@keyframes shake2 {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(0);
  }
  60% {
    transform: rotate(5deg);
  }
  70% {
    transform: rotate(-5deg);
  }
  80% {
    transform: rotate(5deg);
  }
  90% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes jump {
  0% {
    transform: translate(0, 0);
  }
  5% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(-3px, -10px);
  }
  25% {
    transform: translate(-2px, 0);
  }
  30% {
    transform: translate(0, -10px);
  }
  50% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes jump2 {
  0% {
    transform: translate(0, 0);
  }
  5% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(0, 0);
  }
  15% {
    transform: translate(0, -15px);
  }
  25% {
    transform: translate(0, 0);
  }
  30% {
    transform: translate(0, -8px);
  }
  50% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.content_youcan_animal {
  width: 202px;
}
@media screen and (max-width: 550px) {
  .content_youcan_animal {
    width: auto;
    height: 150px;
    display: flex;
    align-items: flex-end;
    background: url(../img/rules/bg_flower_large.png) no-repeat 50% 10px;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 550px) {
  .content_youcan_animal.neko {
    background: url(../img/rules/bg_flower.png) no-repeat 100% 100%;
    background-size: 100% auto;
    width: 100px;
  }
}
.content_youcan_animal img.yanbarukuina {
  animation: shake 3s infinite ease;
  width: 155px;
}
@media screen and (max-width: 550px) {
  .content_youcan_animal img.yanbarukuina {
    width: 77px;
  }
}
.content_youcan_animal img.togenezumi {
  animation: shake2 3s infinite ease;
  width: 146px;
}
@media screen and (max-width: 550px) {
  .content_youcan_animal img.togenezumi {
    width: 73px;
  }
}
.content_youcan_animal img.kurousagi {
  animation: jump 3s infinite ease;
  width: 206px;
}
@media screen and (max-width: 550px) {
  .content_youcan_animal img.kurousagi {
    width: 103px;
  }
}
.content_youcan_animal img.neko {
  animation: jump2 3s infinite ease;
  width: 218px;
}
@media screen and (max-width: 550px) {
  .content_youcan_animal img.neko {
    width: 109px;
  }
}

.arrowBrown {
  width: 70px;
  margin: 45px auto 0;
}
@media screen and (max-width: 550px) {
  .arrowBrown {
    display: none;
  }
}

/* 注意事項 */
.content_rule_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1080px;
  width: 100%;
  margin: 80px auto 0;
}
@media screen and (max-width: 787px) {
  .content_rule_list {
    margin: 60px 0 0;
    column-gap: 16px;
  }
}
.content_rule_item {
  width: 30%;
  margin-bottom: 120px;
}
@media screen and (max-width: 787px) {
  .content_rule_item {
    width: calc(50% - 8px);
    margin-bottom: 40px;
  }
}
.content_rule_image {
  width: 192px;
  height: 192px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content_rule_image img {
  width: auto;
}
@media screen and (max-width: 550px) {
  .content_rule_image {
    width: 96px;
    height: 96px;
  }
  .content_rule_image img {
    width: 100%;
  }
}
.content_rule_title {
  font-size: 2em;
  font-weight: bold;
  margin: 20px 0;
}
@media screen and (max-width: 550px) {
  .content_rule_title {
    font-size: 1.4em;
    margin: 14px 0 7px 0;
  }
}

.movie_wrapper {
  position: relative;
  width: 100%;
  max-width: 978px;
  padding-top: 550px;
  margin: 35px auto 0;
}
@media screen and (max-width: 550px) {
  .movie_wrapper {
    position: relative;
    width: calc(100% - 30px);
    padding-top: 56.25%;
    margin: 35px 15px 0;
  }
}
.movie_wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.movie_title {
  color: #B39365;
  font-size: 3.8em;
  background: url(../img/rules/bg_movie_title.png) no-repeat 50% 50%;
}
@media screen and (max-width: 550px) {
  .movie_title {
    font-size: 1.9em;
    background-size: 80%;
  }
}

/* 各エリアのルール */
.content_local {
  max-width: 1192px;
  width: 100%;
  margin: 80px auto 0;
}
@media screen and (max-width: 550px) {
  .content_local {
    max-width: auto;
  }
}
.content_local_tab_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 20px);
  max-width: 1077px;
  margin: 0 auto;
}
@media screen and (max-width: 550px) {
  .content_local_tab_list {
    gap: 1vw;
  }
}
.content_local_tab_item {
  border-width: 2px 2px 0 2px;
  border-color: #B39365;
  border-style: solid;
  border-radius: 10px 10px 0 0;
  color: #B39365;
  font-size: 20px;
  font-weight: bold;
  line-height: 83px;
  cursor: pointer;
  background-color: #FCF6ED;
}
@media only screen and (min-width: 787px) {
  .content_local_tab_item {
    font-size: 28px;
  }
}
@media screen and (max-width: 550px) {
  .content_local_tab_item {
    font-size: 14px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 551px) {
  .content_local_tab_item:hover {
    opacity: 0.8;
  }
}
.content_local_tab_item.isChange {
  color: #fff;
}
.content_local_tab_item.isChange.isAmami {
  background-color: #15A0E9;
  border-color: #15A0E9;
}
.content_local_tab_item.isChange.isTokunoshima {
  background-color: #930883;
  border-color: #930883;
}
.content_local_tab_item.isChange.isNorth {
  background-color: #F39701;
  border-color: #F39701;
}
.content_local_tab_item.isChange.isIriomote {
  background-color: #24AB38;
  border-color: #24AB38;
}
.content_local_panel {
  max-width: 1070px;
  width: 100%;
  padding: 20px;
  margin: 0 auto 75px;
  display: none;
}
.content_local_panel.isShow {
  display: block;
}
@media screen and (min-width: 551px) {
  .content_local_panel_wrapper {
    border: 3px solid #B39365;
    border-radius: 10px;
  }
}
@media screen and (max-width: 550px) {
  .content_local_panel {
    padding: 0;
    margin-bottom: 0;
  }
  .content_local_panel_wrapper {
    border-top: 2px solid #B39365;
    border-bottom: 2px solid #B39365;
  }
}
.content_local_title {
  margin-left: 7px;
  font-size: 38px;
  font-weight: both;
  text-align: left;
}
.content_local_title.isAmami {
  color: #15A0E9;
}
.content_local_title.isTokunoshima {
  color: #930883;
}
.content_local_title.isNorth {
  color: #F39701;
}
.content_local_title.isIriomote {
  color: #24AB38;
}
@media screen and (max-width: 550px) {
  .content_local_title {
    width: 120px;
    padding-top: 15px;
    margin-left: 7px;
    font-size: 21px;
    font-weight: both;
    text-align: left;
    background: #fff;
  }
}
.content_local_title_wrapper {
  height: 335px;
  padding: 64px 0 15px 30px;
  background-position: 202px -6px;
  background-repeat: no-repeat;
  text-align: left;
}
.content_local_title_wrapper.isAmami {
  background-image: url(../img/rules/map_amami.png);
}
.content_local_title_wrapper.isTokunoshima {
  background-image: url(../img/rules/map_tokunoshima.png);
}
.content_local_title_wrapper.isNorth {
  background-image: url(../img/rules/map_north.png);
  background-position: 245px -6px;
}
.content_local_title_wrapper.isIriomote {
  background-image: url(../img/rules/map_iriomote.png);
  background-position: 163px -6px;
}
@media screen and (max-width: 550px) {
  .content_local_title_wrapper {
    height: auto;
    margin: 0 0 15px;
    padding: 0 0 0 15px;
  }
  .content_local_title_wrapper.isAmami, .content_local_title_wrapper.isTokunoshima, .content_local_title_wrapper.isNorth, .content_local_title_wrapper.isIriomote {
    background-size: 255px auto;
    background-position: 100% 0px;
  }
}
.content_local_subtitle {
  display: inline-block;
  padding: 13px;
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  line-height: 1;
  margin-top: 10px;
}
.content_local_subtitle.isAmami {
  background-color: #15A0E9;
}
.content_local_subtitle.isTokunoshima {
  background-color: #930883;
}
.content_local_subtitle.isNorth {
  background-color: #F39701;
}
.content_local_subtitle.isIriomote {
  background-color: #24AB38;
}
@media screen and (max-width: 550px) {
  .content_local_subtitle {
    padding: 7px;
    font-size: 1em;
    margin-top: 5px;
  }
}
.content_local_text {
  margin: 25px 0 0 9px;
}
@media screen and (max-width: 550px) {
  .content_local_text {
    margin: 12px 0 0 9px;
    font-size: 1.2em;
    width: 190px;
  }
}
.content_local_spot {
  margin: 60px 0 0 60px;
}
@media screen and (max-width: 550px) {
  .content_local_spot {
    margin: 24px 0 0;
  }
}
.content_local_spot_wrapper {
  border-top: 2px dashed #B39365;
  padding-bottom: 60px;
}
@media screen and (max-width: 550px) {
  .content_local_spot_wrapper {
    margin: 0 24px 0;
    padding-bottom: 30px;
  }
}
.content_local_spot_title {
  display: flex;
  justify-content: start;
  align-items: center;
  color: #A7885B;
  font-size: 2.4em;
  font-weight: bold;
  text-align: left;
  line-height: 26px;
}
.content_local_spot_title::before {
  content: url(../img/rules/icon_local_point.png);
  margin-right: 6px;
}
@media screen and (max-width: 550px) {
  .content_local_spot_title {
    font-size: 1.6em;
    line-height: 16px;
  }
  .content_local_spot_title::before {
    content: "";
    height: 16px;
    width: 16px;
    margin-right: 2px;
    background: url(../img/rules/icon_local_point.png) no-repeat 0 0;
    background-size: auto 16px;
  }
}
.content_local_spot_text {
  margin-top: 20px;
}
.content_local_spot_text a, .content_local_spot_text a:link {
  color: #A7885B;
  text-decoration: underline;
  font-weight: bold;
}
.content_local_spot_text a:hover, .content_local_spot_text a:active {
  color: #A7885B;
  text-decoration: none;
}
@media screen and (max-width: 550px) {
  .content_local_spot_text {
    margin-top: 10px;
    word-break: break-all;
  }
}
.content_local_rule_title {
  display: flex;
  justify-content: start;
  align-items: center;
  color: #A7885B;
  font-size: 2.4em;
  font-weight: bold;
  text-align: left;
  line-height: 26px;
}
.content_local_rule_title::before {
  content: url(../img/rules/icon_checked.png);
  margin-right: 6px;
}
@media screen and (max-width: 550px) {
  .content_local_rule_title {
    font-size: 1.4em;
    line-height: 16px;
  }
  .content_local_rule_title::before {
    content: "";
    height: 16px;
    width: 16px;
    background: url(../img/rules/icon_checked.png) no-repeat 0 0;
    background-size: auto 16px;
  }
}
.content_local_rule_wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}
@media screen and (max-width: 550px) {
  .content_local_rule_wrapper {
    margin-top: 18px;
  }
}
.content_local_rule_image {
  width: 147px;
}
.content_local_rule_image figure {
  width: 118px;
}
@media screen and (max-width: 550px) {
  .content_local_rule_image {
    width: 70px;
  }
  .content_local_rule_image figure {
    width: auto;
  }
}
.content_local_rule_text {
  margin-top: 12px;
}
.content_local_rule_text_wrapper {
  width: calc(100% - 147px);
  margin-top: 27px;
}
@media screen and (max-width: 550px) {
  .content_local_rule_text {
    margin-top: 12px;
  }
  .content_local_rule_text_wrapper {
    width: calc(100% - 90px);
    margin-top: 0;
  }
}
.content_local_rule_book, .content_local_rule_link {
  font-size: 1.6em;
  display: flex;
  justify-items: start;
  align-items: center;
}
.content_local_rule_book::before, .content_local_rule_link::before {
  content: url(../img/rules/icon_pdf.png);
  width: 48px;
  height: 22px;
  margin-right: 10px;
}
.content_local_rule_book a, .content_local_rule_book a:link, .content_local_rule_link a, .content_local_rule_link a:link {
  color: #A7885B;
  text-decoration: underline;
  font-weight: bold;
}
.content_local_rule_book a:hover, .content_local_rule_book a:active, .content_local_rule_link a:hover, .content_local_rule_link a:active {
  color: #A7885B;
  text-decoration: none;
}
@media screen and (min-width: 551px) {
  .content_local_rule_book a, .content_local_rule_book a:link, .content_local_rule_link a, .content_local_rule_link a:link {
    font-size: 18px;
  }
}
@media screen and (max-width: 550px) {
  .content_local_rule_book, .content_local_rule_link {
    font-size: 1.4em;
    display: block;
  }
  .content_local_rule_book:before, .content_local_rule_link:before {
    display: block;
    width: 100%;
  }
}
.content_local_rule_link:before {
  display: none;
}

/* 来島の際は適した格好で！ */
.content_clothes {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 80px auto 0;
}
@media screen and (max-width: 550px) {
  .content_clothes {
    flex-direction: column;
    margin: 45px auto 0;
  }
}
.content_clothes_wrapper {
  max-width: 1095px;
  margin: 0 auto 0;
}
@media screen and (max-width: 550px) {
  .content_clothes_wrapper {
    width: auto;
  }
}
.content_clothes_image {
  width: 520px;
  margin-right: 75px;
}
.content_clothes_image img {
  width: auto;
  height: 370px;
}
@media screen and (max-width: 550px) {
  .content_clothes_image {
    width: 90%;
    margin: 0 auto;
  }
  .content_clothes_image img {
    width: 100%;
    height: auto;
  }
}
.content_clothes_text_wrapper {
  width: 503px;
}
@media screen and (max-width: 550px) {
  .content_clothes_text_wrapper {
    width: auto;
    margin: 15px;
  }
}
.content_clothes_title {
  font-size: 2.4em;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 550px) {
  .content_clothes_title {
    font-size: 1.4em;
    text-align: center;
    padding-bottom: 10px;
  }
}

/* エコツアーの取り組み */
.content_guide {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: 15px;
  text-align: left;
}
@media screen and (max-width: 550px) {
  .content_guide {
    display: inline-block;
    color: #fff;
    font-size: 1em;
    margin-right: 3px;
    padding: 5px 5px;
    border-radius: 5px;
    margin-bottom: 7px;
  }
}
.content_guide_wrapper {
  width: 1192px;
  margin: 80px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 550px) {
  .content_guide_wrapper {
    width: auto;
    margin: 40px 15px 0;
  }
}
.content_guide_link {
  width: 384px;
  display: block;
  margin-bottom: 80px;
}
.content_guide_link:hover {
  opacity: 0.8;
}
.content_guide_link:hover .content_guide_button {
  background-color: #FBF0D8;
}
@media screen and (max-width: 550px) {
  .content_guide_link {
    position: relative;
    width: calc(50% - 7px);
    margin-bottom: 40px;
    padding-bottom: 33px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }
}
.content_guide_area {
  display: inline-block;
  color: #fff;
  font-size: 1.4em;
  margin-right: 12px;
  padding: 9px 16px;
  border-radius: 3px;
}
.content_guide_area.isAmami {
  background-color: #15A0E9;
}
.content_guide_area.isTokunoshima {
  background-color: #930883;
}
.content_guide_area.isNorth {
  background-color: #F39701;
}
.content_guide_area.isIriomote {
  background-color: #24AB38;
}
.content_guide_name {
  font-size: 1.8em;
  font-weight: bold;
}
@media screen and (max-width: 550px) {
  .content_guide_name {
    display: inline-block;
    font-size: 1.2em;
    margin-bottom: 5px;
  }
}
.content_guide_post {
  margin: 10px 0 25px;
  font-size: 1.6em;
  text-align: left;
  line-height: 1.7em;
  height: 55px;
}
@media screen and (max-width: 550px) {
  .content_guide_post {
    margin: 0 0 10px;
    font-size: 1.2em;
    min-height: 42px;
  }
}
.content_guide_button {
  padding: 22px;
  color: #AF844E;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border: 2px solid #AF844E;
  border-radius: 6px;
  background: url(../img/rules/iconUi__nav-right--w.svg) no-repeat 335px 50%;
}
@media screen and (max-width: 550px) {
  .content_guide_button {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 33px;
    padding: 8px 0;
    font-size: 0.9em;
    border: 1px solid #AF844E;
    border-radius: 3px;
    background: url(../img/rules/iconUi__nav-right--w.svg) no-repeat right 5px top 50%;
    background-size: 10px;
  }
}

/*  バナー */
.banner_wrapper {
  margin: 30px auto 0;
  max-width: 1000px;
  width: 100%;
}
.banner_wrapper01 {
  margin: 30px auto 100px;
  max-width: 1000px;
  width: 100%;
  border-bottom: 1px dashed #B39365;
  padding: 0 0 100px;
}
@media screen and (max-width: 550px) {
  .banner_wrapper {
    margin: 45px 15px 0;
    width: auto;
  }
  .banner_wrapper01 {
    margin: 45px 15px 0;
    width: auto;
    border-bottom: 1px dashed #B39365;
    padding: 0 0 45px;
  }
}

.content_link {
  max-width: 378px;
}
.content_link_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  max-width: 1192px;
  margin: 70px auto 200px;
  gap: 20px;
}
@media screen and (max-width: 550px) {
  .content_link {
    width: calc(50% - 16px);
    margin: 0 auto;
  }
  .content_link_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: auto;
    margin: 50px 8px 100px;
    gap: 16px;
  }
}

.banner_wrapper a:hover, .content_link a:hover {
  opacity: 0.8;
}

/*========= レイアウトのためのCSS ===============*/
.wrapper {
  overflow: hidden;
}

.box {
  width: 220px;
  padding: 20px;
  margin: 0 20px 20px 0;
  background: #666;
  color: #fff;
  box-sizing: border-box;
}

@media only screen and (min-width: 421px) {
  .page_inner_sp {
    width: 100% !important;
    margin: 0 auto;
  }
  .page {
    width: 100% !important;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 787px) {
  #footer_link {
    width: 870px;
    margin: 50px auto;
    padding: 0 !important;
  }
  .content_local_tab_item {
    font-size: 28px;
  }
}
/* 追加 */
.content_local_panel .article_title {
  font-size: 2rem;
  text-align: center;
  margin-block-end: 20px;
}
.content_local_panel .article_img {
  margin-block-end: 40px;
}
.content_local_panel .article_img p {
  font-size: 1.4rem;
}