@charset "UTF-8";
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

common

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ----pc,sp表示切替---- */
.sp {
  display: block !important;
}

.pc {
  display: none !important;
}

@media (min-width: 740px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}
.txt_c {
  display: block !important;
  text-align: center !important;
}

.txt_r {
  display: block !important;
  text-align: right !important;
}

.fnt10 {
  font-size: 1rem;
}

.fnt12 {
  font-size: 1.2rem;
}

.fnt13 {
  font-size: 1.3rem;
}

.fnt14 {
  font-size: 1.4rem;
}
.fnt14.spfnt {
  font-size: 1.2rem;
}
@media (min-width: 740px) {
  .fnt14.spfnt {
    font-size: 1.4rem;
  }
}
.fnt14 ul li {
  font-size: 1.2rem;
}
@media screen and (min-width: 740px) {
  .fnt14 ul li {
    font-size: 1.4rem;
  }
}

.fnt15 {
  font-size: 1.5rem;
}
.fnt15.spfnt {
  font-size: 1.3rem;
}
@media (min-width: 740px) {
  .fnt15.spfnt {
    font-size: 1.5rem;
  }
}

.fnt16 {
  font-size: 1.6rem;
}
.fnt16.spfnt {
  font-size: 1.4rem;
}
@media (min-width: 740px) {
  .fnt16.spfnt {
    font-size: 1.6rem;
  }
}
.fnt16 ul li {
  font-size: 1.4rem;
}
@media screen and (min-width: 740px) {
  .fnt16 ul li {
    font-size: 1.6rem;
  }
}
.fnt16 .numList li {
  font-size: 1.4rem;
}
@media screen and (min-width: 740px) {
  .fnt16 .numList li {
    font-size: 1.6rem;
  }
}

.fnt18 {
  font-size: 1.8rem;
}
.fnt18.spfnt {
  font-size: 1.6rem;
}
@media (min-width: 740px) {
  .fnt18.spfnt {
    font-size: 1.8rem;
  }
}

.fnt20 {
  font-size: 2rem;
}
.fnt20.spfnt {
  font-size: 1.8rem;
}
@media (min-width: 740px) {
  .fnt20.spfnt {
    font-size: 2rem;
  }
}

.fnt22 {
  font-size: 2.2rem;
}
.fnt22.spfnt {
  font-size: 2rem;
}
@media (min-width: 740px) {
  .fnt22.spfnt {
    font-size: 2.2rem;
  }
}

.lineheight2 {
  line-height: 2;
}

.txt--w {
  color: #fff;
}

.indent1 {
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (min-width: 740px) {
  .indent3 p {
    text-indent: -3em;
    padding-left: 3em;
  }
}
@media (min-width: 740px) {
  .pc-txtCenter p {
    text-align: center !important;
  }
}

.contentsInr {
  padding: 0 !important;
}

@media (min-width: 740px) {
  .contentsInr {
    width: 100% !important;
    font-family: "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
  }
}
.pageTtl {
  margin-bottom: 0 !important;
}

.no-point a {
  pointer-events: none;
  opacity: 0.8;
}

/* ----sec---- */
.sec {
  padding: 0 0 30px;
  font-family: "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
}
@media screen and (min-width: 740px) {
  .sec {
    padding: 0 0 60px;
  }
}

.inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 15px;
}

.bg-pink {
  background-color: #ffe7ec;
  padding: 15px;
}

.bg_gn {
  background: #D9F1E7;
}

.bg_yl {
  background: #FAEFAC;
}

.hide-area {
  display: none;
}

.mod_inner {
  position: relative;
}

.map_sp {
  display: block !important;
}
@media screen and (min-width: 740px) {
  .map_sp {
    display: none !important;
  }
}

.map_pc {
  display: none !important;
}
@media screen and (min-width: 740px) {
  .map_pc {
    display: block !important;
  }
}

.mod_list_wrap {
  border: 2px solid #a5a5a5;
  border-radius: 20px;
  overflow: hidden;
  height: 275px;
}
@media screen and (min-width: 740px) {
  .mod_list_wrap {
    border: 0;
    border-radius: 0;
    overflow: inherit;
    height: auto;
  }
}

