recommend@charset "Shift_JIS";

/*
-----------------------------------------------------------------*/
.contentsInr{
  width: 100%;
  min-width: 950px;
  margin-top: 0;
}
.contentCover{
  width: 950px;
  margin: 0 auto;
}

/* -------------------------------------------------------
 sectionMv
------------------------------------------------------- */
.sectionMv{
  height: 480px;
  background: url(/domtour/jaldp/oka/happydays/img/181221/img_mv_bg.jpg) center center no-repeat;
  background-size: cover;
  margin-bottom: 40px;
}
.sectionMv .sectionMvInner{
  width: 950px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
.sectionMv .sectionMvInner img{
  position: absolute;
}
.sectionMv .sectionMvInner .imgMvCatch{
  top: 25px;
  left: 0;
}
.sectionMv .sectionMvInner .imgMvTag{
  top: 60px;
  left: 580px;
}
.sectionMv .sectionMvInner .imgMvLogo{
  top: 10px;
  right: 0;
}
.sectionMv .sectionMvInner .imgMvTag {
  animation: swing linear 3s infinite;
    transform-origin: center -20px 0;
}
@keyframes swing {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(5deg); }
    50% { transform: rotate(0deg); }
    75% { transform: rotate(-5deg); }
    100% { transform: rotate(0deg); }
}
/* -------------------------------------------------------
 sectionTab
------------------------------------------------------- */
.sectionTab ul{
  text-align: center;
}
.sectionTab ul li{
  display: inline-block;
  vertical-align:bottom;
}
.sectionTab ul li a{
  display: block;
  height: 80px;
  width: 284px;
}
.sectionTab ul li .sectionTab01{
  background: url(/domtour/jaldp/oka/happydays/img/180419/img_tab_bg01.png) center top no-repeat;
}
.sectionTab ul li .sectionTab01:hover{
  background: url(/domtour/jaldp/oka/happydays/img/180419/img_tab_bg01.png) center bottom no-repeat;
}
.sectionTab ul li .sectionTab02{
  background: url(/domtour/jaldp/oka/happydays/img/180419/img_tab_bg02.png) center top no-repeat;
}
.sectionTab ul li .sectionTab02:hover{
  background: url(/domtour/jaldp/oka/happydays/img/180419/img_tab_bg02.png) center bottom no-repeat;
}
.sectionTab ul li .sectionTab03{
  background: url(/domtour/jaldp/oka/happydays/img/180419/img_tab_bg03.png) center top no-repeat;
}
.sectionTab ul li .sectionTab03:hover{
  background: url(/domtour/jaldp/oka/happydays/img/180419/img_tab_bg03.png) center bottom no-repeat;
}
.sectionTab ul li.active a{
  background-position: center bottom;
  pointer-events: none;
}
/* -------------------------------------------------------
 sectionCont
------------------------------------------------------- */
.sectionCont{
  background: url(/domtour/jaldp/oka/happydays/img/180419/img_cont_bg.jpg) center top repeat-y;
  margin-bottom: 50px;
}

/* sectionContTtlArea
------------------------------------------------------- */
.sectionCont .sectionContTtlArea{
  background: url(/domtour/jaldp/oka/happydays/img/180419/img_sectionContTtlArea_bg.png) left top no-repeat;
  text-align: center;
  padding-top: 45px;
}
/* sectionContTtlArea naha */
.sectionContNaha .sectionContTtlArea{
  background: none
}
.sectionContOkuma .sectionContTtlArea{
  background: url(/domtour/oka/happydays/img/180419/okuma/img_sectionContTtlArea_bg.png) right top no-repeat;
  text-align: center;
  padding-top: 45px;
}

