@charset "UTF-8";
/******************************************
[reset]
******************************************/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;700&display=swap");
*,
::before,
::after {
  box-sizing: border-box; }

::before, ::after {
  text-decoration: inherit;
  vertical-align: inherit; }

* {
  margin: 0;
  padding: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

[hidden],
template {
  display: none; }

small {
  font-size: 80%; }

ul, ol {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:active, a:hover {
    outline-width: 0; }

b, strong {
  font-weight: bolder; }

img {
  border-style: none; }

input,
button,
textarea,
select {
  outline: 0;
  border: 0px;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none; }

input,
button,
textarea,
select,
optgroup {
  font: inherit; }

[disabled] {
  cursor: default; }

input[type="number"] {
  -moz-appearance: textfield; }
  input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

input::-ms-clear {
  visibility: hidden; }

optgroup {
  font-weight: bold; }

select::-ms-expand {
  display: none; }
select::-ms-value {
  color: currentColor; }

textarea {
  overflow: auto; }

button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer; }

button {
  background: none;
  overflow: visible; }

::-moz-selection,
::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none; }

@font-face {
  font-family: 'icomoon';
  src: url("../img/fonts/icomoon.eot");
  src: url("../img/fonts/icomoon.eot") format("embedded-opentype"), url("../img/fonts/icomoon.woff") format("woff"), url("../img/fonts/icomoon.ttf") format("truetype"), url("../img/fonts/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-right:before {
  content: "\e909"; }

.icon-instagram:before {
  content: "\e90a"; }

.icon-mail:before {
  content: "\e900"; }

.icon-tel:before {
  content: "\e901"; }

.icon-arrow-down:before {
  content: "\e902"; }

.icon-arrow:before {
  content: "\e90c"; }

.icon-number05:before {
  content: "\e903"; }

.icon-number04:before {
  content: "\e904"; }

.icon-number03:before {
  content: "\e905"; }

.icon-number02:before {
  content: "\e906"; }

.icon-number01:before {
  content: "\e907"; }

.icon-check:before {
  content: "\e908"; }

.icon-twitter:before {
  content: "\e90b"; }

/******************************************
[color]
******************************************/
/******************************************
[font]
******************************************/
html {
  font-size: 62.5%; }

body {
  font-size: 1.6em; }

/******************************************
[mixin]
******************************************/
/******************************************
[base]
******************************************/
/* 全項共通のパーツを想定 */
body {
  position: relative;
  background-color: #9cd1cd;
  font-family: 'Quicksand', 'Noto Sans JP', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴシック', 'Yu Gothic', 'Helvetica', 'Arial', sans-serif;
  overflow-x: hidden;
  letter-spacing: 0.1em; }
  body a {
    color: #333333; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
dl,
dt,
dd,
ol,
th,
td,
div,
a,
span,
input {
  font-size: 100%;
  font-weight: normal;
  font-style: normal; }

img {
  max-width: 100%;
  border: none;
  vertical-align: top;
  vertical-align: bottom;
  max-width: 100%;
  height: auto; }

main {
  width: 100%;
  margin: 0 auto; }

.inner {
  width: 1000px;
  margin: 0 auto; }

.inner-base {
  width: 1000px;
  margin: 0 auto;
  padding: 100px 0; }

.inner-bottom {
  width: 1000px;
  margin: 0 auto;
  padding: 0 0 100px; }

.inner-l {
  width: 1300px;
  margin: 0 auto; }

.btn-style, .btn01 a, .btn02 a {
  line-height: 1;
  text-decoration: none;
  display: block;
  text-align: center;
  margin: 0 auto;
  cursor: pointer; }

.btn01 {
  border-radius: 5px; }
  .btn01 a {
    width: 10em;
    color: #ffffff;
    background-color: #9cd1cd;
    display: block;
    margin: 0 auto;
    text-align: center;
    border-radius: 30px;
    padding: 12px 0;
    font-weight: bold;
    line-height: 1; }
  .btn01 a:hover {
    background-color: #9cd1cd; }
    .btn01 a:hover:hover, .btn01 a:hover:active, .btn01 a:hover:focus {
      background-color: #bfe1df; }
  .btn01 i {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 0 0 5px; }

.btn02 {
  border-radius: 5px; }
  .btn02 a {
    width: 20em;
    background-color: #ffffff;
    color: #9cd1cd;
    padding: 20px 10px;
    border-radius: 30px; }
  .btn02 a:hover {
    background-color: #eff7f6; }

.half {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .half li {
    width: 48%; }

.half-right {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .half-right li {
    width: 48%; }
  .half-right li:first-child {
    order: 2; }
  .half-right li:last-child {
    order: 1; }

.pic-left {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .pic-left li:first-child {
    width: 31%;
    margin: 0 3% 0 0; }
  .pic-left li:last-child {
    width: 66%; }

.pic-right {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .pic-right li:first-child {
    width: 31%;
    margin: 0 0 0 3%;
    order: 2; }
  .pic-right li:last-child {
    width: 66%;
    order: 1; }

.triple {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .triple li {
    width: 31%; }

.txt-st {
  font-weight: bold; }

.mg01 {
  margin: 0 0 20px; }

.mg02 {
  margin: 0 0 40px; }

.mg03 {
  margin: 0 0 60px; }

.mg04 {
  margin: 0 0 80px; }

.mg05 {
  margin: 0 0 100px; }

#pageTop a {
  display: block;
  width: 120px;
  position: fixed;
  bottom: -18px;
  right: 10px;
  z-index: 30;
  filter: drop-shadow(0 0 5px rgba(120, 159, 156, 0.2));
  overflow: hidden;
  transition: all 200ms 0s ease; }
  #pageTop a:hover {
    bottom: 0; }

@media screen and (max-width: 1300px) {
  .inner-l {
    width: 94%; } }
@media screen and (max-width: 768px) {
  .inner {
    width: 94%; }

  .inner-base {
    width: 94%;
    padding: 60px 0;
    margin: 0 auto; }

  .inner-bottom {
    width: 94%;
    padding: 0 0 60px;
    margin: 0 auto; }

  .half-right {
    display: block; }
    .half-right li {
      width: 100%; }
    .half-right li:first-child {
      order: 1;
      margin: 0 0 20px; }
    .half-right li:last-child {
      order: 2; } }
@media screen and (max-width: 576px) {
  .inner {
    width: 90%; }

  .inner-base {
    width: 90%;
    padding: 60px 0;
    margin: 0 auto; }

  .inner-bottom {
    width: 90%;
    padding: 0 0 60px;
    margin: 0 auto; }

  .half li {
    display: block;
    width: 100%; }
  .half li:first-child {
    margin-right: 0;
    margin: 0 0 15px; }

  .pic-left li:first-child {
    width: 100%;
    margin: 0 0 20px; }
  .pic-left li:last-child {
    width: 100%; }

  .pic-right {
    width: 100%; }
    .pic-right li:first-child {
      width: 100%;
      margin: 0 0 20px;
      order: 1; }
    .pic-right li:last-child {
      width: 100%;
      order: 2; }

  .triple {
    display: block; }
    .triple li {
      width: 100%;
      margin: 0 0 15px; }

  .mg01 {
    margin: 0 0 15px; }

  .mg02 {
    margin: 0 0 30px; }

  .mg03 {
    margin: 0 0 50px; }

  .mg04 {
    margin: 0 0 60px; }

  .mg05 {
    margin: 0 0 80px; }

  #pageTop a {
    width: 90px;
    right: 3px;
    bottom: -2px; } }
/******************************************
[h-tag]
******************************************/
h1 {
  display: none; }

h2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  z-index: 999990;
  top: 10px; }

h3 {
  font-size: 5rem;
  font-family: "Quicksand", sans-serif;
  color: #ffffff;
  text-align: center;
  margin: 0 0 50px;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1; }
  h3 i {
    display: block;
    width: 50px;
    margin: 0 auto 10px; }

h4 {
  font-size: 4rem;
  color: #ffffff;
  text-align: center;
  margin: 0 0 50px;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.2;
  font-family: "dnp-shuei-mgothic-std", sans-serif; }
  h4 span {
    display: block;
    font-size: 2.5rem;
    margin: 10px 0 0; }

h5 {
  font-size: 2.5rem;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  color: #ffffff;
  padding: 10px 0;
  text-align: center;
  margin: 0 0 30px;
  border-top: 2px dashed #ffffff;
  border-bottom: 2px dashed #ffffff;
  font-weight: bold; }
  h5 i {
    display: inline-block;
    margin: 0 5px 0 0; }

h6 {
  font-size: 2.5rem;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  color: #78bebe;
  margin: 0 0 30px;
  border-bottom: 2px dashed #9cd1cd;
  padding: 0 0 5px; }

@media screen and (max-width: 768px) {
  h3 {
    font-size: 4.5rem; }

  h4 {
    font-size: 3rem; } }
@media screen and (max-width: 576px) {
  h3 {
    font-size: 4rem;
    letter-spacing: 0.1em;
    margin: 0 0 30px; }
    h3 i {
      width: 40px; }

  h4 {
    font-size: 2.5rem;
    margin: 0 0 30px; }

  h5 {
    font-size: 2rem;
    padding: 8px 0; }

  h6 {
    font-size: 2rem;
    margin: 0 0 20px; } }
/******************************************
[header]
******************************************/
header {
  position: relative;
  padding: 60px 0 0; }
  header .sns {
    position: absolute;
    top: 10px;
    right: 100px; }

/******************************************
[nav]
******************************************/
/*ハンバーガーボタン*/
.burger {
  display: block;
  position: fixed;
  z-index: 2000001;
  right: 10px;
  top: 10px;
  width: 64px;
  height: 64px;
  cursor: pointer;
  text-align: center;
  background-color: #ffffff;
  border-radius: 5px;
  border: 2px solid #9cd1cd;
  box-shadow: 0 0 10px 0 rgba(120, 159, 156, 0.3); }
  .burger span {
    display: block;
    position: absolute;
    width: 36px;
    height: 3px;
    left: 12px;
    background: #9cd1cd;
    transition: 0.3s ease-in-out; }
  .burger span:nth-child(1) {
    top: 18px; }
  .burger span:nth-child(2) {
    top: 30px; }
  .burger span:nth-child(3) {
    top: 42px; }

/* ナビ開いてる時のボタン */
.burger.active span:nth-child(1) {
  top: 30px;
  left: 12px;
  background: #9cd1cd;
  transform: rotate(-45deg); }
.burger.active span:nth-child(2), .burger.active span:nth-child(3) {
  top: 30px;
  background: #9cd1cd;
  transform: rotate(45deg); }

.burger-menu {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  color: #ffffff;
  background: rgba(120, 190, 190, 0.95);
  text-align: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease; }
  .burger-menu h2 {
    position: static;
    transform: none;
    margin: 10px auto 20px; }
  .burger-menu .burger-menu-li {
    margin: 0 auto 30px;
    padding: 0;
    width: 50%;
    border: 3px solid #ffffff;
    border-radius: 10px;
    overflow: hidden;
    padding: 30px; }
    .burger-menu .burger-menu-li li {
      list-style-type: none;
      padding: 0;
      width: 100%;
      transition: .4s all;
      border-bottom: 2px dashed #9cd1cd; }
    .burger-menu .burger-menu-li li:last-child {
      padding: 0;
      border: none; }
    .burger-menu .burger-menu-li li:hover {
      background: #9cd1cd; }
    .burger-menu .burger-menu-li li a {
      display: block;
      color: #ffffff;
      font-size: 2.2rem;
      padding: 15px 0;
      text-decoration: none;
      font-family: "dnp-shuei-mgothic-std", sans-serif; }
  .burger-menu .sns li a {
    background-color: #ffffff;
    color: #9cd1cd; }
  .burger-menu .sns li a:hover {
    background-color: #cde6e3; }

.burger-menu.active {
  opacity: 100;
  z-index: 2000000; }

.nav-logo {
  display: none; }

nav {
  width: 100%;
  text-align: center;
  z-index: 10;
  *zoom: 1;
  z-index: 10000; }
  nav ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1300px;
    margin: 0 auto;
    justify-content: center; }
  nav li a {
    color: #ffffff;
    display: block;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-size: 1.8rem;
    position: relative;
    padding: 20px 20px 10px;
    transition: .3s; }
  nav span {
    display: block;
    width: 40px;
    margin: 0 auto 3px;
    transition: .3s; }
  nav li a:hover span {
    animation-duration: 1.4s;
    animation-name: purupuru;
    animation-iteration-count: infinite; }
  nav li:first-child {
    padding: 0 0 0 1em; }
  nav li:nth-child(3) {
    margin: 0 200px 0 0; }

.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%); }

.is-show {
  transform: translateY(0);
  background-color: #9cd1cd;
  border-bottom: 2px solid #92ccc8; }
  .is-show .nav-logo {
    display: block;
    width: 100px;
    position: absolute;
    top: 5px;
    left: 20px;
    filter: drop-shadow(0 0 10px rgba(120, 159, 156, 0.3)); }
  .is-show li:nth-child(3) {
    margin: 0; }

.pull-down {
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  width: 100%;
  display: block; }
  .pull-down li {
    width: 100%;
    padding: 0; }
    .pull-down li a {
      display: block;
      border-right: none;
      padding: 12px 0 5px; }
  .pull-down li:last-child a {
    border-bottom: none; }
  .pull-down li:hover > a {
    background-color: #79c1bb;
    color: #ffffff; }

@media screen and (max-width: 1300px) {
  h2 {
    width: 14vw; }

  nav ul {
    width: 100%; }
  nav li a {
    padding: 20px 0.8vw 10px;
    font-size: 1.5vw; } }
@media screen and (max-width: 768px) {
  h2 {
    position: absolute;
    transform: none;
    top: 5px;
    left: 10px;
    width: 80px; }

  nav {
    display: none; } }
@media screen and (max-width: 576px) {
  h2 {
    width: 70px; }

  .burger {
    right: 5px;
    top: 5px; }

  .burger-menu .burger-menu-li {
    width: 90%;
    padding: 3% 5%; }
    .burger-menu .burger-menu-li li a {
      padding: 10px 0;
      font-size: 1.8rem; } }
/******************************************
[index.html]
******************************************/
#side-bnr {
  position: fixed;
  top: 180px;
  right: 0;
  z-index: 99991;
  width: 80px; }

#side-bnr a {
  display: block;
  position: relative;
  filter: drop-shadow(-2px 2px 10px rgba(120, 159, 156, 0.2)); }
  #side-bnr a span {
    position: absolute;
    z-index: -1;
    top: -40px;
    right: 5px;
    width: 50px;
    overflow: hidden;
    transition: all 200ms 0s ease; }
  #side-bnr a:hover span {
    top: -60px; }

#side-bnr-sp {
  display: none; }

#main-wrapper {
  position: relative;
  width: 1300px;
  height: 700px;
  margin: 0 auto; }

.main-bg {
  border-radius: 15px;
  overflow: hidden; }

.main-copy {
  width: 45%;
  max-width: 525px;
  position: absolute;
  z-index: 1000;
  left: -10%;
  bottom: -100px; }

.sns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: center; }
  .sns li {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 60px;
    overflow: hidden;
    text-align: center;
    font-size: 3rem; }
  .sns li a {
    display: block;
    background-color: #78bebe;
    color: #ffffff;
    transition: 0.8s; }
  .sns li:first-child {
    margin: 0 20px 0 0; }
  .sns li a:hover {
    background-color: #ffffff;
    color: #9cd1cd; }
  .sns i {
    line-height: 2; }

#concept {
  position: relative;
  background: url(../img/wave-top.png) bottom no-repeat;
  background-size: 100% auto; }

.concept-logo {
  width: 142px;
  margin: 0 auto 20px; }

.concept-txt {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  text-align: center;
  color: #045a54;
  line-height: 1.8;
  font-size: 2rem;
  font-weight: bold; }
  .concept-txt span {
    font-weight: bold;
    background: linear-gradient(transparent 60%, #efec64 60%); }

.concept-kobito {
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: 220px;
  z-index: 99980;
  animation-name: fuwafuwa;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease; }

#news {
  background: url(../img/flag-left.png) top 5% left 3% no-repeat, url(../img/flag-right.png) top 5% right 3% no-repeat;
  background-size: 20% auto, 20% auto;
  background-color: #ffffff; }

.news-ttl {
  font-size: 4rem;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  color: #9cd1cd;
  font-weight: bold;
  margin: 0 0 50px;
  text-align: center;
  line-height: 1; }
  .news-ttl span {
    display: block;
    width: 180px;
    margin: 0 auto 10px; }

#movie {
  background: url(../img/wave-bottom.png) top no-repeat, url(../img/wave-top.png) bottom no-repeat, url(../img/pat-stripe.jpg);
  background-size: 100% auto, 100% auto, auto;
  padding: 0 0 30px; }
  #movie .inner-base {
    position: relative; }

.kirakira01 {
  width: 14px;
  position: absolute;
  bottom: 310px;
  right: -5%;
  z-index: 503;
  animation: anime1 0.5s ease 0s infinite alternate;
  transform-origin: center; }

.kirakira02 {
  width: 16px;
  position: absolute;
  bottom: 440px;
  right: -10%;
  z-index: 504;
  animation: anime1 0.6s ease 0s infinite alternate;
  transform-origin: center; }

.kirakira03 {
  width: 10px;
  position: absolute;
  bottom: 380px;
  right: -12%;
  z-index: 505;
  animation: anime1 0.4s ease 0s infinite alternate;
  transform-origin: center; }

@keyframes anime1 {
  from {
    transform: scale(0.1, 0.1);
    opacity: 0; }
  to {
    transform: scale(1, 1);
    opacity: 1; } }
.movie-txt {
  width: 25px;
  position: absolute;
  bottom: 320px;
  right: -8%;
  z-index: 502; }

.movie-kobito {
  width: 130px;
  position: absolute;
  bottom: 50px;
  right: -18%;
  z-index: 500; }

.movie-area {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .movie-area iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

#garally {
  background-color: #ffffff;
  padding: 50px 0; }

.garally-li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 2%; }
  .garally-li li {
    width: 15%;
    border-radius: 10px;
    overflow: hidden; }

#info {
  background: url(../img/wave-bottom.png) top no-repeat;
  background-size: 100% auto; }
  #info .inner-base {
    padding: 120px 0 0; }

