@charset "utf-8";
/*PCSP共通設定*/
html {
  scroll-behavior: smooth;
} /*smooth scroll*/
main * {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}
.font-weight-bold {
  font-weight: bold;
}
.font-size-large {
  font-size: 1.2em;
}
.font-size-small {
  font-size: 0.85em;
}
.font-color-red {
  color: #E10000;
}
.font-color-blue {
  color: #008CD6;
}
.btn a.kumano {
  background: url("../images/common_arrow.png") no-repeat left 20px center #50C828;
}
.btn a.katsuura {
  background: url("../images/common_arrow.png") no-repeat left 20px center #00B4C8;
}
.btn a.shirahama {
  background: url("../images/common_arrow.png") no-repeat left 20px center #C83296;
}
.slick-track {
  display: flex !important;
}
.slick-slide {
  height: auto !important;
}
.slide-dots {
  position: absolute;
  padding: 0;
  margin: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  bottom: -35px;
}
.slide-dots li {
  display: inline-block;
  margin: 0 5px !important;
  padding: 0 !important;
}
.slide-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 15px;
  height: 15px;
  padding: 0;
  cursor: pointer;
  border-radius: 100%;
  box-sizing: border-box;
  outline: none;
  border: 1px solid #969696;
  background: #FFF;
}
.slide-dots li button:hover {
  background: #333333;
}
.slide-dots li button:focus {
  background: #969696;
}
.slide-dots li.slick-active button {
  background: #969696;
}
/*759px以下*/
@media screen and (max-width: 759.9px) {
  #wrapper {
    line-height: 1.4;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .slide-dots li button {
    width: 12px;
    height: 12px;
  }
  /* CSS */
  #dirPathBlock, #anchorLinkBlock {
    font-size: 10px;
    margin: 1% 1% 0 1%;
  }
  #dirPathBlock p, #anchorLinkBlock a {
    font-size: 12px;
  }
  h1 {
    font-size: 12px;
    margin: 0 1%;
  }
  .inner {
    width: 100%;
    padding: 0 2%;
    box-sizing: border-box;
  }
  .inner2 {
    width: 96%;
    margin: 0 auto 20px auto;
    display: block;
    background: #FFF;
    padding: 0 0 20px 0;
    position: relative;
  }
  .inner3 {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .inner4 {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 20px 0 0 0;
  }
  .inner_caption {
    font-size: 10px;
    text-align: right;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 10px 0 0 0;
  }
  .mainvisual {
    width: 100%;
    margin: 10px auto;
    padding: 0 2%;
    box-sizing: border-box;
  }
  .mainvisual img {
    width: 100%;
  }
  .main_sliderwrap {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #CCC;
  }
  .main_sliderwrap .slider_text {
    position: absolute;
    width: 100%;
    z-index: 2;
  }
  .main_sliderwrap .slider_text::before {
    content: "";
    display: block;
    padding-top: 43.2%;
  }
  .main_icon {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 80px;
    height: 80px;
    z-index: 2;
  }
  .main_catch {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
  }
  .main_slider {
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  .main_slider img {
    width: 100%;
    margin: 0 auto;
    object-fit: contain;
  }
  .add-zoom {
    animation: fadezoom 10s 0s forwards;
  }
  .pagelinks {
    width: 100%;
    margin: 15px auto;
    padding: 0 10px;
    box-sizing: border-box;
    background: #330000;
    font-size: 12px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
  }
  .pagelinks ul {
    width: 100%;
    margin: 5px auto;
    padding: 0 10px;
    box-sizing: border-box;
    background: #330000;
    font-size: 14px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
  }
  .pagelinks ul li {
    width: 33.3%;
    border-left: 1px dashed #FFF;
    box-sizing: border-box;
    height: 40px;
  }
  .pagelinks ul li a {
    color: #FFF;
    width: 100%;
    height: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
  }
  .pagelinks ul li:nth-child(3), .pagelinks ul li:nth-child(6) {
    border-left: 1px dashed #FFF;
    border-right: 1px dashed #FFF;
  }
  .pagelinks ul li:nth-child(4), .pagelinks ul li:nth-child(5), .pagelinks ul li:nth-child(6) {
    border-top: 1px dashed #FFF;
  }
  .pagelinks ul li:nth-child(7) {
    border-top: 1px dashed #FFF;
    border-left: 1px dashed #FFF;
    border-right: 1px dashed #FFF;
    text-align: center;
    width: 100%
  }

  
  #section_01 img, #section_02 img, #section_03 img, #section_04 img, #section_05 img {
    vertical-align: bottom;
    max-width: 100%;
  }
  #section_01 {
    width: 100%;
    margin: 0 auto 30px auto;
    text-align: center;
    background: url("../images/section_01_bk.jpg");
    background-size: cover;
  }
  #section_02 {
    width: 100%;
    margin: 0 auto 30px auto;
    padding: 0 0 20px 0;
    text-align: center;
    background: #FFFFC8;
  }
  #section_02 h2 {
    width: 100%;
    padding: 0;
    text-align: center;
    background: #B40000;
    margin: 0 0 20px 0;
  }
  #section_02 p {
    font-size: 12px;
    color: #E10000;
    padding: 20px 0 0 0;
  }
  ul.recommend_slider {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  ul.recommend_slider .slick-slide.add-zoom {
    animation: none;
  }
  .prev-arrow {
    left: -30px;
    top: 50%;
    transform: translate(0, -50%);
    background: url("../images/prev-arrow.png") no-repeat;
    width: 30px;
    height: 60px;
    position: absolute;
    cursor: pointer;
    z-index: 20;
    background-size: cover;
  }
  .next-arrow {
    right: -30px;
    top: 50%;
    transform: translate(0, -50%);
    background: url("../images/next-arrow.png") no-repeat;
    width: 30px;
    height: 60px;
    position: absolute;
    cursor: pointer;
    z-index: 20;
    background-size: cover;
  }
  #section_03 {
    width: 100%;
    padding: 15px 0 5px 0;
    margin: 0 auto 10px auto;
    text-align: center;
    background: url("../images/section_03_bk.jpg");
    background-size: cover;
  }
  #section_04 {
    width: 100%;
    padding: 15px 0 5px 0;
    margin: 0 auto 10px auto;
    text-align: center;
    background: url("../images/section_04_bk.jpg");
    background-size: cover;
  }
  #section_05 {
    width: 100%;
    padding: 15px 0 5px 0;
    margin: 0 auto 10px auto;
    text-align: center;
    background: url("../images/section_05_bk.jpg");
    background-size: cover;
  }
  #section_03 h3, #section_04 h3, #section_05 h3 {
    margin: 0 0 10px 0;
  }
  #section_03 h4, #section_04 h4, #section_05 h4 {
    margin: 20px 0 10px 0;
  }
  #section_03 p, #section_04 p, #section_05 p {
    font-size: 12px;
    text-align: left;
  }
  #section_03 img, #section_04 img, #section_05 img {
    font-size: 12px;
    text-align: left;
    margin: 10px 0 0 0;
  }
  #section_03 p.catch {
    font-size: 12px;
    width: calc(100% - 160px);
    margin: 0 10px 15px 10px;
    text-align: left;
    font-weight: 500;
  }
  #section_03 .icon {
    position: absolute;
    right: 10px;
    top: 50px;
  }
  #section_03 .icon img {
    width: 120px;
    height: 120px;
  }
  #section_03 h5 {
    color: #283C0A;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    background: url("../images/section_03_titleborder.png") bottom repeat-x;
    width: 100%;
  }
  #section_03 h5 span {
    font-size: 10px;
    font-weight: 400;
  }
  #section_03 .section_subinner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #section_03 .left_cts {
    width: 80%;
    margin: 0 auto 20px auto;
  }
  #section_03 .right_cts {
    width: 60%;
    margin: 0 auto 20px auto;
  }
  #section_03 .right_cts .slick-slide.add-zoom {
    animation: none;
  }
  #section_04 h5 {
    color: #1E146E;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    background: url("../images/section_04_titleborder.png") bottom repeat-x;
    width: 100%;
  }
  #section_04 h5 span {
    font-size: 10px;
    font-weight: 400;
  }
  #section_05 h5 {
    color: #B41964;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    background: url("../images/section_05_titleborder.png") bottom repeat-x;
    width: 100%;
  }
  #section_05 h5 span {
    font-size: 10px;
    font-weight: 400;
  }
  #section_05 p.catch {
    font-weight: 500;
  }
  #section_06 {
    width: 100%;
    margin: 0 auto 10px auto;
    padding: 0 0 10px 0;
    text-align: center;
    background: #F0FAF0;
  }
  #section_06 h2 {
    width: 100%;
    padding: 0;
    text-align: center;
    background: #66BA47;
    margin: 0 0 15px 0;
  }
  #section_06 h2 img {
    margin: 0 auto;
    width: 100%;
  }
  #section_06 img {
    margin: 15px auto 0 auto;
    width: 100%;
  }
  #section_06_caption {
    max-width: 920px;
    width: 100%;
    margin: 0 auto 30px auto;
    padding: 0 10px;
    text-align: left;
    box-sizing: border-box;
    font-size: 10px;
  }
  #section_07 {
    width: 100%;
    margin: 0 auto 20px auto;
    padding: 15px 0;
    text-align: center;
    background: url("../images/section_07_bk.jpg");
    background-size: cover;
  }
  #section_07 h2 {
    width: 100%;
    text-align: center;
    margin: 0 0 15px 0;
    color: #E10000;
    font-size: 14px;
    font-weight: 900;
  }
  #section_07 .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  #section_07 .nanki {
    width: 100%;
  }
  #section_07 .wakayama {
    width: 100%;
  }
  #section_07 .nanki h3, #section_07 .wakayama h3, #section_07 .wakayama_sp h3 {
    background: #330000;
    font-size: 12px;
    font-weight: 500;
    color: #FFF;
    width: 100%;
    border-radius: 10px;
    margin: 0 0 10px 0;
    padding: 5px 0;
  }
  #section_07 .wakayama ul{
    display: flex;
    justify-content: center;
  }
  #section_07 .nanki ul li {
    font-size: 12px;
    width: 100%;
    padding: 0 20px 10px 20px;
    box-sizing: border-box;
  }
  #section_07 .wakayama_sp ul li {
    font-size: 12px;
    width: 100%;
    padding: 0 20px 10px 20px;
    box-sizing: border-box;
  }
  #section_07 .wakayama ul li {
    font-size: 12px;
    width: 50%;
    padding: 0 20px 10px 20px;
    box-sizing: border-box;
  }
  #section_07 .nanki ul li img, #section_07 .wakayama ul li img, #section_07 .wakayama_sp ul li img {
    margin: 0 0 5px 0;
    max-width: 200px;
  }
  #section_07 .nanki img, #section_07 .wakayama img, #section_07 .wakayama_sp img {
    width: 100%;
  }
  #section_07 a {
    color: #000;
  }
  .wakayama_plan  {
    max-width: 100%;
    margin: 0 auto 20px auto;
  }
   .wakayama_plan h3 {
    background: #0169B7;
    font-size: 16px;
    color: #FFF;
    padding: 10px 0;
    text-align: center;
    margin: 0 0 10px 0;
  }