.sectionCont .sectionContTtlArea h3{
  margin-bottom: 10px;
}
.sectionCont .sectionContTtlArea p{
  margin-bottom: 30px;
}
.sectionCont .sectionContTtlArea .sectionContBtn{
  margin: 0 auto;
}
.sectionCont .sectionContTtlArea .sectionContBtn li{
  display: inline-block;
}
.sectionCont .sectionContTtlArea .sectionContBtn li a{
  display: block;
}
.sectionCont .sectionContTtlArea .sectionContBtn li .sectionContBtn01{
  width: 166px;
  height: 60px;
  background: url(/domtour/jaldp/oka/happydays/img/180419/img_sectionContBtn_bg01.png) center top no-repeat;
}
.sectionCont .sectionContTtlArea .sectionContBtn li .sectionContBtn01:hover{
  background: url(/domtour/jaldp/oka/happydays/img/180419/img_sectionContBtn_bg01.png) center bottom no-repeat;
}
.sectionCont .sectionContTtlArea .sectionContBtn li .sectionContBtn02{
  width: 166px;
  height: 60px;
  background: url(/domtour/jaldp/oka/happydays/img/180419/img_sectionContBtn_bg02.png) center top no-repeat;
}
.sectionCont .sectionContTtlArea .sectionContBtn li .sectionContBtn02:hover{
  background: url(/domtour/jaldp/oka/happydays/img/180419/img_sectionContBtn_bg02.png) center bottom no-repeat;
}
.sectionCont .sectionContTtlArea .sectionContBtn li .sectionContBtn03{
  width: 172px;
  height: 60px;
  background: url(/domtour/jaldp/oka/happydays/img/180419/img_sectionContBtn_bg03.png) center top no-repeat;
}
.sectionCont .sectionContTtlArea .sectionContBtn li .sectionContBtn03:hover{
  background: url(/domtour/jaldp/oka/happydays/img/180419/img_sectionContBtn_bg03.png) center bottom no-repeat;
}
.sectionCont .sectionContTtlArea .sectionContBtn li .sectionContBtn04{
  width: 166px;
  height: 60px;
  background: url(/domtour/jaldp/oka/happydays/img/180419/img_sectionContBtn_bg04.png) center top no-repeat;
}
.sectionCont .sectionContTtlArea .sectionContBtn li .sectionContBtn04:hover{
  background: url(/domtour/jaldp/oka/happydays/img/180419/img_sectionContBtn_bg04.png) center bottom no-repeat;
}

/* sectionContBtn naha */
.sectionContNaha .sectionContTtlArea .sectionContBtn li .sectionContBtn01{
  width: 166px;
  height: 60px;
  background: url(/domtour/jaldp/oka/happydays/img/180419/naha/img_sectionContBtn_bg01.png) center top no-repeat;
}
.sectionContNaha .sectionContTtlArea .sectionContBtn li .sectionContBtn01:hover{
  background: url(/domtour/jaldp/oka/happydays/img/180419/naha/img_sectionContBtn_bg01.png) center bottom no-repeat;
}
.sectionContNaha .sectionContTtlArea .sectionContBtn li .sectionContBtn02{
  width: 166px;
  height: 60px;
  background: url(/domtour/jaldp/oka/happydays/img/180419/naha/img_sectionContBtn_bg02.png) center top no-repeat;
}
.sectionContNaha .sectionContTtlArea .sectionContBtn li .sectionContBtn02:hover{
  background: url(/domtour/jaldp/oka/happydays/img/180419/naha/img_sectionContBtn_bg02.png) center bottom no-repeat;
}
.sectionContNaha .sectionContTtlArea .sectionContBtn li .sectionContBtn03{
  width: 172px;
  height: 60px;
  background: url(/domtour/jaldp/oka/happydays/img/180419/naha/img_sectionContBtn_bg03.png) center top no-repeat;
}
.sectionContNaha .sectionContTtlArea .sectionContBtn li .sectionContBtn03:hover{
  background: url(/domtour/jaldp/oka/happydays/img/180419/naha/img_sectionContBtn_bg03.png) center bottom no-repeat;
}
.sectionContNaha .sectionContTtlArea .sectionContBtn li .sectionContBtn04{
  width: 166px;
  height: 60px;
  background: url(/domtour/jaldp/oka/happydays/img/180419/naha/img_sectionContBtn_bg04.png) center top no-repeat;
}
.sectionContNaha .sectionContTtlArea .sectionContBtn li .sectionContBtn04:hover{
  background: url(/domtour/jaldp/oka/happydays/img/180419/naha/img_sectionContBtn_bg04.png) center bottom no-repeat;
}

