/* .cormorant-<uniquifier> {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */
/* .source-sans-3-<uniquifier> {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */
/* 
Myriad Pro Light
font-family: "myriad-pro", sans-serif;
font-weight: 300;
font-style: normal;
Myriad Pro Light Italic
font-family: "myriad-pro", sans-serif;
font-weight: 300;
font-style: italic;
Myriad Pro Regular
font-family: "myriad-pro", sans-serif;
font-weight: 400;
font-style: normal;
Myriad Pro Italic
font-family: "myriad-pro", sans-serif;
font-weight: 400;
font-style: italic;
Myriad Pro Semibold
font-family: "myriad-pro", sans-serif;
font-weight: 600;
font-style: normal;
Myriad Pro Semibold Italic
font-family: "myriad-pro", sans-serif;
font-weight: 600;
font-style: italic;
Myriad Pro Bold
font-family: "myriad-pro", sans-serif;
font-weight: 700;
font-style: normal;
Myriad Pro Bold Italic
font-family: "myriad-pro", sans-serif;
font-weight: 700;
font-style: italic;
Myriad Pro Black
font-family: "myriad-pro", sans-serif;
font-weight: 900;
font-style: normal;
Myriad Pro Black Italic
font-family: "myriad-pro", sans-serif;
font-weight: 900;
font-style: italic;
*/

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  width: 100%;
  color: #000;
  font-size: 1.6em;
  line-height: 1.2;
}
body {
  font-family: "myriad-pro", "Source Sans 3", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (min-width:768px) {
  body {
    line-height: 1.5;
  }
}

/* animation. */
section {
  opacity: 0;
  transform: translateY(150px);
  transition: opacity 1.5s, transform 1s;
}

section.active {
  opacity: 1;
  transform: translateY(0px);
}

/* .animation */
header {

  padding: 6px 15px 6px;
}

header .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;

}

header .flex a span {
  display: none;
}

header .flex h1 a {
  display: block;
  background: url(../images/logo_ana.gif) no-repeat;
  background-size: contain;
  width: 136px;
  height: 13px;
  transition: .3s;
}

header .flex p a {
  display: block;
  background: url(../images/logo_japan.gif) no-repeat;
  background-size: contain;
  width: 106px;
  height: 22px;
  transition: .3s;
}

@media (min-width:768px) {
  header {
    padding: 12px 40px 12px;
  }

  header .flex h1 a {
    width: 273px;
    height: 26px;
  }

  header .flex p a {
    width: 212px;
    height: 45px;

  }
}

/* 
movie.
*/
section.movie {
  width: 100%;
  height: 560px;
  background: rgba(0, 0, 0, 1);
  position: relative;
}

section.movie .video {
  position: absolute;
  width: 100%;
  height: 560px;
  z-index: 10;
}

section.movie .text {
  position: absolute;
  width: 100%;
  height: 560px;
  z-index: 11;

}

section.movie .flexmovie {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 20px;
}

section.movie .flexmovie div {
  max-width: 377px;
  width: 100%;
}

section.movie .flexmovie p {
  text-align: center;
}

section.movie .flexmovie p.copy {
  margin: 0 auto;
  padding-top: 30.5%;
  background: url(../images/banner_copy_n.png) no-repeat;
  background-size: contain;
}

section.movie .flexmovie p.copy span {
  display: none;
}

#videobanner {
  width: 100%;
  height: 560px;
  object-fit: cover;
}

.linkbtn {
  padding-top: 30px;
}

.linkbtn a {
  margin: 0 auto;
  width: 228px;
  height: 44px;
  background: #1c73dd;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "myriad-pro", "Source Sans 3", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  text-decoration: none;
  border-radius: 7px;
  letter-spacing: .15rem;
  transition: .3s;
}

.linkbtn a::after {
  display: inline-block;
  content: '';
  width: 7px;
  height: 9px;
  margin-left: 18px;
  background: url(../images/btn_arrow.png) no-repeat;
  background-size: contain;
}

.linkbtn a:hover {
  background: #498fe4;
}

@media (min-width:768px) {
  section.movie {
    height: 751px;
  }

  section.movie .video {
    width: 100%;
  }

  section.movie .text {
    height: 751px;
  }
  
  #videobanner {
    height: 751px;
  }
  section.movie .flexmovie {
    
    padding: 20px 150px;
  }
  section.movie .flexmovie div {
    max-width: 1216px;
    width: 100%;
  }

  section.movie .flexmovie p.copy {
    margin: 0 auto;
    padding-top: 18.25%;
    background: url(../images/banner_copy_w.png) no-repeat;
    background-size: contain;
  }

  .linkbtn a {
    width: 301px;
    height: 68px;
    font-size: 2.2rem;
  }

  .linkbtn a::after {
    width: 14px;
    height: 19px;
    margin-left: 27px;
  }
}

/* 
.movie
*/
section.description {
  width: 100%;
  min-height: 500px;
  background: url(../images/bg_sky_n.jpg) #fff center no-repeat;
  background-size: cover;
}

section.description .texts {
  padding: 45px 20px 38px;
}

section.description p.para {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  text-align: center;
  padding: 5px;

}

section.description p.memo {
  font-size: 1.1rem;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  text-align: center;
  padding: 5px;
}

section.description .bg_imgs {
  padding-bottom: 190px;
  background: url(../images/bg_imgs_n.png) center bottom no-repeat;
  background-size: 438px 190px;
}

section.description .link {
  padding: 40px 0;
  color: #498fe4;
}

section.description .link p {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;

}

section.description .link a {
  text-decoration: none;
  font-size: 1.3rem;
  line-height: 1;
}

section.description .link p::before,
section.description .link p::after {
  display: inline-block;
  content: '▼';
  font-size: 1rem;
  padding: 3px 5px 0;
  line-height: 1;

}

