@media (min-width: 751px) {
  #maincontents {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    letter-spacing: 0;
  }
  .mainWidth {
    max-width: 1100px;
    margin: 0 auto;
  }
  #fv {
    width: 100%;
    height: 660px;
    background: url(../images/kesennuma-bluetourism/fv01.jpg) center top;
    background-size: cover;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fvTtl {
    max-width: 673px;
    margin: 10px 0 0;
  }
  /* top */
  #maincontents .top .mainWidth {
    position: relative;
    width: 1155px;
    max-width: 100%;
  }
  .top {
    text-align: center;
    color: #Fff;
    padding: 95px 0 7%;
    background: url(../images/kesennuma-bluetourism/top_bg.svg) no-repeat;
    background-size: 100%;
    background-position: bottom -65px center;
    background-color: #1D66A6;
  }
  .topTtl {
    font-size: 40px;
    margin-bottom: 35px;
    font-weight: bold;
    font-family: 'Mochiy Pop One', sans-serif;
  }
  .topTxt {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 40px;
  }
  .topTxt:first-of-type {
    margin-bottom: 25px;
  }
  .topImg img {
    max-width: 100%;
  }
  /* about */
  .about {
    text-align: center;
    position: relative;
    padding: 0 0 20px;
  }
  .about::before {
    content: "";
    width: 100%;
    padding-top: 6%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-99%);
            transform: translateY(-99%);
    background: url(../images/kesennuma-bluetourism/section_bg.png) no-repeat;
    background-size: 100% auto;
    background-position: bottom -5px center;
  }
  .about::after {
    content: "";
    width: 100%;
    padding-top: 6%;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(99%) scale(1, -1);
            transform: translateY(99%) scale(1, -1);
    background: url(../images/kesennuma-bluetourism/section_bg.png) no-repeat;
    background-size: auto 100%;
    background-position: bottom -5px center;
  }
  .aboutTtl {
    color: #1660A0;
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: bold;
    font-family: 'Mochiy Pop One', sans-serif;
  }
  .aboutTxt {
    margin-bottom: 40px;
  }
  .aboutBtn {
    display: inline-block;
    width: 320px;
    height: 64px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 100%;
    margin: 0 12px;
    border: 1px solid #1660A0;
    border-radius: 32px;
  }
  .aboutBtn::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    background: url(../images/kesennuma-bluetourism/icn_bnt.svg) no-repeat;
    background-size: contain;
  }
  .aboutBnr {
    display: block;
    width: 750px;
    max-width: 100%;
    margin: 130px auto 0;
    position: relative;
  }
  .aboutBnr a{
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 100%;
    max-width: 450px;
    transition: all ease .5s;
  }
  .aboutBnr a img{
    max-width: 450px;
    width: 100%;
  }
  #maincontents a.aboutBtn:visited, #maincontents a.aboutBtn:link {
    color: #1660A0;
    transition: all .5s ease;
  }
  /* plan */
  .plan {
    text-align: center;
    padding: 15% 0 200px;
    background: url(../images/kesennuma-bluetourism/plan_bg.svg) no-repeat;
    background-size: 100%;
    background-position: 0 74%;
    background-color: #3F82C4;
  }
  .planTtl {
    color: #fff;
    font-size: 40px;
    margin-bottom: 100px;
    font-weight: bold;
    font-family: 'Mochiy Pop One', sans-serif;
  }
  .planTtl span {
    display: block;
    margin-top: 10px;
    font-size: 24px;
  }
  #maincontents .planList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 140px;
  }
  .planList li {
    width: 48%;
    margin-bottom: 40px;
    position: relative;
  }
  .planList li::after {
    content: "";
    display: block;
    width: 98%;
    height: 100%;
    background-color: #1660A0;
    position: absolute;
    bottom: -10px;
    right: -10px;
    border-radius: 40px;
  }
  .planItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 40px;
    text-align: justify;
    overflow: hidden;
    height: 100%;
    position: relative;
    z-index: 1;
  }
  .planImg {
    width: 100%;
    aspect-ratio: 1/0.679;
  }
  .planImg img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .planContent {
    background-color: #fff;
    padding: 28px 6% 28px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .planName {
    font-size: 32px;
    font-weight: bold;
    color: #1660A0;
    margin-bottom: 15px;
    text-align: center;
    line-height: 1.25;
  }
  .planName--sizes {
    font-size: 28px;
  }
  .planName--cruise {
    margin-top: -10px;
  }
  .planName .sub {
    font-size: 20px;
  }
  .planName .line {
    padding: 0 5px;
    background: url(../images/kesennuma-bluetourism/plan_title_bg.png) repeat-x;
    background-position: bottom;
  }
  .planTxt {
    text-align: justify;
    line-height: 1.5;
    margin-bottom: 13px;
  }
  .planTxt span {
    display: block;
    margin-bottom: 10px;
  }
  .planCourse {
    font-weight: bold;
    text-align: left;
  }
  .plan dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
    margin-bottom: 15px;
    line-height: 1;
  }
  .plan dl dt {
    width: 34%;
    border-bottom: 1px solid #DEDEDE;
    font-size: 16px;
    padding: 10px 0;
    font-weight: bold;
  }
  .plan dl dd {
    width: 66%;
    border-bottom: 1px solid #DEDEDE;
    padding: 10px 0;
  }
  .plantBnr {
    display: block;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
  }
  .plantBnr a{
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: fit-content;
    transition: all ease .5s;
  }

}