#shop {
  color: #ffffff;
  padding: 130px 0 0; }
  #shop .inner-l {
    background: url(../img/shop-roof.png) repeat-x;
    background-size: 100% auto;
    padding: 80px 0 0; }
  #shop address {
    font-size: 1.8rem;
    padding: 0 0 40px;
    position: relative; }
    #shop address p {
      margin: 0 0 10px;
      line-height: 1.3; }
  #shop a {
    color: #ffffff; }

.shop-name {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-size: 3.5rem;
  font-weight: bold;
  margin: 0 0 20px; }

.shop-kobito {
  position: absolute;
  right: 15px;
  bottom: 0;
  width: 280px; }

.note {
  text-indent: -1em;
  padding: 0 0 0 1em;
  font-size: 1.3rem; }

#gmap {
  width: 1300px;
  height: 500px;
  margin: 0 auto;
  border: 5px solid #cde6e3; }
  #gmap iframe {
    vertical-align: bottom; }

footer {
  padding: 60px 0 0; }

.footer-logo {
  width: 160px;
  margin: 0 auto 20px; }

.footer-shop-ttl {
  font-size: 2rem;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  color: #ffffff;
  text-align: center;
  margin: 0 0 25px; }

.copyrt {
  text-align: center;
  color: #ffffff;
  font-size: 1.2rem;
  padding: 25px 0; }