@media (min-width:768px) {
  section.description {
    background: url(../images/bg_sky_w.jpg) #fff center top no-repeat;
    background-size: cover;
  }

  section.description .texts {
    padding-top: 100px;
    max-width: 960px;
    margin: 0 auto;
  }

  section.description p.para {
    font-size: 2.3rem;
    padding: 10px;

  }

  section.description p.memo {
    font-size: 1.6rem;
    padding: 10px;
  }

  section.description .bg_imgs {
    padding-bottom: 585px;
    background: url(../images/bg_imgs_w.png) center bottom no-repeat;
    background-size: 1350px 585px;
  }

  section.description .link {
    padding: 50px 0 100px;
  }

  section.description .link a {
    text-decoration: none;
    font-size: 2.6rem;
    line-height: 1;
  }

  section.description .link p::before,
  section.description .link p::after {
    display: inline-block;
    content: '▼';
    font-size: 2rem;
    padding: 3px 5px 0;
    line-height: 1;

  }
}

section.gettingto {
  width: 100%;
  padding: 40px 17px 30px;
  background: #e2f3fb;
}

section.gettingto h2 {
  width: 100%;
  padding-top: 17.83%;
  background: url(../images/head_getting_to_hokkaido.gif) center no-repeat;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}

section.gettingto .flextext {
  padding-top: 30px;
  padding-bottom: 20px;
}

section.gettingto .text h3 {
  font-family: "myriad-pro", "Source Sans 3", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  padding-bottom: 5px;
  line-height: 1.2;
  color: #00146e;
}

section.gettingto .text h3 br {
  display: none;
}

section.gettingto .text {
  padding-bottom: 15px;
}

section.gettingto .text p {
  font-size: 1, 5rem;
  padding: 5px 0;

}

@media (min-width:768px) {
  section.gettingto {
    padding: 95px 35px 63px;
  }

  section.gettingto .wrap {
    max-width: 1250px;
    margin: 0 auto;
  }

  section.gettingto h2 {
    max-width: 718px;
    padding-top: 128px;
  }

  section.gettingto .text h3 {
    font-size: 3.2rem;
  }

  section.gettingto .text h3 br {
    display: block;
  }

  section.gettingto .text p {
    font-size: 1, 8rem;
  }

  section.gettingto .flextext {
    padding-top: 80px;
    padding-bottom: 78px;
    display: flex;
  }

  section.gettingto .flextext .text {
    flex-basis: 33.3%;
  }

  section.gettingto .flextext .text p {
    padding-right: 15%;
  }

  section.gettingto .flextext .video {
    flex-basis: 66.6%;
  }

}

section.gettingto .plans {
  padding: 14px 0;
}

section.gettingto .plans h3 {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 2rem;
  background: url(../images/icon_diagonal_line_blue.png) left top no-repeat;
  background-size: 17px 24px;
  padding-top: 5px;
  padding-left: 20px;
  color: #546670;

}

@media (min-width:768px) {
  section.gettingto .plans h3 {
    font-size: 3.2rem;
    background: url(../images/icon_diagonal_line_blue.png) left top no-repeat;
    background-size: 33px 49px;
    padding-top: 20px;
    padding-left: 40px;
    padding-bottom: 20px;
  }
}

.tabs {
  position: relative;
}

.tabs ul {
  padding-left: 0;
  display: flex;
  position: relative;
  z-index: 50;
}

.tabs ul>li {
  list-style-type: none;
  position: relative;
  width: 50%;
  z-index: 100;
}

.tabs li div.planA {
  position: relative;
  left: 0;
  width: 200%;
  z-index: 102;
}

.tabs li div.planB {
  position: relative;
  left: -100%;
  width: 200%;
  z-index: 101;
}

.tabs h4 {
  font-weight: 600;
  font-size: 1.4rem;
  color: #fff;

}

.tabs h4 em {
  font-size: .9rem;
  font-style: normal;
}

.tabs .plan_a h4 {
  padding-right: 10px;
}

.tabs .plan_b h4 {
  padding-left: 10px;
}

.tabs h4 label {
  display: flex;
  align-items: center;
  height: 60px;

}

.tabs .plan_a h4 label {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

.tabs::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  content: '';
  height: 60px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  z-index: 49;

}

.tabs h4 label .icon {
  display: none;
}

.tabs h4 label .title {
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0px;
  padding-left: 5px;
}

.tabs h4 label .title span {
  display: block;
  padding-top: 10px;
  padding-left: 15px;
  line-height: 1;
}

.tabs h4 label .title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 60px solid transparent;
}

.tabs #planA~h4 label .title::before {
  border-left: 20px solid #d4d9db;
}

.tabs #planA:checked~h4 label .title::before {
  border-left: 20px solid #00a88c;
}

.tabs #planB~h4 label .title::before {
  border-left: 20px solid #d4d9db;
}

.tabs #planB:checked~h4 label .title::before {
  border-left: 20px solid #00aff0;
}

.tabs #planA~h4 label .title {
  background-color: #bbc2c6;
  transition: background-color 1s ease;
}

.tabs #planA:checked~h4 label .title {
  background: #546670;
}

.tabs #planB~h4 label .title {
  background-color: #bbc2c6;
  transition: background-color 1s ease;
}

.tabs #planB:checked~h4 label .title {
  background: #546670;
}
.tabs .plan_a:has(#planA:checked) {
  z-index: 101;
}
@media (min-width:768px) {
  .tabs::after {
    height: 90px;
  }

  .tabs h4 {
    font-size: 1.4rem;
  }

  .tabs h4 em {
    font-size: .9rem;
  }

  .tabs h4 label .title span {
    padding-top: 23px;
  }

  .tabs .plan_a h4 {
    padding-right: 25px;
  }

  .tabs .plan_b h4 {
    padding-left: 25px;
  }

  .tabs h4 label {
    height: 90px;
  }

  .tabs h4 label .title {
    width: calc(100% - 80px);
    padding-left:20px;
  }

  .tabs h4 label .title::before {
    border-bottom: 90px solid transparent;
  }

  .tabs h4 label .icon {
    display: block;
    padding-left: 10px;
    width: 70px;
    height: 100%;
    box-sizing: content-box;

  }

  .tabs h4 label .icon>span {
    display: block;
    padding-top: 20px;
    text-align: center;
    font-family: "Cormorant", serif;
    font-size: 4.8rem;
    font-weight: 600;
  }

  .tabs #planA~h4 label .icon {
    background-color: #d4d9db;

  }

  .tabs #planA:checked~h4 label .icon {
    background: #00a88c;
  }

  .tabs #planB~h4 label .icon {
    background-color: #d4d9db;
  }

  .tabs #planB:checked~h4 label .icon {
    background: #00aff0;
  }
}

