@charset "UTF-8";
body {
  margin: auto;
  font-family: "Noto Sans Japanese", sans-serif;
  -webkit-text-size-adjust: 100%;
}

.res {
  display: none;
}
@media screen and (max-width: 767px) {
  .res {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .no_res {
    display: none;
  }
}

@keyframes SlideLeft {
  0% {
    opacity: 0;
    transform: translateX(6rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.slidein_up {
  animation: SlideUp 1.6s forwards;
}

@keyframes SlideUp {
  0% {
    opacity: 0;
    transform: translateY(6rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.slidein_up_res {
  animation: SlideUp_res 1.6s forwards;
}

@keyframes SlideUp_res {
  0% {
    opacity: 0;
    transform: translateY(6rem) scale(0.7);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(0.7);
  }
}
/* スクロールCSS */
.fade_in {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}

.fade_in_left {
  transform: translate(-5rem, 0);
}

.fade_in_right {
  transform: translate(5rem, 0);
}

.scroll_in {
  opacity: 1;
  transform: translate(0, 0);
}

header {
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  width: 100%;
  height: 8rem;
  z-index: 10;
}

.header_left {
  margin: 2.6rem 3.6rem;
}
@media (max-width: 767px) {
  .header_left {
    margin: 1.5rem auto auto 2rem;
    width: 50%;
  }
}
.header_left img {
  height: 3.2rem;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .header_left img {
    margin-bottom: 0.5rem;
  }
}
.header_left a {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .header_left a {
    flex-direction: column;
    align-items: flex-start;
    width: 13rem;
  }
}
.header_left p {
  margin-bottom: -0.2rem;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
  color: #6CBCD5;
}

.header_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 42rem;
  height: 8rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .header_right {
    align-items: flex-start;
  }
}

.header_btn_language {
  width: 2.3rem;
  height: 4rem;
}
@media (max-width: 767px) {
  .header_btn_language {
    margin-top: 1rem;
  }
}

.header_btn_menu {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto 12rem auto 1rem;
  padding: 1.5rem 3rem;
  background: #6CBCD5;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .header_btn_menu {
    margin: 1rem;
    padding: 1rem 2rem;
    border-radius: 1.5rem;
  }
}
.header_btn_menu h5 {
  margin-bottom: -0.5rem;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  color: #FFF;
}
@media (max-width: 767px) {
  .header_btn_menu h5 {
    font-size: 1.4rem;
  }
}
.header_btn_menu img {
  display: inline;
  width: 3rem;
  margin: auto auto auto 1rem;
  transform: rotate(180deg);
}

.header_boat {
  width: 9rem;
  margin: 5rem -1rem 0 0;
}
@media (max-width: 767px) {
  .header_boat {
    position: absolute;
    bottom: -2rem;
    left: 80%;
  }
}

.footer_reserve {
  display: flex;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  background: url(../img/back_orange.svg) top left/cover no-repeat;
}
@media (max-width: 767px) {
  .footer_reserve {
    display: block;
    background: url(../img/back_orange_res.svg) top left/cover no-repeat;
  }
}
.footer_reserve * {
  color: #FFF;
}
@media (max-width: 767px) {
  .footer_reserve * {
    line-height: 1.2;
  }
}

.footer_reserve_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 20rem;
  margin: 2rem 0;
  padding: 2rem 0;
  background: #FFF;
  border-radius: 3rem;
  font-size: 1.4rem;
  font-weight: bold;
  color: #FFB200;
  letter-spacing: 1px;
  order: 4;
}
@media (max-width: 767px) {
  .footer_reserve_btn {
    width: auto;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
}
.footer_reserve_btn img {
  position: absolute;
  top: 2.4rem;
  right: 0;
}

.footer_reserve_left {
  margin: 10rem auto 10rem 20rem;
}
@media (max-width: 767px) {
  .footer_reserve_left {
    display: flex;
    flex-direction: column;
    margin: 8rem 3rem 5rem 3rem;
  }
}
.footer_reserve_left h1 {
  letter-spacing: 1rem;
  order: 1;
}
@media (max-width: 767px) {
  .footer_reserve_left h1 {
    font-size: 3rem;
  }
}
.footer_reserve_left h4 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  order: 2;
}
@media (max-width: 767px) {
  .footer_reserve_left h4 {
    margin-bottom: 2rem;
  }
}
.footer_reserve_left h5 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  order: 3;
}
@media (max-width: 767px) {
  .footer_reserve_left h5 {
    font-size: 1.5rem;
  }
}

.footer_reserve_boat {
  width: 60rem;
  margin: 13rem 21rem auto auto;
}
@media (max-width: 767px) {
  .footer_reserve_boat {
    position: absolute;
    top: -7rem;
    left: 53%;
    width: 33rem;
  }
}

.footer_sns {
  display: flex;
  justify-content: space-between;
  height: 15rem;
}
@media (max-width: 767px) {
  .footer_sns {
    height: 8rem;
  }
  .footer_sns img {
    height: 3.8rem;
  }
}

.footer_instagram {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: linear-gradient(#FFB0A1, #FFF0ED);
}

.footer_twitter {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: linear-gradient(#6CBCD5, #D4E9EB);
}

.footer_facebook {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: linear-gradient(#4993CC, #C8DDE8);
}

.footer_sponsorship {
  width: 100rem;
  margin: 5rem auto;
}
@media (max-width: 767px) {
  .footer_sponsorship {
    width: auto;
    margin: 5rem 3rem;
  }
}
.footer_sponsorship a {
  margin: 0.4rem;
}
.footer_sponsorship img {
  height: 5rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .footer_sponsorship img {
    height: 3.4rem;
  }
}

.footer_menu {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
  overflow: hidden;
  position: relative;
  background: url(../img/back_footer.svg) top left/cover no-repeat;
}
@media (max-width: 767px) {
  .footer_menu {
    flex-direction: column;
  }
}

.footer_menu_left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 25rem auto 15rem auto;
}
@media (max-width: 767px) {
  .footer_menu_left {
    align-items: flex-start;
    margin: 25rem auto auto 3rem;
  }
}
.footer_menu_left h5 {
  margin: 0 auto 1rem 5rem;
}
@media (max-width: 767px) {
  .footer_menu_left h5 {
    margin-left: 0;
  }
}
.footer_menu_left p {
  margin-bottom: 5rem;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #6CBCD5;
}

.footer_menu_left_logo {
  width: 26rem;
  margin-bottom: 1rem;
}

.footer_menu_left_tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 26rem;
  margin-bottom: 5rem;
  padding: 2rem 0;
  background: #6CBCD5;
  border-radius: 1rem;
  letter-spacing: 2px;
}
.footer_menu_left_tel a {
  color: #FFF;
}
.footer_menu_left_tel h4 {
  display: inline;
  margin: auto;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  color: #FFF;
}
.footer_menu_left_tel h5 {
  display: inline;
  margin: auto;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  color: #FFF;
}
.footer_menu_left_tel img {
  margin: 1rem auto;
}

@media (max-width: 767px) {
  .footer_boat {
    position: absolute;
    bottom: 12rem;
    left: 45%;
    margin-right: -5rem;
  }
}
.footer_boat h4 {
  margin-bottom: 1rem;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #6CBCD5;
}
@media (max-width: 767px) {
  .footer_boat h4 {
    margin: 0 0 0.5rem 4rem;
    font-size: 1.3rem;
    text-align: left;
  }
}
.footer_boat img {
  width: 36rem;
}

.footer_menu_right {
  width: 60rem;
  margin: 32rem auto auto 0;
}
@media (max-width: 767px) {
  .footer_menu_right {
    width: auto;
    margin: auto 3rem;
  }
}

.footer_menu_right_lists {
  display: flex;
  justify-content: space-between;
  letter-spacing: 1px;
  line-height: 3;
}
@media (max-width: 767px) {
  .footer_menu_right_lists {
    flex-direction: column;
  }
}

.footer_menu_right_list_res {
  display: flex;
  justify-content: space-between;
  width: 60%;
}
@media (max-width: 767px) {
  .footer_menu_right_list_res {
    width: auto;
  }
  .footer_menu_right_list_res ul {
    width: 50%;
  }
}

.li_title {
  font-weight: bold;
  margin-bottom: 1rem;
}

.footer_menu_bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 3rem;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .footer_menu_bottom {
    flex-direction: column;
  }
  .footer_menu_bottom a {
    margin-bottom: 1rem;
  }
}

.footer_catchcopy {
  position: absolute;
  bottom: 3rem;
  left: 25rem;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  color: #6CBCD5;
}
@media (max-width: 767px) {
  .footer_catchcopy {
    position: static;
    margin: 15rem auto 5rem 3rem;
    font-size: 1.2rem;
  }
}

.common_title {
  overflow: hidden;
}
.common_title p {
  margin: 5rem 3rem;
  line-height: 2;
  font-size: 1.5rem;
}

.common_title_img {
  margin: 5rem auto;
}
@media (max-width: 767px) {
  .common_title_img {
    width: 17rem;
  }
}

.common_title_cont {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 13rem 23rem 8rem 23rem;
}
@media (max-width: 767px) {
  .common_title_cont {
    margin: 9rem auto auto auto;
    display: block;
  }
}

.common_title_left h3 {
  display: inline-block;
  margin: 0.3rem 20% 0.3rem auto;
  padding: 1rem 2rem;
  background: #FFF;
  border-radius: 1rem;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .common_title_left h3 {
    margin: 0 20% 0.3rem -2rem;
    padding: 0.3rem 0.5rem 0.3rem 3rem;
    font-size: 1.8rem;
    font-weight: normal;
  }
}
.common_title_left h4 {
  display: flex;
  align-items: center;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  color: #FFF;
}
@media (max-width: 767px) {
  .common_title_left h4 {
    margin: 0.2rem 1rem;
    font-size: 1.2rem;
  }
}
.common_title_left h4 img {
  display: inline;
  width: 2rem;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .common_title_left h4 img {
    width: 1.5rem;
    margin-right: 0.5rem;
  }
}
.common_title_left h5 {
  margin-top: 1rem;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .common_title_left h5 {
    margin-left: 1.5rem;
    font-size: 1rem;
  }
}
.common_title_left h5 img {
  display: inline;
  width: 2.8rem;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .common_title_left h5 img {
    width: 1.8rem;
    margin-right: 0.5rem;
  }
}
.common_title_left p {
  margin-top: 5rem;
  width: 52rem;
  letter-spacing: 1px;
  line-height: 2.3;
}
@media (max-width: 767px) {
  .common_title_left p {
    width: auto;
  }
}

.common_title_right {
  position: relative;
  width: auto;
  margin: 31rem 24rem 0 0;
  animation: SlideLeft 1.6s forwards;
}
@media (max-width: 767px) {
  .common_title_right {
    position: absolute;
    top: 1rem;
    right: 2rem;
    display: flex;
    flex-direction: column-reverse;
    height: 16rem;
    margin: 0 -3rem 0 0;
  }
}
.common_title_right img {
  width: 25rem;
  transform: rotate(14deg);
}
@media (max-width: 767px) {
  .common_title_right img {
    width: 15rem;
    transform: rotate(0);
  }
}

.common_title_right_circles {
  position: absolute;
  top: 4rem;
  right: 1rem;
  opacity: 0;
}
@media (max-width: 767px) {
  .common_title_right_circles {
    top: -2rem;
    right: 1rem;
  }
}
.common_title_right_circles h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18rem;
  height: 18rem;
  position: absolute;
  top: -17rem;
  left: 75%;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.1rem;
  font-weight: bold;
  letter-spacing: 1px;
  background: #FFF;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .common_title_right_circles h4 {
    width: 12rem;
    height: 12rem;
    position: static;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.common_title_right_circles::before {
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
  left: 0.7rem;
  bottom: 1.5rem;
  width: 2rem;
  height: 2rem;
  top: -4rem;
  left: 0;
  background: #FFF;
}
@media (max-width: 767px) {
  .common_title_right_circles::before {
    width: 2rem;
    height: 2rem;
    top: 11rem;
    left: 3rem;
  }
}

.common_title_right_circles::after {
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
  left: 0;
  bottom: 0.4rem;
  width: 1rem;
  height: 1rem;
  top: -2rem;
  left: -1rem;
  background: #FFF;
}
@media (max-width: 767px) {
  .common_title_right_circles::after {
    top: 13.5rem;
    left: 2.8rem;
  }
}

.common_btns_cont {
  width: 100rem;
  margin: 10rem auto;
}
.common_btns_cont a {
  margin-bottom: 4.5rem;
}

.common_btns_cont_res {
  width: auto;
  margin: 5rem 3rem;
}
.common_btns_cont_res a {
  margin-bottom: 2rem;
}

.map {
  width: 100rem;
  height: 60rem;
  margin: auto;
  background: #6CB5CE;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .map {
    width: auto;
    height: 50rem;
    margin: 0 1rem;
  }
}
.map iframe {
  width: 94%;
  height: 48rem;
  margin: 3rem 3%;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .map iframe {
    height: 35rem;
    margin: 2rem 3%;
  }
}

.map_title {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .map_title {
    flex-direction: column;
  }
}
.map_title h3 {
  width: 60%;
  margin-left: 3rem;
  font-size: 3rem;
  letter-spacing: 2px;
  color: #FFF;
}
@media (max-width: 767px) {
  .map_title h3 {
    width: auto;
    margin: auto;
    font-size: 1.8rem;
    letter-spacing: 1px;
    text-align: center;
  }
}

.map_title_boat {
  display: flex;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .map_title_boat {
    margin: 4rem 0 0 auto;
  }
}
.map_title_boat h4 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  margin-top: -1.5rem;
  color: #FFF;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .map_title_boat h4 {
    margin-top: -2rem;
    font-size: 1.6rem;
    white-space: nowrap;
  }
}
.map_title_boat img {
  width: 20rem;
  margin-top: -3rem;
}
@media (max-width: 767px) {
  .map_title_boat img {
    width: 16rem;
    margin-right: -1rem;
  }
}

