@charset 'utf-8';

html {
	font-size: 62.5%;
}
body.LP_okinawa03{
	font-size: 13px;
	font-size: 1.3rem;
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
	
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
    font-weight: normal;
	-webkit-text-size-adjust : 100%;
	line-height: 1.6;
	width:100%;
	background-color:#fff;
	min-width:375px;
	counter-reset:count-number;
	margin:0;
	padding:0;
	color:#333;
}
.LP_okinawa03 ul{
	margin: 0;
	padding: 0;
}
.LP_okinawa03 p{
	margin: 0;
}
.LP_okinawa03 a{
	text-decoration: none;
	color: #333;
}
.LP_okinawa03 img{
	width: 100%;
	height: auto;
	max-width: 100%;
}

.LP_okinawa03 .tourblock{
	padding: 60px 0;
}
.LP_okinawa03 .tourblock.tour_01{
	padding: 30px 0 60px;
}
.LP_okinawa03 .btn_ye a{
    margin: 0 auto;
    border-radius: 200px;
    font-size: 1.8rem;
    font-weight: bold;
    display: block;
    max-width: 224px;
    text-align: center;
    padding: 14px 38px;
  background:#F6FF89 url(../images/icon_btn.png) no-repeat;
	background-size: 22px;
	background-position: center right 16px;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 18%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.LP_okinawa03 .btn_ye{
    margin: 60px auto 0;
}
.LP_okinawa03 .btn_ye a:hover{
    box-shadow: none;
}
@media (min-width: 600px) {
}
@media (min-width: 1025px) {
	body.LP_okinawa03{
	font-size: 16px;
	font-size: 1.6rem;
	}
	.LP_okinawa03 .tourblock{
    padding: 100px 0;
	}
.LP_okinawa03 .tourblock.tour_01{
	padding: 100px 0;
}
.LP_okinawa03 .btn_ye{
    margin: 80px auto 0;
}
	.LP_okinawa03 .btn_ye a{
    font-size: 2.6rem;
    padding: 30px 168px;
    background-size: 44px;
    background-position: center right 28px;
	}
}

.LP_okinawa03 header{
        background-image: url("../images/main_img.png");
    background-size: cover;
    background-position: center bottom;
    height: 18vh;
    padding-top: 62.5%;
    position: relative;
}
.LP_okinawa03 header::after{
        content: '';
        position: absolute;
    bottom: 0;
        left: 0;
        height: 8px;
        width: 100%;
        background-image: url("../images/wave.svg");
    background-position: center;
}
.LP_okinawa03 header .header_logo img{
    width: 96px;
	position: absolute;
	top: 0;
	left: 10px;
}
.LP_okinawa03 .title{
    position: absolute;
    top: 12px;
    width: 100%;
}
.LP_okinawa03 .title h1{
    margin: 0 10px;
    text-align: center;
}
@media (min-width: 600px) {
	.LP_okinawa03 header{
        background-image: url("../images/PC_main_img.png");
    height: 5vh;
	}
	.LP_okinawa03 .title{
    top: 20px;
	}
	.LP_okinawa03 .title h1 img{
    max-width: 540px;
	}
}
@media (min-width: 768px) {
	.LP_okinawa03 header .header_logo img{
    width: 180px;
	}
	.LP_okinawa03 .title h1 img{
    max-width: 600px;
	}
}
@media (min-width: 1025px) {
	.LP_okinawa03 header{
        padding-top: 68%;
	}
	.LP_okinawa03 header .header_logo img{
    width: 230px;
	}
	.LP_okinawa03 .title{
    top: 40px;
	}
	.LP_okinawa03 .title h1 img{
        max-width: 820px;
	}
}
@media (min-width: 1200px) {
	.LP_okinawa03 header{
        padding-top: 55.5%;
	}
	.LP_okinawa03 header .header_logo img{
        width: 310px;
	}
	.LP_okinawa03 header .header_logo img{
    width: 280px;
	}
	.LP_okinawa03 .title h1 img{
        max-width: 960px;
	}
}

.LP_okinawa03 footer{
    background-color: #1F83CC;
	position: relative;
}
.LP_okinawa03 footer::before{
	content: "";
	width: 100%;
	height: 50px;
    display: block;
    background: url(../images/bg_footer.png);
    background-size: auto 50px;
		background-repeat: no-repeat;
		background-position: center;
    position: absolute;
    top: -28px;
}
.LP_okinawa03 footer p{
    min-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
    color: #fff;
}
.LP_okinawa03 footer p small{
    margin-top: 10px;
}
@media (min-width: 600px) {
}
@media (min-width: 768px) {
	.LP_okinawa03 footer::before{
    background: url(../images/PC_bg_footer.png);
    background-size: auto 53px;
	background-repeat: no-repeat;
    background-position: center;	
	}
}
@media (min-width: 1025px) {
}

.LP_okinawa03 #nav{
    width: 100%;
	z-index: 20;
    background: #FFFFE3;
    position: relative;
    padding: 10px 0 20px;
}
.LP_okinawa03 #nav::before{
        content: '';
        position: absolute;
    top: -20px;
        right: 0;
        height: 50px;
        width: 60px;
        background-image: url("../images/nav_hitode.png");
    background-size: 100%;
	z-index: 30;
}
.LP_okinawa03 #nav::after{
        content: '';
        position: absolute;
    bottom: 0;
        left: 0;
        height: 8px;
        width: 100%;
        background-image: url("../images/wave02.svg");
    background-position: center;
	z-index: 30;
}
/*.LP_okinawa03 #nav.m_fixed{
	left: 0;
	position: fixed;
	top: 0;
}*/
.LP_okinawa03 nav .nav_txt{
	text-align: center;
}
.LP_okinawa03 nav .nav_txt img{
	max-height: 25px;
	width: auto;
}
.LP_okinawa03 nav ul{
    position: relative;
	margin-top: 10px;
    display: grid;
    gap: 0;
    grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
}
.LP_okinawa03 nav ul li{
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 5;
}
.LP_okinawa03 nav ul li a{
    display: grid;
    padding: 10px 2px 22px;
    text-align: center;
    font-size: 1.2rem;
    grid-template-rows: subgrid;
    grid-row: span 5;
    position: relative;
    align-items: center;
    justify-content: center;
        font-weight: bold;
}
.LP_okinawa03 nav ul li.nav01 a{
        background-image: url("../images/bg_nav_bl.png");
	background-repeat: no-repeat;
    background-size: contain;
	background-position: center;
}
.LP_okinawa03 nav ul li.nav02 a{
        background-image: url("../images/bg_nav_gr.png");
	background-repeat: no-repeat;
    background-size: contain;
	background-position: center;
}
.LP_okinawa03 nav ul li.nav03 a{
        background-image: url("../images/bg_nav_or.png");
	background-repeat: no-repeat;
    background-size: contain;
	background-position: center;
}
.LP_okinawa03 nav ul li.nav04 a{
        background-image: url("../images/bg_nav_ye.png");
	background-repeat: no-repeat;
    background-size: contain;
	background-position: center;
}
.LP_okinawa03 nav ul li a::after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
    border-top: 2px solid #333333;
    border-bottom: 0;
    position: absolute;
    bottom: 18px;
    left: 50%;
    margin: -3px;
}
.LP_okinawa03 nav ul li a .pc_none{
	display: block;
}
.LP_okinawa03 nav ul li a .area{
	display: block;
	text-align: center;
    font-size: 1.0rem;
    margin-top: 0.5rem;
        font-weight: normal;
}
@media (min-width: 600px) {
	.LP_okinawa03 nav ul li a{
    padding: 20px 2px 26px;
	}
.LP_okinawa03 nav ul li a .pc_none{
	display: none;
}
}
@media (min-width: 768px) {
	.LP_okinawa03 nav ul{
    margin-left: 10px;
    margin-right: 10px;
	}
    .LP_okinawa03 nav .nav_txt img {
        max-height: 32px;
    }
	.LP_okinawa03 nav ul li a{
    font-size: 1.8rem;
        padding: 30px 2px 34px;
	}
	.LP_okinawa03 nav ul li a .area{
    font-size: 1.6rem;
	}
}
@media (min-width: 1025px) {
	.LP_okinawa03 nav ul{
    max-width: 1200px;
    margin: 0 auto;
	}
	.LP_okinawa03 nav ul li a::after{
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 4px solid #333333;
    margin: -6px;
    bottom: 30px;
	}
	.LP_okinawa03 nav .nav_txt{
    margin-bottom: 10px;
	}
	.LP_okinawa03 nav .nav_txt img{
    max-height: 36px;
		}
	.LP_okinawa03 #nav::before{
    top: -50px;
    height: 100px;
    width: 120px;
	}
	.LP_okinawa03 header::after{
    height: 18px;
    background-image: url(../images/PC_wave.svg);
	}
	.LP_okinawa03 #nav::after{
    height: 18px;
    background-image: url(../images/PC_wave02.svg);
	}
}