@media (min-width:900px) {
  .tabs h4 {
    font-size: 2rem;
  }

  .tabs h4 em {
    font-size: 1.5rem;
  }

  .tabs h4 label .title span {
    padding-top: 15px;
  }

}

@media (min-width:1300px) {
  .tabs h4 {
    font-size: 3rem;
  }

  .tabs h4 em {
    font-size: 2rem;
  }

  .tabs h4 label .title span {
    padding-top: 18px;
  }

  .tabs h4 .br {
    display: none;
  }
}


input[name="plans"] {
  display: none;
}

input#planA~div.planA {
  display: none;
}

input#planB~div.planB {
  display: none;
}

input#planA:checked~div.planA {
  display: block;
}

input#planB:checked~div.planB {
  display: block;
}

input#planA~h4 label {
  cursor: pointer;
}

input#planA:checked~h4 label {
  cursor: default;
}

input#planB~h4 label {
  cursor: pointer;

}

input#planB:checked~h4 label {
  cursor: default;
}

input#planA~h4 label:hover .title {
  background-color: #546670;
}

input#planB~h4 label:hover .title {
  background-color: #546670;
}


.tabs .wrapper {
  padding: 20px 20px;
  background: #fff;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

.plans .wrapper .para {
  padding-bottom: 18px;
}

.plans .wrapper .para::after {
  margin-top: 36px;
  display: block;
  content: '';
  width: 100%;
  padding-bottom: 80%;
}

.plans .planA .wrapper .para::after {
  background: url(../images/planA_img_n.jpg) center bottom no-repeat;
  background-size: contain;
}

.plans .planB .wrapper .para::after {
  background: url(../images/planB_img_n.jpg) center bottom no-repeat;
  background-size: contain;
}

@media (min-width:768px) {
  .tabs .wrapper {
    padding: 50px 110px;
  }

  .plans .wrapper .para::after {
    padding-bottom: 45.5%;
  }

  .plans .planA .wrapper .para::after {
    background: url(../images/planA_img_w.jpg) center bottom no-repeat;
    background-size: contain;
  }

  .plans .planB .wrapper .para::after {
    background: url(../images/planB_img_w.jpg) center bottom no-repeat;
    background-size: contain;
  }
}

.plans .wrapper .para p {
  padding: 2px 0;
  font-size: 1.5rem;
  text-align: center;
}

.plans .planA .wrapper .para p strong {
  color: #00a88c;
}

.plans .planB .wrapper .para p strong {
  color: #00aff0;
}

.plans .wrapper .para h5 {
  font-size: 2rem;
  font-weight: 600;
  padding: 5px 0;
  margin: 0;
  text-align: center;
}

.plans .wrapper ol {
  padding-left: 0;
  list-style: none;
}

.plans .wrapper ol li {
  font-size: 1.5rem;
}

.plans .wrapper ol li .flex {
  display: flex;
}

.plans .planA .wrapper ol li .flex .num {
  color: #00a88c;
}

.plans .planB .wrapper ol li .flex .num {
  color: #00aff0;
}

.plans .wrapper ol li .flex .num {
  flex-basis: 70px;
  font-weight: 600;
}

.plans .wrapper ol li .flex .texts {
  flex-basis: calc(100% - 70px);
}

@media (min-width:768px) {
  .plans .wrapper .para p {
    font-size: 1.8rem;
  }

  .plans .wrapper .para p strong {
    font-size: 2.4rem;
  }

  .plans .wrapper .para h5 {
    font-size: 3.8rem;
  }

  .plans .wrapper ol li {
    font-size: 1.8rem;
  }
}

.linkbtn2 {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
}

.linkbtn2 p {
  padding: 0;
  max-width: 282px;
  width: 100%;
  margin: 0 auto;
}

.plans .planA .linkbtn2 p {
  font-size: 1.1rem;
}

.plans .planB .linkbtn2 p {
  font-size: 1.35rem;
}

.linkbtn2 p a {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;

}

.plans .linkbtn2 p.green a {
  background-color: #00a88c;
  /* transition: background-color 1.5s; */
  transition: background-color .3s ease;
}

.plans .linkbtn2 p.blue a {
  background-color: #00aff0;
  transition: background-color .3s ease;
}

.plans .linkbtn2 p.green a:hover {
  background-color: #33b9a3;

}

.plans .linkbtn2 p.blue a:hover {
  background-color: #33bff3;
}

.btnflex {
  padding-top: 18px;
}

@media (min-width:375px) {
  .linkbtn2 p a {
    background-image: url(../images/icon_square.png);
    background-position: right 12px center;
    background-repeat: no-repeat;
  }
}

@media (min-width:768px) {

  .linkbtn2 p {
    max-width: 470px;
    min-width: 470px;
    margin: 0 10px;
  }

  .plans .planA .linkbtn2 p {
    font-size: 1.8rem;
  }

  .plans .planB .linkbtn2 p {
    font-size: 1.8rem;
  }

  .linkbtn2 p a {
    height: 52px;
  }

  .linkbtn2 p a {
    background-position: right 25px center;
  }

  .btnflex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 50px;
    ;
  }
}






section.discover {
  width: 100%;
  min-height: 500px;
  background: url(../images/bg_discover.gif) center bottom no-repeat;
  padding-bottom: 55px;
}

section.discover::before {
  display: block;
  content: '';
  padding-top: 406px;
  background: url(../images/bg_tree_w.jpg) center no-repeat;
  background-size: cover;
}

