
/*　home PC
------------------------------------------------------------------------------------------------*/
.fv{
  position: relative;
  padding-bottom: calc(10rem + 4vw);
}
.fv .swiper-txt{
  position: absolute;
  top: 20%;
  left: 0;
}
.swiper-fv .swiper-slide{
  width: 100%;
  height: calc(100vh - 10rem);
  position: relative;
}
.swiper-fv .swiper-slide .txt{
  display: block;
  width: 45.6rem;
  position: absolute;
  right: calc(50% + 42.4rem);
  bottom: 7rem;
}
@media (min-width: 769px) and (max-width: 1920px){
.swiper-fv .swiper-slide .txt{
  right: unset;
  left: 4.16%;
}
}
.swiper-fv .swiper-slide .txt .sub{
  display: block;
  font-size: 2.1rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 0.7em;
}
.swiper-fv .swiper-slide .txt h2{
  font-size: 3.7rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
html[lang="en"] .swiper-fv .swiper-slide .txt h2 br{
  display: none;
}
.swiper-fv .swiper-slide .txt .cat-wrap:has(.cat){
  margin-top: 5rem;
}
.swiper-fv .swiper-slide-active .txt .sub{
  animation: fv-txt 0.8s normal both;
  animation-delay: 1.2s;
}
.swiper-fv .swiper-slide-active .txt h2{
  animation: fv-txt 0.8s normal both;
  animation-delay: 1.4s;
}
.swiper-fv .swiper-slide-active .txt .cat-wrap{
  animation: fv-txt 0.8s normal both;
  animation-delay: 1.6s;
}
@keyframes fv-txt {
  0% { transform: translateY(2rem);opacity: 0; }
  100% { transform: translateY(0);opacity: 1; }
}
.swiper-fv .swiper-slide .txt .bd{
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin-top: 6rem;
}
.swiper-fv .swiper-slide .txt .bd::before{
  content: "";
  display: block;
  width: calc(100% - 5.6rem);
  height: 2px;
  background: #A8A8A8;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: background 0.4s;
}
.swiper-fv .swiper-slide .txt .bd svg{
  width: 4rem;
}
.swiper-fv .swiper-slide a.txt:hover,
.swiper-fv .swiper-slide a.txt:has(+ a.img:hover){
  color: #1B5FDE;
}
.swiper-fv .swiper-slide a.txt:hover .bd::before,
.swiper-fv .swiper-slide a.txt:has(+ a.img:hover) .bd::before{
  background: #1B5FDE;
}
.swiper-fv .swiper-slide a.txt:hover .bd svg g,
.swiper-fv .swiper-slide a.txt:hover .bd svg path,
.swiper-fv .swiper-slide a.txt:has(+ a.img:hover) .bd svg g,
.swiper-fv .swiper-slide a.txt:has(+ a.img:hover) .bd svg path{
  stroke: #1B5FDE;
}
.swiper-fv .swiper-slide .img{
  display: block;
  width: calc(50% + 34.4rem);
  height: 100%;
  border-radius: 2rem 0 0 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
.swiper-fv .swiper-slide .img::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #1B5FDE;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity 0.4s;
  z-index: 1;
}
.swiper-fv .swiper-slide a.img:hover::before,
.swiper-fv .swiper-slide a.txt:hover + a.img::before{
  opacity: 0.5;
}
@media (min-width: 769px) and (max-width: 1920px){
.swiper-fv .swiper-slide .img{
  width: calc(100% - 53.6rem - 4.16%);
}
}
.swiper-fv .swiper-slide .img picture,
.swiper-fv .swiper-slide .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-fv .swiper-slide-active .img img,
.swiper-fv .swiper-slide-duplicate-active .img img,
.swiper-fv .swiper-slide-prev .img img{
  animation: zoomUp 10s linear 0s 1 normal both;
}
@keyframes zoomUp {
  0% { transform: scale(1.15); }
  100% { transform: scale(1); }
}
.swiper-fv .control-wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6.5rem;
  padding: 0 3.2rem;
  background: #fff;
  border-radius: 2rem 0 0 0;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.swiper-fv .swiper-pagination {
  position: unset;
}
.swiper-fv .swiper-pagination-bullet {
  width: auto;
  height: auto;
  background: none !important;
  opacity: 1;
  color: #6A6A6A;
  margin: 0 3.2rem 0 0 !important;
  font-size: 1.6rem;
  font-weight: 700;
}
.swiper-fv .swiper-pagination-bullet-active{
  color: #1B5FDE;
}
.swiper-fv .control-wrap .swiper-pause{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.6rem;
  height: 1.6rem;
  cursor: pointer;
}
.swiper-fv .control-wrap .swiper-pause svg{
  width: auto;
  height: 100%;
}
.swiper-fv .control-wrap .swiper-pause:hover svg rect,
.swiper-fv .control-wrap .swiper-pause:hover svg path{
  fill: #1B5FDE;
}
.swiper-fv .control-wrap .swiper-pause svg.play{
  display: none;
}
.swiper-fv .control-wrap .swiper-pause.paused svg.play{
  display: block;
}
.swiper-fv .control-wrap .swiper-pause.paused svg.pause{
  display: none;
}
.swiper-fv:has(.swiper-pause.paused) .swiper-slide-active .img img,
.swiper-fv:has(.swiper-pause.paused) .swiper-slide-duplicate-active .img img,
.swiper-fv:has(.swiper-pause.paused) .swiper-slide-prev .img img{
  animation-play-state: paused
}


.home-about{
  padding: 0 0 7rem;
}
.home-about .content{
  display: grid;
  grid-template-columns: 75.7rem 1fr;
  gap: 14.8rem;
}
.home-about .h-1{
  font-size: 8rem;
  margin-bottom: 2rem;
}
.home-about .txt-1{
  font-size: 3.8rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 0.4em;
}
.home-about p{
  font-size: 1.9rem;
  letter-spacing: 0.05em;
}
@media (min-width: 769px) and (max-width: 1860px){
.home-about .content{
  grid-template-columns: 42% max(49%,59rem);
  gap: 0;
  justify-content: space-between;
}
.home-about .h-1{
  font-size: max(4.3vw,6.6rem);
}
.home-about p{
  font-size: 1.8rem;
}
}


.home-contents{
  background: #1B5FDE;
  color: #fff;
  padding: 1rem 0 7rem;
  position: relative;
}
.home-contents::before,
.home-contents::after{
  content: "";
  display: block;
  width: 101%;
  position: absolute;
  left: -0.5%;
}
.home-contents::before{
  height: 7vw;
  background: url(../../images/home/contents-top.svg) center bottom no-repeat;
  background-size: 100% auto;
  top: calc(1px - 7vw);
}
.home-contents::after{
  height: 7.7vw;
  background: url(../../images/home/contents-btm.svg) center top no-repeat;
  background-size: 100% auto;
  bottom: calc(1px - 7.7vw);
}
.swiper-contents{
  overflow: unset;
}
.swiper-contents .swiper-slide{
  width: 33.6rem;
}
.swiper-contents .swiper-slide a{
  color: #fff;
}
.swiper-contents .control-wrap{
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  position: absolute;
  right: 0;
  top: -14rem;
}
.swiper-contents .control-wrap .btn{
  display: flex;
  align-items: center;
}
.swiper-contents .swiper-scrollbar{
  width: 24rem !important;
  margin: 0 6.4rem 0 0;
  background: #A8A8A8;
}
.swiper-contents .swiper-scrollbar-drag{
  background: #fff;
}
.swiper-contents .swiper-button-next,
.swiper-contents .swiper-button-prev{
  position: unset;
  margin-top: 0;
}
.swiper-contents .swiper-button-prev{
  margin-right: 4rem;
}


.home-news{
  padding: calc(5rem + 7.7vw) 0 0;
}
.home-news .content{
  display: flex;
  justify-content: space-between;
}
.home-news .left{
  width: calc(100% - 126rem);
  min-width: 29rem;
}
.home-news .right{
  width: 120rem;
  max-width: calc(100% - 35rem);
}
.home-news .swiper-txt{
  margin-top: 12rem;
}
ul.news-li li{
  display: block;
}
ul.news-li li + li{
  margin-top: 3rem;
}
ul.news-li li a{
  display: grid;
  grid-template-columns: 15rem 1fr;
  gap: 3.2rem;
}
ul.news-li li a img.thumb{
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0.5rem;
}
ul.news-li li a .txt{
  min-height: 100%;
  padding: 0 8rem 2rem 0;
  border-bottom: 1px solid #BFBFBF;
  position: relative;
}
ul.news-li li a .txt .date{
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #6A6A6A;
  margin-bottom: 0.3em;
}
ul.news-li li a .txt .ttl{
  transition: color 0.4s;
}
ul.news-li li a .txt .arrow{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  border: 1px solid #424242;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: background 0.4s, border 0.4s;
}
ul.news-li li a .txt .arrow svg{
  width: 33%;
}
ul.news-li li a:hover .txt .ttl{
  color: #1B5FDE;
}
ul.news-li li a:hover .txt .arrow{
  background: #1B5FDE;
  border: 1px solid #1B5FDE;
}
ul.news-li li a:hover .txt .arrow svg path{
  stroke: #fff;
}


.home-event{
  padding: 7rem 0;
  margin: 7rem 0;
  background: #F5F5F5;
}
.home-event .content{
  display: flex;
  justify-content: space-between;
}
.home-event .left{
  width: calc(100% - 126rem);
  min-width: 29rem;
}
.home-event .right{
  width: 120rem;
  max-width: calc(100% - 35rem);
}
.home-event ul.post-li{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 3%;
  row-gap: 4rem;
}


.home-blog{
  padding: 10rem 0 7rem;
}
.home-blog .content{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-blog .left{
  width: 68rem;
  max-width: 48%;
}
.home-blog .right{
  width: 74rem;
  max-width: 47%;
  position: relative;
}
.home-blog .right .new{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 13rem;
  height: 13rem;
  border-radius: 100%;
  background: #fff;
  color: #1C5FDE;
  font-size: 2rem;
  font-weight: 700;
  position: absolute;
  left: -6.5rem;
  top: -6.5rem;
  z-index: 1;
}
.home-blog .right a{
  display: block;
  background: #fff;
  border-radius: 0.5rem;
  padding: 3.2rem;
}
.home-blog .right h3{
  font-size: 2.2rem;
  margin-top: 1em;
}
.home-blog .more{
  display: block;
  width: fit-content;
  font-size: 1.6rem;
  font-weight: 700;
  color: #1B5FDE;
  padding-right: 3rem;
  margin: 2.4rem 0 0 auto;
  position: relative;
}
.home-blog .more::before{
  content: "";
  display: block;
  width: 1.5rem;
  height: 100%;
  background: url(../../images/common/arrow-right_b.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 769px) and (max-width: 1400px){
.home-blog .right .new{
  width: 10rem;
  height: 10rem;
  font-size: 1.6rem;
  left: -5rem;
  top: -5rem;
}
}


.home-insta{
  overflow: hidden;
  padding: 0 0 8rem;
}
.home-insta hr{
  margin-bottom: 6rem;
}
.swiper-insta{
  overflow: unset;
}
.swiper-insta a.swiper-slide{
  width: 23rem;
  display: block;
  aspect-ratio: 1 / 1;
  transition: opacity 0.5s;
}
.swiper-insta a.swiper-slide:hover{
  opacity: 0.5;
}
.swiper-insta .control-wrap{
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: -16rem;
}
.swiper-insta .swiper-button-next,
.swiper-insta .swiper-button-prev{
  position: unset;
  margin-top: 0;
}
.swiper-insta .swiper-button-prev{
  margin-right: 4rem;
}
.home-insta a.btn-1{
  margin-top: 2rem;
}
.home-insta .wrap{
  display: grid;
  grid-template-columns: 50rem 1fr;
  gap: 6rem;
}
#sb_instagram #sbi_images{
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.2rem;
}
@media (min-width: 769px) and (max-width: 1400px){
#sb_instagram #sbi_images{
  grid-template-columns: repeat(4, 1fr);
}
}
@media (max-width: 768px){
#sb_instagram #sbi_images{
  grid-template-columns: repeat(3, 1fr);
}
}
#sb_instagram #sbi_images .sbi_item {
  width: auto !important;
}
#sb_instagram .sbi_photo_wrap{
  border-radius: 0.5rem;
  overflow: hidden;
}


.css-wo95iw {
  width: 100%;
	max-width: 192rem;
  padding: 0 min(4.16%,8rem);
  margin-top: 7rem;
}


.home-seasons{
  padding: 8rem 0 calc(8rem + 6.7vw);
}
.home-seasons .h-1,
.home-seasons .h-1-btm,
.home-seasons p{
  text-align: center;
}
.home-seasons ul.post-li{
  margin-top: 5rem;
}


.home-course{
  background: #F5F5F5;
  position: relative;
  padding: 0 0 calc(7rem + 6.7vw);
}
.home-course::before,
.home-course::after{
  content: "";
  display: block;
  width: 101%;
  position: absolute;
  left: -0.5%;
}
.home-course::before{
  height: 6.7vw;
  background: url(../../images/home/course-top.svg) center bottom no-repeat;
  background-size: 100% auto;
  top: calc(1px - 6.7vw);
}
.home-course::after{
  height: 6.7vw;
  background: url(../../images/home/course-btm.svg) center bottom no-repeat;
  background-size: 100% auto;
  bottom: -1px;
}
.home-course .h-1,
.home-course .h-1-btm{
  text-align: center;
}
ul.course-li{
  display: flex;
  justify-content: center;
  gap: 6rem;
}
ul.course-li li{
  width: 30rem;
}
.home-course a.btn-1{
  margin: 5rem auto 0;
}


.home-info .h-1,
.home-info .h-1-btm{
  text-align: center;
}
.home-info ul.post-li{
  margin-top: 2rem;
}
.home-info ul.post-li li .ttl{
  text-align: center;
}
.home-info hr{
  margin: 6rem 0;
}
ul.bnr-li{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5%;
  max-width: 160rem;
  margin: 0 auto;
}
ul.bnr-li li{
  display: block;
}
ul.bnr-li li a:hover,
ul.bnr-s-li li a:hover{
  opacity: 0.5;
}
ul.bnr-li li a,
ul.bnr-s-li li a{
  display: block;
  overflow: hidden;
  border-radius: 0.3rem;
}

ul.bnr-s-li{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: space-between;
  column-gap: 1.96%;
  row-gap: 1.5rem;
  width: 94.6rem;
  max-width: 90%;
  margin: 4rem auto 0;
}
ul.bnr-s-li li{
  display: block;
}
ul.bnr-s-li li a:hover{
  opacity: 0.5;
}
ul.bnr-s-li li a{
  border: 1px solid #EAEAEA;
}




/*　favorite PC
------------------------------------------------------------------------------------------------*/

