@charset "utf-8";
i.link {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../p_common/images/icon/link_large.png) no-repeat center / contain;
  margin: 0 0 0 5px;
}
#page_title {
  background: #F0F0DC;
}
#page_title .title {
  font-size: 50px;
  line-height: 1.4em;
}
#page_title .title span {
  margin: 0 0 20px;
}
#official .wrap {
  padding-top: 150px;
  padding-bottom: 100px;
}
#official .about {
  background: #F0F0DC;
  padding: 50px;
}
#official .about h2 {
  color: var(--mainColor);
  text-align: center;
  font-size: 36px;
  line-height: 2em;
  margin: 0 0 40px;
}
#official .about .lead_txt {
  color: var(--mainColor);
  text-align: center;
  font-size: 16px;
  line-height: 2em;
}
#official .about .images {
  justify-content: center;
  gap: 50px;
  max-width: 1000px;
  margin: 40px auto 0;
}
#official .about .images .in_box {
  width: calc(50% - 25px);
  text-align: center;
}
#official .about .images .in_box img {
  border-radius: 10px;
}
#official .about .images .in_box p.cap {
  text-align: center;
  margin: 20px 0 0 0;
  font-size: 14px;
  line-height: 2em;
  color: var(--mainColor);
}
#official .point {
  justify-content: flex-start;
  gap: 40px;
  margin: 100px 0 0 0;
}
#official .point .point_box {
  width: calc((100% - 40px)/2);
  height: 150px;
  background: #EDEDE4;
  border-radius: 10px;
  text-decoration: none;
  color: var(--mainColor);
  position: relative;
  justify-content: flex-start;
  align-items: center;
  padding: 30px;
}
#official .point .point_box:before {
  content: '';
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background: url(/maihama/p_common/images/official/point_bgi.png) no-repeat center / cover;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}
#official .point .point_box h3 {
  font-size: 18px;
  line-height: 1.8em;
  font-weight: bold;
  width: 112px;
  position: relative;
  z-index: 2;
}
#official .point .point_box .icon {
  width: 40px;
  position: relative;
  z-index: 2;
}
#official .point .point_box p {
  font-size: 16px;
  line-height: 1.8em;
  padding: 0 15px 0 40px;
  width: calc(100% - (112px + 40px + 30px));
  position: relative;
  z-index: 2;
}
#official .point .point_box .btn {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #002749;
  position: relative;
  z-index: 2;
}
#official .point .point_box .btn:before {
  content: '';
  width: 12px;
  height: 6px;
  background: url(/maihama/p_common/images/icon/btn_circle_arrow_wht.png) no-repeat center / contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%) rotate(90deg);
  z-index: 2;
}