/* sectionContBtn okuma */
.sectionContOkuma .sectionContTtlArea .sectionContBtn li .sectionContBtn01{
  width: 166px;
  height: 60px;
  background: url(/domtour/oka/happydays/img/180419/okuma/img_sectionContBtn_bg01.png) center top no-repeat;
}
.sectionContOkuma .sectionContTtlArea .sectionContBtn li .sectionContBtn01:hover{
  background: url(/domtour/oka/happydays/img/180419/okuma/img_sectionContBtn_bg01.png) center bottom no-repeat;
}
.sectionContOkuma .sectionContTtlArea .sectionContBtn li .sectionContBtn02{
  width: 166px;
  height: 60px;
  background: url(/domtour/oka/happydays/img/180419/okuma/img_sectionContBtn_bg02.png) center top no-repeat;
}
.sectionContOkuma .sectionContTtlArea .sectionContBtn li .sectionContBtn02:hover{
  background: url(/domtour/oka/happydays/img/180419/okuma/img_sectionContBtn_bg02.png) center bottom no-repeat;
}
.sectionContNaha .sectionContTtlArea .sectionContBtn li .sectionContBtn03{
  width: 172px;
  height: 60px;
  background: url(/domtour/oka/happydays/img/180419/okuma/img_sectionContBtn_bg03.png) center top no-repeat;
}
.sectionContOkuma .sectionContTtlArea .sectionContBtn li .sectionContBtn03:hover{
  background: url(/domtour/oka/happydays/img/180419/okuma/img_sectionContBtn_bg03.png) center bottom no-repeat;
}
.sectionContOkuma .sectionContTtlArea .sectionContBtn li .sectionContBtn04{
  width: 166px;
  height: 60px;
  background: url(/domtour/oka/happydays/img/180419/img/180419/okuma/img_sectionContBtn_bg04.png) center top no-repeat;
}
.sectionContOkuma .sectionContTtlArea .sectionContBtn li .sectionContBtn04:hover{
  background: url(/domtour/oka/happydays/img/180419/okuma/img_sectionContBtn_bg04.png) center bottom no-repeat;
}

/* sectionContMovie
------------------------------------------------------- */
.sectionCont .sectionContMovie{
  position: relative;
  background: url(/domtour/jaldp/oka/happydays/img/180419/img_sectionContMovie_bg.png) center center no-repeat;
  height: 379px;
  width: 869px;
  margin: 30px auto;
}
.sectionContOkuma .sectionContMovie{
  background: url(/domtour/oka/happydays/img/180419/okuma/img_sectionContMovie_bg.png) center center no-repeat;
}
.sectionCont .sectionContMovie iframe{
  margin: 30px 0 0 30px;
}
.sectionCont .sectionContMovie .img_flower{
  position: absolute;
  top: -40px;
  right: -20px;
}
/* .img_flower okuma */
.sectionContOkuma .sectionContMovie .img_flower{
  position: absolute;
  top: auto;
  bottom: -100px;
  left: -20px;
}

