@charset "UTF-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
}
body {
  line-height: 2;
  font-size: 16px;
  color: #2d2d2d;
  ;
  text-align: center;
  font-weight: 600;
  font-family: 'Arial', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ ゴシック', sans-serif;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
img {
  max-width: 100%;
}
#shiga a, #shiga button {
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
#shiga a:hover, #shiga button:hover {
  opacity: 0.6;
}
a.anker_link {
  padding-top: 70px;
  margin-top: -70px;
}
img.btn01 {
  max-width: 240px;
}
img.line-link {
  max-width: 380px;
}
.bg01::before {
  content: "";
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 100%;
  height: 110vh;
  background-image: url("../img/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.sec04_bg_map{
  background-image: url(../img/sec04_bg_map.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.sec04_bg_map .title{
  padding-top: 80px;
}
.sec04_point_img {
    width: 80%;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 70px;
}
.sec06_bg_map{
  background-image: url(../img/sec06_bg_map.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.detail_area {
    margin: 0 auto;
    width: 80%;
}
.story_relative{
  position: relative;
}
.sec05_bg_img{
  width: 100%;
}
.story-btn {
    position: absolute;
    width: 50%;
    left: 26%;
    top: 62%;
}
.bg_present_top {
  background: url(../img/sec08_bg.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 20px;
}
.bg_present_naka {
  padding-left: 20px;
  padding-right: 20px;
}
.bg-footer {
  background: #133678;
}
.fc-red {
  color: #c80825;
  ;
}
.bold {
  font-weight: bold;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
section {
  padding: 50px 0;
}
.title {
  margin-bottom: 30px;
}
.inner800 {
  max-width: 800px;
  margin: 0 auto;
}
.inner {
  width: 90%;
  max-width: 640px;
  margin: 0 auto;
}
.flex {
  display: flex;
  display: -webkit-box; /*Android4.3*/
  display: -moz-box; /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  flex-wrap: wrap;
}
.flex-center {
  justify-content: center;
}
/*---------------------------------
  main
---------------------------------*/
.main {
  padding-top: 70px;
  margin: 0 auto;
}
.main img {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.main-lead-bg img {
  max-width: 600px;
  width: 100%;
}
/*--------------------------------
	　header_area
--------------------------------*/
.header_area {
  background-color: rgba(0, 16, 80, 0.8);
  justify-content: center;
  width: 100%;
  padding: 10px;
  position: fixed;
  z-index: 10;
}
.header_area .flex {
  align-items: center;
  line-height: 1;
  margin: 0 auto;
}
.header_area .flex li {
  margin: 0 1%;
  color: #ffffff;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
}
.header_area .flex li.sns {
  width: 120px;
  background: #f2f2f2;
  border-radius: 10px;
  padding: 5px 0;
  font-size: 15px;
  font-weight: bold;
}
.header_area .flex li.sns a img {
  max-width: 24px;
}
.header_area .flex li.sns p {
  color: #6b6b6b;
  font-size: 14px;
  font-family: 'Arial', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ ゴシック', sans-serif;
}
.header_area .flex li.sns ul {
  display: flex;
  justify-content: center;
  margin-top: 5px;
}
.header_area .inner {
  max-width: 1200px;
  margin: 0 auto;
}
/*--------------------------------
	　news
--------------------------------*/
.news_section {
  background-image: url("../img/sec01_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  margin-top: -5px;
}
.news .title {
  max-width: 380px;
}
.news .news_contarea {
  max-height: 400px;
}
.news .flex {
  padding-bottom: 10px;
  padding-top: 20px;
  min-height: 20px;
  border-bottom: 1px solid #000;
}
.news .flex:first-of-type{
  border-top: solid 1px black;
}
.news .flex .news-day {
  margin-right: 30px;
}
.news .flex .news-text {
  text-align: left;
}
/* スクロールバーの幅と高さを設定する */
.scrollbar::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
/* スクロールバーの形を設定する */
.scrollbar-thumb-rounded::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
}
/* スクロールバーの色を設定する */
.scrollbar-thumb-black::-webkit-scrollbar-thumb {
  --bg-opacity: 1;
  background-color: #fff;
}
/*--------------------------------
	　schedule
--------------------------------*/
.schedule {
  background-color: #133678;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
}
/*アコーディオンボックス*/
.acbox {
  width: auto;
  font-size: 0px; /* ラベルと開く部分を分離する時は数値を入れる */
}
.acbox label {
  width: auto;
  position: relative;
  display: block;
  cursor: pointer;
}
.acbox input {
  display: none;
}
.acbox div {
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s; /* 開閉スピードの設定 */
}
.schedule input:checked ~ div {
  height: auto;
  padding: 18px 0;
  background: #fff;
  opacity: 1;
  margin-bottom: 40px;
}
.schedule input:checked ~ div {
  height: auto;
  padding: 20px;
}
.schedule .acbox-under_cont {
  margin: 0 auto;
  padding: 0px 0;
  text-align: left;
  background-color: #fff;
}
.schedule table {
  width: 100%;
  border: solid 1px;
}
.schedule table th {
  min-width: 6.5em;
}
.schedule table th, .schedule table td {
  padding: 10px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  vertical-align: middle;
}
.schedule table th:last-child, .schedule table td:last-child {
  border-right: 0px solid #000;
}
.schedule table th span {
  padding: 5px 13px 4px;
  background-color: #1f37b0;
  border-radius: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 1.1em;
}
.schedule table tr.text-blue {
  color: #1f37b0;
  font-weight: 600;
}
.schedule .acbox-under_cont .indent {
  text-align: left;
  padding: 1em;
  text-indent: -1em;
  padding-left: 3em;
}
/*--------------------------------
	　youtube
--------------------------------*/
.inner800 .youtube{
  margin-top: -2px;
}
.top .youtube iframe {
  margin: 30px auto 0;
  height: 600px;
}
.youtube iframe {
  aspect-ratio: 16 / 9;
}
/*--------------------------------
	　event
--------------------------------*/
#event {
  display: block;
  margin-top: -80px;
  padding-top: 80px;
}
.event {
  background-image: url("../img/sec03_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  padding: 40px 20px 100px;
}
.event .title {
  max-width: 500px;
}
.event p span {
  font-size: 1.2em;
  font-weight: bold;
}
.event .flex {
  padding: 30px 0 0px;
  justify-content: space-between;
}
.event .flex p {
  width: 31%;
}
.event h5 img {
  max-width: 250px !important;
  margin: 30px auto 0;
}
/*--------------------------------
	　gaiyo
--------------------------------*/
.gaiyo {
  padding-left: 20px;
  padding-right: 20px;
    background-image: url(../img/sec06_bg.jpg);
    background-size: 100% 100%;
}
.gaiyo .title {
    max-width: 450px;
    padding-top: 60px;
}
.gaiyo dl {
  display: flex;
  display: -webkit-box; /*Android4.3*/
  display: -moz-box; /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  flex-wrap: wrap;
  border-bottom: 1px solid white;
  padding: 20px 0 15px;
  font-size: 18px;
}
.gaiyo dt {
  min-width: 6em;
  text-align: left;
}
.gaiyo dt span {
    background: white;
    padding: 5px 17px;
    margin-right: 1em;
}
.gaiyo dt.sanka span {
  padding: 5px 18px;
}
.gaiyo dl.blocktype {
  display: block;
  text-align: left;
    border-bottom: none;
    padding-bottom: 80px;
}
.gaiyo dl.blocktype dt {
  margin-bottom: 1em;
}
.gaiyo .detail_area .flex {
  margin-top: 10px;
  flex-wrap: nowrap;
  align-items: center;
}
.gaiyo .detail_area a {
  text-decoration: underline;
  color: #c80825;
}
.gaiyo .mt1em {
  margin-top: 1em;
}
/*--------------------------------
	　howto
--------------------------------*/
section.howto {
  background-image: url(../img/sec07_bg.jpg);
  background-size: 100% 100%;
}
.howto .title {
    max-width: 400px;
    margin-bottom: 0;
    position: relative;
}
.howto .title_h3 {
  max-width: 420px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.howto .title_h4_left {
  max-width: 190px;
  margin-bottom: 20px;
}
.howto .title_h4_right {
  max-width: 285px;
  margin-bottom: 20px;
}
.howto .appli {
  flex-wrap: nowrap;
  width: 94%;
  margin: 0 auto;
  justify-content: center;
  gap: 2%;
}
.howto ul.houhou {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
    margin-top: -20px;
    padding-top: 40px;
    margin-bottom: 40px;
    justify-content: space-between;
    background-color: white;
}
.howto ul.houhou li {
    background-color: #fff;
    width: 50%;
    padding: 40px 30px;
    box-sizing: border-box;
    position: relative;
}
.howto_borderbottom{
    border-bottom: dotted 2px #C6182D;
}
.howto ul.houhou li:nth-of-type(odd) {
    border-right: dotted 2px #C6182D;
}
.howto_borderbottom:nth-of-type(odd)::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    height: 5px;
    width: 30px;
    background-color: white;
    z-index: 1;
}
.howto_borderbottom:nth-of-type(even)::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -4px;
    height: 5px;
    width: 30px;
    background-color: white;
    z-index: 1;
}
.howto ul.houhou li:first-of-type::before {
    content: '';
    position: absolute;
    right: -4px;
    top: 0;
    height: 50px;
    width: 5px;
    background-color: white;
    z-index: 1;
}
.howto ul.houhou li:last-of-type::before {
    content: '';
    position: absolute;
    left: -4px;
    bottom: 0;
    height: 30px;
    width: 5px;
    background-color: white;
    z-index: 1;
}
.sec07_no_img{
  display: block;
  width: 100%;
}
.howto ul.houhou li p{
  text-align: left;
  line-height: 1.4;
}
.howto ul.houhou li p.image{
  text-align: right;
  margin-top: 0.5em;
  margin-bottom: 1em;
  font-size: 0.7em;
}
.howto ul.houhou li p.red{
  color: #c30d23;
  margin-top: 1.2em;
}
.howto ul.houhou li p.kome{
  margin-top: 0.8em;
}
.howto ul.houhou li a img{
  margin-top: 1em;
  max-width: 100%;
}
.sec07_howto_btn01-2 {
    margin-top: 2em !important;
}
.howto .sec07_howto_img {
    width: 100%;
    padding: 10px 0 16px;
}
.purple_bg {
    background-image: url(../img/purple_bg.png);
    background-size: 100% 100%;
    padding: 80px 20px;
}
.purple_bg_map {
    background-image: url(../img/purple_bg_map.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 60px;
}
.howto .line_area{
  max-width: 600px;
  width: 90%;
  margin: 0 auto;
  background: #fff;
  border: 4px solid #05a85a;
}
.howto .green{
  background: #05a85a;
  padding: 30px;
}
.howto .green p{
  font-size: 1.2em;
  line-height: 1.5;
  color: #fff;
}
.howto .green p.yellow{
  color: #ffea00;
  font-size: 2em;
  text-align:center;
  line-height: 1.3;
  margin-bottom: 0.5em;
}
.howto .green figure img{
  margin-top: 1em;
  margin-bottom: 1.5em;
  max-width: 200px;
  margin-left: auto;
    margin-right: auto;
}
.howto .line_area h4 img{
  max-width: 350px;
}
.howto .movilink_area{
  max-width: 600px;
  width: 90%;
  margin: 40px auto 0;
  background: #fff;
  border: solid 3px #698fca;
  padding: 0 30px;
}
.howto .movilink_area h4 img{
  max-width: 350px;
}
.howto .movilink_area .flex{
  flex-wrap: nowrap;
}
.howto .movilink_area .color{
  color: #698fca;
  font-size: 1.5em;
}
.howto .movilink_area p.left{
  margin-bottom: 3em;
}
.howto .box01 {
  position: relative;
  margin: 2em 0;
  padding: 1em 1.5em;
  border: solid 3px #698fca;
  background: #fff;
}
.howto .box01 .box-title {
  position: absolute;
  display: inline-block;
  top: -27px;
  left: -3px;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  font-size: 17px;
  background: #698fca;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}
.howto .box01 p {
  margin: 0; 
  padding: 0;
  text-align: left;
  line-height: 1.4;
}
.howto .box01 p.shicho {
  font-size: 1.3em;
  margin-bottom: 0.6em;
}
.howto .box02{
  margin: 2em 0;
  background: #fff;
  border: solid 3px #698fca;
}
.howto .box02 .box-title {
  font-size: 1.2em;
  background: #698fca;
  padding: 4px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.howto .box02 p {
  padding: 15px 20px;
  margin: 0;
  text-align: left;
  position: relative;
}
.howto .movilink_area p.arrow{
  background-image: url(../img/sec07_arrow.png);
  background-size: 24px;
  background-repeat: no-repeat;
  text-align: left;
  background-position: top 2px left 0;
  line-height: 1;
  padding-left: 30px;
 }
 .howto span.kyugyo{
   text-decoration: underline;
 }
 .kyugyo_ac{
  display: none;
 }
/*--------------------------------
	　story
--------------------------------*/
.story {
    background-image: url(../img/sec05_story_bg.jpg);
    background-size: 100% 100%;
}
.story .inner {
  padding-top: 230px;
}
.story .sec05_text01 {
  max-width: 500px;
}
.story .sec05_text02 {
  max-width: 350px;
  margin-top: 20px !important;
}
.story .title {
  max-width: 380px;
}
.story button {
  cursor: pointer;
  cursor: pointer;
}
section.story section.modalArea {
  padding: 0px 0;
}
.story .story-text img {
  margin: 0 auto;
}
.modalArea {
  display: none;
  position: fixed;
  z-index: 10; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
}
.modalBg {
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-image: url("../img/sec05_story_bg.jpg");
  background-size: 100% 100%;
}

.modalWrapper {
  position: absolute;
  max-width: 100%;
  width: 100%;
  top: 0%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  overflow: scroll;
}
.modalContents p {
  overflow: scroll;
  text-align: center;
  max-height: 88vh;
  margin-top: 4vw;
  padding-bottom: 60px;
}
.modalContents p img {
  margin: 0 auto;
  max-width: 700px;
}
.closeModal {
  position: absolute;
  top: 0%;
  right: 3%;
  cursor: pointer;
  font-size: 4vw;
  font-weight: bold;
  color: #555;
}
.close_button {
  cursor: pointer;
}
/*--------------------------------
	　map
--------------------------------*/
section.map {
  padding-bottom: 50px;
}
section.modalArea02 {
  padding: 0px 0;
}
.map .btn-map {
  max-width: 600px;
}
.map .btn-toyota {
  max-width: 250px;
  margin-bottom: 1em;
}
.map .lead {
  margin-bottom: 1.5em;
}
/*アコーディオンボックス*/

.map .acbox {
  margin-bottom: 30px;
}
.acbox {
  width: auto;
  font-size: 0px; /* ラベルと開く部分を分離する時は数値を入れる */
}
.acbox label {
  width: auto;
  position: relative;
  display: block;
  cursor: pointer;
}
.acbox input {
  display: none;
}
.acbox div {
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s; /* 開閉スピードの設定 */
}
.acbtn01 input:checked ~ div {
  height: auto;
  padding: 0 0 18px;
  opacity: 1;
  margin-bottom: 40px;
}
.acbtn02 input:checked ~ div {
  height: auto;
  padding: 18px 0;
  opacity: 1;
  margin-bottom: 40px;
}
.acbox-under {
  font-size: 15px; /* 開いた部分の文字サイズ */
  color: #000; /* 開いた部分の文字色 */
}
.map .acbox-under_cont {
  max-width: 550px;
  margin: 0 auto;
  text-align: left;
  padding: 0px !important;
}
.acbtn02 .acbox-under_cont {
  padding: 20px;
}
.acbox-under_cont h3 {
  margin-top: 1em;
  font-size: 20px;
  font-weight: bold;
  color: #AD408B;
}
.acbox-under_cont ul {
  text-align: left;
}
.acbox-under_cont .flex {
  max-width: 548px;
  margin: 0px auto;
}
.map .flex li {
  width: 50%;
  padding: 1%;
}
.map .flex li.l-btn {
  width: 100%;
  padding: 1%;
}
#basho,#dl,#gaiyo-hakken{
  display: block;
  padding-top: 80px;
  margin-top: -80px;
}
/*--------------------------------
	　present
--------------------------------*/
.present .title {
  max-width: 400px;
  margin-bottom: 30px;
}
.present h3 {
  width: 100%;;
  margin: 30px auto;
}
.present h2.chui {
  border-bottom: 0px;
  height: 92px;
  margin-bottom: 85px;
}
.sho01 {
  justify-content: center;
  gap: 2%;
  margin-bottom: 70px;
    padding-top: 20px;
}
.sho01 > div {
  width: 49%;
  border: solid 5px #006A4F;
}
.present_hakken_title{
  display: block;
  width: 100%;
}
.hakken_flex{
  background-color: white;
  border-top: solid 5px #006A4F;
  display: flex;
  align-items: center;
}
.hakken_flex_txts{
  width: 55%;
    text-align: left;
    padding-left: 3%;
}
.hakken_flex_txts h5{
  font-size: 18px;
  line-height: 1.2;
  font-weight: 900;
}
.hakken_flex_txts rt {
    margin-bottom: -0.3em;
    font-size: 40%;
}
.hakken_flex_txts p{
  font-size: 10px;
  line-height: 1.2;
  font-weight: 900;
}
.hakken_flex_txts span{
  color: #c30c23;
}
.hakken_flex_img{
  width: 45%;
}
.sho02 {
  justify-content: space-between;
  margin-top: 20px;
}
.sho02 li {
  margin-bottom: 1%;
  width: 24%;
}
.title10_bg {
  background: #01a0ea;
  padding: 10px;
}
.title11_bg {
  background: #c30c23;
  padding: 10px;
}
.present-chui {
  max-width: 700px;
  margin: 30px auto;
}
ul.present-chui li{
  text-indent: -1em;
  padding-left: 1em;
  }
/*--------------------------------
	　chuiarea
--------------------------------*/
.chuiarea {
  background: url(../img/chuiarea_bg.png);
  background-size: 100% 100%;
}
.chuiarea_bg_map{
  background: url(../img/chuiarea_bg_map.png);
  background-size: 100% 100%;
}
.chuiarea .title {
  padding-top: 60px;
  max-width: 500px;
}
.chuiarea ul {
    width: 85%;
    margin: 0 auto;
    padding-bottom: 80px;
}
.chuiarea ul li{
  text-indent: -0.6em;
  line-height: 1.5;
  padding-left: 2em;
  margin-bottom: 0.8em;
}
.chuiarea_bg_map li.red{
  color: #c30c23;
}
/*--------------------------------
	　sns
--------------------------------*/
.snsare {
    padding: 320px 0 64px;
    background-image: url(../img/sec10_bg.jpg);
    background-size: cover;
}
.snsare h5 img {
  max-width: 400px;
  width: 60%;
}
.snsare a img {
  max-width: 70px;
}
.snsare .sns-text {
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
}
.snsare .flex {
  gap: 30px;
}
/*--------------------------------
	　about
--------------------------------*/
.about {
  padding: 80px 0;
}
.about .flex {
  justify-content: space-between;
  flex-direction: row-reverse;
  color: #ffffff;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
.about .flex .box {
  width: 46%;
  margin-top: 40px;
  margin-bottom: 40px;
}
.about .flex .box a img {
  max-width: 400px;
  margin-top: 30px;
}
.about .snslink {
  margin: 0 auto;
  padding: 10px 0 15px;
  width: 290px;
  background: #fff;
  border-radius: 10px;
  color: #000;
}
.about .snslink ul {
  margin-top: 5px;
  text-align: center;
}
.about .snslink ul li {
  padding: 0 10px;
  display: inline-block;
}
.about .snslink ul li a img {
  max-width: 30px;
}
.about .youtube iframe {
  height: 300px;
}
/*--------------------------------
	　copy_sec
--------------------------------*/
.copy_sec {
  border-top: 1px solid #fff;
  max-width: 1000px;
  width: 96%;
  margin: 0 auto;
  padding: 10px 0 60px;
  color: #fff;
  text-align: center;
}
.copy_sec p{
  padding-bottom: 1.2em;
    line-height: 1.6;
}
.copy_sec p span{
  font-size: 200%;
}
.copy_sec h5{
  font-size: 130%;
}
#pagetop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 70px;
  z-index: 110;
}
#pagetop img {
  width: 100%;
}
.modalWrapper02 {
  display: none;
}
.lock_navi {
  display: none;
}
/*--------------------------------
	　マップダウンロードのグレーアウト　公開時削除してください
--------------------------------*/  
.map .acbtn02 .acbox-under_cont {
  position: relative;
  }