#point {
  background: url(/maihama/p_common/images/bgi_contents.png) no-repeat center top / cover;
  overflow: hidden;
  margin-bottom: 150px;
}
#point .wrap {
  padding: 100px 0;
}
#point .point_cts_wrap {
  width: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
}
#point .point_cts_wrap + .point_cts_wrap {
  margin-top: 50px;
}
#point .point_cts_wrap .images {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 600px;
  text-align: center;
  transform: translate(-50%,0);
  z-index: 3;
}
#point .point_cts_wrap .contents {
  padding: 318px 60px 60px;
  margin: 100px 0 0 0;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  position: relative;
  z-index: 2;
}
#point .point_cts_wrap .images p.cap {
  font-size: 14px;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(calc(100% + 1em),0);
}
#point .point_cts_wrap .contents .midashi {
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
  margin: 0 0 20px;
}
#point .point_cts_wrap .contents .midashi p {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 600;
}
#point .point_cts_wrap .contents h2 {
  font-size: 36px;
  line-height: 1.5em;
  font-weight: 600;
  margin: 0 0 15px;
  text-align: center;
}
#point .point_cts_wrap .contents p {
  font-size: 16px;
  line-height: 1.8em;
  color: var(--mainColor);
  text-align: center;
}
#point .point_cts_wrap .contents ul.caution {
  color: var(--mainColor);
}
#point .point_cts_wrap .contents p .time {
  display: block;
  font-size: 18px;
  line-height: 1.8em;
  font-weight: bold;
}
#point .point_cts_wrap .contents .clr_box {
  background: #F0F0DC;
  padding: 40px;
  margin: 0 0 40px;
}
#point .point_cts_wrap .contents .link_box {
  display: block;
  margin: 40px 0 0 0;
}
#point .point_cts_wrap .contents .link_box a.link_btn {
  width: 100%;
  min-height: 80px;
  justify-content: center;
  align-items: center;
  padding: 30px;
  text-decoration: none;
  color: var(--mainColor);
  font-weight: bold;
  background: #F0F0DC;
  border-radius: 10px;
  position: relative;
}
#point .point_cts_wrap .contents .link_box a.link_btn:after {
  content: '';
  width: 12px;
  height: 6px;
  background: url(../p_common/images/icon/btn_circle_arrow.png) no-repeat center / contain;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0,-50%);
  transform: .3s;
}
#point .point_cts_wrap .contents .link_box a.link_btn:hover:after {
  animation: pointArrow .3s ease-out .1s forwards;
}
@keyframes pointArrow {
  0% {
    right: 20px;
    opacity: 0;
  }
  50% {
    right: calc(20px + 5px);
    opacity: 1;
  }
  100% {
    right: 20px;
  }
}
#point .acc_wrap {
  background: #F0F0DC;
  border-radius: 10px;
  margin: 40px 0 0 0;
}
#point .acc_wrap .acc_tab {
  padding: 30px 60px 30px 40px;
  color: var(--mainColor);
  font-weight: 600;
  cursor: pointer;
  position: relative;
}
#point .acc_wrap .acc_tab:before,
#point .acc_wrap .acc_tab:after {
  content: '';
  width: 20px;
  height: 2px;
  background: var(--mainColor);
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translate(0,-50%);
  transition: .3s;
  z-index: 2;
}
#point .acc_wrap .acc_tab:after {
  transform: translate(0,-50%) rotate(90deg);
  transform-origin: center;
}
#point .acc_wrap .acc_tab.open:after {
  transform: translate(0,-50%) rotate(180deg);
}
#point .acc_wrap .acc_cts {
  padding: 0 40px 40px;
}
#point .acc_wrap .acc_cts p {
  text-align: left;
}
#point .acc_wrap .acc_cts table {
  width: 100%;
  max-width: 600px;
  margin: 40px auto;
}
#point .acc_wrap .acc_cts table th,
#point .acc_wrap .acc_cts table td {
  width: 50%;
  padding: 15px;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  background: #fff;
  border: 1px solid var(--mainColor);
}
#point .acc_wrap .acc_cts table th {
  background: #CDCDCD;
}
#point .acc_wrap .acc_cts table .head th {
  background: var(--mainColor);
  color: #fff;
}
#point .point_cts_wrap a {
  text-decoration: underline;
}
#point .point_cts_wrap .contents .btn_wrap {
  margin-top: 40px;
}
#point .point_cts_wrap .contents .btn_wrap a.btn {
  text-decoration: none;
  max-width: 500px;
}
#page_title .page_mv {
  width: 100%;
  max-width: 700px;
  height: auto;
  bottom: unset;
  top: 0;
}
#page_title .page_mv p.cap {
  font-size: 14px;
  line-height: 1.6em;
  margin: 10px 0 0 0;
}



/* ========================================================================================================
   1399px以下
   ========================================================================================================*/
@media screen and (max-width: 1399px) {
  #page_title .page_mv {
    width: 100%;
    max-width: 600px;
    height: auto;
    bottom: unset;
    top: 70px;
  }
  #page_title .page_mv img {
    border-radius: 10px 0 0 10px;
  }
}

/* ========================================================================================================
   767px以下
   ========================================================================================================*/
