@charset "utf-8";

/** reset */
html{color:#000;background:#FFF;font-style:normal;font-weight:normal}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img,button{border:0;vertical-align:middle}address,caption,cite,code,dfn,em,strong,th,var{font-style:inherit;font-weight:inherit}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:inherit}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select,button{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%;vertical-align:middle}legend{color:#000}

body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  line-height: 1.8;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4 {
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
}

.img_auto img {
  width: auto;
  height: auto;
}

header .top {
  display: flex;
  align-items: center;
}

#menu_cb {
  display: none;
}

#fv {
  overflow: hidden;
  padding-top: 0;
  position: relative;
  text-align: center;
  width: 100%;
}

#fv > img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: inherit;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

#fv .text img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#fv .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.border-top {
  background: center/contain repeat-x url(../img/obi_ue.png);
  border: none;
  height: 8px;
}

.border-bottom {
  background: center/contain repeat-x url(../img/obi_sita.png);
  border: none;
  height: 8px;
  margin-top: 1em;
}

.line:after {
  content: '';
  display: block;
  height: 3px;
}

.icon {
  display: inline-block;
  vertical-align: middle;
}

.icon.document {
  background: center/contain no-repeat url(../img/document_logo.png);
  width: 18px;
  height: 25px;
}

.icon.info {
  background: center/contain no-repeat url(../img/info_logo.png);
  width: 17px;
  height: 17px;
}

.icon.access {
  background: center/contain no-repeat url(../img/access_logo.png);
  width: 14px;
  height: 23px;
}

h2 {
  text-align: center;
}

a.btn,
button {
  position: relative;
  text-decoration: none;
  color: #000;
  background: #fff;
  border: solid 2px #000;
  border-radius: 4px;
  display: block;
  text-align: center;
}

a.btn:hover,
button:hover {
  background: #fff38b;
  opacity: 1;
}

a.btn.round {
  border-radius: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
}

a.btn .arrow {
  position: relative;
  width: 1em;
  height: 1em;
  border: 1px solid #000;
  border-radius: 1em;
  margin: auto 0 auto 0.5em;
}

a.btn .arrow:after {
  content: '';
  border: 0;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
}

.list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.article {
  display: flex;
  width: 316px;
  margin-right: 38px;
}

.article:nth-child(3n) {
  margin-right: 0;
}

.article .img {
  margin-right: 1em;
  background: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.article .tag {
  padding: 0.25em 0;
  text-align: center;
  font-weight: bold;
}

.article .tag.info {
  background: #fde85d;
}

.article .tag.blog {
  background: #fba7b9;
}

.article .title {
  line-height: 1.4;
  text-decoration: underline;
}

a.article {
  color: #000;
  text-decoration: none;
}

.tags ul {
  display: flex;
  flex-wrap: wrap;
}

.tags li:after {
  content: ',';
  margin: 0 .25em;
}

.tags li:last-child:after {
  content: none;
}

.tags a {
  color: #000;
}

.dotted {
  background: left bottom/12px 2px repeat-x linear-gradient(to right, #ffda00 67%, rgba(255, 255, 255, 0) 0%);
}

.spot:nth-child(2n) {
  background: #fffdf1;
}

.spot .img img {
  border-radius: 4%;
}

.spot h3 {
  margin-bottom: 1em;
}

.spot ul {
  margin-bottom: 1em;
}

ul.check li {
  text-indent: -1em;
  margin-left: 1em;
}

ul.check li:before {
  content: '';
  background: center/contain no-repeat url(../img/spot_check.png);
  display: inline-block;
  margin-right: .5em;
  width: 12px;
  height: 9px;
}

.exp:nth-child(2n) {
  background: #fffdf1;
}

.exp .img img {
  border-radius: 4%;
}

.exp h3 {
  margin-bottom: 1em;
}

.exp h4 {
  margin-bottom: .5em;
}

.exp .tags {
  margin: 1em 0;
}

.tags {
  display: flex;
  align-items: center;
  padding-left: 18px;
  background: url(../img/experience_tag.png);
  background-repeat: no-repeat;
  background-size: 13px 13px;
  background-position: top 8px left;
}

.pager {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3em auto 1em auto;
}

.pager > div {
  margin: 0 .5em;
  text-align: center;
  border: 2px solid #000;
  border-radius: 4px;
}

.pager a {
  display: block;
  color: #000;
  text-decoration: none;
  width: 2em;
  height: 2em;
  line-height: 2em;
}

.pager a:hover {
  background: #fff38b;
}

.pager .active {
  width: 2em;
  height: 2em;
  line-height: 2em;
  background-color: #000;
  color: #fff;
}

.pager .first a:after {
  content: '<<';
}

.pager .prev a:after {
  content: '<';
}

.pager .next a:after {
  content: '>';
}

.pager .last a:after {
  content: '>>';
}

footer {
  text-align: center;
  padding-bottom: 2em;
}

footer .logo {
  margin-top: 2em;
  margin-bottom: 1em;
}

footer .banners {
  border-bottom: 1px solid #cfcfcf;
}

footer nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

footer nav ul li:after {
  content: '';
  display: inline-block;
  background: center/contain no-repeat url(../img/nav_border.png);
  width: 2px;
  height: 1em;
  vertical-align: middle;
}

footer nav ul li:last-child:after {
  content: none;
}

footer nav a {
  color: #000;
  text-decoration: none;
  padding: 0 1.5em;
}

.copyright {
  color: #b2b2b2;
}

.sidebar_wrapper .rollover:hover {
  opacity: 0.8;
}

form.search > section {
  padding-bottom: 2em;
}

form.search h3 {
  margin-bottom: 1em;
}

form.search label {
  margin-right: 1em;
  white-space: nowrap;
}

#search_genre label {
  white-space: normal;
}

form.search label:last-child {
  margin-right: 0;
}

form.search .btns button {
  margin-left: auto;
  margin-right: auto;
}

#go_top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 90;
  opacity: 0;
}

#go_top.on {
  opacity: 1;
  pointer-events: auto;
}

#model {
  padding-bottom: 80px;
  text-align: center;
}

#model a {
  text-decoration: none;
}

#model .list {
  align-items: end;
}
#model .list a {
  margin-right: 44px;
  display: block;
  width: 490px;
}

#model .list a:nth-child(2n) {
  margin-right: 0;
}

#model .list a div.img {}

#model h3 {
  color: #000;
  font-weight: bold;
}

#model .time,
#model-detail .time {
  color: #FDE85D;
  background: #000;
  font-weight: bold;
  padding: 0.25em 0.5em;
  margin: 1em auto 1.5em auto;
  text-align: center;
}

#model-detail .tag {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background: #FFF94C;
  border-radius: 1em;
  font-weight: bold;
  width: 28%;
}

#model-detail .img {
  text-align: center;
  margin-bottom: 1em;
}

#model-detail h2 {
  margin-bottom: 0;
}

#model-detail h3 {
  margin-bottom: 1em;
}

#model-detail .link {
  display: flex;
}