@media screen and (max-width: 1300px) {
  #main-wrapper {
    width: 96%;
    height: 0;
    padding-bottom: calc(1400/2600*96%);
    margin: 0 auto; }

  #gmap {
    width: 100%; } }
@media screen and (max-width: 768px) {
  #side-bnr {
    display: none; }

  header .sns {
    top: 8px;
    right: 90px; }

  .sns li {
    width: 44px;
    height: 44px;
    line-height: 44px; }
    .sns li a {
      font-size: 2.2rem;
      padding: 0; }
  .sns li:first-child {
    margin: 0 15px 0 0; }

  .main-copy {
    width: 40%;
    left: -6%;
    bottom: -70px; }

  .kirakira01,
  .kirakira02,
  .kirakira03,
  .movie-txt {
    display: none; }

  .movie-kobito {
    width: 80px;
    bottom: -70px;
    right: -2%; }

  .movie-area {
    width: 100%; }

  .shop-kobito {
    width: 35%; } }
@media screen and (max-width: 576px) {
  #side-bnr-sp {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 20; }

  #main-wrapper {
    padding-bottom: 0;
    height: auto; }

  .main-copy {
    width: 50%;
    bottom: -60px;
    left: -8%; }

  .bx-viewport {
    border-radius: 15px;
    overflow: hidden; }

  .concept-logo {
    width: 30%; }

  .concept-txt {
    font-size: 1.5rem;
    letter-spacing: 0.06em; }

  .concept-kobito {
    width: 35%;
    left: 10px; }

  #news {
    background: url(../img/flag-left.png) top 1% left 3% no-repeat, url(../img/flag-right.png) top 1% right 3% no-repeat;
    background-size: 30% auto, 30% auto;
    background-color: #ffffff; }

  .news-ttl {
    font-size: 3rem;
    margin: 0 0 30px; }
    .news-ttl span {
      width: 120px; }

  .movie-kobito {
    width: 60px;
    bottom: -50px; }

  #garally {
    padding: 30px 0; }

  .garally-li {
    padding: 0 5%; }
    .garally-li li {
      width: 31%; }
    .garally-li li:nth-child(-n+3) {
      margin: 0 0 15px; }

  #info .inner-base {
    padding: 60px 0 0; }

  #shop {
    padding: 60px 0 0; }
    #shop .inner-l {
      background-size: 300% auto;
      padding: 60px 0 0;
      width: 90%; }
    #shop address {
      padding: 0 0 45%; }

  .shop-kobito {
    right: 10px;
    width: 60%; }

  .shop-name {
    font-size: 2.5rem;
    margin: 0 0 10px; }

  #gmap {
    height: 400px; }

  footer {
    padding: 60px 0 80px; }

  .footer-logo {
    width: 30%; }

  .footer-shop-ttl {
    font-size: 1.8rem; } }
