.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  height: 100%;
  color: #000;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}

.wrapper {
  width: 100%;
  /* height: 100%; */
}

.br-pc {
  display: block;
}

.br-sp {
  display: none;
}

.view-pc {
  display: block;
}

.view-sp {
  display: none;
}

.align-center {
  text-align: center;
}

.f-min {
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

header {
  /* -webkit-box-align: center;
  -ms-flex-align: center;
  display: flex;
  flex-direction: column;
  align-items: center; */
}

header .header-top {
  display: flex;
  z-index: 10;
  position: relative;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  height: 200px;
  background-color: #fff;
  margin: 0 auto;
  z-index:11;
}

header .header-top .logo {
  /* width: 35%; */
  width: 30%;
  /* max-width: 460px; */
  max-width: 356px;
  padding-left: 30px;
}

header .header-top .logo a {
  display: block;
}

header .header-top .logo a img {
  width: 100%;
}

header .header-top .nav-block {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px 20px 0 0;
  flex-direction: row-reverse;
}

header .header-top .nav-block .sns-icon {
  display: flex;
  justify-content: flex-end;
}

header .header-top .nav-block .sns-icon li {
  margin-right: 15px;
}

header .header-top .nav-block .sns-icon li:last-child {
  margin-right: 0;
}

.nav_lang {
  margin-right: 3.125vw;
  margin-top: 10px;
}

.langChoice {
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 25px;
}

.langChoice.-pc {
  display: flex;
}

.langChoice.-sp {
  display: none;
}

.langChoice_title {
  margin-right: 5px;
}

.langChoice_lang {
  display: flex;
}

.langChoice_list {
  margin-right: 15px;
}

.langChoice_list:last-child {
  margin-right: 0;
}

.langChoice_list a {
  position: relative;
}

.langChoice_list:hover a:after,
.langChoice_list.-active a:after {
  content: "";
  display: block;
  /* width: -webkit-fill-available; */
  width: 100%;
  height: 3px;
  background-color: #c29d22;
  position: absolute;
  bottom: -5px;
  left: 0;
}

header .header-top .nav-block .nav-menu ul li {
  margin-bottom: 15px;
}

header .header-top .nav-block .nav-menu ul li a {
  align-items: center;
  padding: 10px 20px;
  display: block;
  background-color: #c29d22;
  color: #fff;
  /* transition: 0.5s; */
  border-radius: 5px;
  box-shadow: 5px 5px 5px 0px rgba(255,255,255,0.3);
  font-size: 1.6rem;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

header .header-top .nav-block .nav-menu ul li.active a {
  background-color: #2a2417;
}

header .header-top .nav-block .nav-menu ul li:hover a {
  background-color: #2a2417;
  transition: 0.5s;
}

header .header-top .nav-block .nav-menu ul li.model a {
  text-orientation: upright;
}

header .header-top #menu-btn-check {
  display: none;
}

header .header-top #menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);
}

header .header-top #menu-btn-check:checked ~ .menu-btn span::before {
  -webkit-transform: rotate(45deg);
  bottom: 0;
  transform: rotate(45deg);
}

header .header-top #menu-btn-check:checked ~ .menu-btn span::after {
  -webkit-transform: rotate(-45deg);
  top: 0;
  transform: rotate(-45deg);
}

header .header-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 250px;
  background-image: url(../img/header_img.png);
  background-position-x: center;
}

header .header-bg .header-bg__inner {
  max-width: 1600px;
  width: 100%;
  padding: 0 20px;
}

header .header-bg .page-title {
  font-size: 3.7rem;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  max-width: 800px;
  word-break: break-word;
  line-height: 1.4;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
}

header .breadcrumb {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 10px 20px;
  border-top: 2px #e9e9e9 solid;
  border-bottom: 2px #e9e9e9 solid;
  font-size: 1.4rem;
  line-height: 1.8;
}

header .breadcrumb .inner {
  width: 100%;
  max-width: 1180px;
}

header .breadcrumb .inner span::after {
  margin: 0 5px;
  content: "\03e";
}

header .breadcrumb .inner span:last-child::after {
  content: "";
}

header .breadcrumb .inner span a {
  border-bottom: 1px solid #333;
}

header .breadcrumb .inner span a:hover {
  border-bottom: none;
}

.main {
  padding: 70px 20px 100px;
  background-image: url(../img/bg_contents.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-repeat: repeat;
}

.main .contents {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  font-size: 1.8rem;
}

.main .contents p {
  line-height: 2.0;
  word-break: break-word;
}

.main .contents .contentsList {
  list-style: disc;
  line-height: 2.0;
  margin-left: 30px;
}

@media screen and (max-width:768px){
  .main .contents .contentsList {
    margin-left: 20px;
  }
}

.main .contents .btn a {
  /* -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: 0.5s; */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 360px;
  height: 65px;
  border-radius: 5px;
  background-color: #c29d22;
  color: #fff;
  font-size: 2.2rem;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  transition: 0.5s;
}

.main .contents .btn a:hover {
  background-color: #2a2417;
}

.main .contents section {
  margin-bottom: 120px;
}

.main .contents section:last-child {
  margin-bottom: 0;
}

.main .contents section .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  color: #c29d22;
  font-size: 3.2rem;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.5rem;
  text-align: center;
  line-height: 140%;
}

.main .contents section .title .entrytitle {
  max-width: 100%;
}

.main .contents section .title.narrow {
  letter-spacing: -0.1rem;
}

.main .contents section .title .furigana {
  margin-bottom: 5px;
  font-size: 2.0rem;
  letter-spacing: normal;
  display: block;
}

.main .contents section .title::after {
  width: 210px;
  height: 2px;
  margin-top: 20px;
  background-color: #c29d22;
  content: "";
}

.main .contents section .col {
  display: flex;
}

.main .contents section .col ~ .col {
  margin-top: 55px;
}

.main .contents section .col .left {
  width: 50%;
  margin-right: 40px;
}

.main .contents section .col .right {
  width: 50%;
  margin-left: 40px;
}

.main .contents section .col .right .image img {
  width: 100%;
}

.main .contents section .col .right .image span {
  display: block;
  margin-top: 15px;
  font-size: 1.6rem;
}

.main .contents section .col .right .image ~ .image {
  margin-top: 40px;
}

.main .contents section .pager {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: flex;
  justify-content: center;
  margin-top: 60px;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.main .contents section .pager ul {
  display: flex;
  flex-wrap: wrap;
}

.main .contents section .pager ul .page {
  margin-bottom: 10px;
}

.main .contents section .pager ul li.page a {
  /* -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: 0.5s; */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  margin-right: 10px;
  border: 2px solid #c29d22;
  background-color: #fff;
  color: #c29d22;
  transition: 0.5s;
  /* margin-bottom: 10px; */
}

.main .contents section .pager ul li.page a:hover {
  opacity: 0.7;
}

.main .contents section .pager ul li.page:last-child a {
  margin-right: 0;
}

.main .contents section .pager ul li.page.active a {
  background-color: #c29d22;
  color: #fff;
}

.main .contents section .pager ul li.page.prev a, .main .contents section .pager ul li.page.next a {
  width: auto;
  padding: 0 30px;
  background-color: #c29d22;
  color: #fff;
}

.main .contents section .pager ul li.page.prev a:before {
  -webkit-transform: rotate(-135deg);
  width: 10px;
  height: 10px;
  margin-right: 5px;
  margin-bottom: 2px;
  transform: rotate(-135deg);
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  content: "";
}

.main .contents section .pager ul li.page.next a:after {
  -webkit-transform: rotate(45deg);
  width: 10px;
  height: 10px;
  margin-bottom: 2px;
  margin-left: 5px;
  transform: rotate(45deg);
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  content: "";
}

.main .contents .jc-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: flex;
  justify-content: center;
}

footer {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

footer .nav-bn-area {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 70px 20px 60px;
  background-color: #2a2417;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

footer .nav-bn-area ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: flex;
  justify-content: center;
  width: 100%;
}

footer .nav-bn-area ul li {
  width: 20%;
  background-color: #fff;
}

footer .nav-bn-area ul li a {
  display: block;
  position: relative;
}

footer .nav-bn-area ul li a:hover img {
  opacity: 0.7;
}

footer .nav-bn-area ul li a img {
  -webkit-transition: 0.5s;
  width: 100%;
  transition: 0.5s;
}

footer .nav-bn-area ul li a span {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
}

footer .nav-bn-area.tourism {
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px 50px;
}

footer .nav-bn-area.tourism .heading {
  margin-bottom: 30px;
  color: #fff;
  font-size: 3.2rem;
}

footer .bn-area {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 50px 20px;
  background-color: #ece8dc;
}

footer .bn-area .inner {
  display: flex;
}

footer .bn-area .inner li {
  margin-right: 15px;
  /* background-color: #fff; */
}

footer .bn-area .inner li a {
  -webkit-transition: 0.5s;
  display: block;
  transition: 0.5s;
}

footer .bn-area .inner li a img {
  width: 100%;
}

footer .bn-area .inner:last-child {
  margin-bottom: 0;
}

footer .bn-area .inner:last-child li:last-child {
  margin-right: 0;
}

footer .bn-area .img-wrap {
  background-color: #fff;
}

footer .bn-area li a:hover .img-wrap img {
  opacity: 0.7;
}

footer .bn-area .link-text {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 5px;
  line-height: 1.4;
}

footer .bn-area li a:hover .link-text {
  text-decoration: underline;
}

footer .to-top {
  width: 100%;
  height: 60px;
}

footer .to-top a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #c29d22;
  transition: 0.5s;
}

footer .to-top a:hover {
  background-color: #c29d22a6;
}

footer .to-top a .arrow {
  -webkit-transform: rotate(-45deg);
  width: 25px;
  height: 25px;
  margin-top: 15px;
  transform: rotate(-45deg);
  border: 4px solid;
  border-color: #fff #fff transparent transparent;
}

footer .footer-nav {
  display: flex;
  width: 100%;
  padding: 25px 0 10px;
  background-color: #2a2417;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.4;
  flex-direction: column;
  align-items: center;
}

footer .footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* footer .footer-nav ul:first-child {
  margin-bottom: 15px;
} */

footer .footer-nav ul li {
  padding: 0 20px;
  border-right: 1px dotted #8f8f8f;
  margin-bottom: 15px;
}

footer .footer-nav ul li a:hover {
  text-decoration: underline;
}

footer .footer-nav ul:last-child li:last-child {
  border-right: none;
}

footer .footer-info {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: #181308;
  color: #fff;
}

footer .footer-info .info-top {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  padding: 50px 20px 45px;
}

footer .footer-info .info-top address {
  font-size: 1.2rem;
  line-height: 1.5;
}

footer .footer-info .info-top address .logo {
  margin-bottom: 30px;
}

footer .footer-info .info-top address .logo a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

footer .footer-info .info-top address p:nth-child(2) {
  margin-bottom: 10px;
  font-size: 1.6rem;
}

footer .footer-info .info-top address p:nth-child(3) {
  margin-bottom: 10px;
}

footer .footer-info .info-top .right-block {
  display: flex;
}

footer .footer-info .info-top .right-block .sns-icon {
  -webkit-box-align: end;
  -ms-flex-align: end;
  display: flex;
  align-items: flex-end;
  margin-right: 40px;
}

footer .footer-info .info-top .right-block .sns-icon li {
  margin-right: 15px;
}

footer .footer-info .info-top .right-block .sns-icon li:last-child {
  margin-right: 0;
}

footer .footer-info .info-top .right-block .sns-icon li a {
  display: block;
}

footer .footer-info .info-top .right-block .bnner {
  display: flex;
}

footer .footer-info .info-top .right-block .bnner li {
  margin-right: 20px;
}

footer .footer-info .info-top .right-block .bnner li a {
  display: block;
}

footer .footer-info .info-top .right-block .bnner li:last-child {
  margin-right: 0;
}

footer .footer-info small {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 15px 0;
  border-top: 2px solid #2a2417;
  font-size: 1.1rem;
}

.top header {
  /* height: 100%;
  max-height: 850px; */
}

.top header .main-img.swiper-container {
  /* -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: flex;
  justify-content: center; */
  width: 100%;
  height: calc(100% - 200px);
  position: relative;
  overflow: hidden;
}

.top header .main-img.swiper-container .swiper-wrapper {
  max-height: 754px;
}

.top header .main-img.swiper-container .swiper-wrapper .swiper-slide {
  /* background-size: cover; */
  padding-top: 47.125%;
  background-size: contain;
  background-repeat: no-repeat;
}

.top header .main-img.swiper-container .copy {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 7%;
  transform: translate(0, -50%);
  color: #fff;
  font-size: 5.2rem;
  line-height: 1.5;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.2rem;
}