section.discover .wrap_text {
  max-width: 1250px;
  width: 100%;
  padding: 40px 17px 10px;
  margin: 0 auto;
}

section.discover .wrap_text h2 {
  width: 100%;
  padding-top: 17.83%;
  background: url(../images/head_dscover.gif) center no-repeat;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  margin-bottom: 10px;
  text-align: center;
}

section.discover .wrap_text p {
  font-size: 1.5rem;
  padding: 5px 0;
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
}

section.discover .wrap_text p strong {
  color: #00146e;
  font-size: 2rem;
}

@media (min-width:768px) {
  section.discover {

    padding-bottom: 402px;
  }

  section.discover::before {
    padding-top: 812px;
  }

  section.discover .wrap_text {
    padding: 65px 35px 40px;
  }

  section.discover .wrap_text h2 {
    margin: 0 auto;
    max-width: 718px;
    padding-top: 128px;
    padding-bottom: 42px;
  }

  section.discover .wrap_text p {
    padding-top: 10px;
  }

  section.discover .wrap_text p strong {
    font-size: 3.2rem;

  }
}

section.discover .wrap_maptext {
  max-width: 1250px;
  width: 100%;
  padding: 0 17px;
  margin: 0 auto;
}

section.discover .map h3 {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 2rem;
  background: url(../images/icon_diagonal_line_blue.png) left top no-repeat;
  background-size: 17px 24px;
  padding-top: 5px;
  padding-left: 20px;
  color: #546670;

}

@media (min-width:768px) {
  section.discover .map h3 {
    font-size: 3.2rem;
    background: url(../images/icon_diagonal_line_blue.png) left top no-repeat;
    background-size: 33px 49px;
    padding-top: 20px;
    padding-left: 40px;
    padding-bottom: 20px;
  }

  section.discover .wrap_maptext {
    padding: 0 35px;

  }
}

@media (min-width:992px) {
  section.discover {
    padding-bottom: 423px;
  }

  section.discover .map h3 {
    padding-bottom: 10px;
  }

  section.discover .wrap_maptext {
    padding: 37px 0 0;

  }
}

/* body {
  overflow-y: hidden;
}
@media (min-width:768px) {
  body {
    overflow-y: scroll !important;
  }
} */

.mapimg {
  position: relative;
  /* height: calc(64.3vw - var(--scrollbar-width, 0px)); */

  /* height: calc(64.3vw - 9px); */
  height: 63.4vw;
}

.mapimg::before {
  position: absolute;
  display: block;
  content: '';
  background: url(../images/bgmap_hokkaido_n3.gif) left top no-repeat;
  background-size: 100vw;
  width: 100%;
  height: 64.5vw;
}

.mapimg ul {
  position: relative;
  list-style-type: none;
  padding-left: 0;
  /* border-top:solid 1px red; */
}

.mapimg label {
  position: relative;
  top: -13px;
  left: -13px;
  display: block;
  width: 26px;
  height: 26px;
  padding: 8px;
  border-radius: 50%;
  background: rgba(24, 63, 153, 0.1);
  animation-name: smooth-fadein-out;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.mapimg label::before {
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(24, 63, 153, 1);
  transition: background-color .3s ease;
}

.mapimg label:hover::before {
  background: #00aced;
}
@keyframes smooth-fadein-out {
  0% {
    background: rgba(0, 20, 110, 0);
  }

  100% {
    background: rgba(0, 20, 110, .3);
  }
}
input[name="map"]#wakkanai:checked~.flexmap .mapimg>ul>li.wakkanai label {
  background: rgba(0, 172, 237, .2);
  animation-duration: 0s;
}

input[name="map"]#wakkanai:checked~.flexmap .mapimg>ul>li.wakkanai label::before {
  background: rgba(0, 172, 237, 1);
}

input[name="map"]#rishiri:checked~.flexmap .mapimg>ul>li.rishiri label {
  background: rgba(0, 172, 237, .2);
  animation-duration: 0s;
}

input[name="map"]#rishiri:checked~.flexmap .mapimg>ul>li.rishiri label::before {
  background: rgba(0, 172, 237, 1);
}

input[name="map"]#okhotsk_mombetsu:checked~.flexmap .mapimg>ul>li.okhotsk_mombetsu label {
  background: rgba(0, 172, 237, .2);
  animation-duration: 0s;
}

input[name="map"]#okhotsk_mombetsu:checked~.flexmap .mapimg>ul>li.okhotsk_mombetsu label::before {
  background: rgba(0, 172, 237, 1);
}

input[name="map"]#memanbetsu:checked~.flexmap .mapimg>ul>li.memanbetsu label {
  background: rgba(0, 172, 237, .2);
  animation-duration: 0s;
}

input[name="map"]#memanbetsu:checked~.flexmap .mapimg>ul>li.memanbetsu label::before {
  background: rgba(0, 172, 237, 1);
}

input[name="map"]#nemuro_nakashibetsu:checked~.flexmap .mapimg>ul>li.nemuro_nakashibetsu label {
  background: rgba(0, 172, 237, .2);
  animation-duration: 0s;
}

input[name="map"]#nemuro_nakashibetsu:checked~.flexmap .mapimg>ul>li.nemuro_nakashibetsu label::before {
  background: rgba(0, 172, 237, 1);
}

input[name="map"]#kushiro:checked~.flexmap .mapimg>ul>li.kushiro label {
  background: rgba(0, 172, 237, .2);
  animation-duration: 0s;
}

input[name="map"]#kushiro:checked~.flexmap .mapimg>ul>li.kushiro label::before {
  background: rgba(0, 172, 237, 1);
}

input[name="map"]#obihiro:checked~.flexmap .mapimg>ul>li.obihiro label {
  background: rgba(0, 172, 237, .2);
  animation-duration: 0s;
}

input[name="map"]#obihiro:checked~.flexmap .mapimg>ul>li.obihiro label::before {
  background: rgba(0, 172, 237, 1);
}