#course {
  margin-top: 1.5em;
  margin-bottom: 1em;
}

.course .img img {
  border-radius: 4%;
}

.course h4 {
  margin-bottom: 0.5em;
}

.course .link {
  margin-top: 2em;
}

.course .link a.btn {
  margin-right: 1em;
}

.course .link a.btn:last-child {
  margin-right: 0;
}

.course .spot,
.course .access {
  display: inline-block;
  margin-right: 0.5em;
}

.course .spot {
  background: center/contain no-repeat url(../img/details_icon.png);
  width: 21px;
  height: 17px;
}

.course .access {
  background: center/contain no-repeat url(../img/map_icon.png);
  width: 16px;
  height: 20px;
}

.transport {
  text-align: center;
  margin: .5em 0;
}

#topics-detail .tag {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 1em;
  font-weight: bold;
  width: 28%;
}

#topics-detail .tag.info {
  background: #FFF94C;
}

#topics-detail .tag.blog {
  background: #FBA7B9;
}

#topics-detail .img {
  text-align: center;
  margin-bottom: 2em;
}

#topics-detail p {
  margin-bottom: 1em;
}

#qa h3 {
  margin-bottom: .5em;
}

#qa .wrapper > section {
  padding-bottom: 2em;
}

.qa {
  box-sizing: border-box;
  border: 1px solid #EBEBEB;
  margin-top: .5em;
  padding: 1em;
  width: 100%;
}

.qa .q,
.qa .a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.qa .a {
  margin-top: 0.5em;
}

.qa .q:before {
  content: '';
  display: block;
  background: center/contain no-repeat url(../img/qa_q.png);
  width: 24px;
  height: 29px;
  margin-right: 1em;
}

.qa .a:before {
  content: '';
  display: block;
  background: no-repeat url(../img/qa_a.png);
  background-size: 23px 22px;
  width: 23px;
  height: 22px;
  margin-right: 1em;
}

.qa .q div,
.qa .a div {
  width: calc(100% - 23px);
}

.mark {
  display: inline-block;
  margin-right: .5em;
}

#before span.mark {
  background: center/contain no-repeat url(../img/qa_aicon01.png);
  width: 15px;
  height: 26px;
}
#going span.mark {
  background: center/contain no-repeat url(../img/qa_aicon02.png);
  width: 25px;
  height: 28px;
}
#other span.mark {
  background: center/contain no-repeat url(../img/qa_aicon03.png);
  width: 25px;
  height: 23px;
}

.spot-detail {
  border-top: 5px solid #E4E4E4;
  border-bottom: 5px solid #E4E4E4;
  background: #F1F9FF;
  margin-top: 4em;
  padding-top: 2em;
  padding-bottom: 2em;
  position: relative;
}

#spot-detail .dots {
  margin-bottom: 7em;
}

.dot {
  width: .5em;
  height: .5em;
  border-radius: 50%;
  background: #D7D7D7;
  margin: 1em auto 1em auto;
}

.spot-detail h2 {
  padding-top: .75em;
  box-sizing: border-box;
  position: absolute;
  top: -2.5em;
  left: 0;
  right: 0;
  margin: auto;
}

.spot-detail h3 {
  margin-bottom: .5em;
}

#area {
  background: #FFFDF1;
  margin-top: 2em;
  padding-top: 2em;
  padding-bottom: 2em;
}

#area h3 {
  margin-bottom: 2em;
}

#area .list {
  align-items: stretch;
  margin-bottom: 2em;
}

#area a.btn {
  margin-left: auto;
  margin-right: auto;
}

#area h2 {
  text-align: center;
}

#area h3 {
  text-align: center;
}

.taiken {
  background: #fff;
  position: relative;
}

.taiken a {
  color: #000;
  text-decoration: none;
}

.taiken .img {
  text-align: center;
  background: #F6F6F6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.taiken .text {
  padding: 1em;
}

.taiken .tags:before {
  content: none;
}

.taiken .tags ul {
  display: flex;
}

.taiken .tags li {
  background: #E9E9E9;
  margin-right: .5em;
}

.taiken .tags li:last-child {
  margin-right: 0;
}

.taiken .tags li:after {
  content: none;
}

.taiken h4 {
  margin: 1em 0;
}

.taiken .link {
  border-top: 1px solid #AAAAAA;
  text-align: right;
  padding: .5em 0;
  box-sizing: border-box;
}

.taiken .link a {
  /* display: flex;
  justify-items: center; */
  position: relative;
  padding: 0.5em 1.5em 0.5em 0;
}

.taiken .link a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: .4em;
  height: .4em;
  border-top: solid 3px #FFDA00;
  border-right: solid 3px #FFDA00;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#sitemap h3,
#aboutuse h3 {
  margin-bottom: 1em;
}

#sitemap a {
  text-decoration: none;
  color: #000;
}

#sitemap ul,
#aboutuse ul {
  list-style: disc inside;
  margin-left: 1em;
  margin-bottom: 1em;
}

#aboutuse p {
  margin-bottom: 1em;
}