.top header .main-img.swiper-container.swiper-container-horizontal > .swiper-pagination-bullets, .top header .main-img.swiper-container .swiper-pagination-custom, .top header .main-img.swiper-container .swiper-pagination-fraction {
  bottom: 0;
}

.top header .main-img.swiper-container .swiper-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .top header .main-img.swiper-container .swiper-pagination {
    height: 35px;
  }
}

.top header .main-img.swiper-container .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  opacity: 1;
}

.top header .main-img.swiper-container .swiper-pagination-bullet-active {
  background-color: #fff;
}

.top header .main-img.swiper-container .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.top header .main-img.swiper-container .btn-wrap {
  -webkit-transform: translate(80px, 0);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: flex;
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: 50%;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 50px;
  margin: 0;
  transform: translate(80px, 0);
}

@media screen and (max-width: 768px) {
  .top header .main-img.swiper-container .btn-wrap {
    height: 35px;
  }
}

.top header .main-img.swiper-container .btn-wrap .stopbtn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: flex;
  z-index: 10;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}

.top header .main-img.swiper-container .btn-wrap .stopbtn.stop:before, .top header .main-img.swiper-container .btn-wrap .stopbtn.stop:after {
  width: 3px;
  height: 10px;
  background-color: #000;
  content: '';
}

.top header .main-img.swiper-container .btn-wrap .stopbtn.stop:before {
  margin-right: 3px;
}

.top header .main-img.swiper-container .btn-wrap .stopbtn.start:before {
  width: 0;
  height: 0;
  margin-left: 3px;
  border-width: 7px 0 7px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #000;
  content: '';
}

.top header .main-img.swiper-container .btn-wrap .stopbtn.start:after {
  display: none;
}

.top header .main-img.swiper-container .btn-wrap .swiper-button-prev,
.top header .main-img.swiper-container .btn-wrap .swiper-button-next {
  -webkit-transform: translate(0, -50%);
  position: absolute;
  top: auto;
  top: 50%;
  bottom: auto;
  width: 27px;
  height: 27px;
  margin: 0;
  transform: translate(0, -50%);
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: none;
}

.top header .main-img.swiper-container .btn-wrap .swiper-button-prev::after,
.top header .main-img.swiper-container .btn-wrap .swiper-button-next::after {
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: #000 #000 transparent transparent;
  content: "";
}

.top header .main-img.swiper-container .btn-wrap .swiper-button-prev {
  left: 0;
}

.top header .main-img.swiper-container .btn-wrap .swiper-button-prev::after {
  -webkit-transform: rotate(-135deg);
  margin-left: 3px;
  transform: rotate(-135deg);
}

.top header .main-img.swiper-container .btn-wrap .swiper-button-next {
  right: 0;
}

.top header .main-img.swiper-container .btn-wrap .swiper-button-next::after {
  -webkit-transform: rotate(45deg);
  margin-left: -5px;
  transform: rotate(45deg);
}