.wakayama_plan .itemList4 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.wakayama_plan .itemList4 > div {
	width: 80%;
}
    
.Banner {
    text-align: center;
    }

.Banner img{
    display: inline-block;  
    width: 90%;
    margin: 20px auto;
    }
    
.Btn_new {
  color: #fff;
  width: 70%;
  margin: 5px auto ;
  text-align: center;
  border-radius: 5px;
  padding: 20px;
  position: relative; /* 追記 */
  font-size: 153.9%;
  font-weight: bold;
}

.Btn_new a {
	color: #fff;
}

.Btn_new span {
  font-size: 75%;
  font-weight: normal;
}

.Btn_new::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.green {
  background: #50c828;
}
.blue {
  background: #33c3d3;
}
.purple {
  background: #c83296;
}

  .wakayama_plan .btn a {
    width: 80%;
    border-radius: 10px;
    display: block;
    font-size: 153.9%;
    color: #FFF;
    box-sizing: border-box;
    font-weight: bold;
    margin: 0 auto 20px;
    text-align: center;
    background-size: 16px !important;
    line-height: 60px;
  }
 
  #wakayama_banner ul {
    width: 100%;
    margin: 0 auto 30px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #wakayama_banner ul li {
    width: 50%;
    margin: 0 0 15px 0;
    text-align: center;
  }
  #wakayama_banner ul li img {
    width: 96%;
  }
  
  #section_08 {
    width: 100%;
    margin: 30px auto;
    padding: 0 0 20px 0;
    text-align: center;
    background: #FFF;
  }
  #section_08 h3 {
    margin: 0 0 20px 0;
    padding: 0;
  }
  
    #section_08 h3 img{
    width: 100%;;
  }

   #section_08 .inner img{
     width: 100%;
     /* border: 10px solid #9fd7f5; */
     box-sizing: border-box;
  } 
  #section_08 p {
    font-size: 12px;
    padding: 20px 0;
    text-align: left;
  }
  
   #section_08 .inner{
     padding: 0 10px;
     margin: 0 auto;
  } 

  
