/*------------------------
		activity
------------------------*/

@font-face {
  font-style: normal;
  font-family: 'AbrilFatface-Regular';
  src: url('../fonts/AbrilFatface-Regular.woff') format('woff');
}

img {
  object-fit: cover;
  font-family: 'object-fit: cover;'
}

/* section01 */

.kv {
  position: relative;
  width: 100%;
  height: 768px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.kv .wrapper {
  padding-top: 130px;
  padding-left: 50px;
}

.kv .kv_title {
  font-family: 'SawarabiMincho-Regular', serif;
  font-size: 60px;
  color: #fff;
  margin-bottom: 45px;
}

.kv .kv_title span {
  font-size: 40px;
}

.kv .kv_text {
  width: 450px;
  font-family: 'SawarabiMincho-Regular', serif;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}

.section01 .description {
  background-color: #f2eee7;
  padding: 100px 60px;
}

.section01 .description_title {
  font-family: 'SawarabiMincho-Regular', serif;
  font-size: 30px;
  line-height: 52px;
  color: #000;
  margin-bottom: 40px;
  letter-spacing: 0.07em;
}

.section01 .description_text {
  width: 800px;
  font-family: 'NotoSansJP-Regular', sans-serif;
  font-size: 14px;
  line-height: 25px;
  color: #000;
}

@media screen and (min-width:800px) and (max-width:1200px) {
  .kv .kv_title {
    font-size: 5vw;
  }
  .kv .kv_title span {
    font-size: 3.3vw;
  }
  .kv .kv_text {
    width: 37.5vw;
    font-size: 1.3vw;
    line-height: 2.3vw;
  }
  .section01 .description {
    padding: 8.3vw 5vw;
  }
  .section01 .description_title {
    font-size: 2.5vw;
    line-height: 4.3vw;
    margin-bottom: 3.3vw;
  }
  .section01 .description_text {
    width: 66.6vw;
    font-size: 1.1vw;
    line-height: 2vw;
  }
}

@media screen and (max-width:799px) {
  .kv {
    width: 100%;
    height: 667px;
    background-position: bottom right;
  }
  .kv .wrapper {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .kv .kv_title {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 38px;
  }
  .kv .kv_title span {
    font-size: 28px;
  }
  .kv .kv_text {
    width: 100%;
    font-size: 10px;
    line-height: 17px;
  }
  .section01 .description {
    padding: 30px 20px;
  }
  .section01 .description_title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .section01 .description_text {
    width: 100%;
    font-size: 10px;
    line-height: 17px;
  }
}

/* planTopic */

.planTopic {}

.planTopic .planTopic_kv {
  position: relative;
  width: 100%;
  height: 650px;
}

.planTopic .planTopic_kv:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  content: '';
  background-color: rgba(0, 196, 211, 0.2);
}

.planTopic .planTopic_kv .planTopic_island {
  position: absolute;
  top: 60px;
  left: 15%;
}

.planTopic .planTopic_kv .wrapper {
  position: absolute;
  left: 60px;
  bottom: 35px;
}

.planTopic .planTopic_title {
  font-family: 'GildaDisplay-Regular', serif;
  font-size: 178px;
  letter-spacing: 0.17em;
  color: #fff;
}

.planTopic .planTopic_subtitle {
  font-family: 'SawarabiMincho-Regular', serif;
  font-size: 36px;
  color: #fff;
  margin-bottom: 25px;
}

.planTopic .planTopic_kv .frame {
  position: absolute;
  bottom: 35px;
  right: 35px;
  width: 132px;
  height: 132px;
}

.planTopic .planTopic_description {}

.planTopic .planTopic_description .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  margin: 0 auto 80px;
  padding-top: 50px;
}

.planTopic .description_left {
  margin-right: 25px;
}

.planTopic .description_right {}

.planTopic .description_title {
  font-family: 'SawarabiMincho-Regular', serif;
  font-size: 30px;
  color: #000;
  line-height: 40px;
}

.planTopic .description_text {
  width: 600px;
  font-family: 'NotoSansJP-Regular', sans-serif;
  font-size: 14px;
  line-height: 25px;
  color: #000;
  margin-bottom: 30px;
}