input[name="map"]#obihiro:checked~.flexmap .mapimg>ul>li.obihiro label {
  background: rgba(0, 172, 237, .2);
  animation-duration: 0s;
}

input[name="map"]#obihiro:checked~.flexmap .mapimg>ul>li.obihiro label::before {
  background: rgba(0, 172, 237, 1);
}

input[name="map"]#hakodate:checked~.flexmap .mapimg>ul>li.hakodate label {
  background: rgba(0, 172, 237, .2);
  animation-duration: 0s;
}

input[name="map"]#hakodate:checked~.flexmap .mapimg>ul>li.hakodate label::before {
  background: rgba(0, 172, 237, 1);
}

input[name="map"]#nemuro_nakashibetsu:checked~.flexmap .mapimg>ul>li.nemuro_nakashibetsu label {
  background: rgba(0, 172, 237, .2);
  animation-duration: 0s;
}

input[name="map"]#nemuro_nakashibetsu:checked~.flexmap .mapimg>ul>li.nemuro_nakashibetsu label::before {
  background: rgba(0, 172, 237, 1);
}

input[name="map"]#sapporo:checked~.flexmap .mapimg>ul>li.sapporo label {
  background: rgba(0, 172, 237, .2);
  animation-duration: 0s;
}

input[name="map"]#sapporo:checked~.flexmap .mapimg>ul>li.sapporo label::before {
  background: rgba(0, 172, 237, 1);
}

input[name="map"]#asahikawa:checked~.flexmap .mapimg>ul>li.asahikawa label {
  background: rgba(0, 172, 237, .2);
  animation-duration: 0s;
}

input[name="map"]#asahikawa:checked~.flexmap .mapimg>ul>li.asahikawa label::before {
  background: rgba(0, 172, 237, 1);
}

.flexmap .mapimg>ul>li label+span {
  /* background: rgba(0, 172, 237, 0); */
  border-bottom: solid 2px rgba(0, 172, 237, 0);
  transition: border-bottom .3s ease;
}

.flexmap .mapimg>ul>li label:hover+span {
  /* background: rgba(0, 172, 237, 1); */
  border-bottom: solid 2px rgba(0, 172, 237, 1);
}


/* .mapimg .wakkanai {
  position: absolute;
  top: 0;
  left: 0;
} */

@media (min-width:768px) {

  /* .mapimg {
    height: calc(64.3vw - var(--scrollbar-width, 0px));
  } */
  .mapimg label {
    top: -35px;
    left: -35px;
    width: 70px;
    height: 70px;
    padding: 24px;
  }

  .mapimg label::before {
    width: 22px;
    height: 22px;
  }
}

@media (min-width:992px) {

  .discover .map {
    margin: 0 auto;
    max-width: 1250px;
    padding: 0 50px;
    box-sizing: content-box;
  }

  .flexmap {
    display: flex;
    justify-content: space-between;
  }

  .mapimg {
    flex-basis: 59.1%;
    aspect-ratio: 1.22 / 1;
    height: auto;
  }

  .mapimg::before {
    background: url(../images/bgmap_hokkaido_w3.gif) left top no-repeat;
    background-size: 54vw;
    width: 100%;
    height: 100%;
  }

  .mapbox {
    flex-basis: 40.9%;
  }
}

@media (min-width:1350px) {
  .mapimg::before {
    background: url(../images/bgmap_hokkaido_w3.gif) left top no-repeat;
    background-size: 100%;
    height: 638px;
  }

  .mapimg {
    flex-basis: 780px;
  }

  .mapbox {
    flex-basis: 470px;
  }
}


.mapimg .wakkanai {
  position: absolute;
  top: 7.2vw;
  left: 34.2vw;
}

.mapimg .rishiri {
  position: absolute;
  top: 10.6vw;
  left: 26.2vw;
}

.mapimg .okhotsk_mombetsu {
  position: absolute;
  top: 23.5vw;
  left: 51.1vw;
}

.mapimg .memanbetsu {
  position: absolute;
  top: 28.5vw;
  left: 61.3vw;
}

.mapimg .nemuro_nakashibetsu {
  position: absolute;
  top: 32.9vw;
  left: 69.5vw;
}

.mapimg .kushiro {
  position: absolute;
  top: 40.8vw;
  left: 61.1vw;
}

.mapimg .obihiro {
  position: absolute;
  top: 44.2vw;
  left: 49.7vw;
}

.mapimg .hakodate {
  position: absolute;
  top: 58vw;
  left: 22vw;
}

.mapimg .sapporo {
  position: absolute;
  top: 43.5vw;
  left: 31.5vw;
}

.mapimg .asahikawa {
  position: absolute;
  top: 31.6vw;
  left: 40.9vw;
}

@media (min-width:992px) {
  .mapimg .wakkanai {
    top: 10vw;
    left: 16.9vw;
  }

  .mapimg .rishiri {
    top: 12vw;
    left: 12.4vw;
  }

  .mapimg .okhotsk_mombetsu {
    top: 19.3vw;
    left: 26.6vw;
  }

  .mapimg .memanbetsu {
    top: 22.5vw;
    left: 32.5vw;
  }

  .mapimg .nemuro_nakashibetsu {
    top: 24.9vw;
    left: 37.2vw;
  }

  .mapimg .kushiro {
    top: 29.2vw;
    left: 32.5vw;
  }

  .mapimg .obihiro {
    top: 31.4vw;
    left: 25.8vw;
  }

  .mapimg .hakodate {
    top: 39.2vw;
    left: 9.9vw;

  }

  .mapimg .sapporo {
    top: 31vw;
    left: 15.2vw;
  }

  .mapimg .asahikawa {
    top: 24vw;
    left: 20.7vw;
  }
}