.sec_08_Btn {
  color: #fff;
  width: 100%;
  margin: 10px auto 0 auto;
  text-align: center;
  border-radius: 10px;
  padding: 20px;
  position: relative; /* 追記 */
  font-size: 153.9%;
  font-weight: bold;
  background: #00833d;
  box-sizing: border-box;
}
.sec_08_Btn a {
	color: #fff;
  display: block;
}
.sec_08_Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
}
  
  
  
}
/*760px以上*/
@media screen and (min-width: 760px), print {
  /* CSS */
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  #wrapper {
    line-height: 1.231;
  }
  #dirPathBlock, h1, .iframe_end-content_gadget, #anchorLinkBlock {
    width: 100%;
    max-width: 970px;
    min-width: 760px;
    margin: auto;
  }
  /*panlist&back*/
  #dirPathBlock, #anchorLinkBlock {
    width: 100%;
    margin: 0 auto;
    display: block;
    font-size: 12px;
  }
  #dirPathBlock p, #anchorLinkBlock a {
    font-size: 12px;
  }
  h1 {
    font-size: 14px;
    width: auto;
    max-width: 970px;
    margin: 0 auto 5px;
  }
  .inner {
    width: 96%;
    max-width: 970px;
    margin: 0 auto 20px auto;
    display: block;
  }
  .inner2 {
    width: 96%;
    max-width: 910px;
    margin: 0 auto 20px auto;
    display: block;
    background: #FFF;
    padding: 0 0 20px 0;
    position: relative;
  }
  .inner3 {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .inner4 {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 20px 0 0 0;
  }
  .inner_caption {
    font-size: 12px;
    text-align: right;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 10px 0 0 0;
  }
  .mainvisual {
    max-width: 910px;
    width: 100%;
    margin: 0 auto 20px auto;
  }
  .mainvisual img {
    width: 100%;
  }
  .main_sliderwrap {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  
  .main_sliderwrap .slider_text {
    position: absolute;
    width: 970px;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .main_icon {
    position: absolute;
    top: 40px;
    left: 50%;
    z-index: 2;
    transform: translate(-480px, 0);
 }
  .main_catch {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .main_slider {
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
  }
  .main_slider img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: contain;
  }
  .add-zoom {
    animation: fadezoom 10s 0s forwards;
  }
  .pagelinks {
    width: 100%;
    margin: 20px auto;
    padding: 0 28px;
    box-sizing: border-box;
    background: #330000;
    font-size: 20px;
    text-align: center;
    display: table;
  }
  .pagelinks ul {
    max-width: 970px;
    margin: 0 auto;
    width: 100%;
    padding: 8px 35px;
    box-sizing: border-box;
    font-size: 20px;
    text-align: center;
    display: table;
  }
  .pagelinks ul li {
    width: 14.285%;
    border-left: 1px dashed #FFF;
    box-sizing: border-box;
    height: 60px;
    display: table-cell;
    vertical-align: middle;
    line-height: 1.2em !important;
  }
   .pagelinks ul li:nth-child(1),.pagelinks ul li:nth-child(3),.pagelinks ul li:nth-child(6){
    width: 13.285%;
  }
   .pagelinks ul li:nth-child(7){
    width: 17.285%;
  }

  
  
  .pagelinks ul li a {
    color: #FFF;
  }
  .pagelinks ul li:last-child {
    border-left: 1px dashed #FFF;
    border-right: 1px dashed #FFF;
  }
  #section_01 img, #section_02 img, #section_03 img, #section_04 img, #section_05 img {
    vertical-align: bottom;
    max-width: 100%;
  }
  #section_01 {
    width: 100%;
    margin: 0 auto 30px auto;
    text-align: center;
    background: url("../images/section_01_bk.jpg");
    background-size: cover;
  }
  #section_02 {
    width: 100%;
    margin: 0 auto 30px auto;
    padding: 0 0 20px 0;
    text-align: center;
    background: #FFFFC8;
  }
  #section_02 h2 {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background: #B40000;
    margin: 0 0 20px 0;
  }
  #section_02 p {
    font-size: 20px;
    color: #E10000;
    padding: 30px 0 0 0;
  }
  ul.recommend_slider {
    max-width: 910px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  ul.recommend_slider .slick-slide.add-zoom {
    animation: none;
  }
  .prev-arrow {
    left: -10px;
    top: 50%;
    transform: translate(0, -50%);
    background: url("../images/prev-arrow.png") no-repeat;
    width: 30px;
    height: 60px;
    position: absolute;
    cursor: pointer;
    z-index: 20;
    background-size: cover;
  }
  .next-arrow {
    right: -10px;
    top: 50%;
    transform: translate(0, -50%);
    background: url("../images/next-arrow.png") no-repeat;
    width: 30px;
    height: 60px;
    position: absolute;
    cursor: pointer;
    z-index: 20;
    background-size: cover;
  }
  #section_03 {
    width: 100%;
    padding: 30px 0 10px 0;
    margin: 0 auto 20px auto;
    text-align: center;
    background: url("../images/section_03_bk.jpg");
    background-size: cover;
  }
  #section_04 {
    width: 100%;
    padding: 30px 0 10px 0;
    margin: 0 auto 20px auto;
    text-align: center;
    background: url("../images/section_04_bk.jpg");
    background-size: cover;
  }
  #section_05 {
    width: 100%;
    padding: 30px 0 10px 0;
    margin: 0 auto 20px auto;
    text-align: center;
    background: url("../images/section_05_bk.jpg");
    background-size: cover;
  }
  #section_03 h3, #section_04 h3, #section_05 h3 {
    margin: 0 0 10px 0;
  }
  #section_03 h4, #section_04 h4, #section_05 h4 {
    margin: 20px 0 10px 0;
  }
  #section_03 p, #section_04 p, #section_05 p {
    font-size: 16px;
    text-align: left;
  }
  #section_03 img, #section_04 img, #section_05 img {
    font-size: 16px;
    text-align: left;
    margin: 10px 0 0 0;
  }
  #section_03 p.catch {
    font-size: 16px;
    width: calc(100% - 195px);
    margin: 0 10px 15px 10px;
    text-align: left;
    font-weight: 500;
  }
  #section_03 .icon {
    position: absolute;
    right: 15px;
    top: 10px;
  }
  #section_03 h5 {
    color: #283C0A;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    background: url("../images/section_03_titleborder.png") bottom repeat-x;
    width: 100%;
  }
  #section_03 h5 span {
    font-size: 12px;
    font-weight: 400;
  }
  #section_03 .section_subinner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #section_03 .left_cts {
    width: 57.4%;
  }
  #section_03 .right_cts {
    width: 37.9%;
  }
  #section_03 .right_cts .slick-slide.add-zoom {
    animation: none;
  }
  #section_04 h5 {
    color: #1E146E;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    background: url("../images/section_04_titleborder.png") bottom repeat-x;
    width: 100%;
  }
  #section_04 h5 span {
    font-size: 12px;
    font-weight: 400;
  }
  #section_05 h5 {
    color: #B41964;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    background: url("../images/section_05_titleborder.png") bottom repeat-x;
    width: 100%;
  }
  #section_05 h5 span {
    font-size: 12px;
    font-weight: 400;
  }
  #section_05 p.catch {
    font-weight: 500;
  }
  #section_06 {
    width: 100%;
    margin: 0 auto 10px auto;
    padding: 0 0 10px 0;
    text-align: center;
    background: #F0FAF0;
  }
  #section_06 h2 {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background: #66BA47;
    margin: 0 0 15px 0;
  }
  #section_06 h2 img {
    margin: 0 auto;
    width: 248px;
  }
  #section_06 img {
    margin: 15px auto 0 auto;
    max-width: 890px;
  }
  #section_06_caption {
    max-width: 960px;
    width: 100%;
    margin: 0 auto 30px auto;
    padding: 0;
    text-align: left;
    box-sizing: border-box;
    font-size: 10px;
  }
  #section_07 {
    width: 100%;
    margin: 0 auto 30px auto;
    padding: 30px 0;
    text-align: center;
    background: url("../images/section_07_bk.jpg");
    background-size: cover;
  }
  #section_07 h2 {
    width: 100%;
    text-align: center;
    margin: 0 0 25px 0;
    color: #E10000;
    font-size: 28px;
    font-weight: 900;
  }
  #section_07 .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 910px;
    width: 100%;
  }
  #section_07 .nanki {
    width: 35.27%;
  }
  #section_07 .wakayama {
    width: 61.4%;
  }
  #section_07 .nanki h3, #section_07 .wakayama h3 {
    background: #330000;
    font-size: 20px;
    font-weight: 500;
    color: #FFF;
    width: 100%;
    border-radius: 10px;
    margin: 0 0 10px 0;
    padding: 5px 0;
  }
  #section_07 .nanki ul, #section_07 .wakayama ul {
    display: flex;
    justify-content: center;
  }
  #section_07 .nanki ul li {
    font-size: 16px;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  #section_07 .wakayama ul li {
    font-size: 16px;
    width: 50%;
    padding: 0 5px;
    box-sizing: border-box;
  }
  #section_07 .nanki ul li img, #section_07 .wakayama ul li img {
    margin: 0 0 5px 0;
    width: 200px;
  }
  #section_07 .nanki img, #section_07 .wakayama img {
    width: 100%;
  }
  #section_07 a {
    color: #000;
  }
  
  
  
  
  
  
  .wakayama_plan  {
    max-width: 950px;
    margin: 0 auto 20px auto;
  }
  .wakayama_plan h3 {
    background: #0169B7;
    font-size: 24px;
    color: #FFF;
    padding: 10px 0;
    text-align: center;
    margin: 0 0 10px 0;
  }