/* SP */
@media screen and (max-width:767px) {
  body {
    font-size: 3vw;
  }

  .pc {
    display: none;
  }

  .wrapper {
    padding-left: 4%;
    padding-right: 4%;
  }

  .list {
    /*justify-content: center;*/
  }

  .line:after {
    background: linear-gradient(to right, #FFDA00 25%, #EBEBEB 25%);
  }

  a.btn {
    width: 80%;
    padding: 1em 0;
  }

  button {
    width: 80%;
    padding: 1em 0;
  }

  a.btn .arrow:after {
    width: .25em;
    height: .25em;
    left: .25em;
    margin-top: -.125em;
  }

  .article {
    margin-top: 0.5em;
    width: 100%;
    margin-right: 0;
  }

  .article .tag {
    width: 8em;
  }

  header .top {
    padding: 1em 1em;
  }

  header .top .logo {
    margin-right: 1em;
  }

  header .top .logo img {
    width: auto;
    height: 10vw;
  }

  header .top .osaka-info img {
    width: auto;
    height: 10vw;
  }

  header>label {
    position: absolute;
    right: 0;
    top: 0;
    margin: auto;
    height: 28px;
    padding: 6vw 4vw;
    z-index: 100;
  }

  header .nav {
    position: fixed;
    top: 0;
    width: 100%;
    /* background: rgb(255,255,255);
    background: rgba(255,255,255,.8); */
    background: #fff;
    display: none;
    padding-top: 90px;
    padding-right: 20px;
    padding-left: 20px;
    box-sizing: border-box;
    z-index: 99;
  }

  header .nav li a,
  header .nav li > span {
    display: block;
    padding: 1em 0;
    color: #000;
    border-bottom: 1px solid #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
  }
  header .nav li > span {
    padding-left: 30px;
  }

  header .nav li.sp a {
    padding-left: 54px;
  }

  header .nav ul ul a {
    padding-left: 80px;
  }


  header .nav li img {
    height: 30px;
  }

  header .menu-trigger,
  header .menu-trigger span {
    display: inline-block;
    transition: all .2s;
    box-sizing: border-box;
  }

  header .menu-trigger {
    position: relative;
    width: 30px;
    height: 28px;
  }

  header .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
  }

  header .menu-trigger span:nth-of-type(1) {
    top: 0;
  }

  header .menu-trigger span:nth-of-type(2) {
    top: 13px;
  }

  header .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  #menu_cb:checked + label .menu-trigger span:nth-of-type(1) {
    transform: translateY(13px) rotate(-45deg);
  }

  #menu_cb:checked + label .menu-trigger span:nth-of-type(2) {
    display: none;
  }

  #menu_cb:checked + label .menu-trigger span:nth-of-type(3) {
    transform: translateY(-13px) rotate(45deg);
  }

  #menu_cb:checked + label + nav {
    display: block;
    height: 100vh;
    overflow: auto;
  }

  #menu_cb:checked + label + nav > ul {
    padding-bottom: 100px;
  }

  .border-top {
    margin-bottom: 10px;
  }

  .border-bottom {
    margin-top: 10px;
  }

  main>section {
    padding-top: 2em;
  }

  #fv {
    height: 50vw;
  }

  #fv > img {
    height: 100%;
  }

  #fv .text img {
    width: auto;
    max-height: 20vw;
  }

  #fv .text.aboutuse img {
    max-height: 30vw;
  }

  #fv .text.expo img {
    max-height: 30vw;
  }

  #fv .text.spot img {
    max-height: 15vw;
  }

  #fv .slick-dotted.slick-slider {
    margin-bottom: 0;
  }

  .breadcrumb {
    margin-top: 20px;
    display: flex;
  }
  .breadcrumb li::after {
    content: ">";
    margin: 0 10px;
  }
  .breadcrumb li:last-child::after {
    content: none;
  }

  h2 {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  h2 img {
    max-width: 100%;
    height: 6vw;
  }

  footer {
    text-align: center;
    padding-bottom: 8em;
  }

  footer .banners {
    padding: 1em 0 2em 0;
    margin: 0 4%;
  }

  footer .banners img {
    margin-top: 1em;
    width: 100%;
    height: auto;
  }

  .sidebar_btn {
    position: absolute;
    right: 15vw;
    top: 0;
    width: 19px;
    height: 19px;
    margin: 7vw 0;
    background: center/contain no-repeat url(../img/search.png);
    pointer-events: auto;
    z-index: 98;
  }

  .sidebar_wrapper {
    overflow: auto;
    width: 100%;
    height: 100%;
    /* background-color: rgba(255, 255, 255, 0.8); */
    background-color: #fff;
    color: #000;
    font-size: 14px;
    pointer-events: auto;
    align-items: center;
    justify-content: center;
    display: none;
    z-index: 97;
  }

  .sidebar.open .sidebar_wrapper {
    display: flex;
    position: fixed;
    top: 0;
  }

  .sidebar_wrapper form.search {
    padding: 8em 4% 2em 4%;
  }

  form.search h3 {
    font-size: 150%;
  }

  .article .img {
    width: 30vw;
    height: 24vw;
  }

  .article .img img {
    /*
    width: 100%;
    height: auto;
    */
  }

  .spot {
    padding: 1em 0;
  }

  .spot .img {
    margin-bottom: 1em;
    text-align: center;
  }

  .spot .img img {
    max-width: 100%;
    height: auto;
  }

  .spot h3 {
    font-size: 200%;
  }

  .spot a.btn {
    margin-left: auto;
    margin-right: auto;
  }

  .exp {
    padding: 1em 0;
  }

  .exp .img {
    margin-bottom: 1em;
    text-align: center;
  }

  .exp .img img {
    max-width: 100%;
    height: auto;
  }

  .exp h3 {
    font-size: 150%;
  }

  .exp h4 {
    font-size: 120%;
  }

  .exp a.btn {
    margin-left: auto;
    margin-right: auto;
  }

  #program {
    margin-top: 1em;
  }

  #model {
    padding-bottom: 40px;
  }

  #model h3 {
    font-size: 150%;
  }

  #model .time,
  #model-detail .time {
    width: 12em;
  }

  #model .list a {
    margin-top: 2em;
  }

  #model .list a {
    margin-right: 0;
  }

  #model .img img {
    border-radius: 4vw;
    max-width: 100%;
    height: auto;
  }

  #model-detail .img img {
    max-width: 100%;
    height: auto;
  }

  #model-detail .tag {
    margin-top: 3em;
  }

  #model-detail h2 {
    margin-top: 0;
    font-size: 200%;
  }

  #model-detail h3,
  #model-detail h4 {
    font-size: 180%;
  }

  #topics-detail .tag {
    margin-top: 1em;
  }

  #topics-detail h2 {
    margin-top: 0;
    font-size: 200%;
  }

  #topics-detail .img img {
    max-width: 100%;
    height: auto;
  }

  #qa h3 {
    font-size: 200%;
  }

  #area h3 img {
    max-width: 100%;
  }

  .spot-detail {
    padding-left: 1em;
    padding-right: 1em;
  }

  .spot-detail h2 {
    font-size: 200%;
    padding-top: .75em;
    padding-bottom: .25em;
    top: -2em;
  }

  #spot-detail .dots {
    margin-bottom: 5em;
  }

  .spot-detail h3 {
    font-size: 125%;
  }

  .spot-detail .img {
    text-align: center;
    margin-bottom: 1em;
  }

  .spot-detail .img img {
    max-width: 100%;
    height: auto;
  }

  #history h2 {
    background: center/contain no-repeat url(../img/sp_history_bg.png);
  }

  #point h2 {
    background: center/contain no-repeat url(../img/sp_charm_bg.png);
  }

  .taiken {
    margin-bottom: 2em;
    width: 100%;
  }

  .taiken .img img {
    max-width: 100%;
    height: auto;
  }

  #sitemap h3,
  #aboutuse h3 {
    font-size: 150%;
  }
}

