@charset "UTF-8";
* {
  min-height: 0;
  box-sizing: border-box;
}

body {
  font-family: "YakuHanJP", 'Noto Sans JP', sans-serif;
  background: #f4fbf5;
  color: #333;
  padding-top: 0 !important;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

.wrap {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 2;
  overflow: hidden;
}

@media screen and (max-width: 1180px) {
  .wrap {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .wrap {
    font-size: 14px;
    font-weight: 400;
  }
}

.wrap img {
  max-width: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  .wrap img {
    width: 100%;
  }
}

/* common */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.pc-inline {
  display: inline-block !important;
}

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

a:hover {
  opacity: .8;
}

.super {
  font-size: 0.8em;
  vertical-align: super;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/* common */
.section-wrap {
  background: #fff;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.section-inner {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .section-inner {
    padding: 0 6.25vw;
  }
}

.cmn-button-wrap {
  margin-top: 56px;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .cmn-button-wrap {
    margin-top: 18.75vw;
  }
}

.cmn-button-baloon {
  position: absolute;
  left: -33px;
  top: -50px;
  width: 206px;
}

@media screen and (max-width: 960px) {
  .cmn-button-baloon {
    left: 1%;
    width: 20%;
    top: -22%;
  }
}

@media screen and (max-width: 768px) {
  .cmn-button-baloon {
    width: 37%;
    top: -12.5vw;
    left: 5%;
  }
}

.cmn-button-text {
  width: 27%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .cmn-button-text {
    width: 53%;
    margin: 0 0 0 auto;
    padding-right: 7%;
  }
}

.cmn-button {
  margin: 15px auto 0;
  display: block;
  max-width: 609px;
  filter: drop-shadow(2.4px 2.4px 2.4px rgba(0, 0, 0, 0.3));
}

@media screen and (max-width: 960px) {
  .cmn-button {
    width: 60%;
  }
}

@media screen and (max-width: 768px) {
  .cmn-button {
    margin-top: 3.125vw;
    width: 95%;
  }
}

.mv {
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: auto;
}

.mv img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .mv {
    background: #fff;
    padding-bottom: 7.8125vw;
  }
}

.mv-logo {
  position: absolute;
  top: 4%;
  left: 2.7%;
  width: 7%;
}

@media screen and (max-width: 768px) {
  .mv-logo {
    top: 2%;
    left: 3.9%;
    width: 19.8%;
  }
}

.gift {
  background: url(../img/bg_gift.png) no-repeat center center/100% 100%;
  padding: 25px 0 45px;
}

@media screen and (max-width: 768px) {
  .gift {
    background: url(../img/bg_gift_sp.png) no-repeat center center/100% 100%;
    padding: 10.9375vw 0;
  }
}

.gift-text {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .gift-text {
    margin-top: 6.25vw;
  }
}

.gift-notes {
  margin-top: 50px;
  color: #fff;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .gift-notes {
    margin-top: 9.375vw;
    font-size: 3.125vw;
    line-height: 1.5;
  }
}

.present {
  background: #fff;
  padding: 60px 0;
}

@media screen and (max-width: 768px) {
  .present {
    padding: 12.5vw 0;
  }
}

.present-text {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .present-text {
    margin-top: 6.25vw;
  }
}

.present-notes {
  margin-top: 4px;
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .present-notes {
    position: relative;
    left: -3.125vw;
    font-size: 3.125vw;
    letter-spacing: -0.05em;
    white-space: nowrap;
  }
}

.land {
  background-color: #dff2e1;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(160, 216, 168, 0.7) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(160, 216, 168, 0.7) calc(100% - 1px));
  background-size: 20px 20px;
  background-repeat: repeat;
  background-position: center center;
  padding: 98px 0;
}

@media screen and (max-width: 768px) {
  .land {
    padding: 9.375vw 0;
  }
}

.land-inner {
  max-width: 1120px;
}

.land-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .land-list {
    flex-direction: column;
  }
}

.land-item {
  position: relative;
  width: calc(50% - 21px);
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  .land-item {
    width: 100%;
    margin-top: 6.25vw;
  }
}

.land-item::before, .land-item::after {
  content: "";
  position: absolute;
}

.land-item::after {
  filter: drop-shadow(2.8px 2.8px 2.8px rgba(0, 0, 0, 0.25));
}

