@charset "UTF-8";
/* CSS Document */

.pc {display: inline;}
.sp {display: none !important;}


.modal {
  display: none;
  width: 50%;
  max-width: 400px;
  min-width: 300px;
  height:230px;
  position:fixed;
  z-index:1011;
  top:0%;
  left:0%;
  right: 0%;
  bottom: 0%;
  padding:10px;
  margin: auto;
  text-align:center;
  border: 1px solid #fff;
  border-radius: 20px;
  background-color: #fff;
  font-size: 14px;
}
.modal p {
  font-size: 12px;
  margin-top: 0px;
  margin-bottom:5px;
}
.modal a { cursor:pointer; color: #397066;}
#modallogo {
  width: 100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#introBox {
  color: #fff;
}

#introBox2 {
  background-color: #eee;
}

#introBox2 #selectBox2,
#introBox #selectBox {
  padding: 0px 20px 30px 20px;
  text-align: center;
}

#selectBox h3 p,
#selectBox h2 p {
  padding: 0 !important;
}
#selectBox2 h3 p {
  color: #397066;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bolder;
}

#selectBox p,
#selectBox2 p {
  line-height: 1.5em;
  padding-top: 23px;
  padding-bottom: 23px;
}
.introimg {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
.introimg img {
  width: 100%;
}
.introcg {
  width: 80%;
  max-width: 800px;
  min-height: 300px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 50px;
}
.introcg img {
  position: absolute;
  border: 4px solid #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.introcg #cg01 {
  transform: rotate(-5deg);
  margin: auto;
  left: 45%;
}
.introcg #cg02 {
  transform: rotate(10deg);
  margin: auto;
  right: 45%;
  bottom: 0;
}

.chaTxt p {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 1) !important;
}



h3 p,
h3 + p {
  padding-top: 0px !important;
}
#tokutenBox #selectBox,
#specialBox #selectBox,
#campBox #selectBox,
#gallraryBox #selectBox {
  background-image: url("../img/tittleBg.png"), url("../img/bg01.gif");
  background-repeat: no-repeat, repeat;
  background-size: 390px, 12px 12px;
  background-position: top center, left top;
  padding: 30px 20px;
}

#gallerywrap {
  width: 99%;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  gap: 10px;
}
#gallerywrap li {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 4px solid #fff;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.15);
}
#gallerywrap li a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
#gallerywrap li a img {
  width: 100%;
  aspect-ratio: 16 / 9;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
  transition: all 200ms 0s ease;
}
.newcg {
  color: #FFF;
  display: block;
  z-index: 90;
  position: absolute;
  left: 0%;
  top: -5px;
  text-shadow:
    2px 2px 0 #f00,
    -2px 2px 0 #f00,
    -2px -2px 0 #f00,
    2px -2px 0 #f00;
  font-size: 16pt;
  font-weight: bolder;
  transform: scale(0.75, 1);
}
.vbox-share,
.vbox-bottom {
  display: none;
}


#downBox {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}


#outlineBox #selectBox {
  background-image: url("../img/tittleBg.png"), url("../img/bg01.gif");
  background-repeat: no-repeat, repeat;
  background-size: 390px, 12px 12px;
  background-position: top center, left top;
  padding: 30px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#outlineBox #selectBox h2 {
  width: 100%;
}
.env-section,
.outline-section {
  margin-top: 30px;
  width: 48%;
  min-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.env-section h3,
.outline-section h3 {
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  font-weight: 400;
  margin-bottom: 10px;
}
.env-section h3::before,
.outline-section h3::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background-color: #3b746c;
  margin-right: 0.5em;
  flex-shrink: 0;
}

.spectable {
  width: 100%;
  text-align: left;
  font-weight: 300;
  font-size: 14px;
  border-collapse: collapse;
  border-top: 1px solid #000;
}
.spectable th,
.spectable td {
  padding: 12px 15px;
  font-weight: 300;
  vertical-align: middle;
  border-bottom: 1px solid #000;
}
.spectable th {
  width: 20%;
  min-width: 100px;
  background-color: #d7e2e0;
}
.spectable td.border-dashed {
  font-weight: 500;
  border-bottom: 1px dashed #000;
}


.note-box {
  width: 100%;
}
.note-box h4 {
  font-weight: 400;
  padding: 0;
  margin: 20px 0 10px 0;
}
.note-box p {
  width: 100%;
  color: #fff;
  background-color: #397066;
  padding: 20px;
  line-height: 2em;
  font-weight: 300 !important;
}

#campimg {
  width: 100%;
  max-width: 800px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.contentWrap #spbanaBox {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

#spbanaBox ul li {
  display: block;
  border: solid 4px #A18E21;
  box-sizing: border-box;
  margin-bottom: 20px;
}
#spbanaBox ul li img {
  width: 100%;
  height: auto;
}

.tenpobox {
  width: 100%;
  max-width: 944px;
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto 30px auto;
}

.tenposwrap {
  width: 95%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.tenpoboxs {
  margin-top: 20px;
}
.tenpoboxs img,
.tenpobase img{
  border: 4px solid #fff;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.3);
}










.footul {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.footul ul {
  list-style: none;
  color: #FFF;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  top: 0;
  bottom: 0;
  margin: auto;
  position: relative;
  font-weight: bold;
}
.footul ul li {
  text-align: center;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  border-left: 1px solid #FFF;
}
.footul ul li:first-child {
  border-left: none;
}
.footul ul li a {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 100;
}
.footul a {
  color: #FFF;
}
.footul ul li #thisp {
  color: #8088b1!important;
}
.xlogo {
  padding-right: 25px;
}




@media screen and (max-width: 768px) {
  .pc {display: none;}
  .sp {display: block !important;}
  #selectBox2 {
    text-align: left !important;
  }
  #selectBox {
    padding-left: 10px;
    padding-right: 10px;
  }
  #gallerywrap {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    list-style: none;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  #gallerywrap li {
    border: 4px solid #fff;
  }
  #outlineBox #selectBox {
    justify-content: center;
    align-items: center;
  }
  .introcg {
    width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
  .introcg #cg01,
  .introcg #cg02 {
    position: relative;
    transform: rotate(0);
    left: 0;
    right: 0;
    margin-bottom: 10px;
  }
}