.top .main {
  padding: 0;
  background-image: none;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.top .main .contents {
  max-width: inherit;
}

.top .main .contents section {
  margin-bottom: 0;
}

.top .main .contents section .title {
  flex-direction: row;
  justify-content: center;
  font-size: 4rem;
}

.top .main .contents section .title div {
  color: #000;
  text-align: center;
}

.top .main .contents section .title div span {
  display: block;
  color: #c29d22;
  font-size: 2.2rem;
}

.top .main .contents section .title::before {
  width: 85px;
  height: 1px;
  margin-right: 10px;
  /* margin-bottom: 30px; */
  background-color: #c29d22;
  content: "";
}

.top .main .contents section .title::after {
  width: 85px;
  height: 1px;
  margin-top: 0;
  /* margin-bottom: 30px; */
  margin-left: 10px;
  background-color: #c29d22;
  content: "";
}

.top .main .contents section.nomodel .title::before {
  display: none;
}

.top .main .contents section.nomodel .title::after {
  display: none;
}

.top .main .contents section .inner-contents {
  max-width: 1600px;
  margin: 0 auto;
}

.top .main .contents section.story {
  background-image: url(../img/bg_contents_2.jpg);
  background-size: 100%;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
	.top .main .contents section.story {
		padding-bottom: 0;	
	}	
}

.top .main .contents section.story .inner-contents {
  padding-top: 50px;
}

.top .main .contents section.story .inner-contents .col {
  padding-bottom: 30px;
}

.top .main .contents section.story .inner-contents .col .left {
  margin: 0;
  padding-right: 0;
  /* padding-left: 100px; */
  padding-left: 6.25vw;
}

.top .main .contents section.story .inner-contents .col .right {
  margin-left: 0;
  align-self: center;
  /* padding-left: 20px; */
  padding-left: 1.25vw;
}

.top .main .contents section.story .inner-contents .col .left .title {
  justify-content: flex-start;
  margin-bottom: 20px;
  /* margin-top: 40px; */
  margin-top: 30px;
  line-height: 1.4;
}

.top .main .contents section.story .inner-contents .col .left .title div {
  text-align: left;
}

.top .main .contents section.story .inner-contents .col .left .title div span {
  padding-bottom: 7px;
  padding-left: 7px;
}

.top .main .contents section.story .inner-contents .col .left .title::before {
  display: none;
}

.top .main .contents section.story .inner-contents .col .left .title::after {
  display: none;
}

.top .main .contents section.story .inner-contents .col .left p {
  margin-bottom: 30px;
}

.top .main .contents section.story .inner-contents .col .right .image {
  /*-webkit-box-align: end;
  -ms-flex-align: end;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;*/
}

.top .main .contents section.story .inner-contents .col .right .image img {
  padding-left: 20px;
}

.top .main .contents section.story .inner-contents .col .right .image span {
  display: block;
  /* margin: 10px 20px 40px 40px; */
  font-size: 1.4rem;
  white-space: nowrap;
  margin-top: 10px;
}

.top .main .contents section.story .inner-contents .bn-about {
  display: flex;
  width: 100%;
}

.top .main .contents section.story .inner-contents .bn-about li {
  width: 50%;
  background-color: #fff;
}

.top .main .contents section.story .inner-contents .bn-about li a {
  -webkit-transition: 0.5s;
  display: block;
  position: relative;
  transition: 0.5s;
}

.top .main .contents section.story .inner-contents .bn-about li a span {
  -webkit-transform: translate(-50%, -50%);
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  align-items: center;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 3.0rem;
  white-space: nowrap;
}

.top .main .contents section.story .inner-contents .bn-about li a span::after {
  display: block;
  width: 40px;
  height: 40px;
  margin-left: 15px;
  background-image: url(../img/circle_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.top .main .contents section.story .inner-contents .bn-about li a:hover {
  opacity: 0.7;
}

.top .main .contents section.story .inner-contents .bn-about li a img {
  width: 100%;
}

.top .main .contents section.model {
  background-image: url(../img/model_bg.jpg);
}

.top .main .contents section.model .title,
.top .main .contents section.nomodel .title {
  height: 258px;
  margin-bottom: 0;
  background-image: url(../img/model_title_bg.jpg);
  background-position: center;
}

.top .main .contents section.model .inner-contents ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 50px 45px;
}

.top .main .contents section.model .inner-contents ul li {
  width: calc(100% / 3 - 10px);
  background-color: #fff;
}

.top .main .contents section.model .inner-contents ul li a {
  -webkit-transition: 0.5s;
  display: block;
  position: relative;
  transition: 0.5s;
}

.top .main .contents section.model .inner-contents ul li a span {
  -webkit-transform: translate(-50%, -50%);
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  align-items: center;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 3.8rem;
  white-space: nowrap;
}

.top .main .contents section.model .inner-contents ul li a span::after {
  display: block;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  background-image: url(../img/circle_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.top .main .contents section.model .inner-contents ul li a:hover {
  opacity: 0.7;
}

.top .main .contents section.model .inner-contents ul li a img {
  width: 100%;
}

.top .main .contents section.tourism {
  padding: 130px 0 50px;
  background-image: url(../img/tourism_bg.jpg);
  background-size: cover;
  color: #fff;
}

@media screen and (min-width:769px) and ( max-width:1450px) {
  .top .main .contents section.tourism {
    background-repeat: repeat;
    background-size: contain;
  }
}

.top .main .contents section.tourism .title div {
  color: #fff;
}

.top .main .contents section.tourism .title div span {
  color: #fff;
}

.top .main .contents section.tourism .title::before {
  background-color: #fff;
}

.top .main .contents section.tourism .title::after {
  background-color: #fff;
}

.top .main .contents section.tourism .inner-contents {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: flex;
  justify-content: center;
}

.top .main .contents section.tourism .inner-contents ul {
  display: flex;
  width: 100%;
  max-width: 1500px;
  padding: 25px 15px 0px;
  background-color: #c29d22;
  flex-wrap: wrap;
  justify-content: center;
}

.top .main .contents section.tourism .inner-contents ul li {
  margin: 0 12px 25px;
  padding: 80px 20px 35px;
  border: 1px solid #fff;
  width: 270px;
  word-break: break-word;
}

.top .main .contents section.tourism .inner-contents ul li h3 {
  margin-bottom: 50px;
  font-size: 2.8rem;
  white-space: nowrap;
}

.top .main .contents section.tourism .inner-contents ul li h3 span {
  display: block;
  padding-top: 5px;
  padding-left: 2px;
  font-size: 1.5rem;
}

.top .main .contents section.tourism .inner-contents ul li h3 + div {
  background-color: #fff;
}

.top .main .contents section.tourism .inner-contents ul li img {
  -webkit-transition: 0.5s;
  width: 100%;
  margin-bottom: 30px;
  transition: 0.5s;
}

.top .main .contents section.tourism .inner-contents ul li .btn a {
  -webkit-transition: 0.5s;
  width: 100%;
  height: auto;
  padding: 15px 10px;
  background-color: #2a2417;
  font-size: 1.5rem;
  transition: 0.5s;
}

.top .main .contents section.tourism .inner-contents ul li .btn a:hover {
  background-color: #fff;
  color: #000;
}

.top .main .contents section.movie {
  padding: 50px 0 50px;
  background-image: url(../img/movie_bg.jpg);
  background-size: cover;
}

.top .main .contents section.movie .title div {
  color: #c39d20;
}

.top .main .contents section.movie .title div span {
  color: #c39d20;
}
.top .main .contents section.movie .title::before,
.top .main .contents section.movie .title::after {
  margin-bottom: 0;
}

.top .main .contents section.movie .movie_frame{
  width: 48%;
  margin: 20px auto;
}
.top .main .contents section.movie .movie_frame iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}

.top .main .contents section.movie .movie_caption{
	text-align: center;
	color: #fff;
	line-height: 2.2;
	font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
	.top .main .contents section.movie .movie_frame{
  		width: 96%;
	}
	.top .main .contents section.movie .movie_caption{
		font-size: 1.2rem;
	}
}

.top .main .contents section.topics {
  padding: 100px 0 200px;
  background-image: url(../img/topics_bg2.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}

.top .main .contents section.topics .inner-contents {
  /* -webkit-box-align: center;
  -ms-flex-align: center;
  display: flex;
  flex-direction: column;
  align-items: center; */
}

.top .main .contents section.topics .inner-contents .topics-list {
  /* -webkit-box-pack: center;
  -ms-flex-pack: center; */
  display: flex;
  justify-content: center;
  max-width: 1440px;
  width: 100%;
  padding: 0 20px 45px;
  margin: 0 auto;
}

.top .main .contents section.topics .inner-contents .topics-list li {
  width: 25%;
  width: calc((100% - 105px) /4);
  margin-right: 35px;
}

.top .main .contents section.topics .inner-contents .topics-list li:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.top .main .contents section.topics .inner-contents .topics-list li a {
  display: block;
}

.top .main .contents section.topics .inner-contents .topics-list li a img {
  -webkit-transition: 0.5s;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  width: inherit;
  width: 100%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  transition: 0.5s;
}

.top .main .contents section.topics .inner-contents .topics-list li a img:hover {
  opacity: 0.7;
}

.top .main .contents section.topics .inner-contents .topics-list li a .detail {
  margin-top: 25px;
}

.top .main .contents section.topics .inner-contents .topics-list li a .detail div:first-child {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.top .main .contents section.topics .inner-contents .topics-list li a .detail div:first-child .day {
  font-size: 1.6rem;
}

.top .main .contents section.topics .inner-contents .topics-list li a .detail div:first-child .cate {
  padding: 3px 10px;
  border-radius: 15px;
  color: #fff;
  font-size: 1.4rem;
}

.top .main .contents section.topics .inner-contents .topics-list li a .detail div:first-child .cate.info {
  background-color: #4f91b3;
}

.top .main .contents section.topics .inner-contents .topics-list li a .detail div:first-child .cate.event {
  background-color: #5d8059;
}

.top .main .contents section.topics .inner-contents .topics-list li a .detail div:last-child {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: flex;
  align-items: center;
}

.top .main .contents section.topics .inner-contents .topics-list li a .detail div:last-child .new {
  margin-right: 8px;
  padding: 2px 8px;
  background-color: #9a1e16;
  color: #fff;
  font-size: 1.4rem;
}

.top .main .contents section.topics .inner-contents .topics-list li a .detail div:last-child .text {
  font-size: 2.2rem;
}

.top .main .contents section.event-calender .event-calender {
  width: 670px;
  margin: 0 auto 100px;
  padding: 8px;
  background-color: #121212;
  color: #fff;
}

.top .main .contents section.event-calender .event-calender .inner {
  border: 1px solid #484848;
}

.top .main .contents section.event-calender .event-calender .inner .calender {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 0 40px;
}

.top .main .contents section.event-calender .event-calender .inner .calender .year-month {
  margin-bottom: 20px;
  font-size: 2.8rem;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.top .main .contents section.event-calender .event-calender .inner .calender .week {
  display: flex;
  margin-bottom: 10px;
  font-size: 2.4rem;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.top .main .contents section.event-calender .event-calender .inner .calender .week li {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  margin-right: 10px;
}

.top .main .contents section.event-calender .event-calender .inner .calender .week li:last-child {
  margin-right: 0;
}

.top .main .contents section.event-calender .event-calender .inner .calender .under {
  position: relative;
  width: 100%;
}

.top .main .contents section.event-calender .event-calender .inner .calender .under .day-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 2.4rem;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.top .main .contents section.event-calender .event-calender .inner .calender .under .day-wrap .day {
  display: flex;
  margin-bottom: 10px;
}

.top .main .contents section.event-calender .event-calender .inner .calender .under .day-wrap .day:last-child {
  margin-bottom: 0;
}

.top .main .contents section.event-calender .event-calender .inner .calender .under .day-wrap .day li {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  border: 1px solid #484848;
}

.top .main .contents section.event-calender .event-calender .inner .calender .under .day-wrap .day li:last-child {
  margin-right: 0;
}

.top .main .contents section.event-calender .event-calender .inner .calender .under .day-wrap .day li a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #c29d22;
}

.top .main .contents section.event-calender .event-calender .inner .calender .under .day-wrap .day li.none {
  border: none;
}

.top .main .contents section.event-calender .event-calender .inner .prev, .top .main .contents section.event-calender .event-calender .inner .next {
  position: absolute;
  top: 50%;
}

.top .main .contents section.event-calender .event-calender .inner .prev a, .top .main .contents section.event-calender .event-calender .inner .next a {
  display: block;
  width: 30px;
  height: 30px;
  border-top: 6px solid #fff;
  border-right: 6px solid #fff;
}

.top .main .contents section.event-calender .event-calender .inner .prev {
  -webkit-transform: translate(30px, -50%);
  left: 0;
  transform: translate(30px, -50%);
}

.top .main .contents section.event-calender .event-calender .inner .prev a {
  transform: rotate(-135deg);
}

.top .main .contents section.event-calender .event-calender .inner .next {
  -webkit-transform: translate(-30px, -50%);
  right: 0;
  transform: translate(-30px, -50%);
}

.top .main .contents section.event-calender .event-calender .inner .next a {
  transform: rotate(45deg);
}

.top .main .contents section.event-calender .inner-contents > .btn {
  margin-bottom: 140px;
}

@media screen and (max-width: 768px) {
  .top .main .contents section.event-calender .inner-contents > .btn {
    margin-bottom: 60px;
  }
}

.top .main .contents section.access {
  /* margin-bottom: 40px; */
  /* padding-top: 20px; */
  position: relative;
  padding: 120px 0 40px;
}

.top .main .contents section.access .title {
  margin-bottom: 0;
  position: absolute;
  top: 110px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}

.top .main .contents section.access .title div {
  white-space: nowrap;
}

.top .main .contents section.access .title + .inner-contents {
  /* margin-top: -130px; */
  /* margin-top: -110px; */
}

.top .main .contents section.access .map {
  /* height: 737px; */
  /* margin-bottom: 50px; */
  background-image: url(../img/access_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  padding-top: 46.0625%;
  height: 0;
}

.top .main .contents section.access .map .btn {
  /* margin-bottom: 150px; */
  position: absolute;
  bottom: 17%;
  left: 50%;
  transform: translateX(-50%);
}

.top .main .contents section.access .map .btn a {
  -webkit-transition: 0.5s;
  width: 260px;
  height: 50px;
  background-color: #2a2417;
  transition: 0.5s;
}

.top .main .contents section.access .map .btn a:hover {
  background-color: #fff;
  color: #000;
}

.top .main .contents section.access .bn-btn {
  display: flex;
  justify-content: center;
  padding: 0 20px;
  padding-bottom: 10px;
}

.top .main .contents section.access .bn-btn li {
  margin-right: 15px;
}

.top .main .contents section.access .bn-btn li:last-child {
  margin-right: 0;
}

.top .main .contents section.access .bn-btn li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top .main .contents section.access .bn-btn li a:hover img {
  opacity: 0.7;
}

.top .main .contents section.access .bn-btn li a img {
  -webkit-transition: 0.5s;
  width: 100%;
  transition: 0.5s;
}

.top .main .contents section.access .bn-btn li a span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: flex;
  z-index: 1;
  align-items: center;
  margin-top: -33px;
  color: #5d8059;
  font-size: 1.6rem;
}

.top .main .contents section.access .bn-btn li a span::after {
  width: 15px;
  height: 15px;
  background-image: url(../img/icon_pdf.png);
  content: "";
}

.top .main .contents section.model .routeMapTop {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* padding-bottom: 50px; */
  padding: 0 10px 60px;
}

.top .main .contents section.model .routeMapTop img{
  margin-bottom: 30px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top .main .contents section.model .routeMapTop {
    padding-bottom: 40px;
  }

  .top .main .contents section.model .routeMapTop img{
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.cultural .main .contents .lead {
  margin-bottom: 60px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  text-align: center;
}

.cultural .main .contents .sub-menu {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.cultural .main .contents .sub-menu ul {
  display: flex;
  width: 1100px;
}

.cultural .main .contents .sub-menu ul li {
  width: 20%;
  margin-right: 10px;
  background-color: #fff;
}

.cultural .main .contents .sub-menu ul li a {
  -webkit-transition: 0.5s;
  display: block;
  padding: 10px 0;
  border: 2px solid #c29d22;
  border-radius: 4px;
  color: #c29d22;
  font-weight: bold;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  text-align: center;
  transition: 0.5s;
}

.cultural .main .contents .sub-menu ul li.active a {
  background: #c29d22;
  color: #fff;
}

.cultural .main .contents .sub-menu ul li:last-child {
  margin-right: 0;
}

.cultural .main .contents .sub-menu ul li:hover a {
  opacity: 0.7;
}

.cultural .main .contents .item-list {
  font-size: 1.6rem;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.cultural .main .contents .item-list ul {
  -ms-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
}

.cultural .main .contents .item-list ul li {
  width: calc(25% - 16px);
  margin-right: 8px;
  margin-bottom: 30px;
  margin-left: 8px;
  text-align: center;
}

.cultural .main .contents .item-list ul li:nth-last-child(1), .cultural .main .contents .item-list ul li:nth-last-child(2) {
  margin-bottom: 0;
}

.cultural .main .contents .item-list ul li a {
  display: block;
}

.cultural .main .contents .item-list ul li a:hover div img {
  opacity: 0.7;
}

.cultural .main .contents .item-list ul li a div {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 184px;
  margin-bottom: 15px;
  overflow: hidden;
  background-color: #e9e9e9;
}

.cultural .main .contents .item-list ul li a div img {
  -webkit-transition: 0.5s;
  width: auto;
  height: 100%;
  transition: 0.5s;
}

.cultural .main .contents .item-list ul li a div span {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0 10px 10px 0;
  padding: 3px 12px;
  border-radius: 20px;
  background-color: #000;
  color: #fff;
  font-size: 1.4rem;
}

.model.cultural .main .contents .sub-menu {
  margin-bottom: 50px;
}

.model.cultural .main .contents .sub-menu ul {
  width: 1180px;
}

.model.cultural .main .contents .sub-menu ul li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(25% - 15px);
  margin-right: 15px;
}

.model.cultural .main .contents .sub-menu ul li a {
  position: relative;
  width: 100%;
  padding: 15px;
}

.model.cultural .main .contents .sub-menu ul li a img {
  -webkit-transform: translate(15px, -50%);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(15px, -50%);
}

.model.cultural .main .contents .sub-menu ul li.wakayama a {
  border: 2px solid #4e7d2b;
  color: #4e7d2b;
}

.model.cultural .main .contents .sub-menu ul li.wakayama.active a {
  background-color: #4e7d2b;
  color: #fff;
}

.model.cultural .main .contents .sub-menu ul li.osaka a {
  border: 2px solid #923030;
  color: #923030;
}

.model.cultural .main .contents .sub-menu ul li.osaka.active a {
  background-color: #923030;
  color: #fff;
}

.model.cultural .main .contents .sub-menu ul li.nara a {
  border: 2px solid #623485;
  color: #623485;
}

.model.cultural .main .contents .sub-menu ul li.nara.active a {
  background-color: #623485;
  color: #fff;
}

.model.cultural .main .contents .item-list ul li a div span.wakayama {
  background-color: #4e7d2b;
}

.model.cultural .main .contents .item-list ul li a div span.osaka {
  background-color: #923030;
}

.model.cultural .main .contents .item-list ul li a div span.nara {
  background-color: #623485;
}

.model.cultural .main .contents footer .nav-bn-area {
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
}

.model.cultural .main .contents footer .nav-bn-area h3 {
  margin-bottom: 30px;
  color: #fff;
  font-size: 3.2rem;
}

.model.cultural .main .contents footer .nav-bn-area ul li a img {
  width: 234px;
}

.topics .main .contents .col {
  justify-content: space-between;
}

.topics .main .contents .col .item-wrap {
  /* width: calc(100% - 240px); */
  width: calc(100% - 320px);
}

.topics .main .contents .item-wrap {
  /* display: flex;
  flex-direction: column;
  align-items: center; */
}

.topics .main .contents .item-wrap .item {
  width: 100%;
  max-width: 860px;
  /* margin-bottom: 20px; */
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  margin: 0 auto 20px;
  /* height: 100%; */
}

.topics .main .contents .item-wrap .item:last-child {
  margin-bottom: 0;
}

.topics .main .contents .item-wrap .item a {
  -webkit-transition: 0.5s;
  display: flex;
  padding: 30px;
  transition: 0.5s;
}

.topics .main .contents .item-wrap .item a:hover {
  opacity: 0.7;
}

.topics .main .contents .item-wrap .item .left {
  /* width: calc(100% - 240px); */
  margin-right: 0;
  padding-right: 50px;
  width: 70%;
}

.topics .main .contents .item-wrap .item .left .day-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.topics .main .contents .item-wrap .item .left .day-wrap .day {
  margin-right: 10px;
  font-size: 1.6rem;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.05rem;
}

.topics .main .contents .item-wrap .item .left .day-wrap .cate {
  padding: 3px 10px;
  border-radius: 20px;
  color: #fff;
  font-size: 1.4rem;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.topics .main .contents .item-wrap .item .left .day-wrap .cate.info {
  background-color: #4f91b3;
}

.topics .main .contents .item-wrap .item .left .day-wrap .cate.event {
  background-color: #5d8059;
}

.topics .main .contents .item-wrap .item .left .ttl {
  width: fit-content;
  margin-bottom: 10px;
  border-bottom: 1px solid #c29d22;
  color: #c29d22;
  font-size: 2.2rem;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.2rem;
  line-height: 1.4;
  padding-bottom: 2px;
}

.topics .main .contents .item-wrap .item .left .text {
  font-size: 1.6rem;
  line-height: 1.8;
}

.topics .main .contents .item-wrap .item .right {
  /* display: flex; */
  /* align-items: center; */
  /* width: 240px; */
  margin-left: 0;
  width: 30%;
  max-width: 240px;
}

.topics .main .contents .item-wrap .item .right img {
  width: 100%;
}

.topics .main .contents .side-menu {
  width: 280px;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  margin-left: 40px;
}

.topics .main .contents .side-menu .btn-calen a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: 0.5s;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 47px;
  margin-bottom: 30px;
  background-color: #121212;
  color: #fff;
  transition: 0.5s;
}

.topics .main .contents .side-menu .btn-calen a:hover {
  opacity: 0.7;
}

.topics .main .contents .side-menu .btn-calen a img {
  position: absolute;
  right: 10px;
}

.topics .main .contents .side-menu .btn-year a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 47px;
  margin-bottom: 10px;
  background-color: #c29d22;
  color: #fff;
  transition: 0.5s;
}

.topics .main .contents .side-menu .btn-year a:hover {
  opacity: 0.7;
}

.topics .main .contents .side-menu .btn-year li:last-child a {
  margin-bottom: 0;
}

.topics .main .contents .btn {
  margin-top: 50px;
}

.topics .main .contents .btn a {
  width: 280px;
  height: 47px;
  background-color: #5d8059;
  font-size: 1.8rem;
  margin: 0 auto;
}

.topics .main .contents .btn a:hover {
  opacity: 0.7;
}

.topics .main .contents .btn.two {
  display: flex;
}

.topics .main .contents .btn.two a {
  width: 316px;
}

.topics .main .contents .btn.two a:hover {
  opacity: 0.7;
}

.topics .main .contents .btn.two a:first-child {
  margin-right: 20px;
  background-color: #4f91b3;
}

.topics .main .contents .event-calender {
  width: 670px;
  margin: 0 auto 100px;
  padding: 8px;
  background-color: #121212;
  color: #fff;
}

.topics .main .contents .event-calender .inner {
  border: 1px solid #484848;
}

.topics .main .contents .event-calender .inner .calender {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 0 40px;
}

.topics .main .contents .event-calender .inner .calender .year-month {
  margin-bottom: 20px;
  font-size: 2.8rem;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.topics .main .contents .event-calender .inner .calender .week {
  display: flex;
  margin-bottom: 10px;
  font-size: 2.4rem;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.topics .main .contents .event-calender .inner .calender .week li {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  margin-right: 10px;
}

.topics .main .contents .event-calender .inner .calender .week li:last-child {
  margin-right: 0;
}

.topics .main .contents .event-calender .inner .calender .under {
  position: relative;
  width: 100%;
}

.topics .main .contents .event-calender .inner .calender .under .day-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 2.4rem;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.topics .main .contents .event-calender .inner .calender .under .day-wrap .day {
  display: flex;
  margin-bottom: 10px;
}

.topics .main .contents .event-calender .inner .calender .under .day-wrap .day:last-child {
  margin-bottom: 0;
}

.topics .main .contents .event-calender .inner .calender .under .day-wrap .day li {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  border: 1px solid #484848;
}

.topics .main .contents .event-calender .inner .calender .under .day-wrap .day li:last-child {
  margin-right: 0;
}

.topics .main .contents .event-calender .inner .calender .under .day-wrap .day li a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #c29d22;
}

.topics .main .contents .event-calender .inner .calender .under .day-wrap .day li.none {
  border: none;
}

.topics .main .contents .event-calender .inner .prev, .topics .main .contents .event-calender .inner .next {
  position: absolute;
  top: 50%;
}

.topics .main .contents .event-calender .inner .prev a, .topics .main .contents .event-calender .inner .next a {
  display: block;
  width: 30px;
  height: 30px;
  border-top: 6px solid #fff;
  border-right: 6px solid #fff;
}

.topics .main .contents .event-calender .inner .prev {
  -webkit-transform: translate(30px, -50%);
  left: 0;
  transform: translate(30px, -50%);
}

.topics .main .contents .event-calender .inner .prev a {
  transform: rotate(-135deg);
}

.topics .main .contents .event-calender .inner .next {
  -webkit-transform: translate(-30px, -50%);
  right: 0;
  transform: translate(-30px, -50%);
}

.topics .main .contents .event-calender .inner .next a {
  transform: rotate(45deg);
}

.topics .main .contents .title {
  margin-bottom: 40px;
}

.tourism .main .contents .col {
  height: auto;
}

.tourism .main .contents .col.-top {
  align-items: flex-end;
}

.tourism .main .contents .col .left, .tourism .main .contents .col .right {
  /* background-color: #fff; */
}

.tourism .main .contents .col .left a, .tourism .main .contents .col .right a {
  -webkit-transition: 0.5s;
  display: flex;
  position: relative;
  transition: 0.5s;
}

.tourism .main .contents .col .left a > img, .tourism .main .contents .col .right a > img {
  width: 100%;
  height: 100%;
}

.tourism .main .contents .col .left a:hover, .tourism .main .contents .col .right a:hover {
  opacity: 0.7;
}

.tourism .main .contents .col .left a .icon, .tourism .main .contents .col .right a .icon {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.tourism .main .contents .col .left a .icon .category, .tourism .main .contents .col .right a .icon .category {
  margin-bottom: 20px;
  color: #fff;
  font-size: 3.2rem;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.tourism .main .contents .col .left a .icon img, .tourism .main .contents .col .right a .icon img {
  width: 100px;
}

.tourism .main .contents .col .left {
  margin-right: 15px;
}

.tourism .main .contents .col .right {
  margin-left: 15px;
}

.tourism .main .contents .col ~ .col {
  margin-top: 30px;
}

.tourism .main .contents .col:nth-child(1) .left.commentary {
  padding: 10px;
}

.tourism .main .contents .col:nth-child(1) .left.commentary .heading {
  font-size: 3.4rem;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  margin-bottom: 20px;
  margin-bottom: 3%;
}

.tourism .main .contents .col:nth-child(1) .left.commentary .text {
  line-height: 1.8;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}

@media screen and (min-width:769px) and ( max-width:1200px) {
  .tourism .main .contents .col:nth-child(1) .left.commentary .heading {
    font-size: 2.4vw;
  }

  .tourism .main .contents .col:nth-child(1) .left.commentary .text {
    font-size: 1.4vw;
  }

}

@media screen and (min-width:1600px){
  .tourism .main .contents .col:nth-child(1) .left.commentary .text {
    font-size: 1.8rem;
  }
}

.tourism .main .contents .col:nth-child(1) .left.commentary img {
  display: block;
  width: 90%;
  margin: 0 auto;
}

.tourism .main .contents .col:nth-child(2) .right .icon img {
  width: 90px;
}

.detail .main .contents > section {
  /* display: flex;
  justify-content: center; */
}

.detail .main .contents .index {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 50px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.detail .main .contents .index .inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.detail .main .contents .index .inner h4 {
  width: 100%;
  padding: 20px 0;
  background-color: #c29d22;
  color: #fff;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 3px;
  text-align: center;
}

.detail .main .contents .index .inner .arrow {
  width: 0px;
  border-width: 10px;
  border-style: solid;
  border-color: #c29d22;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.detail .main .contents .index ul {
  padding: 10px 40px 20px;
  background-color: #fff;
  line-height: 1.8;
}

.detail .main .contents .index ul li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: flex;
  align-items: center;
}

.detail .main .contents .index ul li span {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  border-radius: 50%;
  background-color: #c29d22;
}

.detail .main .contents .index a {
  text-decoration: underline;
}

.detail .main .contents .index a:hover {
  text-decoration: none;
}

.detail .main .contents .inner-contents {
  max-width: 700px;
  margin: 0 auto;
}

.detail .main .contents .title {
  margin-bottom: 40px;
}

.detail .main .contents .group {
  margin-bottom: 40px;
}

.detail .main .contents .group:last-child {
  margin-bottom: 0;
}

.detail .main .contents .group iframe {
  width: 100%;
}

.detail .main .contents .table {
  width: 100%;
  border: 2px solid #c29d22;
}

.detail .main .contents .table tr th, .detail .main .contents .table tr td {
  padding: 10px 20px;
  border: 1px solid #c29d22;
  line-height: 1.4;
  vertical-align: middle;
}

.detail .main .contents .table tr th {
  width: 25%;
  font-weight: normal;
}

.detail .main .contents .table tr a {
  text-decoration: underline;
}

.detail .main .contents .img-col ul {
  -ms-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
}

.detail .main .contents .img-col ul li {
  width: calc(100% / 3);
}

.detail .main .contents .img-col ul li a {
  display: block;
  position: relative;
}

.detail .main .contents .img-col ul li a img {
  width: 100%;
}

.detail .main .contents .img-col ul li a:hover {
  opacity: 0.7;
}

.detail .main .contents .img-col ul li a span {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-image: url(../img/icon_mag_glass.png);
  background-position: center;
  background-size: 60%;
  background-repeat: no-repeat;
  background-color: #2a2417;
  opacity: 0.8;
}

.detail .main .contents .btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: flex;
  justify-content: center;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.detail .main .contents .btn a {
  width: 316px;
  height: auto;
  /* margin-top: 20px; */
  margin-top: 40px;
  padding: 15px 0;
  font-size: 1.8rem;
}

.detail .main .contents .slide .swiper-slide {
  position: relative;
  background-position: center;
  background-size: cover;
}

.detail .main .contents .slide .gallery-top {
  margin-bottom: 20px;
  overflow: hidden;
}

.detail .main .contents .slide .gallery-top .swiper-slide {
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #e9e9e9;
  background-position: top center;
}

.detail .main .contents .slide .gallery-top .swiper-slide .img-desc {
  display: block;
  font-size: 1.6rem;
  line-height: 1.6;
  background-color: #FDF9F0;
  margin-top: 66.57142857142857%;
  /* margin-top: 466px; */
  padding-top: 10px;
}

.detail .main .contents .slide .gallery-thumbs {
  height: 155px;
}

.detail .main .contents .slide .gallery-thumbs .swiper-slide {
  width: calc(100% / 3) !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #e9e9e9;
  cursor: pointer;
  opacity: 1;
}

.detail .main .contents .slide .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.detail .main .contents .slide .gallery-thumbs .swiper-wrapper {
  -webkit-transform: none;
  justify-content: center;
  transform: none;
}

@media screen and (min-width: 769px) {
  .detail.topics .main .contents > section {
    justify-content: flex-end;
  }

  .detail.topics .main .contents .col {
    /* width: 1100px; */
    margin: 0 auto;
    max-width: 1100px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
.detail.topics .main .contents > section {
    justify-content: normal;
}
.detail.topics .main .contents .col {
  width: 100%;
}
}

.detail.topics .main .contents .group .day-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.detail.topics .main .contents .group .day-wrap .day {
  margin-right: 10px;
  font-size: 1.6rem;
}

.detail.topics .main .contents .group .day-wrap .cate {
  padding: 3px 10px;
  border-radius: 20px;
  color: #fff;
  font-size: 1.4rem;
}

.detail.topics .main .contents .group .day-wrap .cate.info {
  background-color: #4f91b3;
}

.detail.topics .main .contents .group .day-wrap .cate.event {
  background-color: #5d8059;
}

.detail.topics .main .contents .group .period {
  padding: 10px 0;
  background-color: #a91515;
  color: #fff;
  font-size: 2.6rem;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  text-align: center;
}

.detail.topics .main .contents .group img {
  width: 100%;
}

.detail.topics .main .contents .group .btn {
  margin-top: 0;
}

.detail.topics .main .contents .group .btn a {
  background-color: #c29d22;
}

.model-detail .main {
  padding-top: 40px;
}

.model-detail .main .contents .plan-overview {
  /* flex-direction: column; */
  margin-bottom: 60px;
  display: block;
}

.model-detail .main .contents .plan-overview .explan {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.model-detail .main .contents .hosoku + p {
  margin-bottom: 10px;
}

.model-detail .main .contents .plan-overview .explan .intro {
  width: 64%;
  padding-right: 20px;
}

.model-detail .main .contents .plan-overview .explan .intro .course-title {
  margin-bottom: 20px;
  font-size: 3.4rem;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.model-detail .main .contents .plan-overview .explan .photo {
  position: relative;
  width: 36%;
}

.model-detail .main .contents .plan-overview .explan .photo .area {
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
  justify-content: center;
  align-items: center;
  text-align: center;
  /* width: 70px;
  height: 70px; */
  border-radius: 50%;
  color: #fff;
  font-size: 1.6rem;
  min-width: 70px;
  min-height: 70px;
  padding: 10px;
}

.model-detail .main .contents .plan-overview .explan .photo .area .text {
}

.model-detail .main .contents .plan-overview .explan .photo .area.wakayama {
  background-color: #4e7d2b;
}

.model-detail .main .contents .plan-overview .explan .photo .area.osaka {
  background-color: #923030;
}

.model-detail .main .contents .plan-overview .explan .photo .area.nara {
  background-color: #623485;
}

.model-detail .main .contents .plan-overview .explan .photo img {
  width: 100%;
}

.model-detail .main .contents .plan-overview .route {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: space-between;
  padding: 40px 40px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.model-detail .main .contents .plan-overview .route .route-detail {
  width: calc(45% - 30px);
}

.model-detail .main .contents .plan-overview .route .route-detail .place {
  padding: 15px;
  background-color: #c29d22;
  color: #fff;
}

.model-detail .main .contents .plan-overview .route .route-detail .move {
  margin: 20px 15px;
  padding: 10px 10px 10px 55px;
  background-image: url(../img/model/details/arrow.png);
  background-size: 7%;
  background-repeat: no-repeat;
  background-position: left center;
}

.model-detail .main .contents .plan-overview .route .map {
  width: 55%;
}

.model-detail .main .contents .plan-overview .route .map iframe {
  width: 100%;
}

.model-detail .main .contents .plan-overview .route .map img {
  width: 100%;
}

.model-detail .main .contents .plan {
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-direction: column;
  align-items: center;
}

.model-detail .main .contents .plan-item {
  width: 740px;
  /* margin-bottom: 0; */
  margin: 0 auto;
}

.model-detail .main .contents .plan-item:last-child .top {
  border-left: none;
}

.model-detail .main .contents .plan-item:last-child .middle {
  padding-bottom: 0;
  border-left: none;
}

.model-detail .main .contents .top {
  border-left: 2px solid #c29d22;
}

.model-detail .main .contents .top .title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
}

.model-detail .main .contents .top .title::before {
  width: 36px;
  height: 36px;
  margin-right: 20px;
  margin-left: -18px;
  border: 8px solid #c29d22;
  border-radius: 100%;
  background-color: #fff;
  content: "";
}

.model-detail .main .contents .top .title::after {
  content: none;
}

.model-detail .main .contents .middle {
  width: 740px;
  padding: 30px 0 40px 40px;
  border-left: 2px solid #c29d22;
}

.model-detail .main .contents .bottom {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: flex;
  align-items: center;
  padding-bottom: 80px;
  border-left: 2px solid #c29d22;
}

.model-detail .main .contents .bottom::before {
  width: 40px;
  height: 33px;
  margin-top: -33px;
  border-bottom: 2px solid #c29d22;
  content: "";
}

.model-detail .main .contents .bottom .btn {
  justify-content: flex-start;
}

.model-detail .main .contents .bottom .btn a {
  width: auto;
  min-width: 246px;
  margin-top: 0;
  padding: 15px;
  line-height: 1.5;
}

@media screen and (max-width: 1199px) {
  header .header-top {
    position: fixed;
    top: 0;
    left: 0;
    height: 85px;
  }
  header .header-top .logo {
    width: 170px;
    padding-left: 10px;
  }
  header .header-top .logo a img {
    width: 100%;
    /*max-height: 70px;*/
  }
  header .header-top .menu-btn {
    display: flex;
    z-index: 90;
    position: fixed;
    position: absolute;
    right: 10px;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    top: 50%;
    transform: translateY(-50%);
  }
  header .header-top .menu-btn span, header .header-top .menu-btn span:before, header .header-top .menu-btn span:after {
    display: block;
    position: absolute;
    width: 25px;
    height: 3px;
    border-radius: 3px;
    background-color: #c29d22;
    content: '';
  }
  header .header-top .menu-btn span:before {
    bottom: 8px;
  }
  header .header-top .menu-btn span:after {
    top: 8px;
  }

  header .header-top .nav-block {
    visibility: hidden;
    top: 85px;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background-color: #c29d22;
    opacity: 0;
    height: calc(100vh - 85px);
    overflow-y: scroll;
    scrollbar-width: none;
    flex-direction: column;
  }

  header .header-top .nav-block::-webkit-scrollbar {
    display:none;
  }

  header .header-top .nav-block .sns-icon {
    margin-top: 10px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.7);
  }
  header .header-top .nav-block .sns-icon li {
    margin-right: 10px;
  }
  header .header-top .nav-block .nav-menu {
    width: 100%;
  }
  /* header .header-top .nav-block .nav-menu ul {
    flex-direction: column;
  } */
  header .header-top .nav-block .nav-menu ul li {
    /* width: 100%;
    height: auto;
    margin-right: 0; */
    margin-bottom: 0;
  }
  header .header-top .nav-block .nav-menu ul li a {
    /* justify-content: center; */
    padding: 20px 0;
    /* -ms-writing-mode: horizontal-tb; */
    /* writing-mode: horizontal-tb; */
    box-shadow: none;
    text-align: center;
  }
  header .header-top #menu-btn-check:checked ~ .nav-block {
    -webkit-transition: .5s;
    visibility: visible;
    opacity: 1;
    transition: .5s;
  }

  .nav_lang {
    margin: 0;
  }

  header .header-bg {
    margin-top: 85px;
  }

  .top header .main-img.swiper-container {
    margin-top: 85px;
    height: 400px;
  }
  .top header .main-img.swiper-container .swiper-wrapper .swiper-slide {
    /* height: 300px;
    margin-top: 85px; */
    background-size: cover;
    background-position: center;
  }
  .top header .main-img.swiper-container .copy {
    font-size: 3.5rem;
  }
  /* .top header .main-img.swiper-container .copy {
    font-size: 2.0rem;
    left: 7%;
  } */
  .top header .main-img.swiper-container .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    border: 1px solid #fff;
  }
  .top header .main-img.swiper-container .swiper-pagination-bullet:first-child {
    margin-left: -100px;
  }
  .top header .main-img.swiper-container .btn-wrap {
    -webkit-transform: translate(10px, 0);
    width: 95px;
    transform: translate(10px, 0);
  }
  .top header .main-img.swiper-container .btn-wrap .stopbtn {
    width: 22px;
    height: 22px;
  }
  .top header .main-img.swiper-container .btn-wrap .swiper-button-prev,
  .top header .main-img.swiper-container .btn-wrap .swiper-button-next {
    width: 22px;
    height: 22px;
  }

  .langChoice {
    display: block;
    /* font-size: 1.2rem; */
    text-align: center;
    margin: 0;
    position: absolute;
    right: 100px;
    top: 50%;
    transform: translateY(-50%);
  }

  .langChoice.-pc {
    display: none;
  }
  
  .langChoice.-sp {
    display: block;
  }

  .langChoice_title {
    margin-bottom: 5px;
    margin-right: 0;
  }

  .langChoice_lang {
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
  .view-pc {
    display: none;
  }
  .view-sp {
    display: block;
  }

  .top header .main-img.swiper-container {
    height: 300px;
  }

  .top header .main-img.swiper-container .copy {
    font-size: 2.0rem;
    left: 7%;
  }
  
  header .header-bg {
    height: 125px;
    margin-top: 85px;
    background-image: url(../img/header_img_sp.png);
    background-position: center 90%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  header .header-bg .page-title {
    font-size: 2.4rem;
  }
  header .breadcrumb {
    padding: 10px 20px;
  }
  .main {
    padding: 35px 20px 50px;
  }
  .main .contents {
    font-size: 1.2rem;
    font-size: 1.3rem;
  }
  .main .contents .btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: flex;
    justify-content: center;
  }
  .main .contents .btn a {
    width: 190px;
    height: 35px;
    font-size: 1.3rem;
  }
  .main .contents section {
    margin-bottom: 40px;
  }
  .main .contents section .title.narrow-sp {
    letter-spacing: -0.1rem;
  }
  .main .contents section .title {
    margin-bottom: 20px;
    font-size: 2.2rem;
    line-height: 140%;
    text-align: center;
  }
  .main .contents section .title::after {
    width: 100px;
    margin-top: 10px;
  }
  .main .contents section .col {
    flex-direction: column;
    display: block;
  }
  .main .contents section .col ~ .col {
    margin-top: 30px;
  }
  .main .contents section .col .left {
    width: 100%;
    margin-right: 0;
  }
  .main .contents section .col .left p {
    font-size: 1.4rem;
  }
  .main .contents section .col .right {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
  .main .contents section .col .right .image span {
    margin-top: 10px;
    font-size: 1.4rem;
  }
  .main .contents section .col .right .image ~ .image {
    margin-top: 20px;
  }
  .main .contents section .pager {
    margin-top: 30px;
  }
  .main .contents section .pager ul {
    /* justify-content: space-between; */
    /* width: 100%; */
    margin: 0 25px;
  }
  .main .contents section .pager ul li.page a {
    width: 35px;
    height: 35px;
    margin-right: 5px;
  }
  .main .contents section .pager ul li.page.prev a, .main .contents section .pager ul li.page.next a {
    width: 35px;
    padding: 0;
  }
  .main .contents section .pager ul li.page.prev a:before {
    margin-right: -4px;
  }
  .main .contents section .pager ul li.page.next a:after {
    margin-left: -4px;
  }
  footer .nav-bn-area {
    padding: 30px 20px;
  }
  footer .nav-bn-area ul {
    -ms-flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  footer .nav-bn-area ul li {
    width: 50%;
  }
  footer .nav-bn-area ul li a span {
    font-size: 1.4rem;
  }
  footer .nav-bn-area.tourism {
    padding: 30px 20px;
  }
  footer .nav-bn-area.tourism .heading {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
  footer .bn-area {
    flex-direction: column;
    padding: 15px;
  }
  footer .bn-area .inner {
    margin-bottom: 10px;
  }
  footer .bn-area .inner li {
    width: 50%;
    margin-right: 10px;
  }
  footer .bn-area .inner li:last-child {
    margin-right: 0;
  }

  footer .bn-area .link-text {
    font-size: 1.2rem;
  }

  footer .to-top {
    height: 40px;
  }
  footer .to-top a .arrow {
    width: 20px;
    height: 20px;
    margin-top: 14px;
    border: 3px solid;
    border-color: #fff #fff transparent transparent;
  }
  footer .footer-nav {
    padding: 20px 0 5px;
  }
  footer .footer-nav ul li {
    padding: 0 10px;
    /* margin-bottom: 10px; */
  }
  footer .footer-nav ul:last-child {
    margin-bottom: 0;
  }
  footer .footer-info .info-top {
    flex-direction: column;
    padding: 40px 20px 30px;
  }
  footer .footer-info .info-top address {
    margin-bottom: 15px;
    font-size: 1.4rem;
  }
  footer .footer-info .info-top address .logo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: flex;
    justify-content: center;
  }
  footer .footer-info .info-top address .logo img {
    width: 180px;
  }
  footer .footer-info .info-top .right-block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-direction: column;
    align-items: center;
  }
  footer .footer-info .info-top .right-block .sns-icon {
    margin: 0 0 25px 0;
  }
  footer .footer-info .info-top .right-block .bnner li {
    width: 100px;
  }
  footer .footer-info .info-top .right-block .bnner li img {
    width: 100%;
  }
  footer .footer-info small {
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
    line-height: 160%;
  }
  .top header {
    /* height: auto; */
  }
  
  .top .main .contents section .title {
    margin-bottom: 20px;
    font-size: 2.4rem;
    padding: 0 20px;
    letter-spacing: 0.2rem;
    width: 100%;
  }

  .top .main .contents section .title div {
    min-width: 200px;
  }

  .top .main .contents section .title div span {
    font-size: 1.3rem;
  }
  .top .main .contents section .title::before {
    width: 50px;
    /* margin-bottom: 25px; */
  }
  .top .main .contents section .title::after {
    width: 50px;
    /* margin-bottom: 25px; */
  }
  .top .main .contents section.story .inner-contents {
    /* padding-top: 35px; */
    padding-top: 10px;
  }
  .top .main .contents section.story .inner-contents .col {
    padding-bottom: 20px;
  }
  .top .main .contents section.story .inner-contents .col .left {
    padding: 0 20px;
  }

  .top .main .contents section.story .inner-contents .col .left .title {
    padding: 0;
    margin-bottom: 10px;
    margin-top: 20px;
  }

  .top .main .contents section.story .inner-contents .col .left .title:not(span) {
    /* letter-spacing: 0rem; */
  }
  .top .main .contents section.story .inner-contents .col .left p {
    margin-bottom: 20px;
  }
  .top .main .contents section.story .inner-contents .col .right {
    margin-top: 30px;
  }
  .top .main .contents section.story .inner-contents .col .right .image {
    -webkit-box-align: start;
    -ms-flex-align: start;
    flex-direction: column;
    align-items: flex-start;
  }
  .top .main .contents section.story .inner-contents .col .right .image span {
    margin: 10px 0 0 10px;
    font-size: 1.2rem;
  }
  .top .main .contents section.story .inner-contents .bn-about {
    flex-direction: column;
    display: block;
  }
  .top .main .contents section.story .inner-contents .bn-about li {
    width: 100%;
  }
  .top .main .contents section.story .inner-contents .bn-about li a span {
    font-size: 1.8rem;
  }
  .top .main .contents section.story .inner-contents .bn-about li a span::after {
    width: 25px;
    height: 25px;
  }
  .top .main .contents section.model .title{
    height: 125px;
    margin-bottom: 10px;
    background-image: url(../img/model_title_bg_sp.jpg);
    background-size: cover;
  }
  .top .main .contents section.nomodel .title  {
    height: 125px;
    background-image: url(../img/model_title_bg_sp.jpg);
    background-size: cover;
  }
  
  .top .main .contents section.model .inner-contents ul {
    flex-direction: column;
    padding: 0 10px 10px;
  }
  .top .main .contents section.model .inner-contents ul li {
    width: 100%;
  }
  .top .main .contents section.model .inner-contents ul li a span {
    font-size: 2.5rem;
  }
  .top .main .contents section.model .inner-contents ul li a span::after {
    width: 25px;
    height: 25px;
  }
  .top .main .contents section.tourism {
    padding: 60px 0 15px;
  }
  .top .main .contents section.tourism .inner-contents ul {
    flex-direction: column;
    width: 100%;
    padding: 15px;
    display: block;
  }
  .top .main .contents section.tourism .inner-contents ul li {
    width: 100%;
    margin: 0 0 15px;
    padding: 20px 15px;
  }
  .top .main .contents section.tourism .inner-contents ul li:last-child {
    margin-bottom: 0;
  }
  .top .main .contents section.tourism .inner-contents ul li h3 {
    margin-bottom: 15px;
    font-size: 2.4rem;
  }
  .top .main .contents section.tourism .inner-contents ul li img {
    margin-bottom: 15px;
  }
  .top .main .contents section.tourism .inner-contents ul li .btn a {
    width: auto;
    padding: 10px 25px;
  }
  .top .main .contents section.topics {
    padding: 60px 0 60px;
    background-size: cover;
  }
  .top .main .contents section.topics .inner-contents .topics-list {
    flex-direction: column;
    padding: 0 55px 30px;
  }
  .top .main .contents section.topics .inner-contents .topics-list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .top .main .contents section.topics .inner-contents .topics-list li a .detail {
    margin-top: 15px;
  }
  .top .main .contents section.topics .inner-contents .topics-list li a .detail div:first-child .day {
    font-size: 1.4rem;
  }
  .top .main .contents section.topics .inner-contents .topics-list li a .detail div:first-child .cate {
    font-size: 1.3rem;
  }
  .top .main .contents section.topics .inner-contents .topics-list li a .detail div:last-child .new {
    font-size: 1.3rem;
  }
  .top .main .contents section.topics .inner-contents .topics-list li a .detail div:last-child .text {
    font-size: 1.8rem;
  }
  .top .main .contents section.event-calender .event-calender {
    width: calc(100% - 40px);
    max-width: 640px;
    /* margin: 0 20px 55px; */
    margin: 0 auto 55px;
  }
  .top .main .contents section.event-calender .event-calender .inner .calender {
    padding: 15px 0 20px;
  }
  .top .main .contents section.event-calender .event-calender .inner .calender .year-month {
    margin-bottom: 10px;
    font-size: 3.6vw;
  }
  .top .main .contents section.event-calender .event-calender .inner .calender .week {
    margin-bottom: 5px;
    font-size: 3.2vw;
  }
  .top .main .contents section.event-calender .event-calender .inner .calender .week li {
    width: 7.8vw;
    max-width: 60px;
    margin-right: 5px;
    margin-right: 5px;
  }
  .top .main .contents section.event-calender .event-calender .inner .calender .under .day-wrap {
    font-size: 3.2vw;
  }
  .top .main .contents section.event-calender .event-calender .inner .calender .under .day-wrap .day {
    margin-bottom: 5px;
  }
  .top .main .contents section.event-calender .event-calender .inner .calender .under .day-wrap .day li {
    width: 7.8vw;
    max-width: 60px;
    height: 7.8vw;
    max-height: 60px;
    margin-right: 5px;
  }
  .top .main .contents section.event-calender .event-calender .inner .prev a, .top .main .contents section.event-calender .event-calender .inner .next a {
    width: 15px;
    height: 15px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
  }
  .top .main .contents section.event-calender .event-calender .inner .prev {
    transform: translate(3.7vw, -50%);
  }
  .top .main .contents section.event-calender .event-calender .inner .next {
    transform: translate(-3.7vw, -50%);
  }
  .top .main .contents section.access .title + .inner-contents {
    /* margin-top: 0;
    margin-bottom: 20px; */
  }

  .top .main .contents section.access {
    padding: 60px 0 20px;
  }

  .top .main .contents section.access .title {
    top: 30px;
  }

  .top .main .contents section.access .title div {
    white-space: unset;
  }

  .top .main .contents section.access .map {
    position: relative;
    align-items: flex-start;
    height: auto;
    height: 200px;
    margin-bottom: 0;
    background-position: bottom center;
    background-size: contain;
  }
  .top .main .contents section.access .map .btn {
    margin-bottom: 0;
  }
  .top .main .contents section.access .map .btn a {
    width: auto;
    height: auto;
    padding: 10px 40px;
  }
  .top .main .contents section.access .bn-btn {
    flex-direction: column;
  }
  .top .main .contents section.access .bn-btn li {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .top .main .contents section.access .bn-btn li:last-child {
    margin-bottom: 0;
  }
  .top .main .contents section.access .bn-btn li a span {
    margin-top: -15px;
    font-size: 1.2rem;
  }
  .cultural .main .contents .lead {
    margin-bottom: 20px;
    text-align: left;
  }
  .cultural .main .contents .sub-menu {
    margin-bottom: 30px;
    font-size: 1.4rem;
  }
  .cultural .main .contents .sub-menu ul {
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .cultural .main .contents .sub-menu ul li {
    width: calc(50% - 10px);
    margin-bottom: 10px;
  }
  .cultural .main .contents .sub-menu ul li:first-child {
    width: 100%;
  }
  .cultural .main .contents .sub-menu ul li:nth-child(2n + 1) {
    margin-right: 0;
  }
  .cultural .main .contents .sub-menu ul li:nth-last-child(2), .cultural .main .contents .sub-menu ul li:last-child {
    margin-bottom: 0;
  }
  .cultural .main .contents .item-list {
    margin-left: 0;
  }
  .cultural .main .contents .item-list ul li {
    width: calc(50% - 5px);
    margin-right: 0;
    margin-bottom: 15px;
    padding-right: 0;
  }
  .cultural .main .contents .item-list ul li:nth-of-type(2n + 1) {
    margin-right: 5px;
    margin-left: 0;
  }
  .cultural .main .contents .item-list ul li:nth-of-type(2n) {
    margin-left: 5px;
  }
  .cultural .main .contents .item-list ul li:nth-last-child(1), .cultural .main .contents .item-list ul li:nth-last-child(2) {
    margin-bottom: 0;
  }
  .cultural .main .contents .item-list ul li a div {
    height: 120px;
    margin-bottom: 5px;
  }
  .cultural .main .contents .item-list ul li a div span {
    margin: 0 10px 5px 0;
    padding: 3px 10px;
    font-size: 1.1rem;
  }
  .cultural .main .contents .item-list ul li a span {
    font-size: 1.2rem;
  }
  .model.cultural .main .contents .sub-menu {
    margin-bottom: 20px;
  }
  .model.cultural .main .contents .sub-menu ul {
    width: 100%;
    padding-left: 0;
  }
  .model.cultural .main .contents .sub-menu ul li {
    width: calc(50% - 5px);
    margin-right: 0;
  }
  .model.cultural .main .contents .sub-menu ul li:nth-child(2n + 1) {
    margin-right: 5px;
  }
  .model.cultural .main .contents .sub-menu ul li:nth-child(2n) {
    margin-left: 5px;
  }
  .model.cultural .main .contents .sub-menu ul li a img {
    -webkit-transform: translate(10px, -50%);
    width: 20px;
    transform: translate(10px, -50%);
  }
  .model.cultural .main .contents .sub-menu ul li a {
    padding: 10px;
  }
  .model.cultural .main .contents footer .nav-bn-area {
    padding-top: 30px;
  }
  .model.cultural .main .contents footer .nav-bn-area h3 {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
  .model.cultural .main .contents footer .nav-bn-area ul li a img {
    width: 100%;
  }
  .topics .main .contents .col {
    align-items: center;
  }
  .topics .main .contents .col .item-wrap {
    width: 100%;
  }
  .topics .main .contents .item-wrap {
    margin-right: 0;
  }
  .topics .main .contents .item-wrap .item {
    padding: 15px 15px;
  }
  .topics .main .contents .item-wrap .item a {
    flex-direction: column;
    padding: 0;
    align-items: center;
  }

  .topics .main .contents .item-wrap .item .left {
    width: 100%;
    /* margin-right: 0; */
    /* max-width: 550px; */
    padding-right: 0;
  }

  .topics .main .contents .item-wrap .item .left .day-wrap .day {
    font-size: 1.2rem;
  }
  .topics .main .contents .item-wrap .item .left .day-wrap .cate {
    font-size: 1.1rem;
  }
  .topics .main .contents .item-wrap .item .left .ttl {
    font-size: 1.8rem;
  }
  .topics .main .contents .item-wrap .item .left .text {
    font-size: 1.2rem;
  }
  .topics .main .contents .item-wrap .item .right {
    width: 100%;
    margin-top: 10px;
    max-width: 700px;
  }
  .topics .main .contents .side-menu {
    width: 240px;
    margin-top: 50px;
    margin-left: 0;
  }
  .topics .main .contents .side-menu .btn-calen a {
    height: 35px;
    font-size: 1.4rem;
  }
  .topics .main .contents .side-menu .btn-calen a img {
    right: 20px;
    width: 20px;
  }
  
  .topics .main .contents .side-menu .btn-year a {
    height: 35px;
    font-size: 1.4rem;
  }

  .topics .main .contents .btn {
    margin-top: 10px;
  }
  .topics .main .contents .btn a {
    width: 240px;
    height: 35px;
    font-size: 1.4rem;
  }
  .topics .main .contents .btn.two {
    flex-direction: column;
    margin-top: 30px;
  }
  .topics .main .contents .btn.two a {
    width: 240px;
  }
  .topics .main .contents .btn.two a:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .topics .main .contents .event-calender {
    width: 100%;
    max-width: 640px;
    margin-bottom: 40px;
  }
  .topics .main .contents .event-calender .inner .calender {
    padding: 15px 0 20px;
  }
  .topics .main .contents .event-calender .inner .calender .year-month {
    margin-bottom: 10px;
    font-size: 3.6vw;
  }
  .topics .main .contents .event-calender .inner .calender .week {
    margin-bottom: 5px;
    font-size: 3.2vw;
  }
  .topics .main .contents .event-calender .inner .calender .week li {
    width: 7.8vw;
    max-width: 60px;
    margin-right: 5px;
    margin-right: 5px;
  }
  .topics .main .contents .event-calender .inner .calender .under .day-wrap {
    font-size: 3.2vw;
  }
  .topics .main .contents .event-calender .inner .calender .under .day-wrap .day {
    margin-bottom: 5px;
  }
  .topics .main .contents .event-calender .inner .calender .under .day-wrap .day li {
    width: 7.8vw;
    max-width: 60px;
    height: 7.8vw;
    max-height: 60px;
    margin-right: 5px;
  }
  .topics .main .contents .event-calender .inner .prev a, .topics .main .contents .event-calender .inner .next a {
    width: 15px;
    height: 15px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
  }
  .topics .main .contents .event-calender .inner .prev {
    transform: translate(3.7vw, -50%);
  }
  .topics .main .contents .event-calender .inner .next {
    transform: translate(-3.7vw, -50%);
  }
  .topics .main .contents .title {
    margin-bottom: 20px;
  }
  .tourism .main .contents .col {
    flex-direction: column;
    height: auto;
  }
  .tourism .main .contents .col .left, .tourism .main .contents .col .right {
    display: flex;
    height: 240px;
    justify-content: center;
  }
  .tourism .main .contents .col .left a .icon .category, .tourism .main .contents .col .right a .icon .category {
    margin-bottom: 10px;
    font-size: 1.9rem;
  }
  .tourism .main .contents .col .left a .icon img, .tourism .main .contents .col .right a .icon img {
    width: 60px;
  }
  .tourism .main .contents .col .left {
    margin-right: 0;
  }
  .tourism .main .contents .col .right {
    margin-left: 0;
  }
  .tourism .main .contents .col ~ .col {
    margin-top: 20px;
  }
  .tourism .main .contents .col:nth-child(1) .left.commentary {
    flex-direction: column;
    padding: 10px;
    max-width: 362px;
    align-self: center;
    height: auto;
  }
  .tourism .main .contents .col:nth-child(1) .left.commentary .heading {
    /* padding: 0 0 15px; */
    font-size: 2.0rem;
  }
  .tourism .main .contents .col:nth-child(1) .left.commentary .text {
    padding: 0;
    font-size: 1.4rem;
  }
  .tourism .main .contents .col:nth-child(1) .left.commentary img {
    -webkit-transform: none;
    position: static;
    width: 100%;
    transform: none;
  }
  .detail .main .contents .index {
    margin-bottom: 35px;
  }
  .detail .main .contents .index .inner h4 {
    padding: 10px 0;
  }
  .detail .main .contents .index ul {
    padding: 5px 15px 15px;
  }
  .detail .main .contents .inner-contents {
    width: 100%;
  }
  .detail .main .contents .title {
    margin-bottom: 20px;
  }
  .detail .main .contents .group {
    margin-bottom: 15px;
  }
  .detail .main .contents .group img {
    width: 100%;
  }
  .detail .main .contents .table {
    border: 1px solid #c29d22;
  }
  .detail .main .contents .table tr th {
    width: 100%;
  }
  .detail .main .contents .table tr {
    /* display: flex;
    flex-direction: column; */
    border-bottom: 1px solid #c29d22;
  }
  .detail .main .contents .table tr:last-child {
    border-bottom: none;
  }
  .detail .main .contents .table tr th, .detail .main .contents .table tr td {
    border: none;
    display: block;
  }
  .detail .main .contents .table tr th {
    padding-bottom: 0;
    font-weight: bold;
  }
  .detail .main .contents .table tr td {
    padding-top: 5px;
  }
  .detail .main .contents .img-col ul li {
    width: 50%;
  }
  .detail .main .contents .btn a {
    width: 240px;
    padding: 10px 0;
    font-size: 1.4rem;
    margin-top: 20px;
  }

  .detail .main .contents .slide .gallery-top {
    margin-bottom: 20px;
  }
  .detail .main .contents .slide .gallery-top .swiper-slide {
    width: 100%;
  }
  .detail .main .contents .slide .gallery-top .swiper-slide .img-desc {
    font-size: 1.2rem;
    padding-top: 5px;
  }
  .detail .main .contents .slide .gallery-thumbs {
    height: 75px;
  }
  .detail.topics .main .contents .group .day-wrap {
    margin-bottom: 10px;
  }
  .detail.topics .main .contents .group .day-wrap .day {
    font-size: 1.2rem;
  }
  .detail.topics .main .contents .group .day-wrap .cate {
    font-size: 1.1rem;
  }
  .detail.topics .main .contents .group .period {
    font-size: 1.8rem;
  }
  .model-detail .main {
    padding-top: 30px;
  }
  .model-detail .main .contents .plan-overview {
    margin-bottom: 30px;
  }
  .model-detail .main .contents .plan-overview .explan {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .model-detail .main .contents .plan-overview .explan .intro {
    width: 100%;
    padding-right: 0;
  }
  .model-detail .main .contents .plan-overview .explan .intro .course-title {
    margin-bottom: 15px;
    font-size: 1.9rem;
  }
  .model-detail .main .contents .plan-overview .explan .photo {
    width: 100%;
    margin-top: 10px;
  }
  .model-detail .main .contents .plan-overview .explan .photo .area {
    min-width: 55px;
    min-height: 55px;
    font-size: 1.2rem;
  }
  .model-detail .main .contents .plan-overview .route {
    flex-direction: column;
    padding: 15px;
  }
  .model-detail .main .contents .plan-overview .route .route-detail {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
  .model-detail .main .contents .plan-overview .route .route-detail .move {
    margin: 15px 10px;
    padding: 5px 10px 5px 40px;
  }
  .model-detail .main .contents .plan-overview .route .map {
    width: 100%;
    height: 300px;
    overflow: hidden;
  }
  .model-detail .main .contents .plan {
    display: block;
  }
  .model-detail .main .contents .plan-item {
    width: 100%;
  }
  .model-detail .main .contents .top {
    margin-left: 15px;
  }
  .model-detail .main .contents .top .title {
    align-items: flex-start;
    line-height: 1;
    text-align: left;
  }
  .model-detail .main .contents .top .title::before {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    margin-left: -10px;
    border: 5px solid #c29d22;
  }
  .model-detail .main .contents .top .title .kana {
    display: block;
    padding-top: 5px;
  }
  .model-detail .main .contents .middle {
    width: 100%;
    width: calc(100% - 15px);
    margin-left: 15px;
    padding: 15px 0 20px 15px;
  }
  .model-detail .main .contents .bottom {
    margin-left: 15px;
    padding-bottom: 40px;
  }
  .model-detail .main .contents .bottom::before {
    width: 15px;
    height: 16px;
    margin-top: -16px;
  }
  .model-detail .main .contents .bottom .btn a {
    min-width: 123px;
    padding: 5px 10px;
  }
}

@media screen and (max-width: 767px) {
  .langChoice {
    font-size: 1.2rem;
    right: 75px;
  }
}

@media screen and (max-width: 768px) and (max-width: 320px) {
  header .header-top .nav-block {
    padding: 30px 0 20px;
  }
  header .header-top .nav-block .nav-menu ul li a {
    padding: 13px 0;
  }
}

@media screen and (max-width: 320px) {
  .top .main .contents section.event-calender > .title::before {
    width: 20px;
  }
  .top .main .contents section.event-calender > .title::after {
    width: 20px;
  }
}

@media screen and (min-width: 769px) {
  .cultural .main .contents .item-list ul li:nth-last-child(3), .cultural .main .contents .item-list ul li:nth-last-child(4) {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 550px) and (max-width: 768px) {
  .cultural .main .contents .item-list ul li a div {
    height: 240px;
  }
}

.google_map{
	position:relative;
	width:100%;
	/* height:0;
	padding-top:75%; */
}

.google_map iframe{
	/* position:absolute;
	top:0;
	left:0; */
	width:100%;
	/* height:100%; */
  height: 525px;
}

@media screen and (max-width:768px){
  .google_map iframe{
    height: 260px;
  }
}

@media screen and (max-width:320px){
  .langChoice {
    right: 70px;
  }

  .langChoice_lang {
    display: block;
  }

  .langChoice_list {
    margin-right: 0;
    margin-bottom: 5px;
  }

  .langChoice_list:last-child {
    margin-bottom: 0;
  }
}


/* 構成文化財　改修 */

.culturalList {
  /* word-break: break-word; */
}

.culturalList_category {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
}

.culturalList_category:last-child {
  margin-bottom: 0;
}

.culturalList_headline {
  font-size: 3.4rem;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.culturalList_headline::before {
  content: "";
  width: 200px;
  height: 1px;
  margin-right: 25px;
  background-color: #000;
}

.culturalList_headline::after {
  content: "";
  width: 200px;
  height: 1px;
  margin-left: 25px;
  background-color: #000;
}

.culturalList_itemWrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  padding: 10px 0;
  border-top: 2px solid #c29d22;
  border-bottom: 2px solid #c29d22;
}

.culturalList_item {
  width: 48%;
  border-bottom: 1px solid #c29d22;
}

.culturalList_item:nth-child(1),
.culturalList_item:nth-child(2) {
  border-top: 1px solid #c29d22;
}

.culturalList_itemLink {
  display: flex;
  padding: 15px 10px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  transition: 0.7s;
}

.culturalList_itemLink:hover {
  background-color: #c29d22;
}

.culturalList_itemTitle {
  font-size: 1.8rem;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  transition: 0.7s;
  padding-right: 15px;
  word-break: break-word;
  line-height: 1.4;
}

.culturalList_itemLink:hover .culturalList_itemTitle {
  color: #fff;
}

.culturalList_itemArea {
  font-size: 1.4rem;
  background-color: #5d8059;
  color: #fff;
  padding: 7px 15px;
  border-radius: 5px;
  white-space: nowrap;
  transition: 0.7s;
  max-width: 50%;
}

.culturalList_itemLink:hover .culturalList_itemArea {
  color: #c29d22;
  background-color: #fff;
}

@media screen and (max-width:768px){
  .culturalList_category {
    margin-bottom: 40px;
  }

  .culturalList_itemWrap {
    flex-direction: column;
  }

  .culturalList_headline {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }

  .culturalList_headline::before {
    width: 50px;
    margin-right: 10px;
  }

  .culturalList_headline::after {
    width: 50px;
    margin-left: 10px;
  }

  .culturalList_item {
    width: 100%;
  }

  .culturalList_item:nth-child(2) {
    border-top: none;
  }

  .culturalList_itemLink {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 10px;
  }

  .culturalList_itemTitle {
    font-size: 1.6rem;
    line-height: 1.2;
    padding-right: 0;
    margin-bottom: 5px;
  }

  .culturalList_itemArea {
    font-size: 1.2rem;
    padding: 5px 8px;
    max-width: unset;
    align-self: flex-end;
  }
}


/* モデルコース　改修 */

.routeMapTtl {
  background-image: url(/img/model/img_ttl_bg.jpg);
  background-repeat: no-repeat;
  width: 100%;
  height: 240px;
  background-position: center center;
  background-size: cover;
}

.modelCourseTtl {
  background-image: url(/img/model/img_ttl_bg02.jpg);
  background-repeat: no-repeat;
  width: 100%;
  height: 240px;
  background-position: center center;
  background-size: cover;
}

.routeMapTtl_inner,
.modelCourseTtl_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 800px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.routeMapTtl_textWrap,
.modelCourseTtl_textWrap {
  text-align: center;
}

.routeMapTtl_heading,
.modelCourseTtl_heading {
  font-size: 3.0rem;
  color: #fff;
  margin-bottom: 35px;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  max-width: 500px;
}

.routeMapTtl_text,
.modelCourseTtl_text {
  font-size: 1.8rem;
  color: #fff;
  line-height: 2;
  max-width: 500px;
}

.routeMapTtl_imgPc,
.modelCourseTtl_imgPc {
  position: absolute;
}

.routeMapTtl_imgPc.-leftImg {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.routeMapTtl_imgPc.-rightImg {
  right: 0;
  top: 15px;
}

.modelCourseTtl_imgPc {
  right: 0;
  top: 15px;
}

.routeMapTtl_imgSp,
.modelCourseTtl_imgSp {
  display: none;
}

.routeMapList {
  margin-top: 30px;
}

.routeMapList_map {
  width: 100%;
  margin-bottom: 50px;
}

.routeMapList .btn {
  margin-bottom: 50px;
}

.main .contents .routeMapList .btn a {
  height: auto;
  padding: 15px 10px;
  font-size: 1.8rem;
  margin: 0 auto;
  width: 100%;
  max-width: 370px;
}

.routeMapList_listPdfWrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 825px;
  margin: 0 auto;
  font-size: 1.6rem;
  /* line-height: 2.2; */
  /* word-break: break-word; */
}

.routeMapList_listPdf {
  width: 50%;
  display: flex;
  margin-bottom: 20px;
  counter-increment: count-route; 
}

.routeMapList_listPdf:nth-child(odd) {
  padding-right: 30px;
}

.routeMapList_listPdf:nth-child(even) {
  padding-left: 30px;
}

.routeMapList_listPdfLink {
  display: flex;
  align-items: center;
}

.routeMapList_listPdfLink::before {
  content:  ">";
  display: block;
  /*
  background-image: url(/img/common/icon_pdf.png);
  background-repeat: no-repeat;
  */
  width: 15px;
  height: 15px;
  background-size: contain;
  margin-right: 10px;
}

.routeMapList_listPdfLink span{
  text-decoration: underline;
  font-weight: bold;
  color: #5d8059;
}

.routeMapList_listPdfText {
  width: calc(100% - 25px);
  word-break: break-word;
  transition: 0.5s;
  line-height: 1.4;
}

.routeMapList_listPdfText:hover {
  /* text-decoration: underline; */
  color: #c29d22;
}

@media screen and (max-width:768px){
  .routeMapTtl {
    background-image: url(/img/model/img_ttl_bg_sp.jpg);
    height: 220px;
  }

  .modelCourseTtl {
    background-image: url(/img/model/img_ttl_bg02_sp.jpg);
    height: 220px;
  }

  .routeMapTtl_inner,
  .modelCourseTtl_inner {
    flex-direction: column;
    justify-content: space-between;
    padding: 25px 0 0 0;
  }

  .routeMapTtl_heading,
  .modelCourseTtl_heading {
    font-size: 2.2rem;
    margin-bottom: 15px;
    padding: 0 20px;
  }

  .routeMapTtl_text,
  .modelCourseTtl_text {
    font-size: 1.3rem;
    padding: 0 20px;
  }

  .routeMapTtl_imgPc,
  .modelCourseTtl_imgPc {
    display: none;
  }

  .routeMapTtl_imgSp {
    display: block;
    width: 125px;
  }

  .modelCourseTtl_imgSp {
    display: block;
    height: 98px;
  }

  .routeMapList {
    margin-top: 0;
  }

  .routeMapList_map {
    margin-bottom: 25px;
  }

  .routeMapList .btn {
    margin-bottom: 25px;
  }

  .main .contents .routeMapList .btn a {
    width: 100%;
    /* padding: 10px 0; */
    font-size: 1.4rem;
    max-width: 300px;
  }

  .routeMapList_listPdf {
    width: 100%;
    line-height: 1.4;
  }

  .routeMapList_listPdfWrap {
    flex-direction: column;
    font-size: 1.4rem;
  }

  .routeMapList_listPdf:nth-child(odd) {
    padding-right: 0;
  }

  .routeMapList_listPdf:nth-child(even) {
    padding-left: 0;
  }
}


/* パンフレットダウンロード */

.pampDl {
  display: flex;
  flex-wrap: wrap;
}

.pampDl_block {
  width: 50%;
  margin-bottom: 50px;
}

.pampDl_block:nth-child(odd) {
  padding-right: 20px;
}

.pampDl_block:nth-child(even) {
  padding-left: 20px;
}

.pampDl_title {
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #c29d22;
  font-size: 3.0rem;
  border-bottom: 2px solid #c29d22;
  padding: 0 0 10px 0;
  margin-bottom: 30px;
}

.pampDl_body {
  display: flex;
  align-items: flex-start;
}

.pampDl_img {
  display: block;
  max-width: 200px;
  width: 35%;
  padding-right: 20px;
}

.pampDl_cont {
  width: 65%;
}

.main .contents .pampDl_cont .btn {
  margin-bottom: 30px;
}

.main .contents .pampDl_cont .btn a {
  font-size: 1.8rem;
  height: auto;
  padding: 15px 10px;
  width: 100%;
  line-height: 1.3;
}

.pampDl_listPdfWrap {
  font-size: 1.6rem;
  word-break: break-word;
}

.pampDl_listPdf {
  margin-bottom: 20px;
  display: flex;
}

.pampDl_listPdfLink {
  display: flex;
  align-items: center;
}

.pampDl_listPdfLink::before {
  content: "";
  display: block;
  background-image: url(/img/common/icon_pdf.png);
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  background-size: contain;
  margin-right: 10px;
}

.pampDl_listPdfText {
  width: calc(100% - 25px);
  word-break: break-word;
  transition: 0.5s;
}

.pampDl_listPdfText:hover {
  color: #c29d22;
}

@media screen and (max-width:768px){
  .pampDl {
    flex-direction: column;
  }

  .pampDl_block {
    width: 100%;
  }

  .pampDl_block:nth-child(odd) {
    padding-right: 0;
  }

  .pampDl_block:nth-child(even) {
    padding-left: 0;
    margin-top: 40px;
  }

  .pampDl_title {
    font-size: 2.2rem;
    text-align: center;
  }

  .pampDl_body {
    flex-direction: column;
  }

  .pampDl_img {
    width: 160px;
    margin: 0 auto 20px;
    padding-right: 0;
  }

  .pampDl_cont {
    width: 100%;
  }

  .main .contents .pampDl_cont .btn a {
    max-width: 300px;
    width: 100%;
    font-size: 1.4rem;
  }

  .pampDl_listPdfWrap {
    font-size: 1.4rem;
  }
}


/* 自治体ブログ */

.blog.topics .main .contents .item-wrap .item a {
  padding-right: 50px;
  word-break: break-word;
}

.blog.topics .main .contents .item-wrap .item .right {
  width: 36%;
  padding-right: 6%;
  min-width: 200px;
}

.blog.topics .main .contents .item-wrap .item .left {
  margin-right: 0;
  width: 64%;
  padding-right: 0;
}

.blog.topics .main .contents .item-wrap .item .left .day-wrap {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10px;
}

.blog.topics .main .contents .item-wrap .item .left .day-wrap .day {
  margin-right: 0;
  margin-bottom: 5px;
}

.blog.topics .main .contents .item-wrap .item .left .day-wrap .contributor {
  font-size: 1.6rem;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.05rem;
}

.blog.topics .main .contents .item-wrap .item .left .ttl {
  padding-bottom: 1px;
  display: inline;
  line-height: 1.8;
}

.blog.topics .main .contents .side-menu .btn-year {
  margin-bottom: 30px;
}

.blog.topics .main .contents .side-menu .btn-tag {
  display: flex;
  align-items: center;
  height: 47px;
  margin-bottom: 20px;
  background-color: #121212;
  color: #fff;
  padding: 0 30px;
}

.blogTag_wrap {
  display: flex;
  flex-wrap: wrap;
}

.blogTag_item {
  margin-right: 10px;
  margin-bottom: 10px;
}

.blogTag_item a {
  background-color: #5f5b51;
  color: #fff;
  font-size: 1.4rem;
  padding: 5px 8px 5px 3px;
  border-radius: 5px;
  display: inline-block;
  transition: 0.5s;
  word-break: break-word;
}

.blogTag_item a:hover {
  opacity: 0.7;
}

.blogTag.-foot {
  display: flex;
  align-items: center;
}

.blogTag_head {
  margin-right: 10px;
  margin-bottom: 10px;
}

/* .blogTag.-foot .blogTag_item {
  margin-bottom: 0;
} */

@media screen and (max-width:768px){
  .blog.topics .main .contents .item-wrap .item a {
    padding-right: 0;
  }

  .blog.topics .main .contents .item-wrap .item .right {
    width: 100%;
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 15px;
  }

  .blog.topics .main .contents .item-wrap .item .left {
    width: 100%;
  }

  .blog.topics .main .contents .item-wrap .item .left .day-wrap {
    margin-bottom: 5px;
  }

  .blog.topics .main .contents .item-wrap .item .left .day-wrap .day {
    font-size: 1.3rem;
  }

  .blog.topics .main .contents .item-wrap .item .left .day-wrap .contributor {
    font-size: 1.3rem;
  }

  .blog.topics .main .contents .item-wrap .item .left .ttl {
    font-size: 1.8rem;
  }

  .blog.topics .main .contents .side-menu {
    width: 100%;
    max-width: 600px;
    margin-top: 45px;
  }

  .blog.topics .main .contents .side-menu .btn-year {
    width: 240px;
    margin: 0 auto 30px;
  }

  .blog.topics .main .contents .side-menu .btn-tag {
    height: 35px;
    font-size: 1.4rem;
    margin-bottom: 15px;
    padding: 0 20px;
  }

  .blogTag_item a {
    font-size: 1.2rem;
    padding: 5px 6px 5px 2px;
  }
}


/* 自治体ブログ　詳細 */

.blog.detail .main .contents section .col {
  display: block;
  overflow: hidden;
}

.blog.detail .main .contents .inner-contents {
  width: calc(100% - 320px);
  max-width: 700px;
  float: left;
}

.blog.topics .main .contents .side-menu {
  float: right;
}

.blog.detail .main .contents .group {
  margin-bottom: 50px;
}

.blog.detail .main .contents .group:last-child {
  margin-bottom: 0;
}

.blog .main .contents section .title {
  color: #000;
  letter-spacing: 0.1rem;
  line-height: 1.6;
  font-size: 3.4rem;
  margin-bottom: 30px;
  word-break: break-word;
  display: block;
  text-align: left;
}

.blog .main .contents section .title::after {
  display: none;
}

.blog.detail.topics .main .contents .group .day-wrap {
  justify-content: space-between;
}

.blog.detail.topics .main .contents .group .day-wrap .day {
  margin-right: 0;
}

.blog.detail.topics .main .contents .group .day-wrap .contributor {
  font-size: 1.6rem;
}

.blog .main .col .swiper-container {
  overflow: hidden;
  position: relative;
}

.blog .main .col .swiper-pagination {
  position: relative;
  bottom: 0;
  padding-top: 20px;
}

.blog .main .col .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #c29d22;
  opacity: 1;
  margin: 0 10px;
}

.blog .main .col .swiper-pagination-bullet-active {
  background: #2a2417;
}

.blog .main .col .swiper-button-prev,
.blog .main .col .swiper-button-next {
  width: 52px;
  height: 52px;
  transform: translateY(-50%);
  transition: 0.5s;
}

.blog .main .col .swiper-button-prev {
  left: 0;
}

.blog .main .col .swiper-button-next {
  right: 0;
}

.blog .main .col .swiper-button-prev::after,
.blog .main .col .swiper-button-next::after {
  content: '';
  width: 100%;
  height: 100%;
  background-size: contain;
}

.blog .main .col .swiper-button-prev::after {
  background-image: url(/blog/arrow_prev.png);
}

.blog .main .col .swiper-button-next::after {
  background-image: url(/blog/arrow_next.png);
}

.blog .main .col .swiper-button-prev:hover,
.blog .main .col .swiper-button-next:hover {
  opacity: 0.8;
}

.blog .main .col .swiper-button-next.swiper-button-disabled,
.blog .main .col .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.blog .main .col .wysiwygArea h3{
  margin-top: 40px;
}

.blog .main .col .wysiwygArea h3,.sub-title {
  color: #c29d22;
  font-size: 3.2rem;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  margin-bottom: 40px;
  text-align: center;
}

.blog .main .col .blog-photo {
  width: 100%;
  display: block;
}

.blog .main .col .wysiwygArea em,
.blog .main .col .img-desc {
  font-size: 1.6rem;
  margin-top: 20px;
  font-style: normal !important;
}

.blog .main .col .wysiwygArea p {
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .main .col .wysiwygArea img {
	height: auto !important;
  	/*
  	width: auto !important;
  	max-width: 100%;
	*/
}

.blog .main .col .sentence {
  margin-top: 40px;
}

.blog .main .col .sentence.-mb {
  margin-bottom: 40px;
}

@media screen and (max-width:768px){
  .blog.detail .main .contents .inner-contents {
    width: 100%;
    padding-right: 0;
    float: none;
  }

  .blog .main .contents section .title {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }

  .blog.detail.topics .main .contents .group .day-wrap .contributor {
    font-size: 1.2rem;
  }

  .blog .main .col .sentence {
    margin-top: 20px;
  }

  .blog.detail .main .contents .group {
    margin-bottom: 25px;
  }

  .blog .main .col .wysiwygArea h3{
    margin-top: 20px;
  }

  .blog .main .col .wysiwygArea h3,.sub-title {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }

  .blog .main .col .wysiwygArea em,
  .blog .main .col .img-desc {
    font-size: 1.2rem;
    margin-top: 10px;
    font-style: normal !important;
  }

  .blog .main .col .wysiwygArea p {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .blog .main .col .wysiwygArea img {
  	height: auto !important;
  }
  .blog .main .col .sentence.-mb {
    margin-bottom: 20px;
  }

  .detail .main .contents .group img {
    /*max-width: 700px;*/
    display: block;
    margin: 0 auto;
  }

  .blog .main .col .swiper-button-prev,
  .blog .main .col .swiper-button-next {
    width: 32px;
    height: 32px;
  }

  .blog .main .col .swiper-pagination-bullet {
    margin: 0 15px;
  }

  .blog.topics .main .contents .side-menu {
    float: none;
    margin: 45px auto 0;
  }
}

/* フッター　タブレット表示 */
@media screen and (min-width:769px) and ( max-width:1199px) {
  footer .footer-nav {
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
  }

  footer .footer-nav ul {
    margin-bottom: 15px;
  }

  footer .footer-nav ul:last-child {
    margin-bottom: 0;
  }

  footer .footer-nav ul li {
    padding: 0 20px;
  }
}

.nolink span{
	text-decoration: none !important;
	color: #000 !important;
}

/* IE11 */
@media all and (-ms-high-contrast: none) {
  .detail .main .contents .title {
    display: block;
    position: relative;
    margin-bottom: 60px;
    text-align: center;
  }

  .detail .main .contents .title::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 20px);
  }
}

@media screen and (-ms-high-contrast: none) and (max-width:768px){
  .detail .main .contents .title {
    margin-bottom: 40px;
  }

  .detail .main .contents .title::after {
    transform: translate(-50%, 10px);
  }
}