/* PC */
@media screen and (min-width:768px) {
  body {
    font-size: 16px;
  }

  .sp {
    display: none;
  }

  a:hover {
    opacity: 0.8;
  }

  .rollover {
    cursor: pointer;
    transition: opacity 0.2s ease;
  }

  .rollover:hover {
    opacity: 0.7;
  }

  .wrapper {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }

  .list {
    /*justify-content: space-between;*/
  }

  .list.between {
    justify-content: space-between;
  }

  .line:after {
    background: linear-gradient(to right, #FFDA00 114px, #EBEBEB 114px);
  }

  header .top {
    justify-content: space-between;
    width: 1200px;
    margin: auto;
    padding: 24px 0;
  }

  .top-nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*width: 445px;*/
    /*padding-left: 60px;*/
    gap: 20px;
  }

  .top-nav a {
    background: #EBEBEB;
    border-radius: 24px;
    color: #000;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
  }

  .catchphrase {
    background: center/contain no-repeat url(../img/head_titlebg.png);
    width: 276px;
    height: 62px;
    color: #FFF;
    text-align: center;
  }

  .catchphrase .inner {
    padding: 6px 0;
  }

  .catchphrase .inner div:first-child {
    font-size: 11px;
  }

  .catchphrase .inner div:last-child {
    font-size: 14px;
    font-weight: bold;
    margin-top: 8px;
  }

  .nav > ul {
    display: flex;
    justify-content: space-between;
    width: 1060px;
    margin: auto;
  }

  .nav > ul > li {
    position: relative;
  }

  .nav > ul a,
  .nav > ul span {
    display: block;
    text-decoration: none;
    padding: 16px 0;
  }
  .nav > ul span {
    padding: 16px 20px;
  }

  .nav > ul > li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    margin-top: auto;
    margin-bottom: auto;
    background: center/contain no-repeat url(../img/nav_border.png);
    width: 3px;
    height: 30px;
    vertical-align: middle;
  }

  .nav > ul > li:nth-child(n+6):after {
    content: none;
  }

  .nav > ul img {
    width: 100%;
    height: 30px;
    object-position: center;
    object-fit: cover;
  }

  .nav > ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 15;
    width: 260px;
    padding: 10px;
    background-color: #fff;
  }
  .nav > ul > li:nth-child(2):hover > ul {
    display: block;
  }

  .nav > ul ul li {
    width: 100%;
  }

  .nav > ul ul a {
    display: block;
    padding: 8px 10px 5px;
    border-bottom: 2px solid #fff;
    color: inherit;
    font-size: 14px;
    font-weight: bold;
  }

  .nav > ul ul a:hover {
    border-bottom-color: #ffda00;
    opacity: 1;
  }


  #fv {
    height: 296px;
  }

  h2 {
    margin-bottom: 30px;
  }

  h2 small {
    font-size: 12px;
    font-weight: bold;
  }

  main > section {
    padding-top: 80px;
  }

  a.btn {
    width: 180px;
    padding: 12px 0;
  }

  a.btn.round {
    padding: 8px 0;
  }

  a.btn .arrow:after {
    width: 4px;
    height: 4px;
    left: 4px;
    margin-top: -2px;
  }

  button {
    width: 306px;
    padding: 12px 0;
  }

  .breadcrumb {
    margin-top: 20px;
    display: flex;
  }
  .breadcrumb li::after {
    content: ">";
    margin: 0 10px;
  }
  .breadcrumb li:last-child::after {
    content: none;
  }

  .article:nth-child(n+4) {
    margin-top: 18px;
  }

  .article .img {
    width: 150px;
    height: 120px;
    overflow: hidden;
  }

  .article .text {
    width: 156px;
  }

  .article .tag {
    font-size: 10px;
    width: 80px;
  }

  footer .banners {
    width: 920px;
    padding: 68px 50px;
    margin-left: auto;
    margin-right: auto;
  }

  footer .banners a:nth-child(n+3) {
    margin-top: 24px;
  }

  footer nav ul {
    width: 700px;
  }

  footer nav ul li:last-child:after {
    content: none;
  }

  .sidebar {
    height: 100vh;
    position: fixed;
    z-index: 1000;
    right: -690px;
    top: 0;
    width: 761px;
    transition: all .2s ease;
    pointer-events: none;
  }

  .sidebar.open {
    right: 0;
  }

  .sidebar_btn {
    position: absolute;
    left: 0;
    top: 200px;
    width: 71px;
    height: 243px;
    background-image: url(../img/side_search.png);
    pointer-events: auto;
  }

  .sidebar_wrapper {
    overflow: auto;
    margin-left: 71px;
    width: 690px;
    height: 100%;
    /* background-color: rgba(255, 255, 255, 0.8); */
    background-color: #FFF94C;
    color: #000;
    font-size: 14px;
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sidebar_wrapper form.search {
    padding: 0 2em;
  }

  form.search h3 {
    font-size: 28px;
  }

  .sidebar_wrapper form.search .line:after {
    background: linear-gradient(to right, #000 114px, #fff 114px);
  }

  .spot .wrapper {
    display: flex;
    padding: 46px 0;
  }

  .spot:nth-child(2n+1) .wrapper {
    flex-direction: row-reverse;
  }

  .spot:nth-child(2n+1) .img {
    margin-left: 56px;
  }

  .spot:nth-child(2n) .img {
    margin-right: 56px;
  }

  .spot .no_img {
    width: 440px;
    height: 330px;
    background-color: #f6f6f6;
  }

  .spot:nth-child(2n+1) .no_img {
    margin-left: 56px;
  }

  .spot:nth-child(2n) .no_img {
    margin-right: 56px;
  }

  .spot .text {
    width: calc(100% - 440px);
  }

  .spot h3 {
    font-size: 28px;
  }

  .search_num {}
  .search_num span {
    font-weight: bold;
  }

  .exp .wrapper {
    display: flex;
    padding: 46px 0;
  }

  .exp .img {
    margin-right: 56px;
    width: 442px;
    height: 359px;
    background-color: #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .exp .img img{
    margin: 0 auto;
  }

  .exp .no_img {
    margin-right: 56px;
    width: 442px;
    height: 359px;
    background-color: #f6f6f6;
  }

  .exp .text {
    width: 526px;
  }

  .exp h3 {
    font-size: 28px;
  }

  .exp h4 {
    font-size: 20px;
  }

  #model {
    padding-bottom: 80px;
  }

  #model .list a:nth-child(n+3) {
    margin-top: 40px;
  }

  #model h3 {
    font-size: 20px;
  }

  #model-detail .wrapper {
    width: 964px;
  }

  #model .time,
  #model-detail .time {
    font-size: 12px;
    width: 130px;
  }

  #model .img img {
    border-radius: 24px;
  }

  #model-detail h2 {
    font-size: 36px;
  }

  #model-detail h3,
  #model-detail h4 {
    font-size: 28px;
  }

  .course {
    display: flex;
  }

  .course .img {
    margin-right: 56px;
  }

  #topics-detail h2 {
    font-size: 36px;
  }

  #qa h3 {
    font-size: 28px;
  }

  #area {
    padding-bottom: 50px;
  }

  .spot-detail {
    padding-left: 50px;
    padding-right: 50px;
  }

  .spot-detail h2 {
    font-size: 36px;
    width: 506px;
    height: 105px;
  }

  .spot-detail h2 .small {
    font-size: 36px;
  }

  .spot-detail h3 {
    font-size: 28px;
  }

  .spot-detail .body {
    display: flex;
  }

  .spot-detail .img {
    margin-right: 2em;
  }

  .spot-detail .no_img {
    width: 270px;
    height: 200px;
    background-color: #f6f6f6;
    margin-right: 2em;
  }

  .spot-detail .text {
    width: calc(100% - 270px);
  }

  #history h2 {
    background: center/contain no-repeat url(../img/history_bg.png);
  }

  #point h2 {
    background: center/contain no-repeat url(../img/charm_bg.png);
  }

  .taiken {
    width: 326px;
    padding-bottom: 2em;
    margin-right: 23px;
  }

  .taiken:nth-child(3n){
    margin-right: 0;
  }

  .taiken h4 {
    font-size: 130%;
  }

  .taiken .link {
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  .taiken .img {
    width: 326px;
    height: 265px;
  }

  .taiken .no_img {
    width: 326px;
    height: 265px;
    background-color: #f6f6f6;
  }

  #sitemap h3,
  #aboutuse h3 {
    font-size: 28px;
  }
}