/******************************************
[topics]
******************************************/
#topics ul,
#list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 30px; }
#topics li,
#list li {
  width: 31%;
  margin: 0 3.3% 0 0; }
#topics li:last-child,
#list li:last-child {
  margin: 0; }
#topics li a,
#list li a {
  display: block;
  background-color: #ffffff;
  border: 3px solid #9cd1cd;
  padding: 15px;
  text-align: center;
  border-radius: 10px;
  color: #9cd1cd; }
#topics li a:hover,
#list li a:hover {
  background-color: rgba(255, 255, 255, 0.8); }
#topics #topics_thumbnail,
#list #topics_thumbnail {
  display: block;
  margin: 0 0 15px;
  overflow: hidden; }
  #topics #topics_thumbnail img,
  #list #topics_thumbnail img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    font-family: "object-fit: cover;"; }
#topics #topics_date,
#list #topics_date {
  display: block;
  font-size: 1.2rem; }
#topics #topics_title,
#list #topics_title {
  display: block;
  vertical-align: middle;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }
  #topics #topics_title:hover,
  #list #topics_title:hover {
    text-decoration: underline; }

#topics ul {
  justify-content: center; }

#list ul {
  justify-content: flex-start; }
  #list ul li {
    margin: 0 3.3% 30px 0; }
  #list ul li:nth-child(3n) {
    margin: 0 0 30px; }