@media screen and (max-width: 768px) {
  .land-item:nth-child(1) {
    order: 1;
  }
}

.land-item:nth-child(1)::before {
  background: url(../img/icon_land_01.png) no-repeat center center/cover;
  width: 10%;
  height: 16%;
  top: 59%;
  left: -3%;
}

.land-item:nth-child(1)::after {
  background: url(../img/img_land_01.png) no-repeat center center/cover;
  width: 34.683%;
  height: 55%;
  top: -19%;
  right: -7%;
}

@media screen and (max-width: 768px) {
  .land-item:nth-child(1)::after {
    width: 27.322%;
    height: 43.28%;
    top: -8%;
    right: -1%;
  }
}

@media screen and (max-width: 768px) {
  .land-item:nth-child(2) {
    order: 3;
  }
}

.land-item:nth-child(2)::before {
  background: url(../img/icon_land_02.png) no-repeat center center/cover;
  width: 10%;
  height: 16%;
  top: 16%;
  right: 10%;
}

@media screen and (max-width: 768px) {
  .land-item:nth-child(2)::before {
    top: 59%;
    left: -3%;
  }
}

.land-item:nth-child(2)::after {
  background: url(../img/img_land_02.png) no-repeat center center/cover;
  width: 34.683%;
  height: 55%;
  bottom: -35%;
  right: -7%;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .land-item:nth-child(2)::after {
    width: 27.322%;
    height: 43.28%;
    top: -8%;
    right: -1%;
  }
}

@media screen and (max-width: 768px) {
  .land-item:nth-child(3) {
    order: 2;
  }
}

.land-item:nth-child(3)::before {
  background: url(../img/icon_land_03.png) no-repeat center center/cover;
  width: 10%;
  height: 14.2%;
  top: 70%;
  right: 12%;
}

.land-item:nth-child(3)::after {
  background: url(../img/img_land_03.png) no-repeat center center/cover;
  width: 29.5%;
  height: 47%;
  top: -1%;
  right: -5%;
}

@media screen and (max-width: 768px) {
  .land-item:nth-child(3)::after {
    width: 27.322%;
    height: 43.28%;
    top: -8%;
    right: -1%;
  }
}

@media screen and (max-width: 768px) {
  .land-item:nth-child(4) {
    order: 4;
  }
}

.land-item:nth-child(4)::before {
  background: url(../img/icon_land_04.png) no-repeat center center/cover;
  width: 7%;
  height: 16.3%;
  top: 33%;
  right: 8%;
}

@media screen and (max-width: 768px) {
  .land-item:nth-child(4)::before {
    top: 51%;
  }
}

.land-item:nth-child(4)::after {
  background: url(../img/img_land_04.png) no-repeat center center/cover;
}

@media screen and (max-width: 768px) {
  .land-item:nth-child(4)::after {
    width: 27.322%;
    height: 43.28%;
    top: -8%;
    right: -1%;
  }
}

.iikoto {
  padding: 40px 0 95px;
}

@media screen and (max-width: 768px) {
  .iikoto {
    padding: 9.375vw 0 25vw;
  }
}

.iikoto-list {
  margin-top: 38px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .iikoto-list {
    margin-top: 9.375vw;
    display: block;
  }
}

.iikoto-item {
  position: relative;
  width: calc(100% / 3  - 40px);
  text-align: center;
}

@media screen and (max-width: 768px) {
  .iikoto-item {
    width: 100%;
  }
}

.iikoto-item::after {
  content: "";
  display: block;
  position: absolute;
  left: -31px;
  top: 0;
  width: 1px;
  height: 100%;
  border-left: 2px dotted #333;
}