.planTopic .note {
  background-color: rgba(26, 139, 211, 0.1);
  padding: 20px 0 20px 40px;
}

.planTopic .note .note_text {
  position: relative;
  display: inline-block;
  font-family: 'NotoSansJP-Regular', sans-serif;
  font-size: 14px;
  color: #1a8bd3;
  margin-right: 20px;
}

.planTopic .note .note_text:before {
  position: absolute;
  left: -20px;
  content: '';
  width: 15px;
  height: 15px;
  background-image: url(../images/activity/caution.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.planTopic .note .note_link {
  font-family: 'GildaDisplay-Regular', serif;
  font-size: 14px;
  color: #1a8bd3;
}

.planTopic_imageList {
  width: 1000px;
  margin: 80px auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.imageList_item {
  position: relative;
  width: 100%;
}

.imageList_bg {
  width: 100%;
  height: 400px;
}

.planTopic_imageList .imageList_frame {
  position: absolute;
}

.planTopic_imageList .imageList_frame.frame01 {
  top: 0;
  left: 60px;
  width: 200px;
  height: 106px;
}

.planTopic_imageList .imageList_text {
  font-family: 'NotoSansJP-Regular', sans-serif;
  font-size: 12px;
  color: #000;
  margin-top: 15px;
  line-height: 22px;
}

@media screen and (min-width:800px) and (max-width:1200px) {
  .planTopic .planTopic_kv .planTopic_island {
    left: 0%;
  }
  .planTopic .planTopic_title {
    font-size: 12vw;
  }
  .planTopic .planTopic_subtitle {
    font-size: 3vw;
    margin-bottom: 2vw;
  }
  .planTopic .planTopic_description .wrapper {
    width: 83.3vw;
    margin-bottom: 6.6vw;
  }
  .planTopic .description_title {
    font-size: 2.5vw;
  }
  .planTopic .description_text {
    width: 50vw;
    font-size: 1.1vw;
    line-height: 2vw;
  }
  .planTopic .note {
    padding: 20px 0 20px 40px;
  }
  .planTopic .note .note_text {
    font-size: 1.1vw;
  }
  .planTopic .note .note_link {
    font-size: 1.1vw;
  }
  .planTopic_imageList {
    width: 83.3vw;
  }
  .imageList_bg {
    height: 33.3vw;
  }
  .planTopic .imageList_frame.frame01 {
    left: 5vw;
    width: 16.6vw;
    height: 8.8vw;
  }
  .planTopic_imageList .imageList_text {
    font-size: 1vw;
  }
}

@media screen and (max-width:799px) {
  .planTopic .planTopic_kv {
    height: 315px;
  }
  .planTopic .planTopic_kv:before {
    display: none;
  }
  .planTopic .planTopic_kv .planTopic_island {
    top: 30px;
    left: 0%;
    width: 50%;
  }
  .planTopic .planTopic_kv .wrapper {
    position: absolute;
    left: 10px;
    bottom: 10px;
  }
  .planTopic .planTopic_title {
    font-size: 50px;
  }
  .planTopic .planTopic_subtitle {
    font-size: 21px;
    line-height: 38px;
    margin-bottom: 10px;
  }
  .planTopic .planTopic_kv .frame {
    position: absolute;
    top: 20px;
    bottom: auto;
    right: 20px;
    width: 90px;
    height: 90px;
  }
  .planTopic .planTopic_description .wrapper {
    display: block;
    width: 100%;
    padding: 50px 10px 0;
    margin-bottom: 35px;
  }
  .planTopic .description_left {
    margin-right: 25px;
  }
  .planTopic .description_title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .planTopic .description_text {
    width: 100%;
    font-size: 10px;
    line-height: 17px;
    margin-bottom: 20px;
  }
  .planTopic .note {
    background-color: rgba(26, 139, 211, 0.1);
    padding: 15px 0 15px 30px;
  }
  .planTopic .note .note_text {
    font-size: 12px;
  }
  .planTopic .note .note_link {
    font-size: 12px;
  }
  .imageList_item {
    margin-bottom: 35px;
  }
  .planTopic_imageList {
    width: 100%;
    margin: 50px auto;
    display: block;
    padding: 0 15px;
  }
  .imageList_bg {
    width: 100%;
    height: 72vw;
  }
  .planTopic .imageList_frame {
    position: absolute;
  }
  .planTopic .imageList_frame.frame01 {
    top: 20px;
    left: 20px;
    width: 132px;
    height: 70px;
  }
  .planTopic_imageList .imageList_text {
    font-family: 'NotoSansJP-Regular', sans-serif;
    font-size: 10px;
    color: #000;
    margin-top: 15px;
  }
}

/* planList */

.planList {}

.planList .planItem {}

.planItem_desc {
  width: 1000px;
  margin: 0 auto;
  font-family: 'SawarabiMincho-Regular', serif;
  font-size: 20px;
  letter-spacing: 0.15em;
  color: #000;
  line-height: 30px;
}

.planItem_desc span {
  display: inline-block;
  margin-top: 12px;
  font-size: 12px;
  font-family: 'NotoSansJP-Regular', sans-serif;
}

.planList .planItem_head {
  width: 100%;
  height: 290px;
  background-color: rgba(149, 220, 232, 0.15);
  margin-bottom: 80px;
}

.planList .planItem_head_inner {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0;
}

.planList .planItem_head .planItem_icon {
  width: 155px;
  height: 155px;
  margin-right: 20px;
}

.planList .planItem_head img {
  object-fit: contain;
}

.planList .planItem_head .wrapper {
  position: relative;
  top: 50px;
}

.planList .planItem_head .subtitle {
  font-family: 'SawarabiMincho-Regular', serif;
  font-size: 30px;
  color: #1a8bd3;
  margin-bottom: 20px;
}

.planList .planItem_head .title {
  font-family: 'SawarabiMincho-Regular', serif;
  font-size: 40px;
  color: #1a8bd3;
}

.planList .planItem_contents {
  width: 1000px;
  margin: 0 auto 80px;
}

.planList .planItem_contents .imageList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.planList .planItem_contents .imageItem {
  position: relative;
  width: 100%;
  height: 450px;
}

.planList .planItem_contents .imageItem .frame {
  position: absolute;
}

.planList .planItem_contents .imageItem .frame02 {
  width: 230px;
  height: 115px;
  top: 10px;
  right: 10px;
}

.planList .planItem_contents .imageItem .frame03 {
  width: 290px;
  height: 145px;
  top: -40px;
  right: 10px;
}

.planList .planItem_contents .imageItem .frame04 {
  width: 230px;
  height: 115px;
  top: -50px;
  right: 70px;
}

.planList .planItem_contents .wrapper {
  display: inline-block;
  position: relative;
  top: -50px;
  background-color: #fff;
  padding: 25px 70px 25px 0;
}

.planList .planItem_contents .title {
  font-family: 'SawarabiMincho-Regular', serif;
  font-size: 20px;
  letter-spacing: 0.15em;
  color: #000;
}

.planList .planItem_contents .text {
  font-family: 'NotoSansJP-Regular', serif;
  font-size: 14px;
  line-height: 25px;
  width: 700px;
  position: relative;
  top: -50px;
  margin-bottom: -50px;
}

.planList .planItem_contents .information {
  margin-bottom: 50px;
}

.planList .planItem_contents .information_title {
  position: relative;
  z-index: 10;
  top: 4px;
  font-family: 'AbrilFatface-Regular', serif;
  font-size: 50px;
  color: rgba(26, 139, 211, 0.1);
}

.planList .planItem_contents .information_box {
  position: relative;
  padding: 25px 25px;
  background-color: rgba(26, 139, 211, 0.1);
}

.planList .planItem_contents .information_box:before {
  display: block;
  position: absolute;
  left: 0;
  top: -76px;
  content: '';
  width: 1000px;
  height: 76px;
  background-image: url(../images/activity/saipan_infomation.png);
  background-color: #fff;
}

.planList .planItem_contents .information_text {
  font-family: 'NotoSansJP-Regular', sans-serif;
  font-size: 18px;
  color: #1a8bd3;
  margin-bottom: 30px;
}

.planList .planItem_contents .information_list {}

.planList .planItem_contents .information_item {}

.planList .planItem_contents .information_item .information_text {
  margin-bottom: 5px;
}

.planList .planItem_contents .information_link {
  display: inline-block;
  font-family: 'GildaDisplay-Regular', serif;
  font-size: 20px;
  color: #1a8bd3;
  margin-bottom: 30px;
}

@media screen and (min-width:800px) and (max-width:1200px) {
  .planItem_desc {
    width: 83.3vw;
    font-size: 1.6vw;
  }
  .planItem_desc span {
    width: 83.3vw;
    font-size: 1.1vw;
  }
  .planList .planItem_head_inner {
    width: 83.3vw;
  }
  .planList .planItem_head {
    height: 30vw;
  }
  .planList .planItem_head .planItem_icon {
    width: 12.9vw;
    height: 12.9vw;
  }
  .planList .planItem_head .wrapper {
    top: 4.1vw;
  }
  .planList .planItem_head .subtitle {
    font-size: 2.5vw;
    margin-bottom: 1.6vw;
  }
  .planList .planItem_head .title {
    font-size: 3.3vw;
  }
  .planList .planItem_contents {
    width: 83.3vw;
    margin-bottom: 6.6vw;
  }
  .planList .planItem_contents .imageItem {
    height: 37.5vw;
  }
  .planList .planItem_contents .imageItem .frame02 {
    width: 19.1vw;
    height: 9.5vw;
    top: 10px;
    right: 10px;
  }
  .planList .planItem_contents .imageItem .frame03 {
    width: 24.1vw;
    height: 12vw;
    top: -40px;
    right: 10px;
  }
  .planList .planItem_contents .imageItem .frame04 {
    width: 19.1vw;
    height: 9.5vw;
    top: -50px;
    right: 70px;
  }
  .planList .planItem_contents .title {
    font-size: 1.6vw;
    margin-bottom: 1.6vw;
  }
  .planList .planItem_contents .text {
    font-size: 1.1vw;
    line-height: 2vw;
    width: 58vw;
  }
  .planList .planItem_contents .information_title {
    top: 2px;
    font-size: 4.1vw;
  }
  .planList .planItem_contents .information_box:before {
    top: -6.2vw;
    width: 83.3vw;
    height: 6.3vw;
    background-size: cover;
  }
  .planList .planItem_contents .information_text {
    font-size: 1.5vw;
    margin-bottom: 2.5vw;
  }
  .planList .planItem_contents .information_link {
    font-size: 1.6vw;
    margin-bottom: 2.5vw;
  }
}

@media screen and (max-width:799px) {
  .planItem_desc {
    padding: 0 10px 10px;
    font-size: 15px;
    width: 100%;
    line-height: 20px;
    font-family: 'SawarabiMincho-Regular', serif;
  }
  .planItem_desc span {
    display: inline-block;
    font-size: 10px;
    line-height: 14px;
    margin-top: 10px;
    font-family: 'NotoSansJP-Regular', sans-serif;
  }

  .planList .planItem_head {
    height: auto;
    margin-bottom: 20px;
  }
  .planList .planItem_head_inner {
    width: 100%;
    padding: 40px 10px;
  }
  .planList .planItem_head .planItem_icon {
    width: 80px;
    height: 80px;
    margin-right: 10px;
  }
  .planList .planItem_head .wrapper {
    position: relative;
    top: 10px;
  }
  .planList .planItem_head .subtitle {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .planList .planItem_head .title {
    font-size: 28px;
    line-height: 32px;
  }
  .planList .planItem_head .title span {
    display: none;
  }
  .planList .planItem_contents {
    width: 100%;
    padding: 15px;
    margin-bottom: 30px;
  }
  .planList .planItem_contents .imageList {
    display: block;
    height: 395px;
  }
  .planList .planItem_contents .imageItem .frame02 {
    width: 147px;
    height: 74px;
    top: 10px;
    right: 10px;
  }
  .planList .planItem_contents .imageItem .frame03 {
    width: 200px;
    height: 93px;
    top: -30px;
    right: 10px;
  }
  .planList .planItem_contents .imageItem .frame04 {
    width: 170px;
    height: 85px;
    top: -50px;
    right: 70px;
  }
  .planList .planItem_contents .imageItem {
    height: 395px;
  }
  .planList .imageList-2columns.imageList {
    height: 105.3vw;
  }
  .planList .imageList-2columns .imageItem {
    height: 50%;
  }
  .planList .planItem_contents .wrapper {
    top: -50px;
    padding: 25px 10px 0 0;
    width: 80%;
  }
  .planList .planItem_contents .title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .planList .planItem_contents .text {
    font-size: 10px;
    line-height: 18px;
    width: 100%;
  }
  .planList .planItem_contents .information {
    margin-bottom: 40px;
  }
  .planList .planItem_contents .information_title {
    top: 2px;
    font-size: 30px;
  }
  .planList .planItem_contents .information_box:before {
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    top: -20vw;
    content: '';
    width: 100%;
    height: 20vw;
    background-size: cover;
    background-image: url(../images/activity/sp_saipan_infomation.png);
  }
  .planList .planItem_contents .information_text {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
  }
  .planList .planItem_contents .information_box {
    padding-bottom: 0;
  }
  .planList .planItem_contents .information_list {}
  .planList .planItem_contents .information_item {}
  .planList .planItem_contents .information_item .information_text {
    margin-bottom: 5px;
    font-weight: normal;
  }
  .planList .planItem_contents .information_link {
    font-size: 13px;
    margin-bottom: 20px;
  }
}

/* section03 */
.section03 .planTopic .planTopic_kv:before {
  background-color: rgba(26, 139, 243, 0.2);
}

.section03 .planTopic .planTopic_kv .planTopic_island {
  top: 50%;
}

.section03 .planTopic_imageList .imageList_frame.frame01 {
  top: 10%;
  right: 20%;
  left: auto;
}

.section03 .planTopic_imageList .imageList_frame.frame02 {
  width: 230px;
  height: 115px;
  top: 20%;
  left: 60px;
}

.section03 .planTopic_imageList .imageList_frame.frame03 {
  top: -50px;
  right: 0;
  width: 230px;
  height: 115px;
}
@media screen and (min-width:800px) and (max-width:1200px) {

  .section03 .planTopic_imageList .imageList_frame.frame01 {
    width: 16.6vw;
    height: 8.8vw;
  }
  .section03 .planTopic_imageList .imageList_frame.frame02 {
    width: 19.1vw;
    height: 9.5vw;
  }
  .section03 .planTopic_imageList .imageList_frame.frame03 {
    width: 19.1vw;
    height: 9.5vw;
  }
}

@media screen and (max-width:799px) {
  .section03 .planTopic_imageList {
    margin-top: 0;
  }
  .section03 .planTopic_imageList .imageList_frame.frame01 {
    width: 172px;
    height: 86px;
  }
  .section03 .planTopic_imageList .imageList_frame.frame02 {
    width: 147px;
    height: 74px;
  }
  .section03 .planTopic_imageList .imageList_frame.frame03 {
    width: 171px;
    height: 74px;
    top: -30px;
  }
}

/* section04 */
.section04 .planTopic .planTopic_kv .planTopic_island {
  top: 60%;
  left: 3%;
}

.section04 .imageList_frame.frame01 {
  position: absolute;
  width: 147px;
  height: 79px;
  top: 20px;
  right: 20px;
}

.section04 .imageList_frame.frame02 {
  position: absolute;
  width: 180px;
  height: 90px;
  top: 20px;
  right: 20px;
}

.section04 .imageList_frame.frame03 {
  position: absolute;
  width: 180px;
  height: 90px;
  top: 20px;
  left: 20px;
}

.section04 .imageItem01 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width:800px) and (max-width:1200px) {}

@media screen and (max-width:799px) {
  .section04 .planTopic .planTopic_kv .planTopic_island {
    top: 78%;
    width: 70%;
  }
  .section04 .imageItem01 {
    background-position: left center;
  }
}

@media screen and (max-width:799px) {
  .footer .contents .pan_item:before {
    top: 2px;
    left: 2%;
  }
}

/*.footer {
  padding: 40px 0 40px 40px;
  background-color: #fff;
  color: #1a8bd3;
  font-family: 'NotoSansJP-Regular', sans-serif;
  font-size: 12px;
  margin-top: -50px;
}

@media screen and (max-width:799px) {
  .footer {
    padding: 10px 0 40px;
    text-align: center;
  }
}*/