/* ---------- #program ---------- */
#program {
  padding-top: 30px;
}
#program .btn {
  font-size: 15px;
  font-weight: bold;
}
#program .lead {
  text-align: center;
}
#program .flag_ttl {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 247px;
  height: 62px;
  background-image: url("../img/flag_bg.png");
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 1px;
}
#program h2 {
  margin-top: 20px;
}
#program h2 + p {
  font-size: 16px;
  line-height: 2;
}
#program .lead ul {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
#program .lead li {
  width: calc(32200% / 1024);
}
#program .lead .shout {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}
#program .lead .shout::before,
#program .lead .shout::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 2px;
  height: 14px;
  background-color: #0084ff;
}
#program .lead .shout::before {
  left: 0;
  transform: rotate(-35deg);
}
#program .lead .shout::after {
  right: 0;
  transform: rotate(35deg);
}
#program .lead .point {
  position: relative;
  margin: 0 calc(3600% / 322);
  background: #fff94c;
  border: 2px solid #000;
  border-radius: 100px;
  font-size: 14px;
  font-weight: bold;
}
#program .lead .point:before,
#program .lead .point:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#program .lead .point:after {
  border-color: rgba(255, 249, 76, 0);
  border-top-color: #fff94c;
  border-width: 8px;
  margin-left: -8px;
}
#program .lead .point:before {
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #000;
  border-width: 11px;
  margin-left: -11px;
}
#program .lead .point span {
  font-size: 20px;
}
#program .lead li .img {
  position: relative;
  margin-top: 25px;
}
#program .lead li .img .main {
  border-radius: 30px;
}
#program .lead li .img .ico {
  position: absolute;
  right: 0;
  bottom: -15px;
}
#program .lead li p {
  margin-top: 25px;
  font-size: 14px;
  text-align: justify;
}
@media (max-width: 767px) {
  #program h2 img {
    width: 80%;
    height: auto;
  }
  #program .lead ul {
    display: block;
/*    margin-top: 30px;*/
  }
  #program .lead li {
    width: 100%;
    margin-top: 30px;
  }
}
/* .with */
#program .with {
  margin-top: 80px;
}
#program .with > section {
}
#program .with > section:nth-child(1) {
  background-color: #fffdf1;
}
#program .with > section:nth-child(2) {
}
#program .with > section:nth-child(3) {
  background-color: #fff6e8;
}
#program .with .wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 65px;
  padding-bottom: 30px;
}
#program .with .img {
  width: 410px;
  margin-top: -80px;
}
#program .with > section:nth-child(2) .img {
  order: 2;
}
#program .with .img img {
  max-width: 100%;
}
#program .with .content {
  width: 570px;
}
#program .with h3 {
  position: relative;
  font-size: 32px;
}
#program .with h3::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 5px;
  display: block;
  width: calc(100% - 100px);
  height: 3px;
  background-image: linear-gradient(to right, #ffda00 24.15%, #ebebeb 24.15%);
}
#program .with h3 img {
}
#program .with p {
  margin-top: 15px;
  font-size: 15px;
}
#program .with p span {
  display: block;
  margin-top: 10px;
  font-size: 13px;
}
#program .with .btn {
  position: relative;
  margin-top: 15px;
  padding-right: 20px;
}
#program .with .btn::before,
#program .with .btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
}
#program .with .btn::before {
  right: 25px;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 40px;
}
#program .with .btn::after {
  right: 32px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform-origin: center;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  #program .with .wrapper {
    display: block;
/*    padding-top: 65px;*/
    padding-bottom: 100px;
  }
  #program .with > section:nth-child(3) .wrapper {
    padding-bottom: 40px;
  }
  #program .with .img {
    width: 100%;
    margin-top: -120px;
    text-align: center;
  }
  #program .with > section:nth-child(1) .img {
    margin-top: -100px;
  }
  #program .with .img img {
    width: 90%;
  }
  #program .with .content {
    width: 100%;
  }
  #program .with h3 {
    font-size: 24px;
  }
  #program .with h3::after {
    bottom: 0;
    width: calc(100% - 66px);
  }
  #program .with h3 img {
    width: 56px;
    margin-right: 10px;
  }
  #program .with .btn {
    margin-left: auto;
    margin-right: auto;
  }
}
/* .model */
#program .model {
  padding-top: 70px;
  padding-bottom: 60px;
  background-color: #fffdf1;
  text-align: center;
}
#program .model h3 {
  margin-bottom: 30px;
}
#program .model h3 img {
  height: 35px;
}
#program .model .model_lead {
  font-size: 16px;
  text-align: center;
}
#program .course_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#program .course_list > li {
  width: calc(49000% / 1024);
  margin-top: 50px;
}
#program .course_list .box {
  padding: 0 20px 20px;
  background-color: #fff5bd;
  border-radius: 20px 20px 0 0;
}
#program .course_list .box_header {
  display: flex;
  justify-content: space-between;
}
#program .course_list .num {
  margin-right: 10px;
  color: #ff9d00;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 4px;
  text-shadow:
     2px  2px 0px #000,
    -2px  2px 0px #000,
     2px -2px 0px #000,
    -2px -2px 0px #000,
     2px  0px 0px #000,
     0px  2px 0px #000,
    -2px  0px 0px #000,
     0px -2px 0px #000,
     7px  3px 0px rgba(0,0,0,0.2);
}
#program .course_list .ttl {
  align-self: center;
  margin-right: auto;
  background-image: linear-gradient(to top, #ffda00 10px, transparent 10px);
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
}
#program .course_list .time {
  align-self: flex-start;
  background-color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
#program .course_list .time div {
}
#program .course_list .time div:first-child {
  padding: 5px 20px 3px;
  border-bottom: 1px solid #000;
}
#program .course_list .time div:last-child {
  padding: 3px 20px 5px;
}
#program .course_list .img {
  width: 100%;
}
#program .course_list .img img {
  width: 100%;
}
#program .course_list .route {
}
#program .course_list .route ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -9px;
}
#program .course_list .route li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-width: 74px;
  height: 56px;
  padding: 0 10px;
  margin-top: 10px;
  margin-right: 9px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 100px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
