@charset "UTF-8";

/* -----------------------
  header
----------------------- */
.header-wrap {
  background-color: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
}
.header-area {
  height: 80px;
}
.hd-inner {
  max-width: 1920px;
  margin: auto;
}
.hd-inner .site-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px;
}
.hd-inner .site-title h1 {
  width: 190px;
}
.hd-inner .site-title img {
  padding-right: 20px;
}
.hd-inner .site-title p {
  font-size: 13px;
  font-weight: bold;
  color: #1F295A;
  line-height: 1.1;
}
.hd-inner .site-title img {
  width: 260px;
}
/* -----------------------
  navigation
----------------------- */
.mainnavi {
  font-size: 16px;
}
.subnavi {
  font-size: 13px;
}
.mainnavi li a {
  position: relative;
  display: block;
  padding: 10px 10px;
}
#navbtn {
  display: none;
  position: absolute;
  top: 15px;
  right: 10px;
  width: 50px;
  height: 45px;
  cursor: pointer;
  z-index: 5;
  padding: 10px;
}
.navBtn  {
  position: relative;
}
.navBtn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #1F295A;
  display: inline-block;
  transition: all .5s;
}
.navBtn span:nth-of-type(1) {
  top: 0;
}
.navBtn span:nth-of-type(2) {
  top: 10px;
}
.navBtn span:nth-of-type(3) {
  top: 20px;
}
#navbtn.open span:nth-of-type(1) {
  transform: translateY(13px) rotate(45deg);
  top: -4px;
}
#navbtn.open span:nth-of-type(2) {
  opacity: 0;
}
#navbtn.open span:nth-of-type(3) {
  transform: translateY(-16px) rotate(-45deg);
  top: 25px;
}
/* -----------------------
  footer
----------------------- */
footer {
  background-color: #ECE9E7;
}
.ft-area1 > section {
  margin-bottom: 30px;
}
.ft-area1 .toiarea1 {
  font-size: 16px;
  font-weight: bold;
  color: #1F295A;
  padding: 5px 15px 5px 20px;
}
.ft-area1 .toiarea1 a {
  color: #1F295A;
}
.ft-area1 .toiarea2, .ft-area1 .toiarea3 {
  font-size: 18px;
  text-align: center;
}
.ft-area1 h3 {
  margin-bottom: 5px;
}
.ft-area1 .btn a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #FFF;
  background-color: #EB6112;
  border-radius: 26px;
  margin: 15px auto;
  padding: 10px 20px;
  max-width: 336px;
}
.ft-area1 .btn a::after {
  content: '';
  background: url(../img/arrow2-r-w.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 16px;
  right: 20px;
  width: 10px;
  height: 18px;
}
.ft-area1 .toiarea2 span {
  font-size: 32px;
  letter-spacing: 1px;
}
.ft-area2 .ftnavi {
  max-width: 1230px;
}
.ft-area2 .ftnavi li {
  font-size: 18px;
  padding: 10px 20px 10px 10px;
}
.copyright {
  font-size: 13px;
  text-align: center;
  color: #FFF;
  background-color: #1F295A;
  padding: 5px;
}
/* -----------------------
  共通
----------------------- */
.sitettl a {
  font-size: 12px;
  font-weight: bold;
  color: #1F295A;
}
h2 {
  font-size: 28px;
  margin-bottom: 15px;
}
h3 {
  font-size: 18px;
}
h2 span {
  display: block;
  font-size: 14px;
}
.txt-s {
  font-size: 13px;
}
.head-ttlarea {
  background-color: #FCEFE5;
}
.head-ttlarea .container {
  text-align: center;
}
.ttlarea {
  margin-bottom: 40px;
}
table.tbl-1 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px 0;
  margin: 0 0 30px -10px;
}
.tbl-1 th, .tbl-1 td {
  padding: 10px 10px;
  border-bottom: 2px solid #EB6112;
}
.tbl-1 td {
  font-size: 14px;
  border-bottom: 2px solid #A2A2A2;
}
.aboutbox .txtarea {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 5px 5px 2px 1px rgba(255, 255, 255, 0.7);
  margin: 0 20px;
  padding: 2em 2em;
  max-width: 456px;
}
.topnewslist {
  max-width: 1678px;
}
.topnewslist .ttlarea {
  max-width: 1230px;
  margin: 0 auto 30px;
  justify-content: flex-start;
  align-items: center;
}
.topnewslist .ttlarea h2 {
  padding-right: 60px;
}
.topnewslist ul {
  max-width: 1638px;
  margin: auto;
}
.topnewslist .thumb {
  position: relative;
  margin-bottom: 10px;
}
.topnewslist .thumb img {
  width: 100%;
}
.topnewslist li .cate {
  position: absolute;
  bottom: -3px;
}
.topnewslist ul li {
  width: 48%;
  margin-bottom: 20px;
}
.topnewslist ul li h3 {
  font-size: 15px;
  font-weight: normal;
}
.topnewslist ul li p {
  font-size: 13px;
}
.top-report {
  max-width: 1575px;
  margin-bottom: 40px;
}
.top-report .txtarea {
  font-size: 14px;
}
.top-report .txtarea h3 {
  margin-top: 20px;
}
.top-report .txtarea .person {
  font-weight: bold;
  margin: 5px 0 20px;
}
.top-report .txtarea .more a {
  text-align: right;
  padding-right: 15px;
}
.infoarea > section {
  position: relative;
  margin: 40px auto;
}
.infoarea > section .txtarea {
  font-size: 14px;
  color: #595757;
  background-color: #fff;
  padding: 40px 20px 60px;
  border-radius: 5px;
  z-index: 1;
}
.infoarea > section .txtarea h3 {
  font-size: 21px;
  margin-bottom: 15px;
}
.infoarea > section .imgarea {
  margin: -30px auto 0;
  padding: 0 20px;
}
.infoarea > section .imgarea img {
  width: 100%;
}
.bk1, .top-about, .top-interview {
  color: #FFF;
  background-color: #EE7433;
}
.access .txtarea {
  width: 100%;
}
/* -----------------------
  toppage
----------------------- */
.top-mainimg .wrap {
  max-width: 1920px;
}
.top-subimg .wrap {
  max-width: 1270px;
}
.top-mainimg .imgarea img, .top-mainimg__wrapper {
  object-fit: cover;
  height: 440px;
}
.top-mainimg .txtarea {
  position: absolute;
  bottom: 40px;
  background-color: #fff;
  margin: 0 20px;
  padding: 0.5em 20px 1em;
  max-width: 520px;
}
.top-mainimg .txtarea .cate {
  margin-left: -20px;
  margin-bottom: 5px;
  border: none;
}
.top-mainimg .txtarea a {
  color: #1F295A;
}
.top-mainimg .txtarea p {
  font-weight: bold;
}
.top-subimg .imgarea img {
  object-fit: cover;
  height: 440px;
}
.top-subimg .txtarea {
  position: absolute;
  right: 0;
  bottom: -20px;
  z-index: 1;
}
.top-subimg .txtarea .more a {
  text-align: right;
  margin: 20px 0 0;
}
.top-about h2 {
  text-align: center;
  margin-bottom: 30px;
}
.top-interview a {
  color: #fff;
}
.top-banner li {
  width: 48%;
}
/* -----------------------
  T-スタについて
----------------------- */
.tstainfo .mainimg img,
.tsuyamainfo .mainimg img {
  object-fit: cover;
  height: 650px;
}
.tstainfo .mainimg .txtarea {
  position: absolute;
  bottom: 150px;
  padding: 2em 2em 4em;
}
.tstainfo table.tbl-1 {
  margin: 30px 0 30px -10px;
}
.tstainfo .aboutbox, .tsuyamainfo .aboutbox {
  max-width: 1400px;
}
.maparea {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
}
.maparea iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* -----------------------
  津山市について