/* sectionContIntro
------------------------------------------------------- */
.sectionCont .sectionContIntro{
  width: 100%;
  height: 1236px;
  position: relative;
}
.sectionCont .sectionContIntro div{
  position: absolute;
}
.sectionCont .sectionContIntro .sectionContIntroImg01{
  top: 0;
  left: 45px;
}
.sectionCont .sectionContIntro .sectionContIntroImg02{
  top: 204px;
  right: 0;
}
.sectionCont .sectionContIntro .sectionContIntroImg03{
  top: 23px;
  left: 293px;
}
.sectionCont .sectionContIntro .sectionContIntroImg04{
  top: 137px;
  left: 50px;
}
.sectionCont .sectionContIntro .sectionContIntroImg05{
  top: 45px;
  left: 702px;
}
.sectionCont .sectionContIntro .sectionContIntroImg06{
  top: 330px;
  left: 123px;
}
.sectionCont .sectionContIntro .sectionContIntroImg07{
  top: 583px;
  left: 0;
}
.sectionCont .sectionContIntro .sectionContIntroImg08{
  top: 530px;
  left: 0;
}
.sectionCont .sectionContIntro .sectionContIntroImg09{
  top: 579px;
  left: 509px;
}
.sectionCont .sectionContIntro .sectionContIntroImg10{
  top: 665px;
  left: 687px;
}
.sectionCont .sectionContIntro .sectionContIntroImg11{
  top: 788px;
  left: 544px;
}
.sectionCont .sectionContIntro .sectionContIntroImg12{
  top: 788px;
  left: 595px;
}
.sectionCont .sectionContIntro .sectionContIntroImg13{
  top: 1052px;
  left: 105px;
}
.sectionCont .sectionContIntro .sectionContIntroImg14{
  top: 941px;
  left: 66px;
}
.sectionCont .sectionContIntro .sectionContIntroImg15{
  top: 907px;
  left: 451px;
}
.sectionCont .sectionContIntro .sectionContIntroImg16{
  top: 881px;
  left: 290px;
}
.sectionCont .sectionContIntro .sectionContIntroImg17{
  top: 906px;
  left: 832px;
}
.sectionCont .sectionContIntro .sectionContIntroImg18{
  top: 918px;
  left: 62px;
}
.sectionCont .sectionContIntro .sectionContIntroImg19{
  top: 1185px;
  left: 62px;
}
.sectionCont .sectionContIntro .sectionContIntroImg20{
  top: 1044px;
  right: 0;
  z-index: 100;
}
/* sectionContIntro naha */
.sectionContNaha .sectionContIntro{
  height: 1181px;
}
.sectionContNaha .sectionContIntro .sectionContIntroImg01{
  top: -70px;
  left: 0;
}
.sectionContNaha .sectionContIntro .sectionContIntroImg02{
  top: 5px;
  left: 239px;
  z-index: 5;
}
.sectionContNaha .sectionContIntro .sectionContIntroImg03{
  top: 13px;
  left: 502px;
  z-index: 5;
}
.sectionContNaha .sectionContIntro .sectionContIntroImg04{
  top: 0;
  right: 50px;
  left: auto;
}
.sectionContNaha .sectionContIntro .sectionContIntroImg05{
  top: 115px;
  left: 689px;
}
.sectionContNaha .sectionContIntro .sectionContIntroImg06{
  top: 170px;
  left: 0;
}
.sectionContNaha .sectionContIntro .sectionContIntroImg07{
  top: 343px;
  right: 25px;
  left: auto;
}
.sectionContNaha .sectionContIntro .sectionContIntroImg08{
  top: 545px;
  left: 10px;
}
.sectionContNaha .sectionContIntro .sectionContIntroImg09{
  top: 767px;
  left: 90px;
}
.sectionContNaha .sectionContIntro .sectionContIntroImg10{
  top: 625px;
  left: 449px;
}
.sectionContNaha .sectionContIntro .sectionContIntroImg11{
  top: 460px;
  left: 638px;
}
.sectionContNaha .sectionContIntro .sectionContIntroImg12{
  top: 546px;
  left: 418px;
}
.sectionContNaha .sectionContIntro .sectionContIntroImg13{
  top: 897px;
  left: 45px;
}
.sectionContNaha .sectionContIntro .sectionContIntroImg14{
  top: 939px;
  left: 125px;
}
.sectionContNaha .sectionContIntro .sectionContIntroImg15{
  top: 978px;
  left: 160px;
}
.sectionContNaha .sectionContIntro .sectionContIntroImg16{
  top: 1091px;
  left: 125px;
}
.sectionContNaha .sectionContIntro .sectionContIntroImg17{
  top: 960px;
  right: 0;
  left: auto;
  z-index: 5;
}
/* sectionContIntro okuma */
.sectionContOkuma .sectionContIntro{
  height: 1393px;
}
.sectionContOkuma .sectionContIntro .sectionContIntroImg01{
  top: 30px;
  left: 130px;
  z-index: 5;
}
.sectionContOkuma .sectionContIntro .sectionContIntroImg02{
  top: -12px;
  left: 289px;
  z-index: 5;
}
.sectionContOkuma .sectionContIntro .sectionContIntroImg03{
  top: 7px;
  left: 502px;
  z-index: 5;
}
.sectionContOkuma .sectionContIntro .sectionContIntroImg04{
  top: 86px;
  left: 0;
}
.sectionContOkuma .sectionContIntro .sectionContIntroImg05{
  top: 199px;
  right: 50px;
  left: auto;
}
.sectionContOkuma .sectionContIntro .sectionContIntroImg06{
  top: 381px;
  left: 580px;
}
.sectionContOkuma .sectionContIntro .sectionContIntroImg07{
  top: 394px;
  right: 0;
  left: auto;
}
.sectionContOkuma .sectionContIntro .sectionContIntroImg08{
  top: 560px;
  left: 81px;
}
.sectionContOkuma .sectionContIntro .sectionContIntroImg09{
  top: 644px;
  left: 46px;
}
.sectionContOkuma .sectionContIntro .sectionContIntroImg10{
  top: 795px;
  left: 179px;
}
.sectionContOkuma .sectionContIntro .sectionContIntroImg11{
  top: 590px;
  left: 654px;
  z-index: 5;
}
.sectionContOkuma .sectionContIntro .sectionContIntroImg12{
  top: 657px;
  left: 566px;
}
.sectionContOkuma .sectionContIntro .sectionContIntroImg13{
  top: 750px;
  right: 0;
  left: auto;
}
.sectionContOkuma .sectionContIntro .sectionContIntroImg14{
  top: 969px;
  left: 57px;
}
.sectionContOkuma .sectionContIntro .sectionContIntroImg15{
  top: 1348px;
  left: 113px;
}
.sectionContOkuma .sectionContIntro .sectionContIntroImg16{
  top: 1068px;
  left: 74px;
  z-index: 5;
}
.sectionContOkuma .sectionContIntro .sectionContIntroImg17{
  top: 1020px;
  left: 455px;
}
.sectionContOkuma .sectionContIntro .sectionContIntroImg18{
  top: 1110px;
  left: 680px;
  z-index: 5;
}
.sectionContOkuma .sectionContIntro .sectionContIntroImg19{
  top: 1185px;
  left: 484px;
}
.sectionContOkuma .sectionContIntro .sectionContIntroImg20{
  top: 1238px;
  left: 0;
}
.sectionContOkuma .sectionContIntro .sectionContIntroImg21{
  top: 1086px;
  left: 40px;
}
.sectionContOkuma .sectionContIntro .sectionContIntroImg22{
  top: 1086px;
  left: 643px;
}