#program .course_list .route li:not(:first-child) {
  margin-left: 17px;
}
#program .course_list .route li:not(:first-child)::before {
  content: "";
  position: absolute;
  left: -17px;
  top: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
  margin-top: auto;
  margin-bottom: auto;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #000;
}
#program .course_list .route .double {
  flex-direction: row;
}
#program .course_list .route .double > div {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#program .course_list .route .double > div:first-child {
  margin-right: 20px;
}
#program .course_list .route .double > div:first-child::before {
  content: "・";
  position: absolute;
  left: 100%;
}
#program .course_list .route span {
  font-size: 12px;
}
@media (max-width: 767px) {
  #program .model h3 img {
    height: 55px;
  }
  #program .course_list > li {
    width: 100%;
/*    margin-top: 50px;*/
  }
  #program .course_list .box_header {
    flex-wrap: wrap;
  }
  #program .course_list .num {
    line-height: 1.4;
  }
  #program .course_list .box_header .sp {
    width: 100%;

  }
  #program .course_list .time {
    display: flex;
    margin-left: auto;
  }
  #program .course_list .time div {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #program .course_list .time div:first-child {
    padding: 3px 0 3px 15px;
    border-bottom: none;
    font-size: 12px;
  }
  #program .course_list .time div:last-child {
    padding: 3px 15px 3px 10px;
  }
  #program .course_list .img {
    margin-top: 10px;
  }
  #program .course_list .route ul {
    display: block;
    margin-right: 0;
  }
  #program .course_list .route li {
    flex-direction: row;
    height: auto;
    padding: 10px;
    margin-top: 25px;
    margin-right: 0;
  }
  #program .course_list .route li:not(:first-child) {
    margin-left: 0;
  }
  #program .course_list .route li:not(:first-child)::before {
    left: 0;
    right: 0;
    top: -18px;
    margin: 0 auto;
    border-width: 8px 7px 0 7px;
    border-color: #000 transparent transparent transparent;
  }
  #program .course_list .route .double > div {
    display: block;
  }
  #program .course_list .route span {
    display: inline-block;
    margin-left: 5px;
/*    font-size: 12px;*/
  }
}
#program .model .program_detail {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 220px;
  margin-top: 70px;
  padding: 0 40px;
  background-image: url("../img/program_detail_bg.jpg");
  background-size: cover;
  background-position: center;
  text-align: center;
}
#program .model .program_detail .ttl {
  position: relative;
  font-size: 36px;
  font-weight: bold;
}
#program .model .program_detail .ttl::before,
#program .model .program_detail .ttl::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 5px;
  height: 38px;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #fff;
}
#program .model .program_detail .ttl::before {
  left: -20px;
  transform: rotate(-25deg);
}
#program .model .program_detail .ttl::after {
  right: -20px;
  transform: rotate(25deg);
}
#program .model .program_detail .btn {
  display: inline-flex;
  width: 240px;
  background-color: #fff94c;
}
#program .model .program_detail .btn:hover {
  background-color: #fff;
}
#program .model .program_detail .btn::before,
#program .model .program_detail .btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
}
#program .model .program_detail .btn::before {
  right: 25px;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 40px;
}
#program .model .program_detail .btn::after {
  right: 32px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform-origin: center;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  #program .model .program_detail {
    height: auto;
    padding: 30px 40px;
  }
  #program .model .program_detail .ttl {
    font-size: 28px;
    line-height: 1.4;
  }
  #program .model .program_detail .ttl::before {
    left: -15px;
  }
  #program .model .program_detail .ttl::after {
    right: -15px;
  }
  #program .model .program_detail .btn {
    margin-top: 20px;
  }
}



/* ---------- #expo ---------- */
#expo {
  padding-top: 30px;
}
#expo .btn {
  font-size: 15px;
  font-weight: bold;
}
#expo .lead {
  text-align: center;
}
#expo .flag_ttl {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 321px;
  height: 62px;
  background-image: url("../img/flag_l_bg.png");
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 1px;
}
#expo h2 {
  margin-top: 20px;
}
#expo h2 img {
  max-height: 40px;
}
#expo p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 767px) {
}

/* .hints */
#expo .hints {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
#expo .hints section {
  width: 30%;
  padding: 5px;
  background-image: url("../img/expo_point_bg.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 20px;
}
#expo .hints .inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 30px);
  padding: 15px;
  background-color: #fff;
  border-radius: 15px;
  text-align: left;
}
#expo .hints .lamp {
  position: absolute;
  top: -30px;
  left: -15px;
  width: 58px;
}
#expo .hints h3 {
  color: #218aff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
#expo .hints h3 span {
  position: relative;
  display: inline-block;
  padding: 0 10px;
}
#expo .hints h3 span::before,
#expo .hints h3 span::after {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 0;
  display: block;
  width: 2px;
  height: 12px;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #218aff;
  transform-origin: bottom center;
}
#expo .hints h3 span::before {
  right: 100%;
  transform: rotate(-40deg);
}
#expo .hints h3 span::after {
  left: 100%;
  transform: rotate(30deg);
}
#expo .hints .subttl {
  margin-top: 10px;
  padding: 0 10px;
  font-size: 16px;
  font-weight: bold;
}
#expo .hints ul {
  margin-bottom: 15px;
  padding: 0 10px;
  font-size: 14px;
}
#expo .hints ul li {
  position: relative;
  padding-left: 15px;
}
#expo .hints ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  display: block;
  width: 8px;
  height: 8px;
  background-color: #218aff;
  border-radius: 10px;
}
#expo .hints ul li div {
  font-size: 12px;
}
#expo .hints .img {
  margin-top: auto;
}
#expo .hints .img img {
  width: 100%;
}
@media (max-width: 767px) {
  #expo .hints {
    display: block;
  }
  #expo .hints section {
    width: 100%;
  }
  #expo .hints section:not(:first-child) {
    margin-top: 40px;
  }
}