@media screen and (max-width: 768px) {
  .iikoto-item::after {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .iikoto-item:not(:first-child) {
    margin-top: 6.25vw;
    padding-top: 6.25vw;
    border-top: 2px dotted #333;
  }
}

.iikoto-item:first-child::after {
  display: none;
}

.iikoto-item:first-child img {
  width: 98%;
}

@media screen and (max-width: 768px) {
  .iikoto-item:first-child img {
    width: 100%;
  }
}

.iikoto-item:nth-child(2) img {
  width: 91%;
}

@media screen and (max-width: 768px) {
  .iikoto-item:nth-child(2) img {
    width: 100%;
  }
}

.iikoto-item:nth-child(3) img {
  width: 108%;
  max-width: none;
}

@media screen and (max-width: 768px) {
  .iikoto-item:nth-child(3) img {
    width: 100%;
  }
}

.map-title-wrap {
  padding-top: 30px;
  margin-top: -30px;
  position: relative;
  text-align: center;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .map-title-wrap {
    margin-top: -15.625vw;
    padding-top: 15.625vw;
  }
}

.map-title-baloon {
  position: absolute;
  left: 10%;
  top: -10px;
  width: 206px;
  z-index: 2;
}

@media screen and (max-width: 960px) {
  .map-title-baloon {
    left: 5%;
    top: -50px;
  }
}

@media screen and (max-width: 768px) {
  .map-title-baloon {
    width: 37%;
    top: -1vw;
    left: 5%;
  }
}

.map-title-text {
  width: 27%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .map-title-text {
    width: 53%;
    margin: 0 0 0 auto;
    padding-right: 7%;
  }
}

.map-title {
  position: relative;
  display: block;
  background: #ef8c00;
  margin-top: 15px;
  padding: 40px 0;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .map-title {
    padding: 6.25vw 0;
  }
}

.map-title::after {
  content: "";
  position: absolute;
  bottom: -29px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 20px 0 20px;
  border-color: #ef8c00 transparent transparent transparent;
}

@media screen and (max-width: 768px) {
  .map-title::after {
    bottom: -5.9375vw;
    border-width: 6.25vw 4.6875vw 0 4.6875vw;
  }
}

.map-title img {
  width: 518px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .map-title img {
    width: 80%;
  }
}

/* ========== 全国マップ ========== */
#mainMap {
  overflow: hidden;
  position: relative;
  display: block;
  height: 872px;
  max-width: 960px;
  margin: 0 auto;
  background: url(/guide/img/fig_main_map.png) no-repeat center top;
}

.mainMap_txt {
  position: absolute;
  left: 0px;
  top: 61px;
  width: 342px;
}

#mainMap dl {
  position: absolute;
  width: 150px;
  padding: 0 0 10px;
  border: #cccccc solid 1px;
  left: 0;
  right: 0;
  margin: auto;
}

#mainMap_area1 {
  top: 59px;
  transform: translateX(395px);
}

#mainMap_area1 a {
  display: block;
}

#mainMap_area2 {
  top: 178px;
  transform: translateX(395px);
}

#mainMap_area3 {
  top: 448px;
  transform: translateX(330px);
}

#mainMap_area4 {
  top: 156px;
  transform: translateX(0);
}

#mainMap_area5 {
  top: 604px;
  transform: translateX(125px);
}

#mainMap_area6 {
  top: 235px;
  transform: translateX(-170px);
}

#mainMap_area7 {
  top: 310px;
  transform: translateX(-340px);
}

#mainMap_area8 {
  top: 658px;
  transform: translateX(-120px);
}

#mainMap_area9 {
  top: 541px;
  transform: translateX(-395px);
}

#mainMap dl dt a {
  cursor: auto;
  padding: 8px 0 16px;
  font-size: 21px;
  font-size: 1.32rem;
  line-height: 1;
  text-align: center;
  border-top-style: solid;
  border-top-width: 5px;
}

#mainMap_area1 dt a {
  color: #5974a7;
  border-top-color: #5571a8;
}

#mainMap_area2 dt a {
  color: #32a3d6;
  border-top-color: #32a3d6;
}

#mainMap_area3 dt a {
  color: #61a977;
  border-top-color: #61a977;
}

#mainMap_area4 dt a {
  color: #c1c133;
  border-top-color: #c1c133;
}

#mainMap_area5 dt a {
  color: #a0c68f;
  border-top-color: #a0c68f;
}

#mainMap_area6 dt a {
  color: #eaad5a;
  border-top-color: #eaad5a;
}

#mainMap_area7 dt a {
  color: #e67eae;
  border-top-color: #e67eae;
}

#mainMap_area8 dt a {
  color: #e68e7e;
  border-top-color: #e68e7e;
}

#mainMap_area9 dt a {
  color: #f2b7d4;
  border-top-color: #f2b7d4;
}