.wakayama_plan .itemList4 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.wakayama_plan .itemList4 > div {
	width: 19%;
    justify-content: space-around;
}

.Banner {
    text-align: center;
    }

.Banner img{
    display: inline-block;  
    width: 500px;
    margin: 20px 0;
    }
    
.Btn_new {
  color: #fff;
  width: 70%;
  margin: 10px auto ;
  text-align: center;
  border-radius: 5px;
  padding: 20px;
  position: relative; /* 追記 */
  font-size: 153.9%;
  font-weight: bold;
}

.Btn_new a {
	color: #fff;
}

.Btn_new span {
  font-size: 75%;
  font-weight: normal;
}

.Btn_new::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.green {
  background: #50c828;
}
.blue {
  background: #33c3d3;
}
.purple {
  background: #c83296;
}
  #wakayama_banner ul {
    max-width: 960px;
    width: 100%;
    margin: 0 auto 30px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #wakayama_banner ul li {
    max-width: calc(25% - 20px);
  }
  #wakayama_banner ul li img {
    width: 100%;
  }
  
#section_08 {
    width: 100%;
    margin: 30px auto;
    padding: 0 0 20px 0;
    text-align: center;
    background: #FFF;
  font-size: 16px;
  }
  #section_08 h3 {
    margin: 0 0 20px 0;
    padding: 0;
  }
   #section_08 .inner{
     max-width: 870px;
     padding: 0;
     margin: 0 auto;
  } 
   #section_08 .inner img{
     width: 100%;
     /*border: 10px solid #9fd7f5;*/
  } 
   #section_08 .inner p{
     margin: 20px 0;
     text-align: left;
  } 
.sec_08_Btn {
  color: #fff;
  width: 42%;
  margin: 10px auto 0 auto;
  text-align: center;
  border-radius: 10px;
  padding: 20px;
  position: relative; /* 追記 */
  font-size: 153.9%;
  font-weight: bold;
  background: #00833d;
}
.sec_08_Btn a {
	color: #fff;
  display: block;
}
.sec_08_Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
}
  
  
}
/* アニメーションを指定 */
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
    /* 拡大率 */
  }
  
  

  
}