@charset "UTF-8";
picture {
  text-align: center;
}
/*
#content_main {
  padding-top: 60px;
}
*/
@media screen and (max-width: 768px) {
/*
  #content_main {
    padding-top: 52px;
  }
*/
}
.container {
  width: calc(74.89vw + (2.93vw * 2));
  padding: 0 2.93vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
}
#page {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
}
#page p.position {
  line-height: 0;
    padding-top: 30px;
}

@media screen and (min-width: 768px) {
#page p.position {
    padding-top: 60px;
  }
}

#page p.position img {
  width: 100%;
}
#page .page_content {
  padding-bottom: 2vw;
}
#page .page_content .page_container {
  width: calc(73.14% + (2.93vw * 2));
  padding: 0 2.93vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #page .page_content .page_container {
    width: 100%;
    padding: 0 20px;
  }
}
.head_mark {
  line-height: 0;
  text-align: center;
  margin: 6.14vw 0;
}
.head_mark img {
  width: 267px;
}
@media (max-width: 768px) {
  .head_mark {
    margin: 60px 0;
  }
}
.head_catch {
  line-height: 0;
  margin-bottom: 4.72vw;
}
.head_catch picture {
  display: block;
  line-height: 0;
}
.head_catch picture img {
  width: 100%;
}
@media (max-width: 768px) {
  .head_catch {
    margin-bottom: 40px;
  }
}
.nav_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 7.04vw;
}
.nav_list li {
  line-height: 0;
  width: 47.71%;
}
.nav_list li a {
  display: block;
  line-height: 0;
}
.nav_list li img {
  width: 100%;
}
@media (max-width: 768px) {
  .nav_list {
    margin-bottom: 60px;
    flex-direction: column;
    align-items: center;
  }
  .nav_list li {
    width: 80%;
    margin-bottom: 20px;
  }
  .nav_list li:last-child {
    margin-bottom: 0;
  }
}
.history h2 {
  line-height: 0;
  margin-bottom: 4.35vw;
}
.history h2 img {
  width: 100%;
}
.history .history_wrap {
  display: grid;
  grid-template-areas: "areaA areaB" "areaC areaB";
  grid-template-columns: 38.55% 1fr;
  justify-content: space-between;
  margin-bottom: 3.52vw;
}
.history .history_wrap .history_text {
  grid-area: areaA;
  font-size: 1.2vw;
  line-height: 2em;
  margin-bottom: 1em;
 margin-top: 1em;
}
.history .history_wrap .history_map {
  grid-area: areaB;
  margin-right: calc((0.5vw + ((100vw - 83.14vw) / 2)) * -1);
}
.history .history_wrap .history_photo {
  grid-area: areaC;
}
.history .history_wrap .history_photo img {
  width: 100%;
}
.history .town_photo {
  margin-bottom: 3.52vw;
}
.history .town_photo img {
  width: 100%;
}
.history .momiji_st {
  margin-bottom: 6vw;
}
.history .momiji_st p.pc {
  line-height: 0;
}
.history .momiji_st .sp_content_wrap {
  display: none;
    margin-top: 10px;
}
@media (max-width: 768px) {
  .history h2 {
    margin-bottom: 10px;
  }
  .history .history_wrap {
    grid-template-areas: "areaB" "areaA" "areaC";
    grid-template-columns: auto;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .history .history_wrap .history_text {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .history .history_wrap .history_map {
    margin: 0 -20px 20px;
  }
  .history .town_photo {
    margin-bottom: 60px;
  }
  .history .momiji_st {
    margin-bottom: 60px;
  }
  .history .momiji_st p.pc {
    display: none;
  }
  .history .momiji_st .sp_content_wrap {
    display: block;
  }
  .history .momiji_st .sp_content_wrap p {
    line-height: 0;
    width: 100%;
    margin-bottom: 20px;
  }
/*
  .history .momiji_st .sp_content_wrap h3 img {
    width: 100%;
  }
*/
  .history .momiji_st .sp_content_wrap .momiji_st_text {
    font-size: 14px;
    line-height: 2em;
    margin-bottom: 20px;
    text-align: center;
  }
}
.evolution h2 {
  margin-bottom: 2.25vw;
}
.evolution h2 img {
  width: 100%;
}
.evolution .evo_inner {
  width: 82.89%;
  margin: 0 auto;
}
.evolution .miraito_text {
  text-align: center;
  font-size: 1.35vw;
  line-height: 2.1539em;
  margin-bottom: 3.37vw;
}
.evolution .miraito_text.pc {
  display: block;
}
.evolution .miraito_text.sp {
  display: none;
}
.evolution .miraito_map {
  margin-bottom: 6.22vw;
}
.evolution .miraito_map img {
  width: 100%;
}
@media (max-width: 768px) {
  .evolution h2 {
    margin-bottom: 20px;
  }
  .evolution .evo_inner {
    width: 100%;
  }
  .evolution .miraito_text {
    font-size: 14px;
    line-height: 2em;
    margin-bottom: 20px;
  }
  .evolution .miraito_text.pc {
    display: none;
  }
  .evolution .miraito_text.sp {
    display: block;
  }
  .evolution .miraito_map {
    margin: 0 -20px 60px;
  }
}

}
.btn_wrap {
  text-align: center;
  line-height: 0;
  padding: 6.07vw 0;
}
.btn_wrap a img {
  width: 28.04vw;
}
@media (max-width: 768px) {
  .btn_wrap {
    padding: 60px 20px;
  }
  .btn_wrap a {
    width: 100%;
  }
  .btn_wrap a img {
    width: 100%;
  }
}

.lrt .lrt_content_wrap {
  background: #fff;
  padding: 2.4vw;
}
.lrt .lrt_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.7vw;
}
.lrt .lrt_block .lrt_note {
  width: 53.4%;
  font-size: 1.35vw;
  line-height: 2.1539em;
  margin-bottom: 0;
}
.lrt .lrt_block picture {
  width: 43.3%;
}
.lrt .lrt_img1 {
  margin-bottom: 6.22vw;
}
.lrt .lrt_img1 img {
  width: 100%;
}
.lrt h4 {
  margin-bottom: 0;
}
.lrt h4 img {
  width: 100%;
}
.lrt .across_text {
  font-size: 1.35vw;
  line-height: 2.1539em;
  margin-bottom: 1em;
  margin-top: 1em;
}
.lrt .lrt_img2 {
  margin-bottom: 2.62vw;
}
.lrt .lrt_img2 img {
  width: 100%;
}
.lrt .lrt_img3 img {
  width: 100%;
}
@media (max-width: 768px) {

  .lrt .lrt_content_wrap {
    padding: 20px;
  }
  .lrt .lrt_block {
    margin-bottom: 30px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .lrt .lrt_block .lrt_note {
    width: 100%;
    font-size: 14px;
    line-height: 2em;
  }
  .lrt .lrt_block picture {
    width: 100%;
    margin-bottom: 20px;
  }
  .lrt .lrt_img1 {
    margin-bottom: 60px;
  }
  .lrt h4 {
    margin-bottom: 30px;
  }
  .lrt .across_text {
    font-size: 14px;
    line-height: 2em;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .lrt .across_text br {
    display: none;
  }
  .lrt .lrt_img2 {
    margin-bottom: 20px;
  }
}
.page_note {
  font-size: 0.83vw;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .page_note {
    font-size: 10px;
  }
}
.content_inner {
  background: -moz-linear-gradient(90deg, rgba(207,178,133,0.2) 16%, rgba(170,145,80,0.2) 80%), url("../img/common/top_concept_bg-min.png") repeat center;
  background: -webkit-linear-gradient(90deg, rgba(207,178,133,0.2) 16%, rgba(170,145,80,0.2) 80%), url("../img/common/top_concept_bg-min.png") repeat center;
  background: linear-gradient(90deg, rgba(207,178,133,0.2) 16%, rgba(170,145,80,0.2) 80%), url("../img/common/top_concept_bg-min.png") repeat center;
  background-size: auto, 1366px 2002px;
}
.nav_list {
  display: flex;
  justify-content: center;
  margin: 4.79vw -0.5vw;
}
.nav_list li {
  width: 30.75vw;
  margin: 0 0.5vw;
}
.nav_list li a,
.nav_list li span {
  display: inline-block;
  line-height: 0;
  width: 100%;
}
.nav_list li a img,
.nav_list li span img {
  width: 100%;
}
@media (max-width: 768px) {
  .nav_list {
    margin: 60px auto;
    flex-wrap: wrap;
    width: 70%;
  }
  .nav_list li {
    width: 100%;
    margin: 0 0 20px;
  }
  .nav_list li:last-child {
    margin-bottom: 0;
  }
}