#mainMap dl dd a {
  display: block;
  padding: 6px 18px;
  font-size: 14px;
  font-size: 0.88rem;
  line-height: 1;
  color: #333333;
  text-decoration: none;
}

#mainMap dl dd a.disabled {
  cursor: auto;
  color: #ccc;
}

#mainMap dl dd a:before {
  content: "> ";
}

/* ========== /全国マップ ========== */
@media screen and (min-width: 769px) {
  #mainMap dl dt a:hover {
    opacity: 1;
  }
  #mainMap dl dd a:hover {
    background: #eeeeee;
  }
  #mainMap dl dd a.disabled:hover {
    background: #fff;
  }
}

@media screen and (max-width: 960px) {
  #mainMap {
    background: url(/guide/img/fig_main_map.png) no-repeat center center;
    background-size: 800px;
  }
  #mainMap dl {
    width: 130px;
    padding: 0 0 10px;
  }
  #mainMap_area1 {
    top: 100px;
    transform: translateX(300px);
  }
  #mainMap_area2 {
    top: 222px;
    transform: translateX(320px);
  }
  #mainMap_area3 {
    top: 465px;
    transform: translateX(300px);
  }
  #mainMap_area4 {
    top: 160px;
    transform: translateX(20px);
  }
  #mainMap_area5 {
    top: 570px;
    transform: translateX(120px);
  }
  #mainMap_area6 {
    top: 235px;
    transform: translateX(-129px);
  }
  #mainMap_area7 {
    top: 310px;
    transform: translateX(-277px);
  }
  #mainMap_area8 {
    top: 615px;
    transform: translateX(-100px);
  }
  #mainMap_area9 {
    top: 535px;
    transform: translateX(-320px);
  }
  #mainMap dl dt a {
    cursor: pointer;
    padding: 8px 0 16px;
    font-size: 21px;
    font-size: 1.32rem;
    line-height: 1;
    text-align: center;
    border-top-style: solid;
    border-top-width: 5px;
  }
  #mainMap dl dd a {
    display: block;
    padding: 6px 18px;
    font-size: 14px;
    font-size: 0.88rem;
    line-height: 1;
    color: #333333;
    text-decoration: none;
  }
}