#topics_paging {
  text-align: center;
  width: 100%; }

#topics_paging_previous,
#topics_paging_next {
  display: inline-block;
  background-color: #dcdcdc;
  font-size: 1.3rem;
  color: #ffffff;
  margin: 0 5px;
  width: 8em;
  line-height: 3;
  border-radius: 3px; }

#topics_paging_previous a,
#topics_paging_next a {
  display: inline-block;
  color: #ffffff;
  width: 8em;
  background-color: #045a54;
  border-radius: 3px; }
#topics_paging_previous a:hover,
#topics_paging_next a:hover {
  background: #add9d6; }

#topics02 ul,
#list02 ul {
  margin: 0 0 30px; }
#topics02 li,
#list02 li {
  margin: 0 0 10px; }
  #topics02 li a,
  #list02 li a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    color: #78bebe;
    padding: 18px 20px;
    border-radius: 5px;
    background-color: #ffffff; }
  #topics02 li a:hover,
  #list02 li a:hover {
    background-color: rgba(255, 255, 255, 0.8); }
#topics02 #topics_date,
#list02 #topics_date {
  display: block;
  width: 8em; }
#topics02 #topics_title,
#list02 #topics_title {
  display: block;
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }
#topics02 .btn01 a,
#list02 .btn01 a {
  background-color: #ffffff;
  color: #9cd1cd; }