/* .expo_list */
#expo .expo_list {
  margin-top: 80px;
}
#expo .expo_list .ttl {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
#expo .expo_list .ttl span {
  display: inline-block;
  background-image: linear-gradient(to top, #feda00 20%, transparent 20%);
}
#expo .expo_list > section {
}
#expo .expo_list > section:nth-child(2n+1) {
  background-color: #fffdf1;
}
#expo .expo_list .wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 50px;
}
#expo .expo_list .img {
  align-self: flex-start;
  width: 440px;
  border-radius: 20px;
  box-shadow: 10px 10px 0 rgba(178, 137, 0, 0.3);
}
#expo .expo_list > section:nth-child(2n+1) .img {
  order: 2;
}
#expo .expo_list .img img {
  max-width: calc(45700% / 440);
}
#expo .expo_list > section:nth-child(2n+1) .img img {
  margin-left: calc(-1700% / 440);
}
#expo .expo_list .content {
  width: 524px;
}
#expo .expo_list h3 {
  position: relative;
  font-size: 26px;
  display: flex;
  align-items: center;
}
#expo .expo_list h3::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: calc(100% - 50px);
  height: 3px;
  background-image: linear-gradient(to right, #ffda00 24.15%, #ebebeb 24.15%);
}
#expo .expo_list h3 img {
  margin-right: 10px;
}
#expo .expo_list h3 span {
  position: relative;
  display: inline-block;
  padding: 6px 0;
  line-height: 1.4;
}
#expo .expo_list h3 span::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 100%;
  display: block;
  width: 22px;
  height: 22px;
  background-image: url("../img/icon_deco.png");
}
#expo .expo_list p {
  margin-top: 15px;
  font-size: 15px;
}
#expo .expo_list p span {
  display: block;
  margin-top: 10px;
  font-size: 13px;
}
#expo .expo_list .btn {
  position: relative;
  margin-top: 15px;
  padding-right: 20px;
}
#expo .expo_list .btn::before,
#expo .expo_list .btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
}
#expo .expo_list .btn::before {
  right: 25px;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 40px;
}
#expo .expo_list .btn::after {
  right: 32px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform-origin: center;
  transform: rotate(45deg);
}
#expo .expo_list .btn_area {
  display: flex;
  justify-content: center;
  gap: 20px;
}
#expo .expo_list .btn_area a {
  position: relative;
  padding: 15px 50px;
  background-color: #feda00;
  border: 2px solid #000;
  border-radius: 100px;
  color: #000;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
}
#expo .expo_list .btn_area a::before,
#expo .expo_list .btn_area a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
}
#expo .expo_list .btn_area a::before {
  right: 20px;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 50px;
}
#expo .expo_list .btn_area a::after {
  right: 27px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  transform-origin: center;
}
@media (max-width: 767px) {
  #expo .expo_list .ttl {
    font-size: 24px;
  }
  #expo .expo_list .wrapper {
    display: block;
  }
  #expo .expo_list > section:nth-child(3) .wrapper {
    padding-bottom: 40px;
  }
  #expo .expo_list .img {
    width: 100%;
    text-align: center;
  }
  #expo .expo_list .img img {
    width: 100%;
    max-width: 100%;
    margin-bottom: calc(-2100% / 500);
  }
  #expo .expo_list > section:nth-child(2n+1) .img img {
    margin-left: 0;
  }
  #expo .expo_list .content {
    width: 100%;
    margin-top: 40px;
  }
  #expo .expo_list h3 {
    font-size: 25px;
  }
  #expo .expo_list h3::after {
    width: calc(100% - 35px);
    bottom: -3px;
  }
  #expo .expo_list h3 img {
    width: 30px;
  }
  #expo .expo_list h3 span {
    padding-right: 10px;
  }
  #expo .expo_list h3 span::before {
    top: -10px;
    left: auto;
    right: -10px;
  }
  #expo .expo_list .btn {
    margin-left: auto;
    margin-right: auto;
  }
  #expo .expo_list .btn_area a {
    box-sizing: border-box;
  }
}
@media (max-width: 679px) {
  #expo .expo_list .btn_area {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 499px) {
  #expo .expo_list h3 {
    font-size: 5vw;
  }
}

/* .model */
#expo .model {
  margin-top: 70px;
  padding-top: 70px;
  padding-bottom: 60px;
  background-color: #fffdf1;
  text-align: center;
}
#expo .model h3 {
}
#expo .model h3 img {
  height: 85px;
}
#expo .course_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#expo .course_list > li {
  width: calc(49000% / 1024);
  margin-top: 50px;
}
#expo .course_list .box {
  padding: 0 20px 20px;
  background-color: #fff5bd;
  border-radius: 20px 20px 0 0;
}
#expo .course_list .box_header {
  display: flex;
  justify-content: space-between;
  text-align: left;
}
#expo .course_list .num {
  margin-right: 10px;
  color: #ff9d00;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 4px;
  text-shadow:
     2px  2px 0px #000,
    -2px  2px 0px #000,
     2px -2px 0px #000,
    -2px -2px 0px #000,
     2px  0px 0px #000,
     0px  2px 0px #000,
    -2px  0px 0px #000,
     0px -2px 0px #000,
     7px  3px 0px rgba(0,0,0,0.2);
}
#expo .course_list .ttl {
  padding: 15px 0;
  align-self: center;
  margin-right: auto;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
}
#expo .course_list .ttl span {
  background-image: linear-gradient(to top, #ffda00 10px, transparent 10px);
}
#expo .course_list .time {
  align-self: flex-start;
  background-color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
#expo .course_list .time div {
}
#expo .course_list .time div:first-child {
  padding: 5px 20px 3px;
  border-bottom: 1px solid #000;
}
#expo .course_list .time div:last-child {
  padding: 3px 20px 5px;
}
#expo .course_list .img {
  width: 100%;
}
#expo .course_list .img img {
  width: 100%;
}
#expo .course_list .route {
}
#expo .course_list .route ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -9px;
}
#expo .course_list .route li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-width: 60px;
  height: 56px;
  padding: 0 15px;
  margin-top: 10px;
  margin-right: 9px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 100px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
#expo .course_list .route li:not(:first-child) {
  margin-left: 17px;
}
#expo .course_list .route li:not(:first-child)::before {
  content: "";
  position: absolute;
  left: -17px;
  top: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
  margin-top: auto;
  margin-bottom: auto;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #000;
}
#expo .course_list .route li sup {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 12px;
}
#expo .course_list .route .double {
  flex-direction: row;
}
#expo .course_list .route .double > div {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#expo .course_list .route .double > div:first-child {
  margin-right: 20px;
}
#expo .course_list .route .double > div:first-child::before {
  content: "・";
  position: absolute;
  left: 100%;
}
#expo .course_list .route ul span {
  font-size: 12px;
}
#expo .course_list .route p {
  font-size: 14px;
  text-align: left;
}
#expo .course_list .route p span {
  font-weight: bold;
}
#expo .contact {
  position: relative;
  margin-top: 70px;
  padding: 35px 25px 15px;
  background-color: #ff9c00;
  background-image: url("../img/expo_contact_bg.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: auto 85%;
}
#expo .contact .ttl {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: fit-content;
  margin-inline: auto;
  padding: 5px 50px;
  background-color: #000;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  transform: translateY(-50%);
}
#expo .contact .subttl {
}
#expo .contact .subttl span {
  position: relative;
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
}
#expo .contact .subttl span::before,
#expo .contact .subttl span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 5px;
  height: 38px;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #fff;
}
#expo .contact .subttl span::before {
  left: -20px;
  transform: rotate(-25deg);
}
#expo .contact .subttl span::after {
  right: -20px;
  transform: rotate(25deg);
}
#expo .contact .box {
  max-width: 550px;
  margin-top: 10px;
  margin-inline: auto;
  padding: 15px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 10px;
  text-align: left;
  font-weight: bold;
}
#expo .contact .box > div {
  display: block;
  max-width: 470px;
  margin-inline: auto;
}
#expo .contact .mail {
}
#expo .contact .mail a {
  color: #000;
  font-size: 18px;
}
#expo .contact .mail img {
  margin-right: 10px;
}
#expo .contact .tel {
  margin-top: 5px;
}
#expo .contact .tel a {
  color: #000;
  font-size: 28px;
  line-height: 1.2;
  text-decoration: none;
}
#expo .contact .tel img {
  margin-right: 5px;
}
#expo .contact .tel span {
  display: inline-block;
  font-size: 14px;
}
@media (max-width: 767px) {
  #expo .model h3 img {
    height: 55px;
  }
  #expo .course_list > li {
    width: 100%;