/* sectionContPlan
------------------------------------------------------- */
.sectionCont .sectionContPlan{
  background: #fff;
  width: 100%;
  height: 1450px;
  position: relative;
}
.sectionCont .sectionContPlan .sectionContPlanTtl{
  position: inherit;
  padding: 50px 0;
  text-align: center;
}
.sectionCont .sectionContPlan .sectionContPlanTtl h3{
  margin-bottom: 25px;
}
.sectionCont .sectionContPlan div{
  position: absolute;
}
.sectionCont .sectionContPlan .sectionContPlan01{
  top: 63px;
  left: 786px;
}
.sectionCont .sectionContPlan .sectionContPlan02{
  top: 550px;
  left: 384px;
}
.sectionCont .sectionContPlan .sectionContPlan03{
  top: 521px;
  left: 748px;
}
.sectionCont .sectionContPlan .sectionContPlan04{
  top: 898px;
  left: 0;
}
.sectionCont .sectionContPlan .sectionContPlan05{
  top: 967px;
  left: 786px;
}
.sectionCont .sectionContPlan .sectionContPlanList01{
  top: 200px;
  left: 20px;
}
.sectionCont .sectionContPlan .sectionContPlanList02{
  top: 284px;
  left: 302px;
}
.sectionCont .sectionContPlan .sectionContPlanList03{
  top: 200px;
  left: 337px;
}
.sectionCont .sectionContPlan .sectionContPlanList04{
  top: 284px;
  left: 618px;
}
.sectionCont .sectionContPlan .sectionContPlanList05{
  top: 200px;
  left: 654px;
}
.sectionCont .sectionContPlan .sectionContPlanList06{
  top: 620px;
  left: 20px;
}
.sectionCont .sectionContPlan .sectionContPlanList07{
  top: 704px;
  left: 302px;
}
.sectionCont .sectionContPlan .sectionContPlanList08{
  top: 620px;
  left: 337px;
}
.sectionCont .sectionContPlan .sectionContPlanList09{
  top: 704px;
  left: 618px;
}
.sectionCont .sectionContPlan .sectionContPlanList10{
  top: 620px;
  left: 654px;
}
.sectionCont .sectionContPlan .sectionContPlanList11{
  top: 1040px;
  left: 14px;
}
.sectionCont .sectionContPlan .sectionContPlanList12{
  top: 1124px;
  left: 302px;
}
.sectionCont .sectionContPlan .sectionContPlanList13{
  top: 1040px;
  left: 337px;
}
.sectionCont .sectionContPlan .sectionContPlanList14{
  top: 1124px;
  left: 618px;
}
.sectionCont .sectionContPlan .sectionContPlanList15{
  top: 1040px;
  left: 654px;
}
.sectionCont .sectionContPlan .sectionContPlanDay01{
  top: 121px;
  left: 40px;
}
.sectionCont .sectionContPlan .sectionContPlanDay02{
  top: 544px;
  left: 494px;
}
.sectionCont .sectionContPlan .sectionContPlanDay03{
  top: 965px;
  left: 184px;
}