@media (max-width: 750px) {
  #maincontents {
    font-weight: 500;
    color: #000000;
    letter-spacing: 0;
    font-size: 2.13333vw;
    font-size: clamp(13px,2.13333vw,16px);
  }
  #maincontents .mainWidth {
    max-width: 1100px;
    margin: 0 auto;
  }
  #fv {
    width: 100%;
    height: 133vw;
    background: url(../images/kesennuma-bluetourism/fv01_sp.jpg) center top;
    background-size: cover;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 5vw 0;
  }
  .fvTtl {
    width: 70%;
    max-width: 673px;
  }
  /* top */
  .top {
    text-align: center;
    color: #Fff;
    padding: 12% 0 12%;
    /* background: url(../images/kesennuma-bluetourism/top_bg.svg) repeat-y; */
    background: url(../images/kesennuma-bluetourism/top_bg.svg) no-repeat;
    background-size: 100%;
    background-position: bottom center;
    background-color: #1962A2;
  }
  .topTtl {
    font-size: 5.33333vw;
    font-size: clamp(13px,5.33333vw,40px);
    margin-bottom: 35px;
    font-weight: bold;
    font-family: 'Mochiy Pop One', sans-serif;
  }
  .topTxt {
    font-weight: 500;
    font-size: 2.66667vw;
    font-size: clamp(13px,2.66667vw,20px);
    line-height: 1.6;
    text-align: justify;
    margin-bottom: 40px;
    text-shadow: #1962A2 0 0 20px;
  }
  .topTxt:first-of-type {
    margin-bottom: 25px;
  }
  .topImg img {
    max-width: 100%;
  }
  /* about */
  .about {
    text-align: center;
    position: relative;
    padding: 5vw 0 10vw;
  }
  .about::before {
    content: "";
    width: 100%;
    padding-top: 6%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-97%);
            transform: translateY(-97%);
    background: url(../images/kesennuma-bluetourism/section_bg.png) no-repeat;
    background-size: 115% 100%;
    background-position: bottom -5px center;
  }
  .about::after {
    content: "";
    width: 100%;
    padding-top: 6%;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(97%) scale(1, -1);
            transform: translateY(97%) scale(1, -1);
    background: url(../images/kesennuma-bluetourism/section_bg.png) no-repeat;
    background-size: 115% 100%;
    background-position: bottom -5px center;
  }
  .aboutTtl {
    color: #1660A0;
    font-size: 5.33333vw;
    font-size: clamp(13px,5.33333vw,40px);
    margin-bottom: 30px;
    font-weight: bold;
    font-family: 'Mochiy Pop One', sans-serif;
  }
  .aboutTxt {
    margin-bottom: 40px;
  }
  .aboutBtn {
    width: 320px;
    height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 100%;
    border: 1px solid #1660A0;
    border-radius: 32px;
    margin: 0 auto 5vw;
  }
  .aboutBtn::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    background: url(../images/kesennuma-bluetourism/icn_bnt.svg) no-repeat;
    background-size: contain;
  }
  .aboutBnr {
    display: block;
    width: 750px;
    max-width: 100%;
    margin: 10vw auto 0;
    position: relative;
  }
  .aboutBnr a{
    position: absolute;
    bottom: 4vw;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 80%;
    transition: all ease .5s;
  }
  #maincontents a.aboutBtn:visited, #maincontents a.aboutBtn:link {
    color: #1660A0;
  }
  /* plan */
  .plan {
    text-align: center;
    padding: 15% 0 15%;
    background: url(../images/kesennuma-bluetourism/plan_bg.svg) repeat-y;
    background-size: 100%;
    background-color: #3F82C4;
  }
  .planTtl {
    color: #fff;
    font-size: 5.33333vw;
    font-size: clamp(13px,5.33333vw,40px);
    margin-bottom: 13.33333vw;
    font-weight: bold;
    font-family: 'Mochiy Pop One', sans-serif;
  }
  .planTtl span {
    display: block;
    margin-top: 10px;
    font-size: 3.2vw;
    font-size: clamp(13px,3.2vw,24px);
  }
  #maincontents .planList {
    margin-bottom: 18.66667vw;
  }
  .planList li {
    margin-bottom: 40px;
    position: relative;
  }
  .planList li::after {
    content: "";
    display: block;
    width: 98%;
    height: 100%;
    background-color: #1660A0;
    position: absolute;
    bottom: -10px;
    right: -10px;
    border-radius: 40px;
  }
  .planItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 40px;
    text-align: justify;
    overflow: hidden;
    height: 100%;
    position: relative;
    z-index: 1;
  }
  .planImg {
    width: 100%;
    aspect-ratio: 1/0.679;
  }
  .planImg img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .planContent {
    background-color: #fff;
    padding: 5vw 6% 10vw;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .planName {
    font-size: 6vw;
    font-weight: bold;
    color: #1660A0;
    margin-bottom: 5vw;
    text-align: center;
    line-height: 1.25;
  }
  .planName--sizes {
    font-size: 4.53333vw;
    font-size: clamp(13px,4.53333vw,34px);
  }
  .planName .sub {
    font-size: 2.66667vw;
    font-size: clamp(13px,2.66667vw,20px);
  }
  .planName .line {
    padding: 0 5px;
    background: url(../images/kesennuma-bluetourism/plan_title_bg.png) repeat-x;
    background-position: bottom;
  }
  .planTxt {
    text-align: justify;
    line-height: 1.5;
    margin-bottom: 13px;
  }
  .planTxt span {
    display: block;
    margin-bottom: 10px;
  }
  .planCourse {
    font-weight: bold;
    text-align: left;
  }
  .plan dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 15px;
    line-height: 1;
  }
  .plan dl dt {
    width: 100%;
    padding: 10px 0;
    font-weight: bold;
  }
  .plan dl dd {
    width: 100%;
    border-bottom: 1px solid #DEDEDE;
    padding: 10px 0;
  }
  .plantBnr {
    display: block;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
  }
  .plantBnr a{
    position: absolute;
    bottom: 4vw;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 80%;
    transition: all ease .5s;
  }
}
/*# sourceMappingURL=plan.css.map */