@charset "utf-8";@charset "utf-8";
:root {
  --con: #404040;
}

.greeting .img {
  width: 100%;
  line-height: 0;
}

.greeting .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.greeting .con-box01 {
  display: flex;
  gap: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.greeting .con-box01 .con01 {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  margin-top: 9rem;
  max-width: 50rem;
}

.greeting .con-box01 .con01 .stit {
  color: var(--con);
  font-size: 1.4rem;
}

.greeting .con-box01 .con01 .tit {
  color: #5f7b34;
  font-size: 4.8rem;
}

.greeting .con-box01 .con01 .txt p {
  margin-top: 2rem;
  color: var(--con);
  font-size: 1.8rem;
}

.greeting .con-box02 {
  display: flex;
  align-items: flex-end;
  gap: 3rem;
  padding-top: 1rem;
}

.greeting .con-box02 .con01 {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-top: 3rem;
  max-width: 50rem;
}

.greeting .con-box02 .con01 p {
  color: var(--con);
  font-size: 1.8rem
}

.greeting .con-box02 .con01 p span {
  display: inline-block;
  font-weight: 700;
}

.greeting .con-box02 .con01 p span::first-letter {
  font-size: 3rem;
}

.greeting .con-box02 .con02 {
  position: relative;
  max-width: 42rem;
}

.greeting .con-box02 .con02 .tit {
  position: relative;
  padding-top: 2rem;
  margin-bottom: 1rem;
  text-align: center;
  color: var(--con);
  font-size: 1.8rem;
  border-top: 1px solid rgba(34, 34, 34, 0.45);
}

.greeting .con-box02 .con02 .tit::before,
.greeting .con-box02 .con02 .tit::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: -1rem;
  margin-left: -0.5rem;
  width: 0.2rem;
  height: 1.8rem;
  border-right: 1px solid rgba(34, 34, 34, 0.45);
  transform: rotate(45deg);
}

.greeting .con-box02 .con02 .tit::before {
  margin-left: -0.5rem;
}

.greeting .con-box02 .con02 .tit::after {
  margin-left: 0.5rem;
}

.greeting .con-box02 .con02 .tit span {
  display: block;
  margin-bottom: 1rem;
  color: #5f7b34;
  font-size: 2.2rem;
  font-weight: 700;
}

.greeting .con-box02 .con02 .img {
  height: 32rem;
}

.greeting .con-box02 .con02 .txt {
  color: var(--con);
  font-size: 1.6rem;
}

.greeting .name {
  text-align: center;
}

.greeting .name>div {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin-top: 8rem;
}

.greeting .name p {
  text-align: center;
  color: var(--con);
  font-size: 2.2rem;
  font-weight: 700;
}

.greeting .name p:nth-last-child(1) {
  width: 100%;
  font-size: 3rem;
  text-align: justify;
  text-align-last: justify
}

.location #map {
  margin-bottom: 6rem;
  width: 100%;
  height: 55rem;
}

.location .maptxbox>li>p {
  font-size: 2.7rem;
  margin-bottom: 3rem;
}

.location .maptxbox dt {
  padding-left: 1rem;
  margin-bottom: 1rem;
  color: #000;
  font-size: 1.4rem;
  font-weight: 700;
}

.location .maptxbox dl {
  margin-top: 3.5rem;
}

.location .maptxbox dd a {
  display: block;
  text-align: center;
  width: 58%;
  padding: 1rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  background: #444;
}

.location .maptxbox dd>p {
  padding: 1rem;
  margin-top: 3rem;
  color: var(--con);
  font-size: 1.4rem;
  font-weight: 700;
}

.location .maptxbox dl:first-child dd>p {
  margin-top: 0;
}

.location .maptxbox dd ul {
  position: relative;
  margin-top: 1.5rem;
  margin-left: 2rem;
}

.location .maptxbox dd ul::before {
  content: '';
  display: block;
  position: absolute;
  left: -2rem;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #ccc;
}

.location .maptxbox dd ul li {
  margin-bottom: 1rem;
  font-size: 1.4rem;
}

.tourinfo.Lbg::before { 
  background-image: url(../../img/contents/tourinfo-Lbg.jpg);
}

.tourguide .topline .img {
  width: 100%;
  height: 70rem;
  overflow: hidden;
}

.tourguide .topline .img a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.tourguide .topline .img a::before {
  content: '';
  position: absolute;
  top: calc(50% - 6.5rem / 2);
  left: calc(50% - 6.5rem / 2);
  display: inline-block;
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 100%;
  background: rgba(33, 33, 33, .75);
}

.tourguide .topline .img a::after {
  content: '';
  position: absolute;
  top: calc(50% - 2.4rem / 2);
  left: calc(50% - 2.2rem / 2);
  display: inline-block;
  border-top: 1.2rem solid transparent;
  border-left: 2.2rem solid #fff;
  border-bottom: 1.2rem solid transparent;
}

.tourguide .topline .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tourguide table.data thead th {
  font-size: 2.4rem;
  font-weight: 700;
  background-color: #ccc;
}