.map_title_boat_fukushima, .map_title_boat_doutonbori {
  margin: 1rem -1rem 0 0;
}
@media (max-width: 767px) {
  .map_title_boat_fukushima, .map_title_boat_doutonbori {
    margin: 2rem -2rem 0 9rem;
  }
  .map_title_boat_fukushima h4, .map_title_boat_doutonbori h4 {
    margin-top: 0;
  }
}
.map_title_boat_fukushima img, .map_title_boat_doutonbori img {
  width: 22rem;
}
@media (max-width: 767px) {
  .map_title_boat_fukushima img, .map_title_boat_doutonbori img {
    width: 17.5rem;
    margin: 0 2rem;
  }
}

.shops {
  overflow: hidden;
  background: url(../img/boats.png) top 55rem left/auto 80rem no-repeat, url(../img/back_wave2.png) top 60rem left/100% 130rem no-repeat, url(../img/back_wave3.png) top 285rem left/100% 130rem no-repeat;
}
@media (max-width: 767px) {
  .shops {
    background: url(../img/back_wave2.png) top 60rem left/100% 130rem no-repeat, url(../img/back_wave3.png) top 285rem left/100% 130rem no-repeat;
  }
}

.shops_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 31rem;
  margin: 8rem auto;
  text-align: center;
}
.shops_title h4 {
  color: #6CB5CE;
}