@media screen and (max-width: 768px) {
  #mainMap {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: none;
  }
  #mainMap .section-inner {
    padding: 0;
  }
  .mainMap_txt {
    position: static;
    width: 72%;
    margin: 7.8125vw auto 6.25vw;
  }
  #mainMap dl {
    position: relative;
    width: 100%;
    padding: 0;
    border: none;
  }
  #mainMap_area1,
  #mainMap_area2,
  #mainMap_area3,
  #mainMap_area4,
  #mainMap_area5,
  #mainMap_area6,
  #mainMap_area7,
  #mainMap_area8,
  #mainMap_area9 {
    left: auto;
    top: auto;
    transform: translateX(0);
  }
  #mainMap dl dt a {
    position: relative;
    background: #f7f7f7;
    color: #333;
    padding: 24px 0 41px 38px;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    border: none;
    margin-bottom: 1px;
  }
  #mainMap dl dt a::before {
    content: "";
    position: absolute;
    display: block;
    left: 15px;
    top: 21px;
    width: 10px;
    height: 25px;
  }
  #mainMap dl dt a::after {
    content: "＋";
    position: absolute;
    right: 24px;
    color: #333;
    font-size: 14px;
    font-weight: 300;
  }
  #mainMap dl dd {
    display: none;
  }
  #mainMap dl dd a {
    padding: 24px 0 24px 48px;
    margin-bottom: 1px;
    font-size: 15px;
  }
  #mainMap dl dd a:before {
    content: "＞";
    position: absolute;
    right: 24px;
    font-size: 14px;
  }
  #mainMap .open a {
    color: #fff;
  }
  #mainMap .open a::before {
    background: #fff;
  }
  #mainMap .open a::after {
    content: "―";
    color: #fff;
    font-size: 14px;
  }
  #mainMap #mainMap_area1 dt a::after {
    content: "＞";
  }
  #mainMap_area1 .open a::after {
    content: "＞";
    color: #333;
  }
  #mainMap_area1 .open a {
    background: #f7f7f7;
    color: #5974a7;
  }
  #mainMap_area1 dt a::before {
    background: #5974a7;
  }
  #mainMap_area1 .open a::before {
    background: #5974a7;
  }
  #mainMap_area1 dd a {
    display: none !important;
  }
  #mainMap_area2 .open a {
    background: #32a3d6;
  }
  #mainMap_area2 dt a::before {
    background: #32a3d6;
  }
  #mainMap_area2 dd a {
    background: #e0f1f9;
  }
  #mainMap_area3 .open a {
    background: #61a977;
  }
  #mainMap_area3 dt a::before {
    background: #61a977;
  }
  #mainMap_area3 dd a {
    background: #e7f2eb;
  }
  #mainMap_area4 .open a {
    background: #c1c133;
  }
  #mainMap_area4 dt a::before {
    background: #c1c133;
  }
  #mainMap_area4 dd a {
    background: #f6f6e1;
  }
  #mainMap_area5 .open a {
    background: #a0c68f;
  }
  #mainMap_area5 dt a::before {
    background: #a0c68f;
  }
  #mainMap_area5 dd a {
    background: #ecf4e9;
  }
  #mainMap_area6 .open a {
    background: #eaad5a;
  }
  #mainMap_area6 dt a::before {
    background: #eaad5a;
  }
  #mainMap_area6 dd a {
    background: #fcf3e6;
  }
  #mainMap_area7 .open a {
    background: #e67eae;
  }
  #mainMap_area7 dt a::before {
    background: #e67eae;
  }
  #mainMap_area7 dd a {
    background: #fbecf3;
  }
  #mainMap_area8 .open a {
    background: #e68e7e;
  }
  #mainMap_area8 dt a::before {
    background: #e68e7e;
  }
  #mainMap_area8 dd a {
    background: #fae8e5;
  }
  #mainMap_area9 .open a {
    background: #f2b7d4;
  }
  #mainMap_area9 dt a::before {
    background: #f2b7d4;
  }
  #mainMap_area9 dd a {
    background: #fdf0f7;
  }
  dl dt {
    float: none;
    position: relative;
  }
  dl dt::before {
    display: none;
  }
  dl dt a {
    display: flex;
    align-items: center;
    height: 60px;
    margin-right: 72px;
    padding: 0 0 0 20px;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    text-align: left;
  }
  dl dt:nth-child(2) a {
    display: flex;
  }
  dl dt:nth-child(1) a,
  dl dt:nth-child(2) a {
    margin-right: 0;
  }
  dl dt .btnPlusMain {
    position: absolute;
    top: 0;
    right: 0;
    width: 72px;
    height: 60px;
    border-left: 1px solid #fff;
    cursor: pointer;
  }
  dl dt .btnPlusMain::after {
    width: 1px;
    height: 15px;
  }
  dl dt.is-active > a {
    background: #f7f7f7;
    color: #686048;
  }
  dl dt.is-active .btnPlusMain {
    background: #f7f7f7;
  }
  dl dt.is-active .btnPlusMain::before {
    background: #686048;
  }
  dl dt.is-active .btnPlusMain::after {
    top: 50%;
    left: 50%;
    background: #686048;
    opacity: 0;
  }
}

.contact {
  width: 100%;
  max-width: 580px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .contact {
    margin-top: 6.25vw;
    width: 90%;
  }
}

.footer {
  width: 100%;
  background: #333;
  padding: 20px 0;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: -0.02em;
}

@media screen and (max-width: 768px) {
  .footer {
    display: block;
  }
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  width: 90.625%;
  max-width: 1000px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .footer-inner {
    display: block;
  }
}

.footer-link > a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
}

.footer-link > a + a {
  margin-left: 16px;
}

.footer-sns {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .footer-sns {
    margin-top: 3.448275862068965%;
    width: 100%;
  }
}

.footer-sns a {
  background: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.footer-sns a img {
  width: 20px;
  margin: auto;
  height: auto;
  display: block;
  transform: translateY(50%);
}

.footer-sns a.youtube img {
  transform: translateY(95%);
}

.footer-sns a + a {
  margin-left: 6px;
}

.footer-copyright {
  width: 100%;
  max-width: 1000px;
  display: block;
  margin: auto;
  margin-top: 17px;
  padding-top: 17px;
  letter-spacing: 0.02em;
  font-size: 10px;
  text-align: center;
  border-top: 1px solid #fff;
}