.mod_list {
  overflow-y: auto;
  height: 100%;
}
@media screen and (min-width: 740px) {
  .mod_list {
    overflow-y: inherit;
    height: auto;
  }
}
@media screen and (min-width: 740px) {
  .mod_list li {
    position: absolute;
  }
}
.mod_list li a {
  display: block;
  padding: 10px;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 740px) {
  .mod_list li a {
    padding: 0;
    border-radius: 8px;
    background: inherit;
    transition: all 0.3s;
  }
}
.mod_list li a:after {
  content: "";
  background: url("/content/dam/sites/wwwjalcojp/jp/ja/domtour/mottomotto_hok_cpn/img_sites/icon_map_list.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
}
@media screen and (min-width: 740px) {
  .mod_list li a:after {
    content: none;
  }
}
.mod_list li a .mod_sp {
  display: flex;
  align-items: baseline;
  gap: 5px;
  font-size: 1.6rem;
}
.mod_list li a .mod_sp span {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #00A45F;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
}
.mod_list li:nth-child(even) a {
  background: #EBEBEB;
}
@media screen and (min-width: 740px) {
  .mod_list li:nth-child(even) a {
    background: inherit;
  }
}

@media (min-width: 740px) {
  .mod_list li:nth-child(1) {
    top: 30%;
    left: 25.1%;
  }
  .mod_list li:nth-child(1) a {
    width: 73px;
    height: 32px;
  }
  .mod_list li:nth-child(2) {
    top: 46%;
    left: 15.2%;
  }
  .mod_list li:nth-child(2) a {
    width: 172px;
    height: 33px;
  }
  .mod_list li:nth-child(3) {
    top: 63.6%;
    left: 9.8%;
  }
  .mod_list li:nth-child(3) a {
    width: 130px;
    height: 32px;
  }
  .mod_list li:nth-child(4) {
    top: 15.6%;
    left: 61.8%;
  }
  .mod_list li:nth-child(4) a {
    width: 84px;
    height: 31px;
  }
  .mod_list li:nth-child(5) {
    top: 28.4%;
    left: 615.7px;
  }
  .mod_list li:nth-child(5) a {
    width: 73px;
    height: 31px;
  }
  .mod_list li:nth-child(6) {
    top: 33.3%;
    left: 49.9%;
  }
  .mod_list li:nth-child(6) a {
    width: 73px;
    height: 32px;
  }
  .mod_list li:nth-child(7) {
    top: 30%;
    left: 73.1%;
  }
  .mod_list li:nth-child(7) a {
    width: 117px;
    height: 32px;
  }
  .mod_list li:nth-child(8) {
    top: 44.1%;
    left: 73.8%;
  }
  .mod_list li:nth-child(8) a {
    width: 73px;
    height: 32px;
  }
  .mod_list li:nth-child(9) {
    top: 45.2%;
    left: 54.3%;
  }
  .mod_list li:nth-child(9) a {
    width: 129px;
    height: 31px;
  }
  .mod_list li:nth-child(10) {
    top: 56%;
    left: 44.2%;
  }
  .mod_list li:nth-child(10) a {
    width: 117px;
    height: 31px;
  }
  .mod_list li:nth-child(11) {
    top: 73.7%;
    left: 26.2%;
  }
  .mod_list li:nth-child(11) a {
    width: 134px;
    height: 54px;
  }
}
/* @media (min-width: 740px){
.mod_list li:nth-child(1){
  top: 34.8%;
  left: 14.2%;
}
.mod_list li:nth-child(1) a{
  width: 77px;
  height: 33px;
}
.mod_list li:nth-child(2){
  top: 40%;
  left: 5%;
}
.mod_list li:nth-child(2) a{
  width: 107px;
  height: 33px;
}
.mod_list li:nth-child(3){
  top: 45.6%;
  left: 5%;
}
.mod_list li:nth-child(3) a{
  width: 104px;
  height: 53px;
}
.mod_list li:nth-child(4){
  top: 28%;
  left: 22.3%;
}
.mod_list li:nth-child(4) a{
  width: 106px;
  height: 33px;
}
.mod_list li:nth-child(5){
  top: 25.3%;
  left: 0;
}
.mod_list li:nth-child(5) a{
  width: 72px;
  height: 33px;
}
.mod_list li:nth-child(6){
  top: 58.5%;
  left: 37.5%;
}
.mod_list li:nth-child(6) a{
  width: 117px;
  height: 56px;
}
.mod_list li:nth-child(7){
  top: 66.5%;
  left: 15%;
}
.mod_list li:nth-child(7) a{
  width: 139px;
  height: 32px;
}
.mod_list li:nth-child(8){
  top: 74.3%;
  left: 35%;
}
.mod_list li:nth-child(8) a{
  width: 115px;
  height: 32px;
}
.mod_list li:nth-child(9){
  top: 85.5%;
  left: 17.4%;
}
.mod_list li:nth-child(9) a{
  width: 126px;
  height: 33px;
}
.mod_list li:nth-child(10){
  top: 23%;
  left: 40%;
}
.mod_list li:nth-child(10) a{
  width: 117px;
  height: 34px;
}
.mod_list li:nth-child(11){
  top: 41.2%;
  left: 39.5%;
}
.mod_list li:nth-child(11) a{
  width: 140px;
  height: 33px;
}
.mod_list li:nth-child(12){
  top: 52.5%;
  left: 34.2%;
}
.mod_list li:nth-child(12) a{
  width: 140px;
  height: 33px;
}
.mod_list li:nth-child(13){
  top: 66.5%;
  left: 56%;
}
.mod_list li:nth-child(13) a{
  width: 129px;
  height: 57px;
}
.mod_list li:nth-child(14){
  top: 54.2%;
  left: 53.4%;
}
.mod_list li:nth-child(14) a{
  width: 162px;
  height: 33px;
}
.mod_list li:nth-child(15){
  top: 33.5%;
  left: 55.1%;
}
.mod_list li:nth-child(15) a{
  width: 119px;
  height: 57px;
}
.mod_list li:nth-child(16){
  top: 51%;
  left: 20.7%;
}
.mod_list li:nth-child(16) a{
  width: 83px;
  height: 33px;
}
} */
@media (min-width: 740px) {
  .mod_list li a .mod_sp {
    display: none;
  }
}
.remodal {
  border-radius: 20px;
  padding: 15px;
  text-align: left;
  margin-top: 50px;
}
@media screen and (min-width: 740px) {
  .remodal {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    border-radius: 40px;
    padding: 30px;
    margin-top: 80px;
  }
}

@media screen and (min-width: 740px) {
  .mod_list li a:hover {
    background: rgba(0, 0, 0, 0.4);
  }
}

.remodal-close {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  position: absolute;
  color: #333;
  top: -45px;
  left: inherit;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
@media screen and (min-width: 740px) {
  .remodal-close {
    top: -60px;
    right: -30px;
    width: 50px;
    height: 50px;
  }
}
.remodal-close:after, .remodal-close:before {
  content: none;
}
.remodal-close span {
  position: relative;
}
.remodal-close span:after {
  content: "";
  display: block;
  width: 2px;
  height: 22px;
  border-radius: 0;
  background: #707070;
  position: absolute;
  top: 50%;
  left: 50%;
}
.remodal-close span:before {
  content: "";
  display: block;
  width: 2px;
  height: 22px;
  border-radius: 0;
  background: #707070;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.remodal-close span:after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.mod_ttl {
  color: #00A45F;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 740px) {
  .mod_ttl {
    font-size: 3rem;
  }
}

.mod_img {
  width: 100%;
  max-width: 430px;
  margin: 0 auto 20px;
}

.mod_cap {
  display: block;
  text-align: right;
  font-size: 1.2rem;
}

.mod_txt {
  color: #00A45F;
  font-size: 1.7rem;
  font-weight: bold;
}
@media screen and (min-width: 740px) {
  .mod_txt {
    font-size: 1.9rem;
  }
}

.mod_col {
  display: block;
}
@media screen and (min-width: 740px) {
  .mod_col {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
}

@media screen and (min-width: 740px) {
  .mod_col_box {
    width: calc(50% - 10px);
  }
}

.mod_subTtl {
  color: #00A45F;
  font-size: 1.5rem;
  font-weight: bold;
  padding-left: 5px;
  border-left: 6px solid #00A45F;
  line-height: 1.25;
  margin-bottom: 10px;
  margin-top: 20px;
}
@media screen and (min-width: 740px) {
  .mod_subTtl {
    font-size: 1.6rem;
  }
}
.mod_subTtl span {
  display: block;
  font-size: 1.2rem;
}
@media screen and (min-width: 740px) {
  .mod_subTtl span {
    font-size: 1.3rem;
  }
}

.mod_col_box_list li {
  padding: 0 0 0 18px;
  position: relative;
}
@media screen and (min-width: 740px) {
  .mod_col_box_list li {
    padding: 0 0 0 12px;
  }
}
.mod_col_box_list li:before {
  content: "";
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  background-color: #333;
  border-radius: 50%;
  position: absolute;
  top: 0.75em;
  left: 0.9em;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 740px) {
  .mod_col_box_list li:before {
    width: 5px;
    height: 5px;
    position: absolute;
    top: 11px;
    left: 2px;
  }
}

.mod_box {
  margin-top: 20px;
  background: #F7E788;
  padding: 20px;
}

.mod_box_list li {
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid #707070;
  line-height: 1.25;
  margin-top: 5px;
}
.mod_box_list li:last-child {
  border-right: 0;
}

.plan_ttl .ttlLv3 {
  padding: 0;
}
.plan_ttl .ttlLv3 .heading img {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  padding: 0;
}

@media screen and (min-width: 740px) {
  .ban_col {
    display: flex;
    justify-content: space-between;
  }
}
.ban_col:before, .ban_col:after {
  content: none;
}
.ban_col .linkbtn a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  background: #E6D028;
  border: 2px solid #326840;
  color: #326840;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0px 2px;
  min-height: auto;
  line-height: 38px;
}
@media screen and (min-width: 740px) {
  .ban_col .linkbtn a {
    line-height: 27px;
  }
}
.ban_col .linkbtn a > span > span {
  display: inline-block;
  font-size: 1.2rem;
  position: relative;
  padding-right: 15px;
}
.ban_col .linkbtn a > span > span::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 8px;
  border-color: transparent transparent transparent #326841;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 740px) {
  .ban_col > div {
    width: 50%;
  }
}
.ban_col > div:first-child a {
  background: #6EB2A0;
}

.entryEnd {
  border: 2px solid #CC0000;
  color: #CC0000;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 15px;
}

.box-red {
  background: #ffd8d8;
  padding: 15px;
}

.tabs_parent > li > a > span:after {
  transform: rotate(270deg);
}