.shop_cont {
  width: 100rem;
  margin: 0 auto 10rem auto;
}
@media (max-width: 767px) {
  .shop_cont {
    width: auto;
  }
}

.shop_imgs {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .shop_imgs {
    flex-direction: column;
  }
}
.shop_imgs h3 {
  font-size: 2.2rem;
  font-weight: normal;
}
@media (max-width: 767px) {
  .shop_imgs h3 {
    margin: 2rem 3rem;
  }
}
.shop_imgs h4 {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: normal;
}
@media (max-width: 767px) {
  .shop_imgs h4 {
    margin: 0 3rem;
  }
}
.shop_imgs h4 img {
  display: inline;
  width: 2rem;
  margin-right: 1rem;
}

.shop_img1 {
  width: 40rem;
  height: 30rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.2rem;
}

.shop_img2 {
  width: 30rem;
  border-radius: 1.2rem;
}

.shop_img3 {
  width: 24rem;
  border-radius: 1.2rem;
}

.shop_slick_imgs {
  width: 100%;
  margin: auto;
}

.shop_slick_img {
  width: 31rem;
  height: 23rem;
  margin: 0 1rem;
}
.shop_slick_img img {
  width: 100%;
  height: 23rem;
  border-radius: 1.2rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.shop_img_mini {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 57rem;
  margin-bottom: 1.5rem;
}

.shop_wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .shop_wrap {
    flex-direction: column;
    margin: auto 3rem;
  }
}