/* sectionContPlan naha */
.sectionContNaha .sectionContPlan{
  background: #fff;
  width: 100%;
  height: 1750px;
  position: relative;
}
.sectionContNaha .sectionContPlan .sectionContPlanTtl{
  position: inherit;
  padding: 50px 0;
  text-align: center;
}
.sectionContNaha .sectionContPlan .sectionContPlanTtl h3{
  margin-bottom: 25px;
}
.sectionContNaha .sectionContPlan div{
  position: absolute;
}
.sectionContNaha .sectionContPlan .sectionContPlan01{
  top: 523px;
  left: 0;
}
.sectionContNaha .sectionContPlan .sectionContPlan02{
  top: 580px;
  left: 769px;
}
.sectionContNaha .sectionContPlan .sectionContPlan03{
  top: 1321px;
  left: 738px;
  z-index: 5;
}
.sectionContNaha .sectionContPlan .sectionContPlan04{
  top: 1268px;
  left: auto;
  right: 0;
}
.sectionContNaha .sectionContPlan .sectionContPlan05{
  top: 967px;
  left: 786px;
}
.sectionContNaha .sectionContPlan .sectionContPlanList01{
  top: 245px;
  left: 20px;
}
.sectionContNaha .sectionContPlan .sectionContPlanList02{
  top: 310px;
  left: 93px;
}
.sectionContNaha .sectionContPlan .sectionContPlanList03{
  top: 345px;
  left: 28px;
}
.sectionContNaha .sectionContPlan .sectionContPlanList04{
  top: 383px;
  left: 172px;
}
.sectionContNaha .sectionContPlan .sectionContPlanList05{
  top: 183px;
  left: 200px;
}
.sectionContNaha .sectionContPlan .sectionContPlanList06{
  top: 315px;
  left: 693px;
}
.sectionContNaha .sectionContPlan .sectionContPlanList07{
  top: 213px;
  left: 728px;
}
.sectionContNaha .sectionContPlan .sectionContPlanList08{
  top: 705px;
  left: 10px;
}
.sectionContNaha .sectionContPlan .sectionContPlanList09{
  top: 794px;
  left: 271px;
}
.sectionContNaha .sectionContPlan .sectionContPlanList10{
  top: 649px;
  left: 313px;
}
.sectionContNaha .sectionContPlan .sectionContPlanList11{
  top: 911px;
  left: 804px;
}
.sectionContNaha .sectionContPlan .sectionContPlanList12{
  top: 994px;
  left: 721px;
}
.sectionContNaha .sectionContPlan .sectionContPlanList13{
  top: 1075px;
  left: 681px;
}
.sectionContNaha .sectionContPlan .sectionContPlanList14{
  top: 993px;
  left: 368px;
}
.sectionContNaha .sectionContPlan .sectionContPlanList15{
  top: 1075px;
  left: 325px;
}
.sectionContNaha .sectionContPlan .sectionContPlanList16{
  top: 994px;
  left: 10PX;
}
.sectionContNaha .sectionContPlan .sectionContPlanList17{
  top: 1397px;
  left: 10PX;
}
.sectionContNaha .sectionContPlan .sectionContPlanList18{
  top: 1463px;
  left: 178px;
}
.sectionContNaha .sectionContPlan .sectionContPlanList19{
  top: 1397px;
  left: 217px;
}
.sectionContNaha .sectionContPlan .sectionContPlanList20{
  top: 1463px;
  left: 384px;
}
.sectionContNaha .sectionContPlan .sectionContPlanList21{
  top: 1346px;
  left: 424px;
}
.sectionContNaha .sectionContPlan .sectionContPlanList22{
  top: 1463px;
  left: 762px;
}
.sectionContNaha .sectionContPlan .sectionContPlanList23{
  top: 1407px;
  left: 799px;
}
.sectionContNaha .sectionContPlan .sectionContPlanList24{
  top: 1582px;
  left: 853px;
}
.sectionContNaha .sectionContPlan .sectionContPlanList25{
  top: 1604px;
  left: 805px;
}
.sectionContNaha .sectionContPlan .sectionContPlanList26{
  top: 853px;
  left: 804px;
}
.sectionContNaha .sectionContPlan .sectionContPlanDay01{
  top: 169px;
  left: 20px;
}
.sectionContNaha .sectionContPlan .sectionContPlanDay02{
  top: 634px;
  left: 104px;
}
.sectionContNaha .sectionContPlan .sectionContPlanDay03{
  top: 1315px;
  left: 24px;
}