@media (min-width:1350px) {
  .mapimg .wakkanai {
    top: 145px;
    left: 245px;
  }

  .mapimg .rishiri {
    top: 173px;
    left: 178px;
  }

  .mapimg .okhotsk_mombetsu {
    top: 281px;
    left: 385px;
  }

  .mapimg .memanbetsu {
    top: 325px;
    left: 470px;
  }

  .mapimg .nemuro_nakashibetsu {
    top: 360px;
    left: 540px;
  }

  .mapimg .kushiro {
    top: 425px;
    left: 469px;
  }

  .mapimg .obihiro {
    top: 454px;
    left: 374px;
  }

  .mapimg .hakodate {
    top: 570px;
    left: 142px;

  }

  .mapimg .sapporo {
    top: 449px;
    left: 221px;
  }

  .mapimg .asahikawa {
    top: 348px;
    left: 298px;
  }
}

.mapimg ul li span {
  font-family: "Cormorant", serif;
  font-size: 1.3rem;
  line-height: 1;
}

.mapimg ul li span em {
  font-size: smaller;
  font-style: normal;
}

.mapimg .wakkanai span {
  position: absolute;
  top: -100%;
  left: 0;
}

.mapimg .rishiri span {
  position: absolute;
  top: -50%;
  left: -240%;
}

.mapimg .okhotsk_mombetsu span {
  position: absolute;
  top: -100%;
  left: -75%;
  display: inline-block;
  width: 136px;
}

.mapimg .memanbetsu span {
  position: absolute;
  top: -100%;
  left: -55%;
}

.mapimg .nemuro_nakashibetsu span {
  position: absolute;
  top: 50%;
  left: 0%;
}

.mapimg .kushiro span {
  position: absolute;
  top: 50%;
  left: 0%;

}

.mapimg .obihiro span {
  position: absolute;
  top: 50%;
  left: 0%;

}

.mapimg .hakodate span {
  position: absolute;
  top: 50%;
  left: 0%;

}

.mapimg .sapporo span {
  position: absolute;
  top: -100%;
  left: -360%;
  width: 81px;
}

.mapimg .asahikawa span {
  position: absolute;
  top: -100%;
  left: -300%;

}

@media (min-width:768px) {
  .mapimg ul li span {
    font-size: 2.2rem;

  }

  .mapimg .wakkanai span {
    position: absolute;
    top: -85%;
    left: 0;
  }

  .mapimg .rishiri span {
    position: absolute;
    top: -20%;
    left: -180%;
  }

  .mapimg .okhotsk_mombetsu span {
    position: absolute;
    top: -85%;
    left: -50%;
    width: 228px;
  }

  .mapimg .memanbetsu span {
    position: absolute;
    top: -85%;
    left: -40%;
  }

  .mapimg .nemuro_nakashibetsu span {
    position: absolute;
    top: 55%;
    left: 0%;
  }

  .mapimg .kushiro span {
    position: absolute;
    top: 55%;
    left: 0%;
  }

  .mapimg .obihiro span {
    position: absolute;
    top: 55%;
    left: 0%;
  }

  .mapimg .hakodate span {
    position: absolute;
    top: 55%;
    left: 0%;
  }

  .mapimg .sapporo span {
    position: absolute;
    top: -75%;
    left: -250%;
    width: 140px;
  }

  .mapimg .asahikawa span {
    position: absolute;
    top: -75%;
    left: -220%;
  }

}

.mapbox {
  padding: 40px 17px;
}

.mapbox>ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.mapbox>ul ul {
  list-style-type: disc;
  padding-left: 17px;

}

.mapbox .mapbox_wrap {
  padding: 20px 20px 40px;
  background: #000;
  color: #fff;
}

.mapbox .mapbox_wrap h2 {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-size: 2rem;
  font-weight: 400;
  font-style: normal;
  padding: 5px 0;
}

.mapbox .mapbox_wrap h2 span {
  font-size: 1.5rem;
}

.mapbox .mapbox_wrap li li {
  font-size: 1.5rem;
}

@media (min-width:768px) {
  .mapbox {
    padding: 80px 35px;
  }

  .mapbox .mapbox_wrap h2 {
    font-size: 3.3rem;
  }

  .mapbox .mapbox_wrap h2 span {
    font-size: 2.3rem;
  }

  .mapbox .mapbox_wrap li li {
    font-size: 1.8rem;
  }
}

@media (min-width:992px) {
  .mapbox {
    padding: 0;
  }
}

.linkbtn3 {
  padding-top: 20px;
}

.linkbtn3 a {
  width: 200px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  text-decoration: none;
  background: url(../images/icon_square.png) #1c73dd right 25px center no-repeat;
  border-radius: 5px;
  transition: background-color .3s ease;

}

.linkbtn3 a span {
  padding-right: 20px;
}

.linkbtn3 a:hover {
  background: url(../images/icon_square.png) #498fe4 right 25px center no-repeat;
}

@media (min-width:768px) {
  .linkbtn3 a {
    width: 270px;
    height: 52px;
  }
}


.mapbox>ul>li::before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 74.1%;
}

.mapbox .wakkanai::before {
  background: url(../images/box_wakkanai.jpg) #fff center center no-repeat;
  background-size: 100%;
  transition: 1s ease;
}

.mapbox .rishiri::before {
  background: url(../images/box_rishiri.jpg) #fff center center no-repeat;
  background-size: 100%;
  transition: 1s ease;
}

.mapbox .okhotsk_mombetsu::before {
  background: url(../images/box_okhotsk_mombetsu.jpg) #fff center center no-repeat;
  background-size: 100%;
  transition: 1s ease;
}

.mapbox .memanbetsu::before {
  background: url(../images/box_memanbetsu.jpg) #fff center center no-repeat;
  background-size: 100%;
  transition: 1s ease;
}

.mapbox .nemuro_nakashibetsu::before {
  background: url(../images/box_nemuro_nakashibetsu.jpg) #fff center center no-repeat;
  background-size: 100%;
  transition: 1s ease;
}

.mapbox .kushiro::before {
  background: url(../images/box_kushiro.jpg) #fff center center no-repeat;
  background-size: 100%;
  transition: 1s ease;
}

.mapbox .obihiro::before {
  background: url(../images/box_obihiro.jpg) #fff center center no-repeat;
  background-size: 100%;
  transition: 1s ease;
}