@media screen and (max-width: 767px) {
  #page_title .title {
    font-size: 20px;
    line-height: 1.3em;
  }
  #page_title .title span {
    margin: 0 0 10px;
  }
  #official .wrap {
    padding-top: 30px;
    padding-bottom: 80px;
  }
  #official .about {
    padding: 40px 20px;
  }
  #official .about h2 {
    font-size: 20px;
    line-height: 1.6em;
    margin: 0 0 30px;
  }
  #official .about .lead_txt {
    text-align: left;
    font-size: 14px;
    line-height: 2em;
  }
  #official .about .images {
    gap: 20px;
  }
  #official .about .images .in_box {
    width: 100%;
  }
  #official .about .images .in_box p.cap {
    margin: 10px 0 0 0;
  }
  #official .point {
    gap: 10px;
    margin: 80px 0 0 0;
  }
  #official .point .point_box {
    width: 100%;
    height: 90px;
    padding: 20px;
  }
  #official .point .point_box:before {
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    background: url(/maihama/p_common/images/official/point_bgi.png) no-repeat center / cover;
    top: 6px;
    left: 6px;
  }
  #official .point .point_box h3 {
    font-size: 12px;
    width: 60px;
  }
  #official .point .point_box .icon {
    width: 24px;
  }
  #official .point .point_box .btn {
    width: 18px;
    height: 18px;
    border-radius: 18px;
  }
  #official .point .point_box p {
    font-size: 14px;
    line-height: 1.5em;
    font-weight: bold;
    padding: 0 10px 0 20px;
    width: calc(100% - (60px + 24px + 18px));
  }
  #point {
    background: url(/maihama/p_common/images/bgi_contents_sp.png) no-repeat center top / cover;
    margin-bottom: 50px;
  }
  #point .wrap {
    padding: 40px 0;
  }
  #point .point_cts_wrap .images {
    width: calc(100% - 40px);
  }
  #point .point_cts_wrap .contents {
    padding: 35% 20px 30px;
    width: 100%;
    margin-top: 40%;
  }
  #point .point_cts_wrap .contents .midashi {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  #point .point_cts_wrap .contents .midashi p {
    font-size: 20px;
  }
  #point .point_cts_wrap .contents h2 {
    font-size: 24px;
    margin: 0 0 30px;
    text-align: left;
  }
  #point .point_cts_wrap .contents p {
    font-size: 14px;
    text-align: left;
  }
  #point .point_cts_wrap .contents p .time {
    font-size: 20px;
  }
  #point .point_cts_wrap .contents .link_box a.link_btn {
    justify-content: flex-start;
    min-height: 60px;
    padding: 15px;
    font-size: 12px;
    line-height: 1.8em;
  }
  #point .point_cts_wrap .contents .clr_box {
    padding: 30px;
    margin: 0 0 30px;
  }
  #point .point_cts_wrap .images p.cap {
    font-size: 12px;
    position: relative;
    right: 0;
    bottom: 0;
    transform: translate(0, 0);
    width: 100%;
    display: block;
  }

  #other_links .wrap {
    padding: 40px 0;
  }
  #other_links .link_list {
    gap: 20px;
  }
  #other_links .link_list .link_btn {
    width: 100%;
    height: 60px;
    background: #fff;
    text-decoration: none;
    color: #000;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 12px;
    padding: 15px;
    font-size: 14px;
    line-height: 1.5em;
  }
  #other_links .link_list .link_btn img {
    width: 30px;
    height: auto;
  }
  #other_links .link_list .link_btn p {
    width: calc(100% - 30px);
    padding-right: 10px;
    text-align: center;
  }
  #other_links .link_list .link_btn p span {
    display: block;
    width: 100%;
    padding: 0 40px 0 0;
  }
  #point .acc_wrap {
    border-radius: 6px;
    margin: 30px 0 0 0;
  }
  #point .acc_wrap .acc_tab {
    padding: 15px 40px 15px 20px;
    font-size: 12px;
    line-height: 1.6em;
  }
  #point .acc_wrap .acc_tab:before,
  #point .acc_wrap .acc_tab:after {
    width: 14px;
    height: 1px;
    right: 15px;
  }
  #point .acc_wrap .acc_cts {
    padding: 0 20px 30px;
    font-size: 14px;
    line-height: 1.6em;
  }
  #point .acc_wrap .acc_cts table {
    margin: 20px auto;
  }
  #point .acc_wrap .acc_cts table th,
  #point .acc_wrap .acc_cts table td {
    padding: 10px;
  }
  #point .acc_wrap .acc_cts table th {
    width: 55%;
  }
  #point .acc_wrap .acc_cts table td {
    width: 45%;
  }
  #point .point_cts_wrap + .point_cts_wrap {
    margin-top: 40px;
  }
  #page_title .page_mv {
    width: calc(50% - 10px);
    max-width: 350px;
    top: 50px;
    bottom: unset;
  }
  #page_title .page_mv p.cap {
    font-size: 12px;
    margin: 0;
  }
  
  
  
}
/* ========================================================================================================
   499px以下
   ========================================================================================================*/
@media screen and (max-width: 499px) {

}