#topics02 .btn01 a:hover,
#list02 .btn01 a:hover {
  background-color: rgba(255, 255, 255, 0.7); }

#detail #topics_date {
  text-align: right;
  margin: 0 0 20px;
  font-size: 1.3rem; }
#detail #topics_title {
  font-size: 2.2rem;
  line-height: 1.3;
  margin: 0 0 20px;
  padding: 0 0 15px;
  word-break: break-all;
  font-weight: bold;
  border-bottom: 2px dashed #78bebe;
  color: #78bebe; }
#detail #topics_body img[class^="topics_photo_"] {
  max-width: 100%;
  margin: 0 0 10px; }
#detail #topics_body {
  max-width: 100%;
  height: auto;
  min-height: 150px;
  margin: 0 0 30px; }
#detail .back-btn a {
  display: block;
  text-align: center;
  padding: 8px 0;
  color: #ffffff;
  background-color: #9cd1cd;
  width: 8em;
  font-size: 1.3rem;
  margin: 0 auto;
  line-height: 2;
  border-radius: 3px; }
#detail .back-btn a:hover {
  background: #add9d6; }

@media screen and (max-width: 768px) {
  #topics #topics_thumbnail img,
  #list #topics_thumbnail img {
    height: 130px; } }
@media screen and (max-width: 576px) {
  #topics ul,
  #list ul {
    display: block;
    width: 90%; }
    #topics ul li,
    #list ul li {
      width: 100%;
      margin: 0 auto 30px; }
  #topics #topics_thumbnail img,
  #list #topics_thumbnail img {
    height: 180px; }

  #topics02 li a,
  #list02 li a {
    padding: 10px 15px; }
  #topics02 #topics_date,
  #list02 #topics_date {
    display: block;
    font-size: 1.3rem; }
  #topics02 #topics_title,
  #list02 #topics_title {
    width: 100%; }

  #detail #topics_title {
    font-size: 2rem; } }
/******************************************
[under common]
******************************************/
#pagettl {
  background: url(../img/pagettl-bg.jpg) center center no-repeat;
  background-size: cover;
  width: 1300px;
  height: 250px;
  margin: 0 auto;
  border-radius: 10px;
  position: relative; }
  #pagettl p {
    font-size: 4rem;
    color: #ffffff;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    text-shadow: 0 0 5px rgba(51, 51, 51, 0.8);
    letter-spacing: 0.2em; }