.mapbox .hakodate::before {
  background: url(../images/box_hakodate.jpg) #fff center center no-repeat;
  background-size: 100%;
  transition: 1s ease;
}

.mapbox .sapporo::before {
  background: url(../images/box_sapporo.jpg) #fff center center no-repeat;
  background-size: 100%;
  transition: 1s ease;
}

.mapbox .asahikawa::before {
  background: url(../images/box_asahikawa.jpg) #fff center center no-repeat;
  background-size: 100%;
  transition: 1s ease;
}

.mapbox .wakkanai:has(.linkbtn3:hover)::before {
  background: url(../images/box_wakkanai.jpg) #fff center center no-repeat;
  background-size: 110%;
}

.mapbox .rishiri:has(.linkbtn3:hover)::before {
  background: url(../images/box_rishiri.jpg) #fff center center no-repeat;
  background-size: 110%;
}

.mapbox .okhotsk_mombetsu:has(.linkbtn3:hover)::before {
  background: url(../images/box_okhotsk_mombetsu.jpg) #fff center center no-repeat;
  background-size: 110%;
}

.mapbox .memanbetsu:has(.linkbtn3:hover)::before {
  background: url(../images/box_memanbetsu.jpg) #fff center center no-repeat;
  background-size: 110%;
}

.mapbox .nemuro_nakashibetsu:has(.linkbtn3:hover)::before {
  background: url(../images/box_nemuro_nakashibetsu.jpg) #fff center center no-repeat;
  background-size: 110%;
}

.mapbox .kushiro:has(.linkbtn3:hover)::before {
  background: url(../images/box_kushiro.jpg) #fff center center no-repeat;
  background-size: 110%;
}

.mapbox .obihiro:has(.linkbtn3:hover)::before {
  background: url(../images/box_obihiro.jpg) #fff center center no-repeat;
  background-size: 110%;
}

.mapbox .hakodate:has(.linkbtn3:hover)::before {
  background: url(../images/box_hakodate.jpg) #fff center center no-repeat;
  background-size: 110%;
}

.mapbox .sapporo:has(.linkbtn3:hover)::before {
  background: url(../images/box_sapporo.jpg) #fff center center no-repeat;
  background-size: 110%;
}

.mapbox .asahikawa:has(.linkbtn3:hover)::before {
  background: url(../images/box_asahikawa.jpg) #fff center center no-repeat;
  background-size: 110%;
}

input[name="map"]~.flexmap .mapbox>ul>li {
  display: none;
}

input[name="map"]#wakkanai:checked~.flexmap .mapbox>ul>li.wakkanai {
  display: block;
}

input[name="map"]#rishiri:checked~.flexmap .mapbox>ul>li.rishiri {
  display: block;
}

input[name="map"]#okhotsk_mombetsu:checked~.flexmap .mapbox>ul>li.okhotsk_mombetsu {
  display: block;
}

input[name="map"]#memanbetsu:checked~.flexmap .mapbox>ul>li.memanbetsu {
  display: block;
}

input[name="map"]#nemuro_nakashibetsu:checked~.flexmap .mapbox>ul>li.nemuro_nakashibetsu {
  display: block;
}

input[name="map"]#kushiro:checked~.flexmap .mapbox>ul>li.kushiro {
  display: block;
}

input[name="map"]#obihiro:checked~.flexmap .mapbox>ul>li.obihiro {
  display: block;
}

input[name="map"]#obihiro:checked~.flexmap .mapbox>ul>li.obihiro {
  display: block;
}

input[name="map"]#hakodate:checked~.flexmap .mapbox>ul>li.hakodate {
  display: block;
}

input[name="map"]#nemuro_nakashibetsu:checked~.flexmap .mapbox>ul>li.nemuro_nakashibetsu {
  display: block;
}

input[name="map"]#sapporo:checked~.flexmap .mapbox>ul>li.sapporo {
  display: block;
}

input[name="map"]#asahikawa:checked~.flexmap .mapbox>ul>li.asahikawa {
  display: block;
}

input[name="map"] {
  display: none;
}


section.journeys {
  width: 100%;
}

section.journeys .bgimg {
  background: url(../images/bg_journey.jpg) #fff center no-repeat;
  background-size: cover;
  /* padding: 38px 0px 50px; */
  padding:38px 17px 50px;
}

section.journeys .bgmap {
  background: url(../images/map_journey_hokkaido_n.png) center bottom no-repeat;
  background-size: contain;
  padding-bottom: 96.2%;

}

section.journeys h2 {
  width: 100%;
  padding-top: 17.83%;
  background: url(../images/head_journeys.png) center no-repeat;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  max-width: 718px;
  margin: 0 0 0 auto;
  line-height: 1.2;
}

section.journeys p {
  color: #fff;
  padding: 5px 0;
  /* line-height: 1.1; */
}

section.journeys p strong {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

section.journeys .flex .right {
  padding-bottom: 8px;
}

.linkbtn4 {
  padding-top: 10px;
  padding-bottom: 50px;
}

.linkbtn4 a {
  width: 200px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background: url(../images/icon_square.png) #1c73dd right 25px center no-repeat;
  border-radius: 5px;
  transition: background-color .3s ease;

}

.linkbtn4 a span {
  padding-right: 20px;
}

.linkbtn4 a:hover {
  background: url(../images/icon_square.png) #498fe4 right 25px center no-repeat;
}

@media (min-width:768px) {
  section.journeys .bgimg {
    padding: 100px 50px;
  }

  section.journeys .bgmap {
    background: url(../images/map_journey_hokkaido_w3.png) center bottom no-repeat;
    background-size: contain;
    padding-bottom: calc(57.76% - 130px);
  }

  section.journeys .flex {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }

  section.journeys .bgmap {
    max-width: 1250px;
    margin: 0 auto;
  }

  section.journeys .wrap_text {
    padding-right: 20px;
    max-width: 340px;
  }
  section.journeys p strong {
    font-size: 3.2rem;
  }
  section.journeys .flex .right {
    flex-basis: 60%;

  }

  section.journeys .flex .left {
    flex-basis: 40%;
  }

  .linkbtn4 a {
    width: 270px;
    height: 52px;
  }
}

@media (min-width:1350px) {
  section.journeys .bgmap {
    padding-bottom: 592px;
  }
}



section.recommend {
  width: 100%;
  min-height: 400px;
}

section.recommend .flex ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
  color: #fff;
  width: 100%;
}