.shop_wrap_ex {
  width: 39rem;
  line-height: 2;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .shop_wrap_ex {
    width: auto;
  }
}

.shop_wrap_right {
  width: 57rem;
}
@media (max-width: 767px) {
  .shop_wrap_right {
    width: auto;
  }
}

.shop_wrap_right_price {
  padding: 2rem 1.5rem;
  background: #EEEFEF;
  border-radius: 1rem;
}

.no_price {
  background: none;
  height: 10rem;
}

.shop_wrap_right_info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 2rem;
  line-height: 1.5;
}
.shop_wrap_right_info img {
  display: inline;
  height: 1.6rem;
  margin: 0.2rem 0.5rem 0 0;
}
.shop_wrap_right_info p {
  display: flex;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .shop_wrap_right_info p {
    white-space: pre-wrap;
    line-break: anywhere;
  }
}

.top_main {
  overflow: hidden;
  margin-top: 8rem;
  padding-top: 3rem;
  background: url(../img/back_wave2.png) top 88rem left/100% no-repeat, url(../img/back_top.png) top left/100% no-repeat;
}
@media (max-width: 767px) {
  .top_main {
    margin-top: 4rem;
    padding: 0;
    background: url(../img/back_wave2.png) top 88rem left/100% no-repeat, url(../img/back_top.png) top 47rem left/100% no-repeat;
  }
}