.tourguide table.data tbody td {
  font-size: 1.6rem;
}

.tourguide table.data thead th.bg_g {
  background-color: #b6d7a8;
}

.tourguide table.data thead th.bg_y {
  background-color: #ffe599;
}

.guidmap .con-box {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  overflow-y: auto;
  z-index: 999;
}

.guidmap .con-box.on,
.guidmap .con-box>div.on {
  display: block;
}

.guidmap .con-box>div {
  position: relative;
  display: none;
  margin: 10% auto 0 auto;
  padding: 1.5rem;
  max-width: 55rem;
  border-radius: 0.5rem;
  background: #fff;
}

.guidmap .con-box>div .close {
  position: absolute;
  right: -1.7rem;
  top: -1.7rem;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  background: #fff url(../../img/contents/guidmap-close.png) no-repeat center / 1.2rem;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);
}

.guidmap .con-box dt {
  text-align: center;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2.4rem;
  font-weight: 700;
  border: 1px solid #ececec;
}

.guidmap .con-box dd>div {
  margin-top: 3rem;
  margin-bottom: 2rem;
  padding-top: 2rem;
  border-top: 1px dashed rgba(0, 0, 0, 0.45);
}

.guidmap .con-box dd .img {
  line-height: 0;
  height: 40rem;
  overflow: hidden;
}

.guidmap .con-box dd .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.guidmap .con-box dd p {
  font-size: 1.4rem;
}

.faq.Lbg::before { 
  background-image: url(../../img/contents/faq-Lbg.jpg);
}

.faq-list dl dt,
.faq-list dl dd {
  position: relative;
  padding: 0.8rem 0.8rem 0.8rem 3.5rem;
  border-top: 1px solid #ececec;
}

.faq-list dl dt {
  font-size: 2rem;
  font-weight: 700;
  border-top: 1px solid #ececec;
}

.faq-list dl dd {
  font-size: 1.8rem;
}

.faq-list dl:last-child dd {
  border-bottom: 1px solid #ececec;
}

.faq-list dl dd a {
  color: #ff5a5f;
  font-weight: 700;
}

.faq-list dl dt::before,
.faq-list dl dd:before {
  content: '';
  position: absolute;
  left: 0.5em;
  top: 0.8rem;
  display: block;
  margin-top: 0.3rem;
  width: 2rem;
  height: 2rem;
  background: url('../../img/contents/faq-q.svg') no-repeat 0 0 / 100%;
}

.faq-list dl dd:before {
  background: url('../../img/contents/faq-a.svg') no-repeat 0 0 / 100%;
}

.commentary-55 {
  display: flex;
  gap: 3rem;
  margin-bottom: 6rem;
}

.commentary-55 .img {
  flex: 0 0 calc(50% - 1.5rem);
  max-height: 370px;
  overflow: hidden;
}

.commentary-55 .img>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.commentary-55 dl {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
}

.commentary-55 dt {
  padding: 1.5rem;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  background: #f5f5f5;
}

.commentary-55 dd {
  padding: 2rem 4rem;
  font-size: 1.8rem;
  line-height: 1.6;
  background: #E9E9E9;
}

.commentary-55 dd p {
  margin-bottom: 2rem;
  font-size: 2rem;
}

.tourism .tit-box {
  margin-bottom: 5rem;
}

.tourism .tit-box .stit {
  color: #d1443c;
  font-size: 1.8rem;
  font-weight: 700;
}

.tourism .tit-box>div {
  display: flex;
  gap: 5%;
  margin-top: 1rem;
}

.tourism .tit-box .tit {
  flex-shrink: 0;
  min-width: 16rem;
  color: #333;
  font-size: 4.5rem;
  font-weight: 700;
}

.tourism .tit-box .txt {
  margin-top: 1rem;
  line-height: 1.5;
  opacity: .8;
  word-break: keep-all;
}

.tourism .flex-con {
  margin-bottom: 4.5rem;
}

.tourism .flex-con li {
  flex: 1 1 33.3%;
  line-height: 0;
}

.tourism .flex-con li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tourism .con {
  font-size: 1.8rem;
}

.tourism .con+.con {
  margin-top: 2rem;
}


/* mb */
@media screen and (max-width:1024px) {
  .greeting .con-box01,
  .greeting .con-box02 {
    flex-direction: column;
  }

  .greeting .con-box01 .con01,
  .greeting .con-box02 .con01,
  .greeting .con-box02 .con02 {
    margin-top: 0;
    max-width: 100%;
    width: 100%;
  }
}

/* mid-mb */
@media screen and (max-width:800px) {
  .tourguide .topline .img {
    height: 30rem;
  }
  
  .commentary-55 {
    flex-direction: column;
  }
  
  .commentary-71 {
    flex-direction: column-reverse;
  }

  .tourism .tit-box>div {
    flex-direction: column;
  }
}

/* min-mb */
@media screen and (max-width:500px) {
  .location #map {
    height: 35rem;
  }
}