/*    margin-top: 50px;*/
  }
  #expo .course_list .box_header {
    flex-wrap: wrap;
  }
  #expo .course_list .num {
    line-height: 1.4;
  }
  #expo .course_list .ttl {
    padding: 0;
/*    font-size: 30px;*/
  }
  #expo .course_list .box_header .sp {
    width: 100%;
  }
  #expo .course_list .time {
    display: flex;
    margin-left: auto;
  }
  #expo .course_list .time div {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #expo .course_list .time div:first-child {
    padding: 3px 0 3px 15px;
    border-bottom: none;
    font-size: 12px;
  }
  #expo .course_list .time div:last-child {
    padding: 3px 15px 3px 10px;
  }
  #expo .course_list .img {
    margin-top: 10px;
  }
  #expo .course_list .route ul {
    display: block;
    margin-right: 0;
  }
  #expo .course_list .route li {
    flex-direction: row;
    height: auto;
    padding: 10px;
    margin-top: 25px;
    margin-right: 0;
  }
  #expo .course_list .route li.block {
    flex-direction: column;
  }
  #expo .course_list .route li:not(:first-child) {
    margin-left: 0;
  }
  #expo .course_list .route li:not(:first-child)::before {
    left: 0;
    right: 0;
    top: -18px;
    margin: 0 auto;
    border-width: 8px 7px 0 7px;
    border-color: #000 transparent transparent transparent;
  }
  #expo .course_list .route li:has(sup) {
    font-size: 14px;
  }
  #expo .course_list .route .double > div {
    display: block;
  }
  #expo .course_list .route span {
    display: inline-block;
    margin-left: 5px;
/*    font-size: 12px;*/
  }
  #expo .contact .box {
    text-align: center;
  }
}
@media (max-width: 519px) {
  #expo .contact {
    padding: 30px 15px 15px;
  }
  #expo .contact .subttl span {
    font-size: 22px;
  }
  #expo .contact .box {
    padding: 10px;
  }
  #expo .contact .mail a {
    font-size: 14px;
  }
  #expo .contact .tel a {
    font-size: 24px;
  }
}



/* ---------- #akindo ---------- */
#akindo {
  padding-top: 30px;
}
#akindo .btn {
  font-size: 15px;
  font-weight: bold;
}
#akindo .lead {
  text-align: center;
}
#akindo .flag_ttl {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 212px;
  height: 62px;
  background-image: url("../img/flag_s_bg.png");
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 1px;
}
#akindo h2 {
  margin-top: 20px;
}
#akindo h2 img {
  max-height: 40px;
}
#akindo h2 + p {
  font-size: 16px;
  line-height: 2;
}
#akindo .lead ul {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
#akindo .lead li {
  width: calc(32200% / 1024);
}
#akindo .lead .img {
  position: relative;
  margin-top: 25px;
}
#akindo .lead .main {
  border-radius: 30px;
}
#akindo .lead .ico {
  position: absolute;
  right: 0;
  bottom: -15px;
}
@media (max-width: 767px) {
  #akindo h2 img {
    width: 80%;
    height: auto;
  }
  #akindo .lead ul {
    display: block;
/*    margin-top: 30px;*/
  }
  #akindo .lead li {
    width: 100%;
    margin-top: 30px;
  }
}
#akindo .shotengai {
  margin-top: 130px;
}
#akindo .shotengai .shotengai_ttl {
  position: relative;
  padding-bottom: 50px;
  text-align: center;
}
#akindo .shotengai .shotengai_ttl::before {
  content: '';
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  display: block;
  width: 71px;
  height: 27px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../img/ttl_bg.png");
}
#akindo .shotengai .shotengai_ttl img {
  max-height: 40px;
}
#akindo .shotengai section {
}
#akindo .shotengai section:nth-child(2n) {
  background-color: #fffdf1;
}
#akindo .shotengai .wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 50px;
}
#akindo .shotengai .img {
  align-self: flex-start;
  width: 440px;
  border-radius: 20px;
  box-shadow: 10px 10px 0 rgba(178, 137, 0, 0.3);
}
#akindo .shotengai section:nth-child(2n+1) .img {
  order: 2;
}
#akindo .shotengai .img img {
  max-width: calc(45700% / 440);
}
#akindo .shotengai section:nth-child(2n+1) .img img {
  margin-left: calc(-1700% / 440);
}
#akindo .shotengai .content {
  width: 524px;
}
#akindo .shotengai h3 {
  position: relative;
  font-size: 26px;
  display: flex;
  align-items: center;
}
#akindo .shotengai h3::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: calc(100% - 50px);
  height: 4px;
/*  border-bottom: 3px dotted #ffc500;*/
  background-image: radial-gradient(circle at 2px 50%, #ffc500 2px, transparent 2px);
  background-size: 12px 4px;
  background-position: left center;
}
#akindo .shotengai h3 img {
  margin-right: 10px;
}
#akindo .shotengai h3 span {
  display: inline-block;
  padding: 6px 0;
  line-height: 1.4;
}
#akindo .shotengai p {
  margin-top: 15px;
  font-size: 15px;
}
#akindo .shotengai p span {
  display: block;
  margin-top: 10px;
  font-size: 13px;
}
#akindo .shotengai .btn {
  position: relative;
  margin-top: 15px;
  padding-right: 20px;
}
#akindo .shotengai .btn::before,
#akindo .shotengai .btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
}
#akindo .shotengai .btn::before {
  right: 25px;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 40px;
}
#akindo .shotengai .btn::after {
  right: 32px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform-origin: center;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  #akindo .shotengai .shotengai_ttl {
    padding-bottom: 20px;
  }
  #akindo .shotengai .wrapper {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #akindo .shotengai section:last-child .wrapper {
    padding-bottom: 40px;
  }
  #akindo .shotengai .img {
    width: 100%;
    text-align: center;
  }
  #akindo .shotengai .img img {
    width: 100%;
    max-width: 100%;
    margin-bottom: calc(-2100% / 500);
  }
  #akindo .shotengai > section:nth-child(2n) .img img {
    margin-left: 0;
  }
  #akindo .shotengai .content {
    width: 100%;
    margin-top: 30px;
  }
  #akindo .shotengai h3 {
    font-size: 18px;
  }
  #akindo .shotengai h3::after {
    width: calc(100% - 35px);
  }
  #akindo .shotengai h3 img {
    width: 30px;
  }
  #akindo .shotengai h3 span {
    padding-right: 10px;
    font-size: 22px;
  }
  #akindo .shotengai h3 span::before {
    top: -10px;
    left: auto;
    right: -10px;
  }
  #akindo .shotengai .btn {
    margin-left: auto;
    margin-right: auto;
  }
}