.post-li li a.favorite{
  position: relative;
}
.post-li li a.favorite::before{
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  background: url(../img/ico-heart_w.svg) center center no-repeat #DB3B00;
  background-size: 50% auto;
  border-radius: 0 0.5rem 0 0.5rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}




/*　news PC
------------------------------------------------------------------------------------------------*/

.swiper-year-wrap{
  display: flex;
  align-items: center;
  border-bottom: 1px solid #1B5FDE;
  margin-bottom: 9.5rem;
}
.swiper-year-wrap .txt{
  font-size: 2rem;
  font-weight: 700;
  width: 7rem;
  text-align: right;
}
.swiper-year{
  width: calc(100% - 7rem);
}
.swiper-year .swiper-slide{
  width: auto;
  font-size: 2.4rem;
  color: #6A6A6A;
  font-weight: 600;
}
.swiper-year .swiper-slide a{
  color: #6A6A6A;
}
.swiper-year .swiper-slide a:hover,
.swiper-year .swiper-slide a[aria-current="page"]{
  color: #1B5FDE;
}
.swiper-year .swiper-slide + .swiper-slide{
  margin-left: 1.3em;
}


.nav-links{
  margin-top: 12rem;
}
.nav-links ul.page-numbers{
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-links ul.page-numbers li{
  display: block;
}
.nav-links ul.page-numbers li + li{
  margin-left: 2.2rem;
}
.nav-links ul.page-numbers li .page-numbers{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  border: 1px solid #A8A8A8;
  font-size: 2rem;
  font-weight: 600;
  transition: background 0.4s, color 0.4s, border 0.4s;
}
.nav-links ul.page-numbers li .page-numbers:hover,
.nav-links ul.page-numbers li .page-numbers.current{
  background-color: #424242;
  color: #fff;
  border: 1px solid #424242;
}
.nav-links ul.page-numbers li .page-numbers.dots{
  width: auto;
  border-radius: unset;
  border: none;
}
.nav-links ul.page-numbers li .page-numbers.dots:hover{
  background-color: unset !important;
  color: inherit;
  border: none;
}
.nav-links ul.page-numbers li a.prev,
.nav-links ul.page-numbers li a.next{
  width: 2rem;
  height: 2.2rem;
  border: none;
  font-size: 0;
}
.nav-links ul.page-numbers li a.prev{
  background: url(../img/nav-prev.svg) center center no-repeat;
  background-size: contain;
  margin-right: 1.8rem;
}
.nav-links ul.page-numbers li a.next{
  background: url(../img/nav-next.svg) center center no-repeat;
  background-size: contain;
  margin-left: 1.8rem;
}
.nav-links ul.page-numbers li a.prev:hover,
.nav-links ul.page-numbers li a.next:hover{
  background-color: unset;
  border: none;
}
.nav-links.wh ul.page-numbers li .page-numbers{
  color: #fff;
  border: 1px solid #fff;
}
.nav-links.wh ul.page-numbers li .page-numbers:hover,
.nav-links.wh ul.page-numbers li .page-numbers.current{
  background: #fff;
  color: #1B5FDE;
  border: 1px solid #fff;
}
.nav-links.wh ul.page-numbers li.nav-previous a{
  background: url(../img/nav-prev_w.svg) center center no-repeat;
  background-size: contain;
}
.nav-links.wh ul.page-numbers li.nav-next a{
  background: url(../img/nav-next_w.svg) center center no-repeat;
  background-size: contain;
}


.post{
  max-width: 78rem;
  margin: 0 auto;
}
.post img.thumb{
  margin: 0 auto 6rem;
}
.post-txt{
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
.post-txt h1{
  font-size: 150%;
}
.post-txt p{
  margin: 2em 0;
}
.post-txt ul li,
.post-txt ol li{
  margin-left: 1.4em;
  padding-left: 0.1em;
}
.post-txt a{
  color: #1B5FDE;
  text-decoration: underline;
}
.post-txt a:hover{
  opacity: 0.5;
}
.post-txt a.pdf{
  display: flex;
  align-items: center;
  width: fit-content;
  font-weight: 600;
  line-height: 1.6;
  text-decoration: unset;
}
.post-txt a.pdf::before{
  content: "PDF";
  display: inline-block;
  letter-spacing: 0;
  line-height: 1.5em;
  border-radius: 0.75em;
  padding: 0 0.5em;
  background: #1B5FDE;
  color: #fff;
  margin-right: 0.6em;
}
.post-txt a.pdf span{
  flex-grow: 1;
  text-decoration: underline;
}
.post-txt img,
.post-txt picture{
  margin: 6rem auto;
  border-radius: 0.5rem;
}
.post .share-box{
  margin-top: 10rem;
}
.share-box{
  background: #F5F5F5;
  border-radius: 0.4rem;
  padding: 1.7rem;
  display: flex;
  justify-content: center;
}
.share-box h2{
  margin-right: 4rem;
}
.share-box ul.sns li{
  width: 2.4rem;
  height: 2.4rem;
}

.post-nav{
  display: grid;
  grid-template-columns: 40% auto 40%;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #1B5FDE;
  padding-top: 3rem;
  margin-top: 12rem;
}
.post-nav a.box{
  display: block;
  width: 100%;
  background: #F5F5F5;
  border-radius: 0.5rem;
  overflow: hidden;
}
.post-nav a.box h2{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4.5rem;
  background: #1B5FDE;
  color: #fff;
  font-size: 1.6rem;
}
.post-nav a.box .inner{
  display: grid;
  grid-template-columns: 10.8rem 1fr;
  gap: 1.6rem;
  padding: 2.2rem;
  position: relative;
}
.post-nav a.box.prev .inner{
  padding-left: 10.8rem;
}
.post-nav a.box.next .inner{
  padding-right: 10.8rem;
}
.post-nav a.box .inner img.thumb{
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0.5rem;
}
.post-nav a.box .inner .txt .date{
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #6A6A6A;
  margin-bottom: 0.3em;
}
.post-nav a.box .inner .txt .ttl{
  transition: color 0.4s;
}
.post-nav a.box .inner .arrow{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  border: 1px solid #424242;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background 0.4s, border 0.4s;
}
.post-nav a.box.prev .inner .arrow{
  left: 2.4rem;
}
.post-nav a.box.next .inner .arrow{
  right: 2.4rem;
}
.post-nav a.box .inner .arrow svg{
  width: 33%;
}
.post-nav a.box .inner:hover .txt .ttl{
  color: #1B5FDE;
}
.post-nav a.box .inner:hover .arrow{
  background: #1B5FDE;
  border: 1px solid #1B5FDE;
}
.post-nav a.box .inner:hover .arrow svg path{
  stroke: #fff;
}
.post-nav a.all-btn{
  display: flex;
  align-items: center;
  flex-direction: column;
  width: fit-content;
  font-size: 1.6rem;
  font-weight: 700;
  color: #1B5FDE;
}
.post-nav a.all-btn img{
  width: 9rem;
  margin-bottom: 0.9em;
}
.post-nav a.all-btn:hover{
  opacity: 0.5;
}




/*　support PC
------------------------------------------------------------------------------------------------*/

.favorite_button{
  width: fit-content;
}
button.favorite_button_in{
  display: flex;
  align-items: center;
  width: fit-content;
  height: 4.2rem;
  border-radius: 2.1rem;
  padding: 0 1.6rem;
  border: none;
  background: #6A6A6A;
  color: #fff;
  transition: background 0.4s;
}
button.favorite_button_in img{
  width: 1.8rem;
  margin-right: 0.8rem;
}
.choosen button.favorite_button_in{
  background: #DB3B00;
}




/*　single（記事以外の投稿） PC
------------------------------------------------------------------------------------------------*/

.single-wrap .h1-wrap{
  padding: 0 23rem 8rem 0;
  position: relative;
}
.single-wrap .h1-wrap h1{
  font-size: 4.7rem;
  letter-spacing: 0.08em;
  position: relative;
}
.single-wrap .h1-wrap .cat-wrap{
  margin-top: 2rem;
}
.single-wrap .h1-wrap .barrier-free{
  width: 3rem;
  margin-top: 1.6rem;
}
.single-wrap .h1-wrap .favorite_button{
  position: absolute;
  right: 0;
  top: 1rem;
}
.single-wrap .h1-wrap .views{
  font-size: 1.6rem;
  position: absolute;
  right: 0;
  bottom: 1rem;
}

.img-overview{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.img-overview .img{
  width: 65rem;
  max-width: 42.5%;
}
.img-overview .overview{
  width: 84rem;
  max-width: 53.5%;
}

.img-overview .img img.thumb{
  width: 100%;
  border-radius: 0.5rem;
}

.image-swiper{
  aspect-ratio: 4 / 3;
  border-radius: 0.5rem;
  background: #F5F5F5;
}
.image-swiper .swiper-slide,
.image-swiper .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.image-thumb{
  margin-top: 2rem;
}
.image-thumb .swiper-slide{
  width: 12rem;
  aspect-ratio: 4 / 3;
  border-radius: 0.5rem;
  background: #F5F5F5;
  overflow: hidden;
  cursor: pointer;
}
.image-thumb .swiper-slide + .swiper-slide{
  margin-left: 1.6rem;
}
.image-thumb .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.image-thumb .swiper-slide::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  border: 0.3rem solid #1B5FDE;
  box-sizing: border-box;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.image-thumb .swiper-slide.swiper-slide-thumb-active::before{
  opacity: 1;
}
.img-overview .attention{
  font-size: 1.6rem;
  margin-top: 4rem;
}
.img-overview .share-box{
  margin-top: 5.5rem;
}

.img-overview .overview dl{
  display: grid;
  grid-template-columns: 14rem 1fr;
  padding: 5.5rem 4.8rem;
  border-radius: 0.5rem;
  background: #F5F5F5;
  font-size: 1.6rem;
}
.img-overview .overview dl dt,
.img-overview .overview dl dd{
  padding-bottom: 2.2rem;
  margin-bottom: 2.2rem;
  border-bottom: 1px solid #D9D9D9;
}
.img-overview .overview dl dt:nth-last-child(2),
.img-overview .overview dl dd:nth-last-child(1){
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.img-overview .overview dl dt{
  font-weight: 700;
}
.img-overview .overview iframe{
  display: block;
  width: 100%;
  max-width: 51rem;
  height: 21.5rem;
  border-radius: 0.5rem;
  border: 1px solid #D0D0D0;
  margin-top: 1em;
}
.img-overview .overview a{
  font-weight: 500;
}
.img-overview .overview a::after{
  margin-left: 0.4em;
}
.img-overview .overview a:hover{
  opacity: 0.5;
}


.more-wrap{
  height: 65rem;
  padding-bottom: 6rem;
  overflow: hidden;
  position: relative;
  transition: height .4s;
}
.more-wrap::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 16rem;
  background: linear-gradient(to bottom, transparent 0, #fff 50%);
  transition: opacity .4s;
  z-index: 1;
  pointer-events: none;
}
.more-wrap.active::before{
  opacity: 0;
}
.more-wrap .more-btn{
  width: fit-content;
  font-size: 1.8rem;
  color: #1B5FDE;
  font-weight: 700;
  letter-spacing: 0.08em;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.more-btn::before{
  content: "もっと見る";
}
.more-wrap.active .more-btn::before{
  content: "閉じる";
}
html:not([lang=ja]) .more-btn::before{ content: "MORE VIEW"; }
html:not([lang=ja]) .more-wrap.active .more-btn::before{ content: "CLOSE"; }


.single-wrap a.btn-1{
  margin: 12rem auto 0;
}
.single-wrap .h-1-wrap{
  margin-top: 16rem;
}


.single-wrap .model-course{
  background: #F5F5F5;
  border-radius: 0.5rem;
  padding: 7rem 8rem;
  margin-top: 12rem;
}
.single-wrap .model-course h2{
  font-size: 2.4rem;
  font-weight: 700;
  color: #1B5FDE;
  text-align: center;
  margin-bottom: 5rem;
}
.single-wrap .model-course + .btn-1{
  margin-top: 8rem;
}




/*　search PC
------------------------------------------------------------------------------------------------*/

.page.search{
  background: #F5F5F5;
}
.page.search .sec{
  display: flex;
  align-items: center;
  min-height: calc(100vh - 10rem);
  padding: 10rem 0;
}
.page.search .sec .content{
  max-width: 100rem;
}

.page.search h2{
  font-size: 2.9rem;
  letter-spacing: 0.08em;
  color: #1B5FDE;
  margin: 6.5rem 0 3rem;
}
.page.search h2:first-child{
  margin-top: 0;
}

.page.search .sec .search-box{
  display: grid;
  grid-template-columns: 1fr 14rem;
  gap: 2.4rem;
}
.page.search .sec .search-box input[type=text]{
  display: block;
  border-radius: 0.5rem;
  padding: 0.7em 0.9em;
  background: #fff;
  border: 2px solid #A8A8A8;
  font-size: 2rem;
}
.page.search .sec .search-box button{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1B5FDE;
  color: #fff;
  border: none;
  border-radius: 0.5rem;
  font-size: 2rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  transition: opacity 0.5s;
}
.page.search .sec .search-box button:hover{
  opacity: 0.5;
}
.page.search .sec .search-box button img{
  width: 1.8rem;
}

.page.search .cat-wrap{
  column-gap: 0.8rem;
  row-gap: 1.6rem;
}
.page.search .cat-wrap .cat{
  background: #fff;
  color: #6A6A6A;
  line-height: 1.9;
  border: 1px solid #6A6A6A;
  font-size: 1.6rem;
  font-weight: 500;
  transition: background 0.4s, color 0.4s, border 0.4s;
}
.page.search .cat-wrap .cat:hover{
  background: #1B5FDE;
  color: #fff;
  border: 1px solid #1B5FDE;
  opacity: 1;
}


.search-results .total{
  font-size: 1.6rem;
  text-align: right;
  border-bottom: 1px solid #1B5FDE;
  margin-bottom: 9.5rem;
}
.search-results .total .num{
  font-size: 1.8rem;
  font-weight: 700;
  color: #1B5FDE;
  margin-right: 0.2em;
}


ul.search-li li{
  display: block;
}
ul.search-li li + li{
  margin-top: 5.5rem;
}
ul.search-li li a{
  display: block;
  position: relative;
  padding: 0 8rem 3rem 0;
  border-bottom: 1px solid #BFBFBF;
}
ul.search-li li a .ttl{
  max-width: 122rem;
  font-size: 2.2rem;
  color: #1B5FDE;
}
ul.search-li li a p{
  max-width: 122rem;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 1.9;
  margin-top: 0.7em;
}
ul.search-li li a .arrow{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  border: 1px solid #424242;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: background 0.4s, border 0.4s;
}
ul.search-li li a .arrow svg{
  width: 33%;
}
ul.search-li li a:hover{
  color: #1B5FDE;
}
ul.search-li li a:hover .arrow{
  background: #1B5FDE;
  border: 1px solid #1B5FDE;
}
ul.search-li li a:hover .arrow svg path{
  stroke: #fff;
}




/*　pamphlet PC
------------------------------------------------------------------------------------------------*/

.pamphlet .sec h2.attention,
.pamphlet-request .sec h2.attention{
  font-size: 2.1rem;
  font-weight: 700;
  color: #DB3B00;
  margin: 4rem 0 0.5em;
}
.pamphlet .sec p.attention,
.pamphlet-request .sec p.attention{
  font-size: 1.6rem;
}
.pamphlet ul.attention {
  font-size: 1.6rem;
  margin-left: 1em;
}

ul.pamphlet-li{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  margin-top: 6rem;
}
ul.pamphlet-li > li{
  display: flex;
  flex-direction: column;
  background: #F5F5F5;
  border-radius: 0.5rem;
  padding: 4rem;
  font-size: 1.6rem;
  line-height: 1.6;
}
ul.pamphlet-li li .wrap-1{
  display: grid;
  grid-template-columns: 42% 53%;
  justify-content: space-between;
  margin-bottom: 4rem;
}
ul.pamphlet-li li h2{
  font-size: 2.5rem;
  line-height: 1.5;
}
ul.pamphlet-li li h2 + p{
  margin-top: 0.5em;
}
ul.pamphlet-li li a.btn-3{
  margin-top: 2rem;
}
ul.pamphlet-li li a.btn-3 + a.btn-3{
  margin-top: 1.2rem;
}
ul.pamphlet-li li a.btn-3.gr{
  background: #248617;
}
ul.pamphlet-li li .wrap-2{
  margin-top: auto;
  padding-top: 1em;
  border-top: 1px solid #D1D1D1;
}
ul.pamphlet-li li h3{
  margin-bottom: 1em;
}
ul.pamphlet-li li ul.select-li{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 5%;
  row-gap: 1.6rem;
}
ul.pamphlet-li li ul.select-li li{
  display: grid;
  grid-template-columns: 10rem 1fr;
  align-items: center;
  font-weight: 700;
}
ul.select-li li .select-wrap select{
  font-weight: 700;
}

.pamphlet .sec a.btn-1{
  margin: 12rem auto 0;
}


.pamphlet-request .sec .form{
  background: #F5F5F5;
  padding: 9rem 5rem 8rem;
  border-radius: 0.5rem;
  margin-top: 6rem;
}
.pamphlet-request .sec .form .inner{
  max-width: 98rem;
  margin: 0 auto;
}
ul.form-pamphlet-li{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 7%;
  row-gap: 5rem;
  margin: 2rem 0 5rem;
}
ul.form-pamphlet-li > li{
  display: grid;
  grid-template-columns: 42% 55%;
  justify-content: space-between;
}
ul.form-pamphlet-li li .ttl{
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #D1D1D1;
  margin-bottom: 1rem;
}
ul.form-pamphlet-li li .select-li li{
  display: block;
}
ul.form-pamphlet-li li .select-li li + li{
  margin-top: 1rem;
}
ul.form-pamphlet-li li .select-li li p{
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.2em;
}


.pamphlet-request .sec .form {
  position: relative;
}
.pamphlet-request .sec .form span[data-name="pamphlet"] {
  display: block;
}
.pamphletInput {
  resize: none;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  outline: none;
  /* pointer-events: none; */
}
.pamphlet-form {
  overflow: hidden;
}
.pamphlet-form .back-btn, .pamphlet-form .submit-btn {
  display: none;
}
.pamphlet-form-confirm .form-pamphlet-li {
  display: none;
}
.pamphlet-form-confirm .pamphletInput {
  position: relative;
  z-index: 18;
}
.pamphlet-form-confirm .form input[type=text],
.pamphlet-form-confirm .form textarea,
.pamphlet-form-confirm .select-wrap select,
.pamphlet-form-confirm .form input[type=email] {
  border: none;
  background: transparent;
  height: auto;
  padding: 0;
  pointer-events : none;
}
.pamphlet-form-confirm .form .select-wrap::before{
  content: none;
}
.pamphlet-form-confirm .agree {
  display: none;
}
.pamphlet-form-confirm .confirm-btn {
  display: none;
}
.pamphlet-form-confirm .back-btn,
.pamphlet-form-confirm .submit-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}




/*　contact PC
------------------------------------------------------------------------------------------------*/

.sec.contact p + p{
  margin-top: 2em;
}
.sec.contact .link-wrap{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4rem;
  margin-top: 3rem;
}


.sec.contact .form{
  background: #F5F5F5;
  padding: 7rem 5rem 8rem;
  border-radius: 0.5rem;
  margin-top: 8rem;
}
.sec.contact .form .inner{
  max-width: 98rem;
  margin: 0 auto;
}




/*　privacy-policy PC
------------------------------------------------------------------------------------------------*/

.privacy-policy .sec,
.photo-terms .sec{
  font-size: 1.6rem;
}
.privacy-policy .sec a.a-1{ color: #1B5FDE; }
.privacy-policy .sec a.a-1:hover{ opacity: 0.5; }
.privacy-policy .sec h1{
  font-size: 2.9rem;
  color: #1B5FDE;
  margin: 12rem 0 6rem;
}
.privacy-policy .sec h1:first-child,
.privacy-policy .sec h2:first-child,
.photo-terms .sec h2:first-child{
  margin-top: 0;
}
.privacy-policy .sec h2,
.photo-terms .sec h2{
  font-size: 2.6rem;
  font-weight: 500;
  padding-bottom: 0.5em;
  margin: 6rem 0 2rem;
  border-bottom: 1px solid #1B5FDE;
}
.privacy-policy .sec .btn-1{
  margin-top: 4rem;
}
.privacy-policy .sec ul.bnr-wrap{
  display: flex;
  gap: 6rem;
  margin-top: 6rem;
}
.privacy-policy .sec ul.bnr-wrap li{
  display: block;
}
.privacy-policy .sec ul.bnr-wrap li.bnr-1{
  width: 30rem;
}
.privacy-policy .sec ul.bnr-wrap li.bnr-2{
  width: 32rem;
}
.privacy-policy .sec ul.bnr-wrap li p{
  margin-top: 0.5em;
}




/*　site-map PC
------------------------------------------------------------------------------------------------*/

.sitemap-li-wrap{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7.5%;
}
ul.sitemap-li li{
  display: block;
  letter-spacing: 0.08em;
}
ul.sitemap-li li + li{
  margin-top: 3rem;
}
ul.sitemap-li li a.a-1{
  display: block;
  font-size: 2.3rem;
  font-weight: 700;
  padding: 1rem 5rem 1rem 0;
  border-bottom: 1px solid #BFBFBF;
  position: relative;
}
ul.sitemap-li li a.a-1 .arrow{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  border: 1px solid #424242;
  position: absolute;
  right: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  transition: background 0.4s, border 0.4s;
}
ul.sitemap-li li a.a-1 .arrow svg{
  width: 40%;
}
ul.sitemap-li li a.a-1:hover{
  color: #1B5FDE;
}
ul.sitemap-li li a.a-1:hover .arrow{
  border: 1px solid #1B5FDE;
  background: #1B5FDE;
}
ul.sitemap-li li a.a-1:hover .arrow svg path{
  stroke: #fff;
}
ul.sitemap-li li a.a-1 + a.arrow-link{
  margin-top: 1.3rem;
}




/*　links PC
------------------------------------------------------------------------------------------------*/

.links .sec .wrap{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7.5%;
  letter-spacing: 0.08em;
}
.links .sec h2{
  font-size: 2.9rem;
  color: #1B5FDE;
  padding-bottom: 0.4em;
  margin: 8rem 0 2rem;
  border-bottom: 1px solid #BFBFBF;
}
.links .sec h2:first-child{
  margin-top: 0;
}
.links .sec h3{
  font-size: 2.2rem;
  color: #1B5FDE;
  margin: 4rem 0 2rem;
}
.links .sec a.arrow-link{
  line-height: 1.6;
}
.links .sec a.arrow-link + a.arrow-link{
  margin-top: 1.3rem;
}
.links .sec .col2{
  display: flex;
  flex-wrap: wrap;
  column-gap: 4rem;
  row-gap: 1.3rem;
}




/*　photo-library PC
------------------------------------------------------------------------------------------------*/

.post-type-archive-photo-library .btn-1{
  margin-top: 4rem;
}

.post-type-archive-photo-library h2.sort-h2{
  margin-top: 12rem;
}


.icon-explanation{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.icon-explanation img{
  width: 3rem;
  margin-right: 0.8rem;
}


p.noresults{
  text-align: center;
}


ul.photo-li{
  column-gap: 1.8%;
}
ul.photo-li a.download{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4rem;
  border-radius: 2rem;
  background: #1C5FDE;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
  margin-top: 1.6rem;
}
ul.photo-li a.download::before{
  content: "";
  display: block;
  width: 2.2rem;
  height: 100%;
  background: url(../img/ico-download.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 1.5rem;
  top: 0;
}
ul.photo-li a.download:hover{
  opacity: 0.5;
}




/*　access PC
------------------------------------------------------------------------------------------------*/

.access .sec .list-tab{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.6rem;
  margin-top: 13rem;
}
.access .sec .list-tab > button{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 31.7rem;
  min-height: 5.6rem;
  border-radius: 3.3rem;
  background: #6A6A6A;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 0.5em 0;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}
.access .sec .list-tab > button:hover,
.access .sec .list-tab > button.active{
  background: #1B5FDE;
}

.access .sec .tab-content{
  background: #F5F5F5;
  border-radius: 0.5rem;
  margin-top: 5.5rem;
  padding: 9rem 5.55% 12rem;
}

.access .sec .map-ttl{
  font-size: 3.4rem;
  font-weight: 700;
  color: #1B5FDE;
  text-align: center;
  margin: 12rem 0 0.5em;
}
.access .sec .map-ttl:first-child{
  margin-top: 0;
}
.access .sec .map{
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding-bottom: 2.5rem;
  background: #8DB4FF;
  margin-bottom: 5.5rem;
}
.access .sec .map img{
  width: auto;
  max-height: 100%;
}
.access .sec .map.sky{
  height: 36rem;
  border-radius: 18rem;
}
.access .sec .map.land{
  height: 65rem;
  border-radius: 32.5rem;
}
.access .sec .map.suburbs{
  background: #fff;
  padding-bottom: 0;
  height: 53rem;
  border-radius: 26.5rem;
}

.access .sec .accbox{
  background: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid #6A6A6A;
}
.access .sec .accbox + .accbox{
  margin-top: 3rem;
}
.access .sec .accttl{
  padding: 0.2em 5rem 0.2em 2.4rem;
  background: #6A6A6A;
  color: #fff;
  font-size: 2rem;
}
.access .sec .accshow{
  padding: 2.4rem 2.4rem 3rem;
  font-size: 1.6rem;
}
.access .sec .accshow hr{
  margin: 3rem auto;
}
.access .sec .tab-content h4{
  color: #1B5FDE;
  margin-bottom: 0.4em;
}
.access .sec ul.link-wrap{
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
}
.access .sec ul.link-wrap li{
  display: block;
}
.access .sec ul.link-wrap li .arrow-link.bl{
  color: #424242;
}
.access .sec ul.link-wrap li .arrow-link.bl::after{
  margin-left: 0.6em;
}

.access .sec .other{
  background: #fff;
  border-radius: 0.5rem;
  border: 1px solid #6A6A6A;
  padding: 2.4rem;
  margin-top: 4rem;
}




/*　eat PC
------------------------------------------------------------------------------------------------*/

.sec.top-gr{
  position: relative;
  padding-bottom: 9rem;
  margin-bottom: 9rem;
}
.sec.top-gr::before{
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 19rem + 3.5vw);
  background: #F5F5F5;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.m-b6{
  margin-bottom: 6rem;
}


.search-map{
  background: #1B5FDE;
  border-radius: 0.5rem;
  margin-top: 16rem;
}
.search-map .accttl,
.search-map .accttl_open{
  padding: 5rem 5%;
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
}
.search-map .accttl_alwaysopen{
  padding: 5rem 5%;
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  position: relative;
}

.search-map .accttl::before,
.search-map .accttl_open::before,
.search-map .accttl_alwaysopen::before{
  content: "";
  display: inline-block;
  width: 1.4em;
  height: 1.08em;
  background: url(../../images/common/ico-map.svg) center center no-repeat;
  background-size: contain;
  margin-right: 0.5em;
  vertical-align: sub;
}
.search-map .accttl::after{
  content: "開く";
  display: inline-block;
  line-height: 1.9em;
  border-radius: 0.95em;
  padding: 0 0.8em;
  background: #fff;
  color: #1B5FDE;
  font-size: 2rem;
  font-weight: 700;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}
.search-map .accttl.active::after{
  content: "閉じる";
}
.search-map .accttl_open::after{
  content: "閉じる";
  display: inline-block;
  line-height: 1.9em;
  border-radius: 0.95em;
  padding: 0 0.8em;
  background: #fff;
  color: #1B5FDE;
  font-size: 2rem;
  font-weight: 700;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}
.search-map .accttl_open.active::after{
  content: "開く";
}
html:not([lang=ja]) .search-map .accttl::after{ content: "OPEN"; }
html:not([lang=ja]) .search-map .accttl.active::after{ content: "CLOSE"; }
html:not([lang=ja]) .search-map .acctaccttl_opentl::after{ content: "CLOSE"; }
html:not([lang=ja]) .search-map .acctaccttl_opentl.active::after{ content: "OPEN"; }

.search-map .accshow,
.search-map .accshow_open{
  padding: 0 5% 6.5rem;
}
.search-map .wrap{
  display: flex;
  justify-content: space-between;
  height: 63rem;
}
.search-map .wrap .map-min{
  width: 58.5%;
  border-radius: 0.5rem;
}
.search-map .wrap .map,
.search-map .wrap iframe{
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
}
.search-map .wrap .search-map-li{
  width: 39.3%;
  background: #fff;
  overflow-y: scroll;
  border-radius: 0.5rem;
}
.search-map .wrap .search-map-li ul{
  counter-reset: number 0;
  padding: 2.4rem 1.6rem;
}
.search-map .wrap .search-map-li ul li{
  display: block;
}
.search-map .wrap .search-map-li ul li + li{
  margin-top: 0.8rem;
}
.search-map .wrap .search-map-li ul li a{
  display: block;
  background: #F2F2F2;
  border-radius: 0.5rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 0.6em 6.4rem 0.6em 4rem;
  position: relative;
}
.search-map .wrap .search-map-li ul li a:hover{
  opacity: 0.5;
}
.search-map .wrap .search-map-li ul li a span{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 100%;
  background: #1B5FDE;
  color: #fff;
  position: absolute;
  left: 0.8rem;
  top: 0.75em;
}
.search-map .wrap .search-map-li ul li a::after{
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 100%;
  box-sizing: border-box;
  border: 2px solid #1B5FDE;
  background: url(../../images/common/arrow-right_b2.svg) center center no-repeat;
  background-size: 60%;
  position: absolute;
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
}
.search-map .nav-links {
  margin-top: 5.5rem;
}
.search-map + small{
  display: block;
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: 700;
  text-align: center;
  color: #6A6A6A;
  margin-top: 2rem;
}


/* モーダルウィンドウ */
.js-modal-open{
  cursor: pointer;
}
.modal{
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.modal_bg{
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;

  overflow-y: scroll;
  overscroll-behavior: contain;
  -ms-overflow-style: none; /* バー非表示 IE・Edge用 */
  scrollbar-width: none; /* バー非表示 Firefox用 */
}
.modal_content{
  display: flex;
  background: #fff;
  width: 127rem;
  max-width: 91.68%;
  max-height: 90%;
  border-radius: 0.5rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
}
.modal_content .inner{
  width: 100%;
  display: grid;
  grid-template-columns: 45rem 1fr;
  gap: 4.33%;
  padding: 8rem 5%;

  overflow-y: scroll;
  overscroll-behavior: contain;
  -ms-overflow-style: none; /* バー非表示 IE・Edge用 */
  scrollbar-width: none; /* バー非表示 Firefox用 */
  position: relative;
}
.modal_bg::before,
.modal_content .inner::before{
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 1px);
  position: absolute;
  left: 0;
  top: 0;
}
.modal_bg::-webkit-scrollbar,
.modal_content .inner::-webkit-scrollbar{
  display: none; /* バー非表示 Chrome・Safari用 */
}
.modal_content a.js-modal-close{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.4rem;
  position: absolute;
  right: 3rem;
  top: 3rem;
  cursor: pointer;
  z-index: 1;
}

.modal_content img.img{
  border-radius: 0.5rem;
}
.modal_content .txt{
  font-size: 1.6rem;
}
.modal_content .txt .ttl{
  font-size: 2.9rem;
  font-weight: 700;
  margin-bottom: 0.6em;
}
.modal_content .txt p{
  line-height: 1.7;
}
.modal_content .txt a.arrow-link{
  margin-top: 2rem;
}


.search-map-modal .ttl{
  padding-left: 4.4rem;
  line-height: 1.6;
  position: relative;
}
.search-map-modal .ttl span{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 100%;
  background: #1B5FDE;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0.35em;
}




/*　onsen PC
------------------------------------------------------------------------------------------------*/

.onsen-top .content{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
}
.onsen-top img.img{
  width: 46rem;
  border-radius: 0.5rem;
}
.onsen-top .txt{
  width: calc(100% - 50rem);
}
.onsen-top .btn-1{
  margin-top: 5rem;
}


.archive-other-pdf{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4rem;
  margin-top: 12rem;
}
.archive-other-pdf a.btn-3{
  max-width: 53.4rem;
}


.oita-onsen .onsen-wrap{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.oita-onsen .onsen-wrap .img{
  width: 65rem;
  max-width: 42.5%;
}
.oita-onsen .onsen-wrap .txt{
  width: 84rem;
  max-width: 53.5%;
}
.oita-onsen .onsen-wrap + .onsen-wrap{
  padding-top: 8rem;
  margin-top: 8rem;
  border-top: 1px solid #D1D1D1;
}

.oita-onsen .onsen-wrap .img img.thumb{
  width: 100%;
  border-radius: 0.5rem;
}
.oita-onsen .onsen-wrap .img small{
  display: block;
  font-size: 1.6rem;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 0.5rem;
}

.oita-onsen .onsen-wrap .h2-top{
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #1B5FDE;
  margin-bottom: 0.1em;
}
.oita-onsen .onsen-wrap h2{
  font-size: 3.8rem;
  letter-spacing: 0.1em;
  color: #1B5FDE;
  margin-bottom: 3rem;
}
.oita-onsen .onsen-wrap .txt .box{
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  background: #F5F5F5;
  border-radius: 0.5rem;
  padding: 2rem 1.6rem;
}
.oita-onsen .onsen-wrap .txt .box h3{
  font-size: 1.8rem;
  color: #1B5FDE;
  padding-bottom: 0.5em;
  margin-bottom: 0.8em;
  border-bottom: 1px solid #D1D1D1;
}
.oita-onsen .onsen-wrap .txt .box h3:not(:first-child){
  margin-top: 3rem;
}
.oita-onsen .onsen-wrap .txt .box h3::before{
  content: "";
  display: inline-block;
  width: 1.33em;
  height: 1.12em;
  background: url(../../images/common/ico-onsen.svg) center center no-repeat;
  background-size: contain;
  margin-right: 0.44em;
  vertical-align: sub;
}
.oita-onsen .onsen-wrap .txt .box ul li{
  display: block;
  padding-left: 1.1em;
  position: relative;
}
.oita-onsen .onsen-wrap .txt .box ul li::before{
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 100%;
  background: #1B5FDE;
  position: absolute;
  left: 0.1em;
  top: 0.75em;
}
.oita-onsen .onsen-wrap .txt .box ul li + li{
  margin-top: 0.1em;
}
.oita-onsen .onsen-wrap .txt > p{
  font-size: 1.6rem;
  margin-top: 3rem;
}


.oita-onsen .pamphlet-box{
  margin-top: 12rem;
}
.oita-onsen .pamphlet-box h4::before{
  content: "";
  display: inline-block;
  width: 1.33em;
  height: 1.12em;
  background: url(../../images/common/ico-onsen_w.svg) center center no-repeat;
  background-size: contain;
  margin-right: 0.44em;
  vertical-align: sub;
}


.pamphlet-box{
  display: flex;
  justify-content: space-between;
  background: #1B5FDE;
  color: #fff;
  border-radius: 0.5rem;
  padding: 5rem 5%;
}
.pamphlet-box .txt{
  width: 72rem;
  max-width: 52%;
}
.pamphlet-box .img{
  width: 61.5rem;
  max-width: 44%;
  display: grid;
  grid-template-columns: 42% 51%;
  justify-content: space-between;
  align-items: center;
}
.pamphlet-box h4{
  font-size: 3.2rem;
  padding-bottom: 0.5em;
  margin-bottom: 5rem;
  border-bottom: 1px solid #fff;
}
.pamphlet-box p{
  line-height: 1.7;
}
.pamphlet-box a.btn-1{
  margin-top: 4rem;
}
.pamphlet-box .img h5{
  font-size: 2.2rem;
  line-height: 1.5;
  margin-bottom: 0.8em;
}




/*　seasons PC
------------------------------------------------------------------------------------------------*/

.seasons-spring .overflow,
.seasons-summer .overflow,
.seasons-autumn .overflow,
.seasons-winter .overflow{ overflow: unset; }

.seasons .list-tab{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.seasons .list-tab li{
  display: block;
}
.seasons .list-tab li a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 19.5rem;
  height: 5.6rem;
  border-radius: 3.3rem;
  background: #6A6A6A;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}
.seasons .list-tab li a:hover,
.seasons .list-tab li a.active{
  background: #1B5FDE;
}

.seasons .sticky-box{
  background: #F5F5F5;
  border-radius: 0.5rem;
  margin-top: 9.5rem;
}
.seasons .sticky-box .now{
  padding: 3rem 3rem 0;
  font-size: 1.4rem;
}
.seasons .sticky-box .inner{
  padding: 3rem 5% 12rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 1.6rem;
}
.sticky-box .side{
  width: 30rem;
  max-width: 26%;
  max-height: calc(100vh - 10rem);
  padding: 4rem 0 6rem;
  position: sticky;
  top: 10rem;
  overflow-y: scroll;
  overscroll-behavior: contain;
  -ms-overflow-style: none; /* バー非表示 IE・Edge用 */
  scrollbar-width: none; /* バー非表示 Firefox用 */
}
.sticky-box .side::-webkit-scrollbar{
  display: none; /* バー非表示 Chrome・Safari用 */
}
.sticky-box .main{
  width: 102rem;
  padding-top: 4rem;
  max-width: 70%;
}

.sticky-box .side a.a-1,
.sticky-box .side a.a-2{
  display: block;
  font-weight: 700;
  line-height: 1.5;
  padding: 0.7em 0;
  border-bottom: 1px solid #D1D1D1;
}
.sticky-box .side a.a-1{
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #1B5FDE;
}
.sticky-box .side a.a-1:not(:first-child){
  margin-top: 4rem;
}
.sticky-box .side a.mark{
  position: relative;
}
.sticky-box .side a.mark::before{
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background: #1B5FDE;
  position: absolute;
  right: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.4s;
}
.sticky-box .side a.mark.active::before{
  opacity: 1;
}
.sticky-box .side a.side-bnr{
  display: block;
  overflow: hidden;
  border-radius: 0.5rem;
  margin-top: 3rem;
}
.sticky-box .side a.side-bnr + a.side-bnr{
  margin-top: 1.6rem;
}

.seasons .sticky-box .main h2{
  font-size: 2.9rem;
  color: #1B5FDE;
  letter-spacing: 0.1em;
  margin-bottom: 4rem;
}
.seasons .sticky-box .main > div + div{
  margin-top: 14rem;
}
.seasons .sticky-box .main .seasons-spot{
  display: flex;
  justify-content: space-between;
  padding: 5.5rem 0;
  border-top: 1px solid #A8A8A8;
  border-bottom: 1px solid #A8A8A8;
}
.seasons .sticky-box .main .seasons-spot + .seasons-spot{
  border-top: 0;
}
.seasons .sticky-box .main .seasons-spot .img{
  width: 40rem;
  max-width: 39%;
}
.seasons .sticky-box .main .seasons-spot .txt{
  width: 58rem;
  max-width: 57%;
  line-height: 1.7;
}
.seasons .sticky-box .main .seasons-spot .img img.thumb{
  border-radius: 0.5rem;
  margin-top: 1em;
}
.seasons .sticky-box .main .seasons-spot .img img.thumb:first-of-type {
  margin-top: 0;
}
.seasons .sticky-box .main .seasons-spot .img small{
  display: block;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-top: 1em;
}
.seasons .sticky-box .main .seasons-spot .img .seasons-img2col {
  display: flex;
  justify-content: space-between;
  margin-top: 1em;
}
.seasons .sticky-box .main .seasons-spot .img .seasons-img2col img {
  width: 48%;
  border-radius: 0.5rem;
}
.seasons .sticky-box .main .seasons-spot h3{
  font-size: 2.2rem;
  color: #1B5FDE;
  letter-spacing: 0.1em;
  margin-bottom: 0.8em;
}
.seasons .sticky-box .main .seasons-spot .h3-btm{
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 0.6em;
}
.seasons .sticky-box .main .seasons-spot .txt p,
.seasons .sticky-box .main .seasons-spot .txt small{
  letter-spacing: 0.08em;
}
.seasons .sticky-box .main .seasons-spot .txt small.red{
  display: block;
  font-size: 1.4rem;
  color: #DB3B00;
  margin-top: 1em;
}
.seasons .sticky-box .main .seasons-spot .txt .box{
  background: #fff;
  padding: 1.6rem;
  border-radius: 0.5rem;
  margin-top: 2.4rem;
}
.seasons .sticky-box .main .seasons-spot .txt .box h4{
  font-weight: 500;
  margin-bottom: 0.2em;
}
.seasons .sticky-box .main .seasons-spot .txt .box a.arrow-link{
  text-decoration: underline;
  font-weight: 500;
}
.seasons .sticky-box .main .seasons-spot .txt .box a.arrow-link::after{
  margin-left: 0.6em;
}
.seasons .sticky-box .main .seasons-spot .txt > a.arrow-link{
  margin: 3rem 0 0 auto;
}
.seasons .sticky-box .main .seasons-spot .txt .date-list dl {
  display: grid;
  grid-template-columns: 13rem 1fr;
  margin-top: 2.5rem;
  border-top: 1px solid #D9D9D9;
}
.seasons-spot .txt .date-list dt,
.seasons-spot .txt .date-list dd {
  padding-bottom: 1.3rem;
  margin-top: 1.3rem;
  border-bottom: 1px solid #D9D9D9;
}
.seasons-spot .txt .date-list dt {
  font-weight: 700;
}



/*　present PC
------------------------------------------------------------------------------------------------*/

.present .overflow{ overflow: unset; }

.present .sticky-box{
  background: #F5F5F5;
  border-radius: 0.5rem;
  padding: 7rem 5% 12rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.present .sticky-box .side a.a-2{
  font-size: 2rem;
}

.present .sticky-box .main h2{
  font-size: 2.9rem;
  letter-spacing: 0.1em;
  color: #1B5FDE;
}
.present .sticky-box .main > div + div{
  margin-top: 14rem;
}
.present .sticky-box .main .h3-btm{
  margin-top: 0.5em;
}
.present .sticky-box .main hr{
  margin: 3rem 0 5.5rem;
}
.present .sticky-box .main ul.present-li{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 4.7%;
  row-gap: 6rem;
}
.present .sticky-box .main ul.present-li li,
.present .sticky-box .main ul.present-li li a{
  display: block;
}
.present .sticky-box .main ul.present-li li .zoom{
  margin-bottom: 1.6rem;
}
.present .sticky-box .main ul.present-li li h3{
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-bottom: 0.3em;
}
.present .sticky-box .main ul.present-li li p{
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #6A6A6A;
}


.present-modal .box{
  background: #F7F7F7;
  padding: 1.6rem;
  border-radius: 0.5rem;
  margin-top: 3rem;
}
.present-modal .box h4{
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
.present-modal .box dl{
  display: grid;
  grid-template-columns: 4.4rem auto;
  gap: 0.8rem;
  align-items: flex-start;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.4rem;
  word-break: break-all;
}
.present-modal .box dl dt{
  background: #424242;
  color: #fff;
  text-align: center;
  border-radius: 1.2rem;
}
.present-modal .box dl dd a{
  color: #1B5FDE;
  text-decoration: underline;
}
.present-modal .box dl dd a:hover{
  opacity: 0.5;
}




/*　takamon PC
------------------------------------------------------------------------------------------------*/

.takamon .sec .box{
  background: #F5F5F5;
  border-radius: 0.5rem;
  padding: 7rem 7%;
}
.takamon .sec .box ul.goods-li{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 3.5%;
  row-gap: 7rem;
}
.takamon .sec .box ul.goods-li li{
  display: block;
}
.takamon .sec .box ul.goods-li li img.img{
  border-radius: 0.5rem;
}
.takamon .sec .box ul.goods-li li h2{
  line-height: 1.5;
  margin: 1.6rem 0 0.3em;
}
.takamon .sec .box ul.goods-li li p{
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #6A6A6A;
}

.takamon .sec .box .location{
  background: #fff;
  padding: 3rem;
  border-radius: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.7;
  margin-top: 9rem;
}
.takamon .sec .box .location h3{
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}
.takamon .sec .box .location > dl{
  display: grid;
  grid-template-columns: 20rem 1fr;
  margin-top: 2rem;
  font-weight: 700;
  border-bottom: 1px solid #BFBFBF;
}
.takamon .sec .box .location > dl > dt,
.takamon .sec .box .location > dl > dd{
  border-top: 1px solid #BFBFBF;
  display: flex;
  align-items: center;
}
.takamon .sec .box .location > dl > dt{
  font-size: 1.6rem;
  padding: 2rem 0;
  background: #F5F5F5;
  justify-content: center;
  text-align: center;
}
.takamon .sec .box .location > dl > dd{
  padding: 2rem 4rem;
}
.takamon .sec .box .location > dl > dd dl{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.takamon .sec .box .location > dl > dd dl dt{
  padding: 0 0.6em;
  border-radius: 1.2rem;
  background: #424242;
  color: #fff;
  text-align: center;
  margin-right: 0.8rem;
}
.takamon .sec .box .location > dl > dd dl dd + dt{
  margin-left: 1.6rem;
}




/*　association,single-life PC
------------------------------------------------------------------------------------------------*/

.oita-association .sec img,
.single-life-in-oita .sec img{
  margin: 0 auto;
}




/*　ambassador PC
------------------------------------------------------------------------------------------------*/

.ambassador-wrap{
  background: #F5F5F5;
  border-radius: 0.5rem;
  padding: 7rem 5.55% 10rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.ambassador-wrap + .ambassador-wrap{
  margin-top: 8rem;
}
.ambassador-wrap img.img{
  width: 42.6rem;
  max-width: 34%;
  border-radius: 21.3rem;
}
.ambassador-wrap .txt{
  width: 75rem;
  max-width: 61%;
}
.ambassador-wrap h2,
.ambassador-wrap .kana,
.ambassador-wrap dl dt{
  color: #1B5FDE;
  letter-spacing: 0.08em;
  font-weight: 700;
}
.ambassador-wrap h2{
  font-size: 4rem;
}
.ambassador-wrap .kana{
  font-size: 2rem;
  margin-bottom: 5rem;
}
.ambassador-wrap dl dt{
  font-size: 2rem;
}
.ambassador-wrap dl dd + dt{
  padding-top: 1.8rem;
  margin-top: 1.8rem;
  border-top: 1px solid #D1D1D1;
}
.ambassador-wrap dl dd{
  font-size: 1.6rem;
}




/*　single-model PC
------------------------------------------------------------------------------------------------*/

.single-model .h1-wrap{
  display: flex;
  justify-content: space-between;
}
.single-model .h1-wrap .img{
  width: 50rem;
  max-width: 40%;
}
.single-model .h1-wrap .img img.thumb{
  width: 100%;
  border-radius: 0.5rem;
}
.single-model .h1-wrap .txt{
  width: 70rem;
  max-width: 56%;
}
.single-model .h1-wrap h1{
  font-size: 4.7rem;
  line-height: 1.4;
}
.single-model .h1-wrap .cat-wrap{
  margin-top: 1.5rem;
}
.single-model .h1-wrap .box{
  background: #F7F7F7;
  padding: 2rem;
  border-radius: 0.5rem;
  margin-top: 4rem;
}
.single-model .h1-wrap .box h2{
  font-size: 2.1rem;
  color: #1B5FDE;
  margin-bottom: 0.2em;
}
.single-model .h1-wrap .box h2::before{
  content: "";
  display: inline-block;
  width: 0.66em;
  height: 1em;
  background: url(../../images/common/ico-pin.svg) center center no-repeat;
  background-size: contain;
  margin-right: 0.4em;
  vertical-align: sub;
}
.single-model .h1-wrap .box ul{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.single-model .h1-wrap .box ul li{
  display: block;
  font-weight: 700;
}
.single-model .h1-wrap .box ul li:not(:last-child)::after{
  content: "";
  display: inline-block;
  width: 1px;
  height: 1.2em;
  margin: 0 0.9em;
  background: #707070;
  transform: rotate(40deg);
  vertical-align: sub;
}

.single-model .model-wrap{
  margin-top: 9.5rem;
  counter-reset: number 0;
}
.single-model .model-wrap .start{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 8rem;
  border-radius: 4rem;
  background: #1B5FDE;
  color: #fff;
  font-size: 2.9rem;
  font-weight: 600;
  text-align: center;
}
.single-model .model-wrap .place{
  background: #F7F7F7;
  border: 0.5rem solid #1B5FDE;
  padding: 4.5rem 5rem;
  border-radius: 0.5rem;
  margin-top: 9rem;
  position: relative;
}
.single-model .model-wrap .place::before{
  content: "";
  display: block;
  width: 0.5rem;
  height: 9.5rem;
  background: #1B5FDE;
  position: absolute;
  top: -9.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.single-model .model-wrap .place::after{
  counter-increment: number 1;
  content: counter(number) " ";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.2rem;
  height: 6.2rem;
  border-radius: 100%;
  background: #1B5FDE;
  color: #fff;
  font-size: 2.9rem;
  font-weight: 700;
  position: absolute;
  top: -3.3rem;
  left: 50%;
  transform: translateX(-50%);
}
.single-model .model-wrap .place.tofoot-on{
  margin-top: 15rem;
}
.single-model .model-wrap .place.tofoot-on::before{
  height: 15.5rem;
  top: -15.5rem;
}
.single-model .model-wrap .tofoot{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20rem;
  height: 4.4rem;
  border-radius: 2.2rem;
  background: #424242;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  position: absolute;
  top: -11.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.single-model .model-wrap .place h2{
  font-size: 3.2rem;
  text-align: center;
  color: #1C5FDE;
  padding-bottom: 2rem;
  margin-bottom: 4rem;
  border-bottom: 1px solid #D1D1D1;
}
.single-model .model-wrap .place .wrap{
  display: flex;
  justify-content: space-between;
}
.single-model .model-wrap .place .wrap img.img{
  width: 40rem;
  max-width: 35%;
  border-radius: 0.5rem;
}
.single-model .model-wrap .place .wrap .txt{
  width: 72rem;
  max-width: 61%;
}
.single-model .model-wrap .place .yorimiti {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid #D1D1D1;
}
.single-model .model-wrap .place .yorimiti .yorimiti-ttl {
  margin-bottom: 0.6em;
  font-size: 2.2rem;
  font-weight: 700;
  color: #1B5FDE;
}
.single-model .model-wrap .place .yorimiti ul li p {
  margin-top: 0.3em;
  font-size: 1.6rem;
}
.single-model .model-wrap .place h3{
  font-size: 2.2rem;
  margin-bottom: 0.6em;
}
.single-model .model-wrap .place h3 + p{
  font-size: 1.6rem;
  line-height: 1.7;
}
.single-model .model-wrap .place dl.detail{
  display: grid;
  grid-template-columns: 7.4rem auto;
  column-gap: 1.6rem;
  row-gap: 0.8rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.4rem;
  margin-top: 3rem;
}
.single-model .model-wrap .place dl.detail dt{
  background: #6A6A6A;
  color: #fff;
  border-radius: 2.2rem;
  text-align: center;
}
.single-model .model-wrap .place a.arrow-link{
  margin-top: 3rem;
}

.single-model .share-box{
  max-width: 64rem;
  margin: 6rem auto 0;
}


.single-model .volunteer{
  margin-top: 10rem;
}
.single-model .volunteer h3{
  font-size: 2.9rem;
  color: #1B5FDE;
  margin-bottom: 0.4em;
}
.single-model .volunteer h3::before{
  content: "";
  display: inline-block;
  width: 0.86em;
  height: 1.1em;
  background: url(../../images/common/ico-guide.svg) center center no-repeat;
  background-size: contain;
  margin-right: 0.4em;
  vertical-align: sub;
}
.single-model .volunteer p{
  line-height: 1.7;
}
.single-model .volunteer .box{
  background: #F5F5F5;
  padding: 2.4rem;
  border-radius: 0.5rem;
  margin-top: 3rem;
}
.single-model .volunteer .box dl{
  display: grid;
  grid-template-columns: 8.6rem auto;
  gap: 0.8rem;
  align-items: flex-start;
  font-size: 1.4rem;
  line-height: 2.4rem;
  word-break: break-all;
}
.single-model .volunteer .box dl dt{
  background: #424242;
  color: #fff;
  font-weight: 700;
  border-radius: 2.2rem;
  text-align: center;
}
.single-model .volunteer .box dl dd a{
  color: #1B5FDE;
}
.single-model .volunteer .box dl dd a:hover{
  opacity: 0.5;
}




/*　oita-fugu PC
------------------------------------------------------------------------------------------------*/

.oita-fugu .h2-wrap{
  padding-top: 8rem;
  position: relative;
}
.oita-fugu .h2-wrap img.img{
  width: 87rem;
  max-width: 55%;
  height: 52.6rem;
  border-radius: 0.5rem;
  object-fit: cover;
  object-position: right center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.oita-fugu .h2-wrap .box{
  width: 84.5rem;
  max-width: 53%;
  padding: 7rem 6rem;
  border-radius: 0.5rem;
  background: #F5F5F5;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
.oita-fugu .h2-wrap .box h2{
  font-size: 3.9rem;
  letter-spacing: 0.08em;
  color: #1B5FDE;
  margin-bottom: 5rem;
}
.oita-fugu .h2-wrap .box p{
  font-size: 1.6rem;
}


.oita-fugu .sec h3{
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  color: #1B5FDE;
  padding-bottom: 0.4em;
  margin: 12rem 0 5.5rem;
  border-bottom: 1px solid #D1D1D1;
}
.oita-fugu .sec ul.feature-li{
  display: flex;
  justify-content: space-between;
}
.oita-fugu .sec ul.feature-li li{
  width: 75.5rem;
  max-width: 48.5%;
  display: flex;
  justify-content: space-between;
}
.oita-fugu .sec ul.feature-li li .img{
  width: 39%;
  padding-top: 3rem;
  position: relative;
}
.oita-fugu .sec ul.feature-li li .img img{
  margin-left: auto;
}
.oita-fugu .sec ul.feature-li li.li-1 .img img{
  width: 85%;
}
.oita-fugu .sec ul.feature-li li.li-2 .img img{
  width: 90%;
}
.oita-fugu .sec ul.feature-li li .img .num{
  font-size: 5rem;
  font-weight: 600;
  line-height: 0.9;
  color: #1B5FDE;
  position: absolute;
  letter-spacing: 0;
  top: 0;
}
.oita-fugu .sec ul.feature-li li .txt{
  width: 57%;
  font-size: 1.6rem;
}
.oita-fugu .sec ul.feature-li li .txt h4{
  font-size: 2.6rem;
  margin-bottom: 0.5em;
}

.oita-fugu .sec ul.post-li{
  letter-spacing: 0.08em;
}
.oita-fugu .sec ul.post-li img.img{
  border-radius: 0.5rem;
}
.oita-fugu .sec ul.post-li .ttl{
  font-size: 1.8rem;
  color: #1B5FDE;
  padding-bottom: 0.7em;
  border-bottom: 1px solid #424242;
}
.oita-fugu .sec ul.post-li .ttl + p{
  font-size: 1.6rem;
  line-height: 1.7;
  margin-top: 1.2em;
}

.oita-fugu .pamphlet-box{
  margin-top: 14rem;
}
.oita-fugu .pamphlet-box h4::before {
  content: "";
  display: inline-block;
  width: 1.71em;
  height: 1.31em;
  background: url(../../images/common/ico-fugu.svg) center center no-repeat;
  background-size: auto;
  background-size: contain;
  margin-right: 0.44em;
  vertical-align: text-bottom;
}




/*　about-oita PC
------------------------------------------------------------------------------------------------*/

.swiper-about-fv{
  width: 100%;
  z-index: 0;
  user-select: none;
  position: relative;
}
.swiper-about-fv .swiper-slide,
.swiper-about-fv .swiper-slide img{
  width: 80rem;
  max-width: 50vw;
  aspect-ratio: 4 / 3;
  pointer-events: none;
}
.swiper-about-fv .swiper-pause{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 100%;
  background: #fff;
  cursor: pointer;
  position: absolute;
  right: 4.8rem;
  top: 4.8rem;
  z-index: 1;
}
.swiper-about-fv .swiper-pause:hover svg rect,
.swiper-about-fv .swiper-pause:hover svg path{
  fill: #1B5FDE;
}
.swiper-about-fv .swiper-pause svg.play{
  display: none;
  width: 1.9rem;
}
.swiper-about-fv .swiper-pause.paused svg.play{
  display: block;
}
.swiper-about-fv .swiper-pause.paused svg.pause{
  display: none;
  width: 1.1rem;
}

.about-oita .sec h2{
  display: flex;
  flex-direction: column;
  gap: 1.7rem;
  margin-top: -4.8rem;
  position: relative;
  z-index: 1;
}
.about-oita .sec h2 span{
  display: flex;
  flex-wrap: wrap;
  width: fit-content;
  background: #1B5FDE;
  color: #fff;
  padding: 0 0.3em;
  font-size: 6.4rem;
  line-height: 1.62;
  letter-spacing: 0.1em;
}
.about-oita .sec h2 + p{
  font-size: 1.9rem;
  margin-top: 6.5rem;
}

ul.about-oita-li li{
  display: flex;
  justify-content: space-between;
  padding: 12rem 0;
  position: relative;
}
ul.about-oita-li li:last-child{
  padding-bottom: 0;
}
ul.about-oita-li li:nth-child(2n){
  flex-direction: row-reverse;
}
ul.about-oita-li li:nth-child(2n)::before{
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #F5F5F5;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
ul.about-oita-li li .img{
  width: 76.5rem;
  max-width: 48%;
  position: relative;
}
ul.about-oita-li li .img img{
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
ul.about-oita-li li .txt{
  width: 71.5rem;
  max-width: 48%;
}
ul.about-oita-li li .txt h3{
  font-size: 4.8rem;
  line-height: 1.5;
  margin-bottom: 4rem;
}
@media (min-width: 769px) and (max-width: 1570px){
ul.about-oita-li li .txt h3{
  font-size: 3.06vw;
}
}
ul.about-oita-li li .txt h3 span{
  font-size: 127%;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #1B5FDE;
  margin-right: 0.4em;
  vertical-align: -0.06em;
}
ul.about-oita-li li .txt p{
  font-size: 1.6rem;
}
ul.about-oita-li li .txt .img-wrap{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.7rem;
  margin-top: 5rem;
}
ul.about-oita-li li .txt .img-wrap img{
  aspect-ratio: 25 / 14;
  object-fit: cover;
  border-radius: 0.5rem;
}




/*　about-tourism PC
------------------------------------------------------------------------------------------------*/

.about-tourism .sec{
  font-size: 1.6rem;
}
.about-tourism .sec h2{
  font-size: 2.9rem;
  color: #1B5FDE;
  margin-bottom: 3rem;
}
.about-tourism .sec h2:not(:first-child){
  margin-top: 12rem;
}
.about-tourism .sec h3{
  font-size: 2.2rem;
  font-weight: 500;
  padding-bottom: 0.2em;
  margin: 5rem 0 2rem;
  border-bottom: 1px solid #D1D1D1;
}
.about-tourism .sec h2 + h3{
  margin-top: 0;
}

.about-tourism .sec dl.dl-1{
  display: grid;
  grid-template-columns: 20rem 1fr;
}
.about-tourism .sec dl.dl-1{
  border-bottom: 1px solid #BFBFBF;
}
.about-tourism .sec dl.dl-1 > dt,
.about-tourism .sec dl.dl-1 > dd{
  border-top: 1px solid #BFBFBF;
}
.about-tourism .sec dl.dl-1 > dt{
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.4rem 0;
  background: #F5F5F5;
  font-size: 1.8rem;
  font-weight: 700;
}
.about-tourism .sec dl.dl-1 > dd{
  padding: 2.4rem 4rem;
}
.about-tourism .sec dl.dl-1 dd dl{
  width: fit-content;
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 1.2em;
  row-gap: 0.2em;
}

.about-tourism .sec a.arrow-link{
  margin-top: 2.4rem;
}

.about-tourism .sec ul.wrap-1{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6%;
}
.about-tourism .sec ul.wrap-1 li{
  display: block;
}
.about-tourism .sec ul.wrap-1 li h3{
  margin-top: 0;
}

.about-tourism .sec ul.wrap-2{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 3%;
  row-gap: 3rem;
  margin-top: 12rem;
}
.about-tourism .sec ul.wrap-2 li{
  display: block;
}
.about-tourism .sec ul.wrap-2 li small{
  display: block;
  font-size: 1.4rem;
  margin-top: 0.6em;
}




/*　memberlist PC
------------------------------------------------------------------------------------------------*/

.memberlist .sec{
  font-size: 1.6rem;
}
.memberlist .sec h2{
  font-size: 2.9rem;
  color: #1B5FDE;
  margin-bottom: 2rem;
}
.memberlist-area {
  margin-bottom: 4em;
}
.memberlist-area table {
  border: 1px solid #BFBFBF;
  width: 100%;
  border-collapse: collapse;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin: 0 0 3em;
}
.memberlist-area table tr th {
  background: #F5F5F5;
  border: 1px solid #BFBFBF;
  font-weight: bold;
  padding: 1em;
  white-space: nowrap;
}
.memberlist-area table tr td {
  background: #FFFFFF;
  border: 1px solid #BFBFBF;
  padding: 1em;
}
.memberlist-area table tr td:nth-child(4),
.memberlist-area table tr td:nth-child(6) {
  white-space: nowrap;
}
.memberlist-area table tr td a {
  color: #1B5FDE;
  text-decoration: underline;
}

.table-2col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.table-2col table {
  width: 48%;
}


/*　404 PC
------------------------------------------------------------------------------------------------*/

.error404 .sec{
  background: #1B5FDE;
  color: #fff;
  text-align: center;
  padding: 16rem 0;
}
.error404 footer{
  margin-top: 0;
}
.error404 .sec h1{
  font-size: 6.8rem;
  line-height: 1.2;
  font-weight: 700;
}
.error404 .sec h1 big{
  display: block;
  font-size: 16.9rem;
}
.error404 .sec p{
  font-weight: 700;
  margin-top: 5rem;
}
.error404 .sec a.btn-1{
  margin: 8rem auto 0;
}




/*　 PC
------------------------------------------------------------------------------------------------*/




/*　 PC
------------------------------------------------------------------------------------------------*/




/*　 PC
------------------------------------------------------------------------------------------------*/




/*　スマホ
------------------------------------------------------------------------------------------------*/
@media (max-width: 768px){


/*　home SP
------------------------------------------------------------------------------------------------*/
.fv .swiper-txt{
  top: 32rem;
}
.swiper-fv .swiper-slide{
  flex-direction: column-reverse;
  height: auto;
  padding: 0 0 28rem;
}
.swiper-fv .swiper-slide .txt{
  width: calc(100% - 4.8rem);
  right: 2.4rem;
  bottom: 0;
}
.swiper-fv .swiper-slide .txt .sub{
  font-size: 1.4rem;
}
.swiper-fv .swiper-slide .txt h2{
  font-size: 2.3rem;
}
.swiper-fv .swiper-slide .txt .cat-wrap:has(.cat){
  margin-top: 1.6rem;
}
.swiper-fv .swiper-slide .txt .bd{
  margin-top: 1rem;
}
.swiper-fv .swiper-slide .txt .bd svg{
  width: 3.2rem;
}
.swiper-fv .swiper-slide .img{
  width: calc(100% - 2.4rem);
  height: 30rem;
  position: relative;
  right: unset;
  top: unset;
  margin-left: auto;
}
.swiper-fv .control-wrap{
  height: 4.5rem;
  padding: 0 2.4rem;
  bottom: unset;
  top: calc(30rem - 4.5rem);
}
.swiper-fv .swiper-pagination-bullet {
  margin: 0 2rem 0 0 !important;
}
.swiper-fv .control-wrap .swiper-pause{
  width: 1.1rem;
  height: 1.1rem;
}


.home-about{
  padding: 1rem 0 7rem;
}
.home-about .content{
  display: block;
}
.home-about .h-1{
  font-size: 3rem;
  text-align: center;
  margin-bottom: 4rem;
}
.home-about img.about-img{
  width: calc(100% - 3.2rem);
  margin:  0 auto 4rem;
}
.home-about .txt-1{
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
}
.home-about p{
  font-size: 1.6rem;
}


.home-contents{
  padding: 4rem 0 6rem;
}
.home-contents::before{
  height: 11vw;
  background: url(../../images/home/contents-top_sp.svg) center bottom no-repeat;
  background-size: 100% auto;
  top: calc(1px - 11vw);
}
.home-contents::after{
  height: 12vw;
  background: url(../../images/home/contents-btm_sp.svg) center top no-repeat;
  background-size: 100% auto;
  bottom: calc(1px - 12vw);
}
.swiper-contents .swiper-slide{
  width: 17.2rem;
}
.swiper-contents .control-wrap{
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  width: 9.3rem;
  top: -12rem;
}
.swiper-contents .swiper-scrollbar{
  width: 100% !important;
  margin: 3.5rem 0 0;
}
.swiper-contents .swiper-button-prev{
  margin-right: 1.8rem;
}


.home-news{
  padding: calc(5rem + 12vw) 0 0;
}
.home-news .content{
  display: block;
}
.home-news .left,
.home-news .right{
  width: 100%;
  min-width: unset;
  max-width: unset;
}
.home-news .swiper-txt{
  margin-top: 4rem;
}
ul.news-li li{
  padding-bottom: 2rem;
  border-bottom: 1px solid #BFBFBF;
}
ul.news-li li + li{
  margin-top: 2rem;
}
ul.news-li li a{
  grid-template-columns: 11.5rem 1fr;
  gap: 1.6rem;
}
ul.news-li li a .txt{
  padding: 0;
  border-bottom: none;
  position: relative;
}
ul.news-li li a .txt .date{
  font-size: 1.2rem;
}


.home-event{
  padding: 5rem 0 6rem;
  margin: 6rem 0 5rem;
}
.home-event .content{
  display: block;
}
.home-event .left,
.home-event .right{
  width: 100%;
  min-width: unset;
  max-width: unset;
}
.home-event ul.post-li{
  grid-template-columns: repeat(2, 1fr);
  column-gap: 2rem;
  row-gap: 3rem;
}


.home-blog{
  padding: 5.5rem 0 4rem;
}
.home-blog .content,
.home-insta .content{
  display: block;
  padding: 0 1.6rem;
}
.home-blog .left,
.home-blog .right{
  width: 100%;
  max-width: unset;
}
.home-blog .right .new{
  width: 6rem;
  height: 6rem;
  font-size: 1.4rem;
  line-height: 1.3;
  left: 0;
  top: 0;
}
.home-blog .right a{
  padding: 1.3rem 1.3rem 2.6rem;
}
.home-blog .right h3{
  font-size: 1.6rem;
  margin-top: 0.9em;
}
.home-blog .more{
  font-size: 1.4rem;
  margin: 2.4rem auto 0;
}


.home-insta{
  padding: 0 0 5.5rem;
}
.home-insta hr{
  margin-bottom: 4rem;
}
.swiper-insta{
  overflow: unset;
}
.swiper-insta a.swiper-slide{
  width: 12rem;
}
.swiper-insta .control-wrap{
  top: -12.5rem;
}
.swiper-insta .swiper-button-prev{
  margin-right: 1.8rem;
}
.home-insta a.btn-1{
  margin: 4rem auto 0;
}
.home-insta .wrap{
  grid-template-columns: 1fr;
  gap: 0;
}
#sb_instagram{
  width: 100%;
  float: unset;
}

.css-wo95iw {
  width: 100%;
  padding: 0 2.4rem;
  margin-top: 5rem;
}

.home-seasons{
  padding: 5.5rem 0 calc(6rem + 6vw);
}
.home-seasons p{
  text-align: left;
}
.home-seasons ul.post-li{
  margin-top: 3rem;
}


.home-course{
  padding: 4rem 0 calc(6rem + 6vw);
}
.home-course::before{
  height: 6vw;
  background: url(../../images/home/course-top_sp.svg) center bottom no-repeat;
  background-size: 100% auto;
  top: calc(1px - 6vw);
}
.home-course::after{
  height: 6vw;
  background: url(../../images/home/course-btm_sp.svg) center bottom no-repeat;
  background-size: 100% auto;
  bottom: -1px;
}
ul.course-li{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
ul.course-li li{
  width: auto;
}
ul.course-li li .ttl{
  margin-top: 0.6em;
}
.home-course a.btn-1{
  margin: 4rem auto 0;
}


.home-info{
  padding: 4rem 0 0;
}
.home-info ul.post-li{
  margin-top: 4rem;
}
.home-info ul.post-li li .ttl{
  text-align: left;
  margin-top: 0.6em;
}
.home-info hr{
  margin: 4rem 0;
}
ul.bnr-li{
  grid-template-columns: 1fr;
  gap: 1.6rem;
}

ul.bnr-s-li{
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
  max-width: 100%;
  margin: 4rem auto 0;
}




/*　favorite SP
------------------------------------------------------------------------------------------------*/

.post-li li a.favorite::before{
  width: 3rem;
  height: 3rem;
}




/*　news SP
------------------------------------------------------------------------------------------------*/

.swiper-year-wrap{
  border-bottom: none;
  margin-bottom: 5rem;
}
.swiper-year{
  width: 100%;
  overflow: unset;
}
.swiper-year .swiper-slide{
  font-size: 1.8rem;
}


.nav-links{
  margin-top: 5.5rem;
}
.nav-links ul.page-numbers li + li{
  margin-left: 1rem;
}
.nav-links ul.page-numbers li a.prev,
.nav-links ul.page-numbers li a.next{
  width: 1.3rem;
  height: 1.3rem;
}
.nav-links ul.page-numbers li a.prev{
  margin-right: 1rem;
}
.nav-links ul.page-numbers li a.next{
  margin-left: 1rem;
}
.nav-links ul.page-numbers li .page-numbers{
  width: 3.6rem;
  height: 3.6rem;
  font-size: 1.4rem;
}


.search-map .nav-links ul.page-numbers li + li{
  margin-left: 0.8rem;
}
.search-map .nav-links ul.page-numbers li a.prev{
  margin-right: 0.2rem;
}
.search-map .nav-links ul.page-numbers li a.next{
  margin-left: 0.2rem;
}


.post img.thumb{
  margin: 0 auto 3rem;
}
.post-txt{
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.post-txt p{
  margin: 2em 0;
}
.post-txt a:hover{
  opacity: 0.5;
}
.post-txt a.pdf::before{
  font-size: 1.2rem;
}
.post-txt img,
.post-txt picture{
  margin: 3rem auto;
}
.share-box{
  margin-top: 5.5rem;
}

.post-nav{
  grid-template-columns: 1fr;
  padding-top: 5.5rem;
  margin-top: 5.5rem;
}
.post-nav a.box{
  margin-bottom: 2.4rem;
}
.post-nav a.box h2{
  height: 3.4rem;
  font-size: 1.4rem;
}
.post-nav a.box .inner{
  grid-template-columns: 11.5rem 1fr;
  padding: 2.2rem 1.6rem !important;
}
.post-nav a.box .inner .txt .date{
  font-size: 1.2rem;
}
.post-nav a.all-btn{
  order: 3;
  margin: 0.8rem auto 0;
  flex-direction: row;
  font-size: 1.6rem;
}
.post-nav a.all-btn img{
  width: 5.2rem;
  margin: 0 1.6rem 0 0;
}




/*　support SP
------------------------------------------------------------------------------------------------*/

button.favorite_button_in{
  height: 3.5rem;
  border-radius: 1.8rem;
  font-size: 1.3rem;
}
button.favorite_button_in img{
  width: 1.4rem;
}




/*　single（記事以外の投稿） SP
------------------------------------------------------------------------------------------------*/

.single-wrap .h1-wrap{
  padding: 0 0 3rem 0;
}
.single-wrap .h1-wrap h1{
  font-size: 2.2rem;
  letter-spacing: 0.03em;
}
.single-wrap .h1-wrap .cat-wrap{
  margin-top: 1rem;
}
.single-wrap .h1-wrap .barrier-free{
  width: 2.4rem;
  margin-top: 0.8rem;
}

.img-overview{
  display: block;
}
.img-overview .img,
.img-overview .overview{
  width: 100%;
  max-width: unset;
}
.img-overview .overview{
  margin-top: 4rem;
}

.image-swiper{
  border-radius: 0.5rem;
}

.image-thumb .swiper-slide{
  width: 10rem;
  border-radius: 0.5rem;
}
.image-thumb .swiper-slide + .swiper-slide{
  margin-left: 1.2rem;
}
.image-thumb .swiper-slide::before{
  border-radius: 0.5rem;
}
.img-overview .attention{
  font-size: 1.4rem;
  margin-top: 3rem;
}
.img-overview .favorite_button{
  margin: 4rem auto 0;
}
.img-overview .views{
  text-align: center;
  margin-top: 1em;
}

.img-overview .overview dl{
  grid-template-columns: 1fr;
  font-size: 1.4rem;
  padding: 2.4rem 1.6rem;
  border-radius: 0.5rem;
  background: #F5F5F5;
}
.img-overview .overview dl dt{
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.img-overview .overview dl dd{
  padding-bottom: 2.2rem;
  margin-bottom: 1.6rem;
}
.img-overview .overview dl dt{
  font-size: 1.6rem;
}
.img-overview .overview iframe{
  height: 23.5rem;
  margin-top: 2.2rem;
}
.img-overview .share-box{
  margin-top: 3rem;
}


.more-wrap{
  height: 42rem;
  padding-bottom: 5rem;
}
.more-wrap::before{
  height: 14rem;
  background: linear-gradient(to bottom, transparent 0, #fff 60%);
}


.single-wrap a.btn-1{
  margin: 6.5rem auto 0;
}
.single-wrap .h-1-wrap{
  margin-top: 8rem;
}


.single-wrap .model-course{
  padding: 3rem 1.6rem 4rem;
  margin-top: 6.5rem;
}
.single-wrap .model-course h2{
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.single-wrap .model-course ul.course-li,
.model-wrap .yorimiti ul.course-li{
  grid-template-columns: 1fr;
}
.single-wrap .model-course ul.course-li li{
  font-size: 1.6rem;
}
.single-wrap .model-course ul.course-li li .zoom{
  aspect-ratio: 4 / 3;
}
.single-wrap .model-course + .btn-1{
  margin-top: 4rem;
}




/*　staff-blog SP
------------------------------------------------------------------------------------------------*/

ul.blog-li{
  gap: 4rem;
}




/*　search SP
------------------------------------------------------------------------------------------------*/

.page.search .sec{
  min-height: calc(100vh - 6.4rem);
  padding: 4rem 0 6rem;
}

.page.search h2{
  font-size: 1.8rem;
  margin: 4rem 0 1.5rem;
}

.page.search .sec .search-box{
  grid-template-columns: 1fr 6.2rem;
  gap: 0.8rem;
}
.page.search .sec .search-box input[type=text]{
  padding: 0.8em 0.9em;
  font-size: 1.6rem;
}
.page.search .sec .search-box button{
  font-size: 1.4rem;
}
.page.search .sec .search-box button img{
  width: 1.8rem;
}

.page.search .cat-wrap{
  row-gap: 0.8rem;
}
.page.search .cat-wrap .cat{
  font-size: 1.3rem;
}


.search-results .total{
  font-size: 1.4rem;
  margin-bottom: 5rem;
}
.search-results .total .num{
  font-size: 1.6rem;
}


ul.search-li li + li{
  margin-top: 3rem;
}
ul.search-li li a{
  padding: 0 0 2rem 0;
}
ul.search-li li a .ttl{
  font-size: 1.6rem;
}
ul.search-li li a p{
  font-size: 1.4rem;
  line-height: 1.7;
}




/*　pamphlet SP
------------------------------------------------------------------------------------------------*/

.pamphlet .sec h2.attention,
.pamphlet-request .sec h2.attention{
  font-size: 2rem;
  margin: 3rem 0 0.5em;
}
.pamphlet .sec p.attention,
.pamphlet-request .sec p.attention{
  font-size: 1.4rem;
}
.pamphlet ul.attention {
  font-size: 1.4rem;
}


ul.pamphlet-li{
  grid-template-columns: 1fr;
  margin-top: 4rem;
}
ul.pamphlet-li > li{
  padding: 3rem 3.5rem;
  font-size: 1.5rem;
}
ul.pamphlet-li li .wrap-1{
  grid-template-columns: 1fr;
  gap: 1.6rem;
  margin-bottom: 3rem;
}
ul.pamphlet-li li h2{
  font-size: 1.8rem;
}
ul.pamphlet-li li h2 + p{
  font-size: 1.4rem;
}
ul.pamphlet-li li a.btn-3{
  font-size: 1.4rem;
}
ul.pamphlet-li li .wrap-2{
  padding-top: 1.5em;
}
ul.pamphlet-li li h3{
  margin-bottom: 1.5em;
}
ul.pamphlet-li li ul.select-li{
  grid-template-columns: 1fr;
}
ul.pamphlet-li li ul.select-li li{
  grid-template-columns: 1fr;
  gap: 0.4em;
}

.pamphlet .sec a.btn-1{
  margin: 5rem auto 0;
}


.pamphlet-request .sec .form{
  padding: 2.4rem 1.6rem 6rem;
  margin-top: 4rem;
}
ul.form-pamphlet-li{
  grid-template-columns: 1fr;
  row-gap: 5.5rem;
  margin: 4rem 0 5.5rem;
}
ul.form-pamphlet-li > li{
  grid-template-columns: 1fr;
}
ul.form-pamphlet-li li img.thumb{
  width: 11rem;
  margin: 0 auto 1.6rem;
}
ul.form-pamphlet-li li .ttl{
  font-size: 1.8rem;
  margin-bottom: 1.3rem;
}
ul.form-pamphlet-li li .select-li li p{
  font-size: 1.5rem;
  margin-top: 1.3rem;
}




/*　contact SP
------------------------------------------------------------------------------------------------*/

.sec.contact .link-wrap{
  row-gap: 0.5em;
}


.sec.contact .form{
  padding: 2.4rem 1.6rem 6rem;
  margin-top: 4rem;
}




/*　privacy-policy SP
------------------------------------------------------------------------------------------------*/

.privacy-policy .sec,
.photo-terms .sec{
  font-size: 1.4rem;
}
.privacy-policy .sec h1{
  font-size: 2.2rem;
  margin: 5.5rem 0 3rem;
}
.privacy-policy .sec h2,
.photo-terms .sec h2{
  font-size: 1.8rem;
  font-weight: 700;
  padding-bottom: 0.6em;
  margin: 3rem 0 1.3rem;
}
.privacy-policy .sec .btn-1{
  margin-top: 2.4rem;
}
.privacy-policy .sec ul.bnr-wrap{
  flex-wrap: wrap;
  gap: 4rem;
  margin-top: 4rem;
}




/*　site-map SP
------------------------------------------------------------------------------------------------*/

.sitemap-li-wrap{
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
ul.sitemap-li li + li{
  margin-top: 1.5rem;
}
ul.sitemap-li li a.a-1{
  font-size: 1.6rem;
  padding: 0.5rem 4rem 0.5rem 0;
}
ul.sitemap-li li a.a-1 .arrow{
  width: 2.4rem;
  height: 2.4rem;
  right: 0;
}
ul.sitemap-li li a.a-2{
  font-size: 1.4rem;
}
ul.sitemap-li li a.a-1 + a.arrow-link{
  margin-top: 1rem;
}




/*　links SP
------------------------------------------------------------------------------------------------*/

.links .sec .wrap{
  grid-template-columns: 1fr;
  gap: 5.5rem;
}
.links .sec h2{
  font-size: 1.6rem;
  margin: 5.5rem 0 2rem;
}
.links .sec h3{
  font-size: 1.6rem;
}




/*　photo-library SP
------------------------------------------------------------------------------------------------*/

.post-type-archive-photo-library .btn-1{
  margin-top: 3rem;
}

.post-type-archive-photo-library h2.sort-h2{
  margin-top: 5rem;
}


.icon-explanation{
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 3rem;
}


ul.photo-li{
  column-gap: 1.6rem;
  row-gap: 3rem;
}
ul.photo-li .ttl{
  margin-top: 1rem;
}
.post-li .cat-wrap {
  margin-top: 1rem;
}
ul.photo-li a.download{
  height: 3.2rem;
  border-radius: 1.6rem;
  margin-top: 1rem;
  padding-left: 1.4rem;
}
ul.photo-li a.download::before{
  width: 1.6rem;
  left: 1.1rem;
}




/*　access SP
------------------------------------------------------------------------------------------------*/

.access .sec .list-tab{
  gap: 1.2rem;
  margin-top: 5.5rem;
}
.access .sec .list-tab > button{
  width: 26rem;
  min-height: 4rem;
  border-radius: 2rem;
  font-size: 1.4rem;
}

.access .sec .tab-content{
  margin-top: 3rem;
  padding: 3rem 1.6rem 5.5rem;
}

.access .sec .map-ttl{
  font-size: 2.2rem;
  margin: 5.5rem 0 0.1em;
}
.access .sec .map{
  padding-bottom: 1.5rem;
  margin-bottom: 3rem;
}
.access .sec .map.sky{
  height: 16rem;
  border-radius: 8rem;
}
.access .sec .map.land{
  height: 35rem;
  border-radius: 6.8rem;
}
.access .sec .map.suburbs{
  padding: 3rem 0;
  height: 35rem;
  border-radius: 6.8rem;
}

.access .sec .accbox + .accbox{
  margin-top: 1.6rem;
}
.access .sec .accttl{
  padding: 0.3em 5rem 0.3em 1.3rem;
  font-size: 1.6rem;
}
.access .sec .accshow{
  padding: 2.4rem 1.6rem 3rem;
  font-size: 1.4rem;
}
.access .sec .accshow.sp-p24{
  padding: 2.4rem 2.4rem 3rem;
}
.access .sec .tab-content h4{
  font-size: 1.6rem;
  margin-bottom: 0.6em;
}
.access .sec ul.link-wrap{
  display: block;
}
.access .sec ul.link-wrap li + li{
  margin-top: 0.6em;
}
.access .sec ul.link-wrap li .arrow-link.bl{
  line-height: 1.6;
}

.access .sec .other{
  padding: 2.4rem 1.6rem;
  margin-top: 3rem;
}




/*　eat SP
------------------------------------------------------------------------------------------------*/

.sec.top-gr{
  padding-bottom: 5.5rem;
  margin-bottom: 5.5rem;
}
.m-b6{
  margin-bottom: 4rem;
}


.search-map{
  margin-top: 5.5rem;
}
.search-map .accttl,
.search-map .accttl_open{
  padding: 3rem 1.6rem;
  font-size: 1.8rem;
}
.search-map .accttl::after,
.search-map .accttl_open::after{
  font-size: 1.4rem;
  right: 1.6rem;
}
.search-map .accshow,
.search-map .accshow_open{
  padding: 0 1.6rem 3rem;
}
.search-map .wrap{
  display: block;
  height: auto;
}
.search-map .wrap .map,
.search-map .wrap .map-min,
.search-map .wrap iframe{
  width: 100%;
  height: 37rem;
}
.search-map .wrap .search-map-li{
  width: 100%;
  height: 35rem;
  margin-top: 2.4rem;
}
.search-map .wrap .search-map-li ul{
  counter-reset: number 0;
  padding: 1.6rem 0.8rem;
}
.search-map .wrap .search-map-li ul li a{
  font-size: 1.6rem;
  padding: 0.5em 4.5rem 0.5em 3.6rem;
}
.search-map .wrap .search-map-li ul li a span{
  font-size: 1.1rem;
  width: 2rem;
  height: 2rem;
  top: 1em;
}
.search-map .nav-links {
  margin-top: 3rem;
}
.search-map + small{
  font-size: 1.3rem;
  font-weight: 500;
  text-align: left;
}


/* モーダルウィンドウ */
.modal_content{
  max-width: calc(100% - 8rem);
}
.modal_content .inner{
  display: block;
  gap: 0;
  padding: 0;
}
.modal_content a.js-modal-close{
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 1.6rem;
  background: #fff;
  right: -1.2rem;
  top: -1.2rem;
}
.modal_content a.js-modal-close img{
  width: 1.6rem;
}

.modal_content img.img{
  border-radius: 0.3rem 0.3rem 0 0;
}
.modal_content .txt{
  padding: 2.4rem 1.6rem 3rem;
  font-size: 1.4rem;
}
.modal_content .txt .ttl{
  font-size: 1.6rem;
  margin-bottom: 0.7em;
}
.modal_content .txt a.arrow-link{
  text-decoration: underline;
}
.modal_content .txt a.arrow-link::after{
  content: none;
}


.search-map-modal .ttl{
  padding-left: 2.8rem;
}
.search-map-modal .ttl span{
  font-size: 1.1rem;
  width: 2rem;
  height: 2rem;
  top: 0.25em;
}




/*　onsen SP
------------------------------------------------------------------------------------------------*/

.onsen-top .content{
  display: block;
}
.onsen-top img.img,
.onsen-top .txt{
  width: 100%;
}
.onsen-top .txt{
  margin-top: 2rem;
}
.onsen-top .h-2 {
  font-size: 2rem;
}
.onsen-top .btn-1{
  margin-top: 3rem;
}


.archive-other-pdf{
  padding: 0 1.6rem;
  gap: 0.8rem;
  margin-top: 5.5rem;
}
.archive-other-pdf a.btn-3{
  min-height: 5.8rem;
  border-radius: 2.9rem;
  font-size: 1.3rem;
}


.oita-onsen .onsen-wrap{
  flex-wrap: wrap;
  gap: 4rem;
}
.oita-onsen .onsen-wrap .img,
.oita-onsen .onsen-wrap .txt{
  width: 100%;
  max-width: unset;
}
.oita-onsen .onsen-wrap + .onsen-wrap{
  padding-top: 6rem;
  margin-top: 6rem;
}

.oita-onsen .onsen-wrap .img img.thumb{
  width: 100%;
  border-radius: 0.5rem;
}
.oita-onsen .onsen-wrap .img small{
  font-size: 1.4rem;
}

.oita-onsen .onsen-wrap .h2-top{
  font-size: 1.4rem;
  letter-spacing: 0.03em;
}
.oita-onsen .onsen-wrap h2{
  font-size: 2.2rem;
  letter-spacing: 0.03em;
  margin-bottom: 1.6rem;
}
.oita-onsen .onsen-wrap .txt .box{
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
.oita-onsen .onsen-wrap .txt .box ul li + li{
  margin-top: 0.4em;
}
.oita-onsen .onsen-wrap .txt > p{
  font-size: 1.4rem;
}


.oita-onsen .pamphlet-box{
  margin-top: 8rem;
}


.pamphlet-box{
  flex-wrap: wrap;
  gap: 4rem;
  padding: 2rem 1.6rem 4rem;
}
.pamphlet-box .txt,
.pamphlet-box .img{
  width: 100%;
  max-width: unset;
}
.pamphlet-box .img{
  grid-template-columns: 1fr;
  gap: 1.6rem;
}
.pamphlet-box h4{
  font-size: 1.8rem;
  margin-bottom: 0.8em;
}
.pamphlet-box .img img{
  width: 20rem;
  margin: 0 auto;
}
.pamphlet-box .img h5{
  font-size: 1.8rem;
  text-align: center;
}
.pamphlet-box .img a.btn-3{
  width: 26rem;
  margin: 0 auto;
}




/*　seasons SP
------------------------------------------------------------------------------------------------*/

.seasons .list-tab{
  gap: 1.2rem;
}
.seasons .list-tab li a{
  width: 6.2rem;
  height: 3.6rem;
  border-radius: 1.8rem;
  font-size: 1.4rem;
}

.seasons .sticky-box{
  margin-top: 3rem;
  padding: 2rem 1.6rem 5rem;
}
.seasons .sticky-box .now{
  padding: 0;
  text-align: center;
}
.seasons .sticky-box .inner{
  padding: 0;
  flex-wrap: wrap;
  gap: 7rem;
  font-size: 1.4rem;
}
.sticky-box .side,
.sticky-box .main{
  width: 100%;
  padding: 0;
  max-width: unset;
}
.sticky-box .side{
  max-height: unset;
  position: unset;
}

.sticky-box .side a.a-2{
  font-size: 1.6rem;
  position: relative;
}
.sticky-box .side a.a-2::after{
  content: "";
  display: block;
  width: 1.3rem;
  height: 1.3rem;
  background: url(../../images/common/arrow-right_b2.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 0.6rem;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}
.sticky-box .side a.a-1:not(:first-child){
  margin-top: 3rem;
}
.sticky-box .side a.mark::before{
  content: none;
}
.sticky-box .side a.side-bnr + a.side-bnr{
  margin-top: 1.2rem;
}

.seasons .sticky-box .main h2{
  font-size: 2rem;
  margin-bottom: 1.6rem;
}
.seasons .sticky-box .main > div + div{
  margin-top: 8rem;
}
.seasons .sticky-box .main .seasons-spot{
  flex-wrap: wrap;
  gap: 3rem;
  padding: 3rem 0;
}
.seasons .sticky-box .main .seasons-spot .img,
.seasons .sticky-box .main .seasons-spot .txt{
  width: 100%;
  max-width: unset;
}
.seasons .sticky-box .main .seasons-spot .img small{
  text-align: center;
  margin-top: 0.5em;
}
.seasons .sticky-box .main .seasons-spot h3{
  font-size: 1.8rem;
  letter-spacing: 0.08em;
}
.seasons .sticky-box .main .seasons-spot .h3-btm{
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.seasons .sticky-box .main .seasons-spot .txt p,
.seasons .sticky-box .main .seasons-spot .txt small{
  letter-spacing: 0.05em;
}
.seasons .sticky-box .main .seasons-spot .txt > a.arrow-link{
  margin: 2.4rem 0 0;
}
.seasons .sticky-box .main .seasons-spot .txt .date-list dl {
  grid-template-columns: 8rem 1fr;
  margin-top: 2rem;
}



/*　present SP
------------------------------------------------------------------------------------------------*/

.present .sticky-box{
  padding: 2rem 1.6rem 5rem;
  flex-wrap: wrap;
  gap: 7rem;
}
.present .sticky-box .side a.a-2{
  font-size: 1.6rem;
}

.present .sticky-box .main h2{
  font-size: 2rem;
}
.present .sticky-box .main > div + div{
  margin-top: 6rem;
}
.present .sticky-box .main .h3-btm{
  font-size: 1.2rem;
  margin-top: 1em;
}
.present .sticky-box .main .h3-btm{
  margin-top: 0.5em;
}
.present .sticky-box .main hr{
  margin: 1.6rem 0 3rem;
}
.present .sticky-box .main ul.present-li{
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1.6rem;
  row-gap: 3rem;
}
.present .sticky-box .main ul.present-li li .zoom{
  margin-bottom: 1rem;
}
.present .sticky-box .main ul.present-li li p{
  font-size: 1.2rem;
}


.present-modal .box{
  margin-top: 2.4rem;
}
.present-modal .box h4{
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin-bottom: 0.7em;
}




/*　takamon SP
------------------------------------------------------------------------------------------------*/

.takamon .sec .box{
  padding: 2.4rem 1.6rem 4rem;
}
.takamon .sec .box ul.goods-li{
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1.6rem;
  row-gap: 3rem;
}
.takamon .sec .box ul.goods-li li img.img{
  border-radius: 0.5rem;
}
.takamon .sec .box ul.goods-li li h2{
  font-size: 1.4rem;
  margin: 0.8rem 0 0.3em;
}
.takamon .sec .box ul.goods-li li p{
  font-size: 1.2rem;
}

.takamon .sec .box .location{
  padding: 2rem 1.6rem 3rem;
  margin-top: 4rem;
}
.takamon .sec .box .location h3{
  font-size: 1.8rem;
  margin-bottom: 0.8em;
}
.takamon .sec .box .location > dl{
  grid-template-columns: 1fr;
  margin-top: 3rem;
}
.takamon .sec .box .location > dl > dt{
  padding: 0.8rem 1.6rem;
  justify-content: unset;
  text-align: left;
}
.takamon .sec .box .location > dl > dd{
  border-top: 0;
  padding: 1.6rem;
}
.takamon .sec .box .location > dl > dd dl{
  align-items: flex-start;
  gap: 0.8rem;
}
.takamon .sec .box .location > dl > dd dl dt{
  margin-right: 0;
}
.takamon .sec .box .location > dl > dd dl dd{
  width: calc(100% - 5.2rem);
}
.takamon .sec .box .location > dl > dd dl dd + dt{
  margin-left: 0;
}




/*　ambassador SP
------------------------------------------------------------------------------------------------*/

.ambassador-wrap{
  padding: 3rem 1.6rem;
  display: block;
}
.ambassador-wrap + .ambassador-wrap{
  margin-top: 4rem;
}
.ambassador-wrap img.img{
  width: 20rem;
  max-width: unset;
  border-radius: 10rem;
  margin: 0 auto 2rem;
}
.ambassador-wrap .txt{
  width: 100%;
  max-width: unset;
}
.ambassador-wrap h2{
  font-size: 2rem;
  text-align: center;
}
.ambassador-wrap .kana{
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 3rem;
}
.ambassador-wrap dl dt{
  font-size: 1.6rem;
  margin-bottom: 0.3em;
}
.ambassador-wrap dl dd + dt{
  padding-top: 1.4rem;
  margin-top: 1.4rem;
}
.ambassador-wrap dl dd{
  font-size: 1.4rem;
  line-height: 1.7;
}




/*　single-model SP
------------------------------------------------------------------------------------------------*/

.single-model .h1-wrap{
  display: block;
}
.single-model .h1-wrap .img,
.single-model .h1-wrap .txt{
  width: 100%;
  max-width: unset;
}
.single-model .h1-wrap h1{
  font-size: 2.2rem;
}
.single-model .h1-wrap .cat-wrap{
  margin-top: 1rem;
}
.single-model .h1-wrap .img img.thumb{
  margin-top: 3rem;
}
.single-model .h1-wrap .box{
  padding: 2rem 1.6rem;
  margin-top: 2.4rem;
}
.single-model .h1-wrap .box h2{
  font-size: 1.8rem;
}
.single-model .h1-wrap .box ul li{
  font-size: 1.6rem;
}

.single-model .model-wrap{
  margin-top: 5rem;
}
.single-model .model-wrap .start{
  height: 5rem;
  border-radius: 2.5rem;
  font-size: 1.8rem;
}
.single-model .model-wrap .place{
  padding: 4rem 2.4rem 3rem;
  margin-top: 5rem;
}
.single-model .model-wrap .place::before{
  height: 5.5rem;
  top: -5.5rem;
}
.single-model .model-wrap .place::after{
  width: 5.6rem;
  height: 5.6rem;
  font-size: 2.5rem;
  top: -3rem;
}
.single-model .model-wrap .place.tofoot-on{
  margin-top: 13rem;
}
.single-model .model-wrap .place.tofoot-on::before{
  height: 13.5rem;
  top: -13.5rem;
}
.single-model .model-wrap .tofoot{
  top: -10.5rem;
}
.single-model .model-wrap .place h2{
  font-size: 2.4rem;
  padding-bottom: 1.6rem;
  margin-bottom: 1.6rem;
}
.single-model .model-wrap .place .wrap{
  flex-wrap: wrap;
  gap: 2.4rem;
}
.single-model .model-wrap .place .wrap img.img,
.single-model .model-wrap .place .wrap .txt{
  width: 100%;
  max-width: unset;
}
.single-model .model-wrap .place .yorimiti {
  margin-top: 2rem;
}
.single-model .model-wrap .place .yorimiti .yorimiti-ttl {
  font-size: 1.6rem;
}
.single-model .model-wrap .place .yorimiti ul li p {
  font-size: 1.4rem;
}
.single-model .model-wrap .place h3{
  font-size: 1.6rem;
}
.single-model .model-wrap .place h3 + p{
  font-size: 1.4rem;
}
.single-model .model-wrap .place dl.detail{
  column-gap: 0.8rem;
  margin-top: 2rem;
}
.single-model .model-wrap .place a.arrow-link{
  margin-top: 2rem;
}

.single-model .share-box{
  margin: 3rem auto 0;
}


.single-model .volunteer{
  margin-top: 5.5rem;
}
.single-model .volunteer h3{
  font-size: 2rem;
}
.single-model .volunteer .box{
  padding: 1.6rem;
}
.single-model .volunteer .box dl{
  grid-template-columns: auto;
}
.single-model .volunteer .box dl dt{
  width: 8.6rem;
}
.single-model .volunteer .box dl dd + dt{
  margin-top: 1.6rem;
}




/*　oita-fugu SP
------------------------------------------------------------------------------------------------*/

.oita-fugu .h2-wrap{
  padding-top: 0;
}
.oita-fugu .h2-wrap img.img{
  width: 100%;
  max-width: unset;
  height: auto;
  position: unset;
  margin: 0 auto 2.4rem;
}
.oita-fugu .h2-wrap .box{
  width: 100%;
  max-width: unset;
  padding: 2rem 1.6rem;
}
.oita-fugu .h2-wrap .box h2{
  font-size: 2rem;
  margin-bottom: 2rem;
}
.oita-fugu .h2-wrap .box p{
  font-size: 1.4rem;
  line-height: 1.7;
}


.oita-fugu .sec h3{
  font-size: 1.8rem;
  margin: 5.5rem 0 4rem;
}
.oita-fugu .sec ul.feature-li{
  flex-wrap: wrap;
  gap: 6rem;
}
.oita-fugu .sec ul.feature-li li{
  width: 100%;
  max-width: unset;
  flex-wrap: wrap;
  gap: 2.4rem;
}
.oita-fugu .sec ul.feature-li li .img{
  width: 100%;
}
.oita-fugu .sec ul.feature-li li .img img{
  margin: 0 auto;
}
.oita-fugu .sec ul.feature-li li.li-1 .img img{
  width: 24.5rem;
}
.oita-fugu .sec ul.feature-li li.li-2 .img img{
  width: 26.8rem;
}
.oita-fugu .sec ul.feature-li li .txt{
  width: 100%;
  font-size: 1.4rem;
}
.oita-fugu .sec ul.feature-li li .txt h4{
  font-size: 1.8rem;
  margin-bottom: 0.6em;
}

.oita-fugu .sec ul.post-li{
  row-gap: 3rem;
}
.oita-fugu .sec ul.post-li .ttl{
  font-size: 1.6rem;
}
.oita-fugu .sec ul.post-li .ttl + p{
  font-size: 1.4rem;
}

.oita-fugu .pamphlet-box{
  margin-top: 6.5rem;
}




/*　about-oita SP
------------------------------------------------------------------------------------------------*/

.swiper-about-fv .swiper-slide,
.swiper-about-fv .swiper-slide img{
  width: 23.6rem;
  aspect-ratio: 1 / 1;
}
.swiper-about-fv .swiper-pause{
  width: 4rem;
  height: 4rem;
  right: 1.6rem;
  top: 1.6rem;
}

.about-oita .sec h2{
  gap: 0.6rem;
  margin-top: -2.8rem;
}
.about-oita .sec h2 span{
  font-size: 2.1rem;
}
.about-oita .sec h2 + p{
  font-size: 1.4rem;
  margin: 3rem 0 1.5rem;
}

ul.about-oita-li li{
  flex-wrap: wrap;
  gap: 4rem;
  padding: 5.5rem 0;
}
ul.about-oita-li li .img,
ul.about-oita-li li .txt{
  width: 100%;
  max-width: unset;
}
ul.about-oita-li li .img img{
  height: auto;
  position: unset;
}
ul.about-oita-li li .txt h3{
  font-size: 2.1rem;
  margin-bottom: 2rem;
}
ul.about-oita-li li .txt p{
  font-size: 1.4rem;
}
ul.about-oita-li li .txt .img-wrap{
  gap: 0.7rem;
  margin-top: 4rem;
}




/*　about-tourism SP
------------------------------------------------------------------------------------------------*/

.about-tourism .sec{
  font-size: 1.4rem;
  line-height: 1.7;
}
.about-tourism .sec h2{
  font-size: 2.2rem;
  margin-bottom: 2.4rem;
}
.about-tourism .sec h2:not(:first-child){
  margin-top: 5.5rem;
}
.about-tourism .sec h3{
  font-size: 1.8rem;
  font-weight: 700;
  padding-bottom: 0.7em;
  margin: 3rem 0 1.4rem;
}

.about-tourism .sec dl.dl-1{
  grid-template-columns: 1fr;
}
.about-tourism .sec dl.dl-1 > dt{
  justify-content: flex-start;
  padding: 0.5rem 1.6rem;
  font-size: 1.6rem;
}
.about-tourism .sec dl.dl-1 > dd{
  border-top: none;
  padding: 1.6rem;
}
.about-tourism .sec dl.dl-1 dd dl{
  column-gap: 1em;
  row-gap: 0.2em;
}

.about-tourism .sec a.arrow-link{
  margin-top: 2rem;
}

.about-tourism .sec ul.wrap-1{
  grid-template-columns: 1fr;
  gap: 3rem;
}

.about-tourism .sec ul.wrap-2{
  grid-template-columns: 1fr;
  row-gap: 2.4rem;
  margin-top: 5.5rem;
}
.about-tourism .sec ul.wrap-2 li small{
  margin-top: 0.4em;
}




/*　memberlist SP
------------------------------------------------------------------------------------------------*/

.memberlist-area {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.memberlist-area table {
  margin: 0 0 1.5em;
  min-width: 800px;
}

.table-2col {
  display: block;
}
.table-2col table {
  min-width: 100%;
  margin-bottom: 0;
}
.table-2col table tr td:nth-child(1) {
  white-space: nowrap;
  width: 46%;
}
.table-2col table .ttl2 {
  display: none;
}


/*　404 SP
------------------------------------------------------------------------------------------------*/

.error404 .sec{
  padding: 7rem 0;
}
.error404 .sec h1{
  font-size: 3.2rem;
}
.error404 .sec h1 big{
  font-size: 7.9rem;
}
.error404 .sec p{
  font-size: 1.6rem;
  margin-top: 3rem;
}
.error404 .sec a.btn-1{
  margin: 5rem auto 0;
}




/*　 SP
------------------------------------------------------------------------------------------------*/




/*　 SP
------------------------------------------------------------------------------------------------*/




/*　 SP
------------------------------------------------------------------------------------------------*/




}/*　スマホここまで */