----------------------- */
.tsuyamainfo .mainimg .txtarea {
  position: absolute;
  bottom: 150px;
  padding: 2em 2em 4em;
}
/* -----------------------
  各バックイラスト
----------------------- */
.tstainfo .back1 > section::after {
  content: '';
  background: url(../img/tstainfo/info-img-bk.png) no-repeat bottom left;
  background-size: contain;
  width: 180px;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: -30px;
  z-index: 1;
}
.tsuyamainfo .back1 > section::after {
  content: '';
  background: url(../img/tsuyamainfo/info-img-bk.png) no-repeat bottom center;
  background-size: contain;
  width: 90vw;
  height: 100%;
  position: absolute;
  bottom: -30px;
  z-index: 1;
}
/* -----------------------
  レポート
----------------------- */
/* ヘッダー */
.hd-inner.kobetsu .link-ichiran a {
  display: block;
  color: #fff;
  background-color: #EB6112;
  margin: 17px 20px;
  padding: 10px 30px;
}
/* フッター */
.ft-inner.kobetsu {
  padding: 40px 20px;
}
.ft-inner.kobetsu .sitettl {
  width: 230px;
  margin: auto;
}
.ft-inner.kobetsu .sitettl h3 {
  width: 206px;
}
.ft-inner.kobetsu .ft-privacy {
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}
/* メイン */
.kobetsuarea.container {
  max-width: 940px;
  padding: 40px 20px 80px;
}
.kobetsuarea h2 {
  font-size: 24px;
  color: #1F295A;
  margin: 30px 0;
}
.kobetsuarea h3 {
  font-size: 20px;
}
.kobetsuarea p {
  font-size: 18px;
  margin: 20px 0;
}
.kobetsuarea figure {
  margin: 40px 0;
}
.kobetsuarea .date {
  text-align: right;
  margin: 60px 0 20px;
}
.kobetsuarea .more a {
  margin: 80px auto 40px;
}
/* -----------------------
  利用規約・プライバシーポリシー
----------------------- */
.kiyaku-info, .koumokuinfo {
  max-width: 1270px;
  margin: 80px auto 40px;
  padding: 0 20px;
}
.kiyaku-info .txtR, .koumokuinfo .txtR {
  margin: 20px 0;
}
.kiyakulist, .koumokulist {
  padding: 0 20px 80px;
}
.kiyakulist > section, .koumokulist > section {
  margin: 40px auto;
}
.kiyakulist h2, .koumokulist h2 {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
  padding: 15px 0;
}
.kiyakulist h2::before, .koumokulist h2::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #eb6112;
}
.kiyakulist h2::after, .koumokulist h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #a2a2a2;
  border-left: 5px solid #ffffff;
}
.kiyakulist ol, .koumokulist ol {
  padding-left: 1.5em;
}
.kiyakulist ol > li, .koumokulist ol > li {
  margin: 20px 0;
}
.kiyakulist ul > li, .koumokulist ul > li {
  margin: 10px 20px;
}
.kiyakulist ul > li::first-letter, .koumokulist ul > li::first-letter {
  margin-left: -20px;
}
.koumokulist .point {
  font-weight: bold;
}
.koumokulist ul.point {
  margin: 20px 0;
}
.koumokuinfo.sitepolicy {
  margin-top: 0;
}
/* -----------------------
  TOP メインビジュアルフェード切り替え
----------------------- */
.top-mainimg section {
  position: relative;
}
.top-mainimg__wrapper {
  position: relative;
  width: 100%;
}
.top-mainimg__photo {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.5s ease-in-out;
}
.top-mainimg__photo.is-active {
  opacity: 1;
  visibility: visible;
  transition: opacity 1.5s ease-in-out;
  z-index: 2;
}
.top-mainimg__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-mainimg .txtarea {
  z-index: 3;
  bottom: 40px;
}
/* -----------------------
  インスタグラム
----------------------- */
.top-instagram {
  padding-bottom: 0;
}
#insta-gallery {
  display: flex;
  flex-wrap: wrap;
}
#insta-gallery a {
  text-decoration: none;
  display: block;
}
#insta-gallery li {
  list-style: none;
  box-sizing: border-box;
  width: calc((100% - 10%) / 5);
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
#insta-gallery li .captionTxt {
  display: block;
  width: 100%;
  height: 100%;
  padding: 16px;
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  opacity: 0;
}
#insta-gallery li img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