.st {
  font-weight: bold; }

.white-bg {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px; }

@media screen and (max-width: 768px) {
  #pagettl {
    width: 100%;
    height: 150px;
    border-radius: 0; }
    #pagettl p {
      width: 100%;
      text-align: center;
      font-size: 3rem; } }
@media screen and (max-width: 576px) {
  .white-bg {
    padding: 30px 15px; } }
/******************************************
[info.html]
******************************************/
#reserve {
  background: url(../img/wave-top.png) center bottom no-repeat;
  background-size: 100% auto; }
  #reserve .half {
    justify-content: center; }
    #reserve .half li {
      background-color: #ffffff;
      text-align: center;
      box-shadow: 0 5px 0 0 #67b6b6;
      padding: 30px 20px;
      position: relative;
      border-radius: 10px;
      overflow: hidden; }
      #reserve .half li a {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        width: 100%;
        display: block;
        padding: 32px 20px;
        transition: all 0.5s ease 0s; }
      #reserve .half li .icon-arrow-down {
        display: block;
        font-size: 3rem;
        color: #9cd1cd;
        margin: 5px 0 0; }
    #reserve .half li a::before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1;
      content: '';
      background: #eff7f6;
      transform-origin: right top;
      transform: scale(0, 1);
      transition: transform .3s; }
    #reserve .half li a:hover::before {
      transform-origin: left top;
      transform: scale(1, 1); }

.reserve-subttl {
  font-size: 2rem;
  font-weight: bold; }
  .reserve-subttl i {
    display: block;
    color: #78bebe;
    font-size: 5rem;
    margin: 0 0 10px; }

.reserve-tel {
  font-size: 3.5rem;
  font-weight: bold; }

.reserve-txt {
  text-align: center;
  font-size: 2rem;
  color: #ffffff;
  margin: 0 0 40px; }
  .reserve-txt span {
    display: block;
    font-size: 1.5rem;
    margin: 5px 0 0; }

#order {
  background-color: #ffffff; }
  #order h4 {
    color: #78bebe; }

.order-dl {
  border: 4px solid #9cd1cd;
  padding: 30px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center; }
  .order-dl dt {
    width: 17%; }
  .order-dl dd {
    width: 80%; }

.order-subttl {
  font-size: 2.5rem;
  color: #78bebe;
  margin: 0 0 10px;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: bold;
  line-height: 1.3; }

#flow {
  background: url(../img/wave-bottom.png) top no-repeat, url(../img/wave-top.png) bottom no-repeat, url(../img/pat-stripe.jpg);
  background-size: 100% auto, 100% auto, auto;
  padding: 30px 0; }

.flow-li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .flow-li li {
    width: 22%;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 10px;
    color: #9cd1cd;
    position: relative; }
  .flow-li p {
    text-align: center;
    letter-spacing: normal;
    margin: 5px 0 0;
    line-height: 1.4; }
  .flow-li .icon-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #deefed;
    font-size: 3.5rem;
    right: -38px; }
  .flow-li .icon-arrow-down {
    display: none; }

#eatin {
  background-color: #ffffff; }
  #eatin h4 {
    color: #78bebe; }
  #eatin .icon-check {
    color: #9cd1cd;
    font-size: 1.8rem;
    margin: 0 3px 0 0; }

.eatin-li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .eatin-li li:first-child {
    width: 60%; }
  .eatin-li li:last-child {
    width: 38%; }

.eatin-ttl {
  font-size: 2.5rem;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: bold;
  margin: 0 0 30px;
  padding: 10px 0;
  text-align: center;
  color: #78bebe;
  border-top: 2px dashed #9cd1cd;
  border-bottom: 2px dashed #9cd1cd; }

.check p {
  text-indent: -1.4em;
  padding: 0 0 0 1.4em;
  margin: 0 0 5px; }

.line {
  background: linear-gradient(transparent 60%, #efec64 60%);
  font-weight: bold; }

.sm {
  font-size: 1.3rem; }

#under #shop {
  background: url(../img/wave-bottom.png) center top no-repeat;
  background-size: 100% auto; }

@media screen and (max-width: 768px) {
  #reserve .half li {
    padding: 0; }
  #reserve .half li a {
    position: static;
    top: 0;
    left: 0;
    transform: none; }
  #reserve .half span {
    display: block;
    padding: 25px 0 0; }

  .flow-li .icon-arrow {
    font-size: 2.5rem;
    right: -28px; } }