/* sectionContPlan okuma
------------------------------------------------------- */
.sectionContOkuma .sectionContPlan{
  background: #fff;
  width: 100%;
  height: 1266px;
  position: relative;
}
.sectionContOkuma .sectionContPlan .sectionContPlanTtl{
  position: inherit;
  padding: 50px 0;
  text-align: center;
}
.sectionContOkuma .sectionContPlan .sectionContPlanTtl h3{
  margin-bottom: 25px;
}
.sectionContOkuma .sectionContPlan div{
  position: absolute;
}
.sectionContOkuma .sectionContPlan .sectionContPlan01{
  top: -17px;
  left: 826px;
}
.sectionContOkuma .sectionContPlan .sectionContPlan02{
  top: 433px;
  left: 174px;
}
.sectionContOkuma .sectionContPlan .sectionContPlan03{
  top: 831px;
  left: 403px;
}
.sectionContOkuma .sectionContPlan .sectionContPlan04{
  top: 807px;
  right: 0;
  left: auto;
}
.sectionContOkuma .sectionContPlan .sectionContPlanList01{
  top: 250px;
  left: 20px;
}
.sectionContOkuma .sectionContPlan .sectionContPlanList02{
  top: 273px;
  left: 227px;
}
.sectionContOkuma .sectionContPlan .sectionContPlanList03{
  top: 200px;
  left: 254px;
}
.sectionContOkuma .sectionContPlan .sectionContPlanList04{
  top: 273px;
  left: 468px;
}
.sectionContOkuma .sectionContPlan .sectionContPlanList05{
  top: 200px;
  left: 494px;
}
.sectionContOkuma .sectionContPlan .sectionContPlanList06{
  top: 273px;
  left: 707px;
}
.sectionContOkuma .sectionContPlan .sectionContPlanList07{
  top: 200px;
  right: 3px;
  left: auto;
}
.sectionContOkuma .sectionContPlan .sectionContPlanList08{
  top: 540px;
  left: 12px;
}
.sectionContOkuma .sectionContPlan .sectionContPlanList09{
  top: 614px;
  left: 227px;
}
.sectionContOkuma .sectionContPlan .sectionContPlanList10{
  top: 540px;
  left: 254px;
}
.sectionContOkuma .sectionContPlan .sectionContPlanList11{
  top: 614px;
  left: 468px;
}
.sectionContOkuma .sectionContPlan .sectionContPlanList12{
  top: 540px;
  left: 494px;
}
.sectionContOkuma .sectionContPlan .sectionContPlanList13{
  top: 614px;
  left: 707px;
}
.sectionContOkuma .sectionContPlan .sectionContPlanList14{
  top: 540px;
  right: 6px;
  left: auto;
}
.sectionContOkuma .sectionContPlan .sectionContPlanList15{
  top: 914px;
  left: 12px;
}
.sectionContOkuma .sectionContPlan .sectionContPlanList16{
  top: 993px;
  left: 227px;
}
.sectionContOkuma .sectionContPlan .sectionContPlanList17{
  top: 914px;
  left: 227px;
}
.sectionContOkuma .sectionContPlan .sectionContPlanList18{
  top: 993px;
  left: 468px;
}
.sectionContOkuma .sectionContPlan .sectionContPlanList19{
  top: 914px;
  left: 494px;
}
.sectionContOkuma .sectionContPlan .sectionContPlanList20{
  top: 993px;
  left: 705px;
}
.sectionContOkuma .sectionContPlan .sectionContPlanList21{
  top: 956px;
  left: 781px;
}
.sectionContOkuma .sectionContPlan .sectionContPlanDay01{
  top: 161px;
  left: 40px;
}
.sectionContOkuma .sectionContPlan .sectionContPlanDay02{
  top: 468px;
  left: 353px;
}
.sectionContOkuma .sectionContPlan .sectionContPlanDay03{
  top: 845px;
  left: 184px;
}

/* sectionContRecommend
------------------------------------------------------- */
.sectionCont .sectionContRecommend{
  position: relative;
  height: 465px;
}
.sectionCont .sectionContRecommendAlivila {
  height: 560px;
}
.sectionCont .sectionContRecommendOkuma {
  height: 395px;
}
.sectionCont .sectionContRecommendNaha {
  height: 580px;
}
.sectionCont .sectionContRecommendL{
  height: 490px;
}
.sectionCont .sectionContRecommend img{
  position: absolute;
}
.sectionCont .sectionContRecommend .sectionContRecommend01{
  top: -30px;
  left: 10px;
}
.sectionCont .sectionContRecommendAlivila .sectionContRecommend01{
  top: -30px;
  left: 135px;
}
.sectionCont .sectionContRecommendNaha .sectionContRecommend01{
  top: -30px;
  left: 140px;
}
.sectionCont .sectionContRecommend .sectionContRecommend02{
  top: 265px;
  left: -30px;
}
.sectionCont .sectionContRecommendAlivila .sectionContRecommend02{
  top: 350px;
  left: 707px;
}
.sectionCont .sectionContRecommendNaha .sectionContRecommend02{
  top: 350px;
  left: 734px;
}
.sectionCont .sectionContRecommend .sectionContRecommend03{
  top: 32px;
  left: 250px;
}
.sectionCont .sectionContRecommendAlivila .sectionContRecommend03{
  top: 223px;
  left: 60px;
}
.sectionCont .sectionContRecommendNaha .sectionContRecommend03{
  top: 215px;
  left: 70px;
}
.sectionCont .sectionContRecommend .sectionContRecommendTxt{
  padding: 32px 22px 32px 520px;
  line-height: 1.5;
  color: #57400b;
}
.sectionCont .sectionContRecommend .sectionContRecommendTxt h3{
  font-size: 18px;
  margin-bottom: 10px;
}
.sectionCont .sectionContRecommend .sectionContRecommendTxt h4{
  margin-bottom: 10px;
}
.sectionCont .sectionContRecommend .sectionContRecommendTxt p{
  margin-bottom: 20px;
}
.sectionCont .sectionContRecommend .sectionContRecommendTxt table th{
  font-weight: bold;
}
.sectionCont .sectionContRecommend .sectionContRecommendTxt table td{
  padding-top: 5px;
  vertical-align: top;
}
/* sectionContRecommend naha */
.sectionContNaha .sectionContRecommend .sectionContRecommendTxt{
  padding: 32px 20px 32px 520px;
}