.top_titles {
  display: flex;
  justify-content: space-between;
  margin: 2rem auto auto 19rem;
}
@media (max-width: 767px) {
  .top_titles {
    flex-direction: column;
    margin: auto;
  }
}

.top_title {
  width: 62rem;
  margin-top: 10rem;
  line-height: 1.8;
  letter-spacing: 5px;
}
@media (max-width: 767px) {
  .top_title {
    width: auto;
    margin: 10rem 3.5rem 0 3.5rem;
    letter-spacing: 1px;
  }
}
.top_title h4 {
  margin-bottom: 5rem;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0;
  color: #FFF;
}
@media (max-width: 767px) {
  .top_title h4 {
    color: #6CBBD4;
  }
}

.top_title_img {
  width: 67rem;
}
@media (max-width: 767px) {
  .top_title_img {
    width: 45rem;
    margin-left: 1rem;
  }
}

.top_title_boat {
  display: flex;
  align-items: flex-end;
  height: 42rem;
  margin-right: -2rem;
  position: relative;
  animation: SlideLeft 1.6s forwards;
}
@media (max-width: 767px) {
  .top_title_boat {
    margin: -9rem -6rem auto auto;
  }
}
.top_title_boat h3 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.2rem;
  font-weight: normal;
}

.top_title_bubble {
  position: absolute;
  width: 19rem;
  height: 19rem;
  opacity: 0;
}
.top_title_bubble img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.top_title_boat_fukushimas {
  top: 0;
  left: 3rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .top_title_boat_fukushimas {
    top: 7.5rem;
    left: -5%;
  }
}