.LP_okinawa03 .tourblock_copy{
	display: block;
	text-align: center;
    margin: 0 10px;
}
.LP_okinawa03 .tourblock_copy img{
    max-width: 400px;
}
@media (min-width: 600px) {
}
@media (min-width: 1025px) {
.LP_okinawa03 .tourblock_copy img{
    max-width: 640px;
}
}


.LP_okinawa03 .tour_01{
    background: linear-gradient(180deg, #fff, #EFFBFF);
}
.LP_okinawa03 .tour_02{
    background: linear-gradient(180deg, #fff, #F2FFF6);
}
.LP_okinawa03 .tour_03{
    background: linear-gradient(180deg, #fff, #FFFCF0);
}
.LP_okinawa03 .tour_04{
    background: linear-gradient(180deg, #fff, #FFF5F5);
}
@media (min-width: 600px) {
}
@media (min-width: 1025px) {
}


.LP_okinawa03 .tourblock h2{
	font-size: 1.9rem;
	text-align: center;
    margin: 1.2rem 0 3.6rem;
}
.LP_okinawa03 .tourblock h2 span{
    display: inline-block;
    padding: 0 3px 3px;
    position: relative;
}
.LP_okinawa03 .tourblock h2 .tit_wrap::after{
    content: "";
    width: 100%;
    height: 16px;
    display: block;
    background-image: url(../images/bg_tour_tit.png);
    background-size: 100% 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.LP_okinawa03 .tourblock h2 .tit{
	position: relative;
	z-index: 10;
}
.LP_okinawa03 .tourblock h2 .PC_none{
	display: block;
}
@media (min-width: 600px) {
.LP_okinawa03 .tourblock h2 .PC_none{
	display: none;
}
}
@media (min-width: 1025px) {
	.LP_okinawa03 .tourblock h2{
    font-size: 3.2rem;
	}
}


.LP_okinawa03 .tourblock .img_area02{
	margin-top: 60px;
}
.LP_okinawa03 .img_area{
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.LP_okinawa03 .img_area img{
    max-width: none;
    width: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.LP_okinawa03 .tour_01 .img_area01{
    height: 471px;
}
.LP_okinawa03 .tour_01 .img_area01 img{
    height: 471px;
}
.LP_okinawa03 .tour_01 .img_area02{
    height: 379px;
}
.LP_okinawa03 .tour_01 .img_area02 img{
    height: 379px;
}
.LP_okinawa03 .tour_02 .img_area01{
    height: 471px;
}
.LP_okinawa03 .tour_02 .img_area01 img{
    height: 471px;
}
.LP_okinawa03 .tour_02 .img_area02{
    height: 379px;
}
.LP_okinawa03 .tour_02 .img_area02 img{
    height: 379px;
}
.LP_okinawa03 .tour_03 .img_area01{
    height: 471px;
}
.LP_okinawa03 .tour_03 .img_area01 img{
    height: 471px;
}
.LP_okinawa03 .tour_03 .img_area02{
    height: 375px;
}
.LP_okinawa03 .tour_03 .img_area02 img{
    height: 375px;
}
.LP_okinawa03 .tour_04 .img_area01{
    height: 470px;
}
.LP_okinawa03 .tour_04 .img_area01 img{
    height: 470px;
}
.LP_okinawa03 .tour_04 .img_area02{
    height: 377px;
}
.LP_okinawa03 .tour_04 .img_area02 img{
    height: 377px;
}
@media (min-width: 600px) {
}
@media (min-width: 1025px) {
.LP_okinawa03 .tour_01 .img_area01{
    height: 894px;
}
.LP_okinawa03 .tour_01 .img_area01 img{
    height: 894px;
}
.LP_okinawa03 .tour_01 .img_area02{
    height: 819px;
}
.LP_okinawa03 .tour_01 .img_area02 img{
    height: 819px;
}
.LP_okinawa03 .tour_02 .img_area01{
    height: 828px;
}
.LP_okinawa03 .tour_02 .img_area01 img{
    height: 828px;
}
.LP_okinawa03 .tour_02 .img_area02{
    height: 674px;
}
.LP_okinawa03 .tour_02 .img_area02 img{
    height: 674px;
}
.LP_okinawa03 .tour_03 .img_area01{
    height: 785px;
}
.LP_okinawa03 .tour_03 .img_area01 img{
    height: 785px;
}
.LP_okinawa03 .tour_03 .img_area02{
    height: 750px;
}
.LP_okinawa03 .tour_03 .img_area02 img{
    height: 750px;
}
.LP_okinawa03 .tour_04 .img_area01{
    height: 837px;
}
.LP_okinawa03 .tour_04 .img_area01 img{
    height: 837px;
}
.LP_okinawa03 .tour_04 .img_area02{
    height: 674px;
}
.LP_okinawa03 .tour_04 .img_area02 img{
    height: 674px;
}
	.LP_okinawa03 .tourblock .img_area02 {
    margin-top: 80px;
}
}
@media (min-width: 1350px) {
.LP_okinawa03 .tour_01 .img_area01{
    height: 789px;
}
.LP_okinawa03 .tour_01 .img_area01 img{
    height: 789px;
}
.LP_okinawa03 .tour_01 .img_area02{
    height: 673px;
}
.LP_okinawa03 .tour_01 .img_area02 img{
    height: 673px;
}
.LP_okinawa03 .tour_02 .img_area01{
    height: 751px;
}
.LP_okinawa03 .tour_02 .img_area01 img{
    height: 751px;
}
.LP_okinawa03 .tour_02 .img_area02{
    height: 706px;
}
.LP_okinawa03 .tour_02 .img_area02 img{
    height: 706px;
}
.LP_okinawa03 .tour_03 .img_area01{
    height: 702px;
}
.LP_okinawa03 .tour_03 .img_area01 img{
    height: 702px;
}
.LP_okinawa03 .tour_03 .img_area02{
    height: 699px;
}
.LP_okinawa03 .tour_03 .img_area02 img{
    height: 699px;
}
.LP_okinawa03 .tour_04 .img_area01{
    height: 710px;
}
.LP_okinawa03 .tour_04 .img_area01 img{
    height: 710px;
}
.LP_okinawa03 .tour_04 .img_area02{
    height: 672px;
}
.LP_okinawa03 .tour_04 .img_area02 img{
    height: 672px;
}
}


.LP_okinawa03 .tour_data{
    display: flex;
    flex-direction: column;
    margin: 60px 10px 0;
}
.LP_okinawa03 .tour_data .point_box h3{
    display: flex;
    align-items: center;
	position: relative;
	font-size: 1.6rem;
        margin-top: 0;
}
.LP_okinawa03 .tour_data .point_box h3.point_02{
        margin-top: 3rem;
}
.LP_okinawa03 .tour_data .point_box .point_01::after{
    content: "";
    width: calc(100% - 20px);
    height: 10px;
    display: block;
    background: #CEDEFF;
    position: absolute;
    left: 20px;
    bottom: 8px;
}
.LP_okinawa03 .tour_data .point_box .point_02::after{
    content: "";
    width: calc(100% - 20px);
    height: 10px;
    display: block;
    background: #C9FFB5;
    position: absolute;
    left: 20px;
    bottom: 8px;
}
.LP_okinawa03 .tour_data .point_box h3 img{
	width: 46px;
    margin-right: 12px;
    position: relative;
    z-index: 10;
}
.LP_okinawa03 .tour_data .point_box h3 span{
    position: relative;
    z-index: 10;
}
.LP_okinawa03 .tour_data .txts_box h3{
    font-size: 1.6rem;
    padding: 0 0 8px;
    margin: 3.0rem 0 1.4rem;
    border-bottom: 1px dashed #707070;
}
@media (min-width: 600px) {
}
@media (min-width: 1025px) {
	.LP_okinawa03 .tour_data{
    flex-direction: row;
    justify-content: space-between;
    margin: 80px 10px 0;
	}
	.LP_okinawa03 .tour_data .point_box,
	.LP_okinawa03 .tour_data .txts_box{
    width: 48%;
	}
	.LP_okinawa03 .tour_data .point_box h3{
		font-size: 2.2rem;
	}
	.LP_okinawa03 .tour_data .point_box h3 img{
    width: 60px;
	}
	.LP_okinawa03 .tour_data .point_box .point_01::after,
	.LP_okinawa03 .tour_data .point_box .point_02::after{
    height: 14px;
	}
.LP_okinawa03 .tour_data .point_box h3.point_02{
        margin-top: 4rem;
}
	.LP_okinawa03 .tour_data .txts_box h3{
		font-size: 2.2rem;
        margin: 4.0rem 0 1.6rem;
	}
	.LP_okinawa03 .tour_data .txts_box h3:first-child{
		margin-top: 0;
	}
}
@media (min-width: 1200px) {
	.LP_okinawa03 .tour_data{
        width: 100%;
        max-width: 1200px;
        margin: 80px auto 0;
	}
}