/* -------------------------------------------------------
 sectionDp
------------------------------------------------------- */
.sectionDp{
  margin-top: 50px;
}
.btnbox {
	background-color:#f6f6f6;
	border:1px solid #d0d0d0;
	width:920px;
	box-sizing:border-box;
	overflow:hidden;
	padding:15px;
	margin:0 auto 15px;
}
.btnbox dt {
	font-size:20px;
	font-weight:bold;
	color:#cc0000;
	float:left;
	margin-left:120px;
	margin-right:20px;
}
.btnbox dd {
	float:left;
	width:220px;
	height:40px;
	margin-right:20px;
	box-shadow:2px 2px 4px 0px #cbcbcb;
	-moz-box-shadow:2px 2px 4px 0px #cbcbcb;
	-webkit-box-shadow:2px 2px 4px 0px #cbcbcb;
}
.btnbox dd a {
	display:block;
	width:220px;
	height:40px;
	font-size:14px;
	font-weight:bold;
	line-height:38px;
	box-sizing:border-box;
	border:1px solid #cc0000;
	text-align:center;
	color:#cc0000;
	background: url(../img/arrow02.png) no-repeat 10px 8px #FFFFFF;
}
.btnbox dd a:hover {
	background: url(../img/arrow02_o.png) no-repeat 10px 8px #cc0000;
	color:#FFFFFF;
	text-decoration:none;
}
.mdlBtn{
  width: 430px;
  margin: 0 auto;
}
.mdlBtn a{
  display: block;
  height: 100%;
  font-size: 16px;

  font-weight: bold;
}
.mdlBtn a span{
  padding: 10px 0;
  padding-left: 20px;
  background-position: 0 35px;
  line-height: 1.5;
}
.mdlBtn a span span{
  font-size: 24px;
  background: none;
  padding: 0;
}

/* -------------------------------------------------------
 other
------------------------------------------------------- */
.other {
	width:940px;
	height:165px;
  background: url(/domtour/jaldp/oka/happydays/img/180614/top_other_03.jpg) no-repeat 0 0;
  margin-top: 50px;
	margin-bottom:10px;
}
.other h4 {
	display:none;
}
.other .otherWrap {
	padding-top:70px;
}
.other .otherWrap .otherBox {
	float:left;
	width:425px;
	margin:0 0 15px 30px;
}
.other .otherWrap .otherBox {
	height:90px !important;
	padding:0 !important;
}
.other .otherWrap .otherBox a.pic {
	float:left;
	width:108px;
	margin-right:10px;
}
.other .otherWrap .otherBox dl {
	margin:0 !important;
}
.other .otherWrap .otherBox dl dt {
}
.other .otherWrap .otherBox dl dt a {
}
.other .otherWrap .otherBox dl dd {
	margin:0 !important;
}

ul.otherB {
	margin-bottom:30px;
}
ul.otherB li {
}
ul.otherB li a {
}
ul.otherB li a:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
ul.otherB li a img {
}


.otherBox a, .otherBox a:link, .otherBox a:visited{color:#0f0f69;background:transparent;text-decoration:none;}
.otherBox a:hover, .otherBox a:active{color:#cc0000;background:transparent;text-decoration:underline;}

.indent-p3{padding-left:3em;text-indent: -3em;}

/*
GoToトラベルボタン
*/
.btnG{padding:13px 50px 13px 20px; border:1px solid #dedede; background-color:#eee;}
span:after, .btnG .altIcon{position:absolute;top:92%;right:35px;}

/*
20230614　追加
*/
.small{
	font-size: 82%;
}
/*
20240321 追加
*/
.alCenter{
	text-align: center;
	margin:60px auto;
}

.btnsize{
	font-size:24px;
	padding:20px;
	background-color: #cc0000;
    color: #fff;
}
.btnsize span{
    display: inline-block;
	padding-left:10px;
    line-height: 24px;
    background: url(/commonY15/img/icon_arrow_right_white_01.png) 0 7px no-repeat;
}