.top_title_boat_nambas {
  top: -2.5rem;
  left: 18.5rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .top_title_boat_nambas {
    top: 6rem;
    left: 17%;
  }
}

.top_title_boat_doutonboris {
  top: 1rem;
  left: 34rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .top_title_boat_doutonboris {
    top: 9rem;
    left: 37%;
  }
}

.top_title_boat_taishos {
  top: 10rem;
  left: 45rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .top_title_boat_taishos {
    top: 15rem;
    left: 53%;
  }
}

.top_btns {
  margin: 12rem auto 0 auto;
  background: url(../img/boats.png) top 28rem left/auto 80rem no-repeat;
}
@media (max-width: 767px) {
  .top_btns {
    background: none;
  }
}

.top_btns_btn {
  transition: 0.5s;
}
.top_btns_btn img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .top_btns_btn img {
    border-radius: 1.3rem;
  }
}

.top_btns_btn:hover {
  transform: translateY(-5px);
}

.namba {
  margin-top: 8rem;
  background: url(../img/back_wave.png) top 42rem left/100% no-repeat, url("../img/MOULiN1.jpg") top -33rem left/100% no-repeat, url(../img/back_wave1.png) top 121rem left/100% no-repeat;
  overflow: hidden;
}
@media (max-width: 767px) {
  .namba {
    margin-top: 10rem;
    background: url(../img/back_wave_res1.png) top 24rem center/100% no-repeat, url("../img/MOULiN1.jpg") top -10rem center/160% no-repeat, url(../img/back_wave1.png) top 121rem left/100% no-repeat;
  }
}

.namba_circle {
  color: #F3B43F;
}

.fukushima {
  margin-top: 8rem;
  background: url(../img/back_wave4.png) top 42rem left/100% no-repeat, url("../img/六徳 恒河沙1.jpg") top -33rem left/100% no-repeat, url(../img/back_wave1.png) top 121rem left/100% no-repeat;
  overflow: hidden;
}
@media (max-width: 767px) {
  .fukushima {
    margin-top: 10rem;
    background: url(../img/back_wave_res1.png) top 25rem center/100% no-repeat, url("../img/六徳 恒河沙1.jpg") top -8rem center/160% no-repeat, url(../img/back_wave1.png) top 121rem left/100% no-repeat;
  }
}

.fukushima_circle {
  color: #F1A6A4;
}

.doutonbori {
  margin-top: 8rem;
  background: url(../img/back_wave4.png) top 42rem left/100% no-repeat, url("../img/星乃珈琲店 道頓堀店1.jpg") top -20rem left -5rem/103% no-repeat, url(../img/back_wave4.png) top 121rem left/100% no-repeat;
  overflow: hidden;
}
@media (max-width: 767px) {
  .doutonbori {
    margin-top: 10rem;
    background: url(../img/back_wave_res1.png) top 27rem center/100% no-repeat, url("../img/星乃珈琲店 道頓堀店1.jpg") top left -10rem/140% no-repeat, url(../img/back_wave1.png) top 121rem left/100% no-repeat;
  }
}

.doutonbori_circle {
  color: #F8DA55;
}

.taisho {
  margin-top: 8rem;
  background: url(../img/back_wave4.png) top 36rem left/100% no-repeat, url("../img/back_taisho.jpg") top -35rem left/103% no-repeat, url(../img/back_wave4.png) top 121rem left/100% no-repeat;
  overflow: hidden;
}
@media (max-width: 767px) {
  .taisho {
    margin-top: 10rem;
    background: url(../img/back_wave_res1.png) top 28rem center/100% no-repeat, url("../img/back_taisho.jpg") top -7rem left 57%/160% no-repeat, url(../img/back_wave1.png) top 121rem left/100% no-repeat;
  }
}

.taisho_circle {
  color: #EFB03F;
}/*# sourceMappingURL=style.css.map */