@media screen and (max-width: 576px) {
  #reserve .half span {
    padding: 0; }

  .reserve-tel {
    font-size: 3rem; }

  .order-dl {
    display: block;
    padding: 20px 15px 15px; }
    .order-dl dt {
      width: 50%;
      margin: 0 auto 15px; }
    .order-dl dd {
      width: 100%; }

  .order-subttl {
    font-size: 2.2rem;
    text-align: center; }

  .flow-li {
    display: block; }
    .flow-li li {
      width: 100%;
      margin: 0 0 40px; }
    .flow-li li:last-child {
      margin: 0; }
    .flow-li p {
      margin: 10px 0 5px; }
    .flow-li .icon-arrow {
      display: none; }
    .flow-li .icon-arrow-down {
      display: block;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      color: #deefed;
      font-size: 3.5rem;
      bottom: -38px; }

  .eatin-li {
    display: block; }
    .eatin-li li:first-child {
      width: 100%;
      margin: 0 0 30px; }
    .eatin-li li:last-child {
      width: 100%; }

  .eatin-ttl {
    font-size: 2rem; } }
/******************************************
[contact.html]
******************************************/
.contact-txt {
  text-align: center;
  color: #ffffff; }

#form input[type="text"],
#form input[type="email"],
#form input[type="Tel"],
textarea,
select {
  padding: 10px;
  border: 1px solid #dcdcdc;
  width: 100%;
  appearance: auto; }

.hisu {
  font-size: 1rem;
  color: #ffffff;
  background-color: #e60012;
  padding: 2px 5px;
  margin: 0 0 0 5px;
  border-radius: 3px;
  line-height: 1; }

.form-btn {
  text-align: center; }
  .form-btn li {
    display: inline-block; }
  .form-btn input {
    background-color: #78bebe;
    color: #ffffff;
    padding: 12px 8px;
    width: 10em;
    border: none;
    margin: 0 10px;
    border-radius: 3px; }
  .form-btn input:hover {
    background-color: #89c6c6; }

@media screen and (max-width: 576px) {
  .contact-txt {
    text-align: left; }

  .form-btn input {
    width: 8em;
    padding: 10px 5px; } }
/******************************************
[thanks.html]
******************************************/
.thanks-pic {
  width: 300px;
  margin: 0 auto 30px; }

.thanks-txt {
  text-align: center;
  color: #ffffff; }
  .thanks-txt span {
    display: block;
    font-size: 2.2rem;
    margin: 0 0 10px; }

@media screen and (max-width: 576px) {
  .thanks-pic {
    width: 50%; } }
/******************************************
[animation]
******************************************/
#concept::before,
#info::before,
#shop::before {
  content: "";
  display: inline-block;
  height: 90px;
  margin-top: -90px;
  vertical-align: top; }

/******************************************
[animation]
******************************************/
@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0); }
  50% {
    transform: translate(0, -20px); }
  100% {
    transform: translate(0, 0); } }
@keyframes purupuru {
  0% {
    transform: skewX(9deg); }
  10% {
    transform: skewX(-8deg); }
  20% {
    transform: skewX(7deg); }
  30% {
    transform: skewX(-6deg); }
  40% {
    transform: skewX(5deg); }
  50% {
    transform: skewX(-4deg); }
  60% {
    transform: skewX(3deg); }
  70% {
    transform: skewX(-2deg); }
  80% {
    transform: skewX(1deg); }
  90% {
    transform: skewX(0deg); }
  100% {
    transform: skewX(0deg); } }
/******************************************
[table]
******************************************/
.table01 {
  border: 0;
  width: 100%; }
  .table01 th {
    text-align: left;
    padding: 18px 15px;
    background-color: #9cd1cd;
    border-bottom: 1px solid #ffffff;
    line-height: 1.2;
    color: #ffffff;
    width: 15em; }
  .table01 td {
    padding: 18px 15px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ffffff; }

.table02 {
  width: 100%; }
  .table02 th {
    text-align: center;
    padding: 10px;
    border: 1px solid #dcdcdc;
    background-color: #f7f7f7;
    font-weight: bold; }
  .table02 td {
    text-align: center;
    background-color: #cde6e3;
    padding: 10px;
    border: 1px solid #dcdcdc; }

.table-note {
  margin: 5px 0 0;
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em; }

@media screen and (max-width: 576px) {
  .table01 th {
    display: block;
    width: 100%;
    padding: 12px 10px; }
  .table01 td {
    display: block;
    width: 100%;
    padding: 12px 10px; }

  .table02 th {
    padding: 10px 5px; }
  .table02 td {
    padding: 10px 5px; } }
/******************************************
[改行切り替え]
******************************************/
.sp {
  display: none; }

.pc {
  display: block; }

@media screen and (max-width: 576px) {
  .sp {
    display: block; }

  .pc {
    display: none; } }

/*# sourceMappingURL=style.css.map */