section.recommend .flex ul li {
  flex-basis: 50%;
}

section.recommend .flex h2 {
  font-family: "Cormorant", serif;
  font-size: 2.4rem;
  font-weight: 400;
}

section.recommend .flex h2 span {
  font-size: 1.5rem;
}

section.recommend ul li {
  height: 294px;
  text-align: center;
}

section.recommend .recommend1 {
  background: url(../images/bg_recommend1.jpg) center no-repeat;
  background-size: auto 100%;
}

section.recommend .recommend2 {
  background: url(../images/bg_recommend2.jpg) center no-repeat;
  background-size: cover;
}

@media (min-width:647px) {
  section.recommend .recommend1 {
    background-size: 100% auto;
  }

  /* section.recommend .recommend2 {
    background-size: 100% auto;
  } */
}

@media (min-width:768px) {
  section.recommend .recommend1 {
    background-size: auto 100%;
  }
}

section.recommend .flex2 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

section.recommend .recommend1 .flex2 {
  background-color: rgba(251, 176, 59, .6);
  transition: background-color 1s ease;
}

section.recommend .recommend2 .flex2 {
  background-color: rgba(59, 194, 191, .6);
  transition: background-color 1s ease;
}

section.recommend .flex2>div {
  padding: 20px 30px;
}

section.recommend h2 {
  padding: 5px 0;
}

section.recommend p {
  padding: 5px 0;
}

.linkbtn5 {
  margin: 5px 0;
}

.linkbtn5 a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 2px #fff;
  border-radius: 5px;
  width: 205px;
  margin: 0 auto;
  text-decoration: none;
  height: 39px;
  background-image: url(../images/icon_square.png);
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0);
  font-size: 1.3rem;

  transition: background-color 0.3s ease;
}

.linkbtn5 a:hover {
  background-color: rgba(255, 255, 255, .3);
}

.recommend .recommend1 .flex2:has(.linkbtn5 a:hover) {
  background-color: rgba(251, 176, 59, .3);
}

.recommend .recommend2 .flex2:has(.linkbtn5 a:hover) {
  background-color: rgba(59, 194, 191, .3);
}

@media (min-width:768px) {
  section.recommend .flex ul {
    display: flex;
  }

  section.recommend .flex h2 {
    font-size: 3.8rem;
  }

  section.recommend .flex h2 span {
    font-size: 2.6rem;
  }

  section.recommend ul li {
    height: 580px;
  }

  section.recommend p {
    max-width: 400px;
    margin: 0 auto;
  }

  section.recommend h2 {
    padding: 10px 0;
  }

  section.recommend p {
    padding: 10px 0;
  }

  .linkbtn5 {
    margin: 10px 0;
  }

  .linkbtn5 a {
    width: 250px;
    height: 52px;
    font-size: 1.8rem;
  }
}

section.banner {
  width: 100%;
  min-height: 500px;
  padding: 25px 17px 25px;
}

section.banner .wrapper {
  width: 100%;
}

section.banner p.text {
  font-size: 1.1rem;
  padding: 10px 0;
}

section.banner .banner1,
section.banner .banner2 {
  padding: 10px 0;
}

section.banner .banner1 p.img a {
  width: 100%;
  padding-top: 13.60%;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}

section.banner .banner_haneda .img a {
  background: url(../images/HND_banner_770x128.jpg) center no-repeat;
  background-size: contain;
}

section.banner .banner_visitjapan .img a {
  background: url(../images/JNTO_banner_770x128.jpg) center no-repeat;
  background-size: contain;
}

section.banner .flex {
  display: flex;
  justify-content: space-between;
}

section.banner .flex>div {
  flex-basis: 49%;
}

section.banner .banner2 p.img a {
  width: 100%;
  padding-top: 15.48%;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}

section.banner .banner_discount .img a {
  background: url(../images/ADJ_banner_378x82.jpg) center no-repeat;
  background-size: contain;
}

section.banner .banner_worldhotel .img a {
  background: url(../images/ana_world_hotel_banner_378x82.jpg) center no-repeat;
  background-size: contain;
}

section.banner .banner_international .img a {
  background: url(../images/ana_services_int_banner_378x82.jpg) center no-repeat;
  background-size: contain;
}

section.banner .banner_domestic .img a {
  background: url(../images/ana_services_dome_banner_378x82.jpg) center no-repeat;
  background-size: contain;
}

hr {
  margin: 30px 0;
}

section.banner .memo {
  padding: 100px 0 0;
}

section.banner .memo p {
  font-size: 1.1rem;
  font-weight: 300;
  text-align: center;
}

@media (min-width:768px) {
  section.banner {
    padding: 100px 50px 50px;
  }

  section.banner .wrapper {
    max-width: 770px;
    margin: 0 auto;
  }

  section.banner p.text {
    font-size: 1.6rem;

  }

  section.banner .memo p {
    font-size: 1.2rem;
  }
}


footer {
  width: 100%;
  background: #00146e;
  color: #fff;
  padding: 10px 0;
}

footer p {
  font-size: 1.1rem;
  text-align: center;
}

@media (min-width:768px) {
  footer p {
    font-size: 1.2rem;
  }
}

/* backtotop. */
.backtotop {
  display: none;
	position:fixed;
	bottom:50px;
	right:50px;
}
.backtotop a {
	display: block;
	background: url(../images/totop.png) #546670 center no-repeat;
	background-size: 20px 20px;
	width:20px;
	height: 20px;
	padding:30px;
	border-radius: 50%;
}
@media (min-width:992px) {
  /* .backtotop {
    display: block;
  } */
}
/* .backtotop */