@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;400;500;600;700;800&family=Noto+Sans:wght@200;400;500;600;700;800&family=Noto+Serif+JP:wght@200;400;700&family=Open+Sans:wght@200;300;400;600&family=M+PLUS+Rounded+1c:wght@300;400;700;800&family=Rock+Salt&family=Erica+One&display=swap");
html {
  overflow-x: hidden;
  min-height: 100vh;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fbe3ee+0,fefdec+50,cae7e2+100 */
  font-family: 'Noto Sans JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 18px;
  color: #333;
}

h2 {
  font-weight: 500;
}

body {
  margin: 0;
  text-align: center;
  min-height: 110vh;
  overflow: hidden;
}

body.page2nd.white {
  background-color: white;
}

body.page2nd h1 {
  width: 10%;
  margin-left: 10%;
}

body.page2nd .main {
  margin-top: 10%;
}

body.page2nd .wysiwyg_title h1 {
  width: 100%;
  padding: 3% 0;
  font-size: 180%;
  text-align: left;
  line-height: 180%;
  margin-left: 0;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.ruby > ruby > rt {
  font-size: 30%;
}

.marumoji {
  font-family: 'M PLUS Rounded 1c';
  transform: rotate(0.03deg);
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

a:hover {
  color: #6e40c9;
  text-shadow: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

a:hover img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  opacity: .7;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.noview {
  display: none !important;
}

p {
  text-align: justify;
}

.movie {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
}

.movie iframe {
  height: 120% !important;
  left: -10%  !important;
  position: absolute !important;
  top: -10%  !important;
  width: 120% !important;
}

.youtube {
  width: 100%;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}

.youtube iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.noimage {
  width: 150px;
  height: 150px;
  font-size: 20px;
  line-height: 150px;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 2px #eee;
  background: white;
  color: #666;
  text-align: center;
}

.basein {
  width: 1400px;
  margin: auto;
  position: relative;
  height: 100%;
}

#mv h2, #mv h3, #mv .text, #mv .topbtns, #mv .logo h2, #catch_section .flex .text, #sweets_goods h2, #news h2 span, #toriatsukai_bnr .flex .text, footer ul.menu li a, h2.mv span, #about_us #shop_lists .flex h3,
#about_us .access .flex h3, .contact_form .btn input[type="submit"] {
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.flex {
  display: flex;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 1;
  transition: .2s;
  width: 100%;
  top: 0;
  left: 0;
}

header.fixed {
  position: fixed;
  top: 0;
  transition: .4s;
}

header.nav {
  position: fixed;
  opacity: 0;
  top: -20vh;
  transition: .8s;
}

header h1 {
  width: 24%;
  padding: 1%;
  text-align: center;
  z-index: 100;
}

header h1 a:hover {
  opacity: 1;
  animation: purun 0.8s linear 0s 1;
}

header h1 a:hover img {
  opacity: 1;
}

header h1 a img {
  max-width: 200px;
  width: 100%;
}

header .flex {
  background-color: white;
  padding: 20px;
  position: fixed;
  width: 70%;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  top: 0;
  right: 0;
  border-bottom-left-radius: 50px;
  box-shadow: 1px 1px 5px #ccc;
}

header .flex .menu {
  width: 100%;
  display: flex;
  justify-content: space-around;
}

header .flex .menu a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin: 8px 25px;
  transition: .3s;
  color: #6e40c9;
  font-weight: bold;
}

@media all and (max-width: 1600px) {
  header .flex .menu a {
    margin: 8px 1vw;
  }
}

header .flex .menu a:after {
  border: 2px solid #68a00d;
  border-radius: 5px;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  height: 2px;
  width: 0px;
  opacity: 0;
  transition: .3s;
}

header .flex .menu a:hover:after {
  width: 50%;
  opacity: 1;
}

header .flex .menu a span {
  padding: 1%;
  font-size: 80%;
}

.submenu {
  padding: 2% 0;
}

.submenu .menu {
  display: flex;
  align-items: center;
  justify-content: center;
}

.submenu .menu a {
  margin: 0px 15px;
}

@media all and (max-width: 1400px) {
  .submenu .menu a {
    margin: 0px 1vw;
  }
}

#mv {
  padding: 10% 0 0;
  min-height: 80vh;
  margin-bottom: 10%;
  background-image: url("../img/back.png");
  counter-reset: number 0;
  position: relative;
}

@media all and (max-width: 1400px) {
  #mv {
    min-height: 50vw;
  }
}

#mv .basein {
  z-index: 5;
  min-height: 80vh;
}

@media all and (max-width: 1400px) {
  #mv .basein {
    min-height: 50vw;
  }
}

#mv h2, #mv h3 {
  opacity: 0;
  animation: opacityfadein 1s ease-in-out 1s forwards;
}

#mv .text {
  width: 40%;
  text-align: left;
  position: absolute;
  top: 20%;
  left: 60%;
  line-height: 200%;
  font-size: 120%;
}

#mv .topbtns {
  left: 0%;
  bottom: 10%;
  display: inline-block;
  position: absolute;
  line-height: 200%;
  font-size: 120%;
}

#mv .topbtns a {
  color: white;
  background: #6e40c9;
  padding: 20px 50px;
  text-align: center;
  line-height: 150%;
  border-radius: 150px;
}

#mv .topbtns a:hover {
  transform: scale(1.2);
}

#mv .tate {
  position: absolute;
  left: 46%;
  transform: translateX(-50%);
  text-align: left;
  line-height: 400%;
}

#mv .tate h2 {
  font-size: 300%;
}

#mv .tate h3 {
  font-size: 200%;
  padding-top: 50px;
  font-weight: 400;
  line-height: 150%;
}

#mv .tate h3 span {
  display: block;
}

#mv .tate h3 span:nth-of-type(2) {
  padding-top: 30px;
}

#mv .image {
  position: absolute;
  width: 50%;
  z-index: 1;
  text-align: left;
  left: 0;
  bottom: 0;
}

#mv div[class^="catch"] {
  position: absolute;
  overflow: hidden;
  z-index: 4;
}

#mv div[class^="catch"] img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  object-fit: contain;
}

#mv .catch01 {
  top: 15%;
  left: 70%;
  width: 10%;
  padding-top: 8%;
  animation: floating-y 60s ease-in-out infinite alternate-reverse;
}

#mv .catch02 {
  top: 20%;
  left: 75%;
  width: 20%;
  padding-top: 8%;
  animation: floating-y 50s ease-in-out infinite alternate-reverse;
}

#mv .catch03 {
  top: 49%;
  left: 87%;
  width: 10%;
  padding-top: 25%;
  border-radius: 300px;
  animation: floating-y 40s ease-in-out infinite alternate-reverse;
}

#mv .catch03 img {
  object-fit: cover !important;
  width: 200%;
  height: 200%;
  animation: scale50 10s ease-in-out infinite alternate-reverse;
}

#mv .catch04 {
  top: 74%;
  left: 74%;
  width: 10%;
  padding-top: 25%;
  border-radius: 300px;
  animation: floating-y 50s ease-in-out infinite alternate;
}

#mv .catch04 img {
  object-fit: cover !important;
  animation: scale50 10s ease-in-out infinite alternate-reverse;
}

#mv .logo {
  position: absolute;
  top: 83%;
  left: 50%;
  z-index: 2;
  background-color: white;
  border-radius: 1000px;
  width: 60%;
  max-width: 850px;
  transform: translateX(-50%);
  text-align: center;
  padding: 2% 0 40%;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

#mv .logo .logoimg {
  width: 15%;
  margin: auto;
}

#mv .logo .logoimg.on {
  animation: purun 0.8s linear 3s 1;
}

#mv .logo h2 {
  line-height: 170%;
  font-size: 150%;
  color: #6e40c9;
}

#mv .logo h2 span {
  color: black;
}

.tate {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

#main-content {
  position: relative;
  z-index: 2;
}

.main_content {
  padding: 0 0;
}

#catch_section {
  position: relative;
  padding-bottom: 5%;
  margin-bottom: 0;
}

#catch_section:before {
  content: "";
  width: 80%;
  height: 92%;
  position: absolute;
  left: 20%;
  top: 8%;
  background: rgba(110, 64, 201, 0.1);
}

#catch_section .flex {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5%;
}

#catch_section .flex.top_catch02 {
  flex-direction: row-reverse;
  margin-bottom: 10%;
}

#catch_section .flex.top_catch02 .text {
  padding-top: 0;
}

#catch_section .flex.top_catch02 .text h3 {
  justify-content: flex-end;
  margin-right: 12%;
}

#catch_section .flex.top_catch02 .text p {
  margin: auto;
  margin-right: 0;
}

#catch_section .flex .image {
  width: 40%;
}

#catch_section .flex .text {
  width: 55%;
  text-align: left;
  padding-top: 10%;
}

#catch_section .flex .text h3 {
  color: #6e40c9;
  font-size: 130%;
  display: flex;
  align-items: center;
  margin-bottom: 5%;
}

#catch_section .flex .text h3:before {
  content: "";
  width: 5%;
  padding-top: 5%;
  background-image: url("../img/mark.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 1%;
}

#catch_section .flex .text p {
  display: block;
  width: 48%;
  line-height: 200%;
}

.bar {
  height: 10vh;
  max-height: 60px;
  width: 100%;
  background-image: url("../img/bar.png");
  margin-bottom: 5%;
}

#sweets_goods {
  padding-top: 0;
}

#sweets_goods h2 {
  display: inline-block;
}

#sweets_goods h2 span {
  display: block;
  font-size: 120%;
  position: relative;
  margin-bottom: 20px;
}

#sweets_goods h2 span:after {
  content: "";
  width: 40%;
  left: 50%;
  position: absolute;
  bottom: -10px;
  border-top: 1px solid black;
  transform: translateX(-50%);
}

#sweets_goods h2 strong {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5% 0;
  padding: 5% 0%;
  background-image: url("../img/name_back.png");
  color: white;
  font-size: 200%;
  background-size: contain;
  width: 200px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center;
}

#sweets_goods .item_block {
  max-width: 80%;
  display: flex;
  align-items: stretch;
  margin: auto;
  justify-content: flex-start;
  flex-wrap: wrap;
}

#sweets_goods .item_block .base_box, #sweets_goods .item_block a {
  width: 29.3333%;
  margin: 1% 2%;
  display: block;
}

#sweets_goods .item_block .base_box .image, #sweets_goods .item_block a .image {
  background-color: #e3e3d9;
  border-top-left-radius: 50px;
}

#sweets_goods .item_block .base_box .text, #sweets_goods .item_block a .text {
  padding: 3% 0;
}

#sweets_goods .item_block .base_box .text .price, #sweets_goods .item_block a .text .price {
  padding: 3% 0 0;
}

#sweets_goods .item_block .base_box .text .price b, #sweets_goods .item_block a .text .price b {
  font-size: 200%;
  font-weight: bold;
}

#sweets_goods .item_block .base_box iframe {
  width: 100%;
}

@media all and (max-width: 1200px) {
  #sweets_goods .item_block {
    max-width: 100%;
  }
  #sweets_goods .item_block .base_box {
    width: 46%;
  }
}

#sweets_goods hr {
  width: 80%;
  margin: 5% auto;
}

#sweets_goods .item_box:last-child {
  margin-bottom: 10%;
}

#news .news_box {
  width: 70%;
  text-align: left;
  margin: auto;
}

@media all and (max-width: 1000px) {
  #news .news_box {
    width: 100%;
  }
}

#news h2 {
  display: inline-block;
  text-align: center;
  margin-bottom: 5%;
}

#news h2 span {
  display: block;
  font-size: 120%;
  position: relative;
  margin-bottom: 20px;
}

#news h2 span:after {
  content: "";
  width: 40%;
  left: 50%;
  position: absolute;
  bottom: -10px;
  border-top: 1px solid black;
  transform: translateX(-50%);
}

#news h2 strong {
  font-size: 120%;
}

#news .news_block a {
  display: flex;
  width: 100%;
  border-top: 1px solid #ccc;
  padding: 3%;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

#news .news_block a .date {
  width: 20%;
}

#news .news_block a .text {
  width: 80%;
}

#news .btn {
  margin: 3% 0;
}

#news .btn a {
  border-color: #ccc;
  background-color: #ccc;
}

#toriatsukai_bnr .flex {
  align-items: center;
  justify-content: center;
  background: #d1e67e;
  width: 70%;
  margin: auto;
}

#toriatsukai_bnr .flex .text {
  padding: 0 5%;
  font-size: 150%;
  color: #6e40c9;
  text-align: center;
}

#toriatsukai_bnr .flex .btn a {
  color: white;
  background-color: #6e40c9;
  min-height: 60px;
}

#toriatsukai_bnr .flex .btn a:hover {
  background-color: white;
  color: #6e40c9;
}

#instagram .insta {
  width: 60%;
  margin: auto;
}

@media all and (max-width: 1100px) {
  #instagram .insta {
    width: 100%;
  }
}

.btn {
  margin: 3% 0;
}

.btn a {
  display: inline-flex;
  width: auto;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0px 50px;
  border: 2px solid #6e40c9;
  border-radius: 50px;
  position: relative;
}

.btn a:hover {
  background-color: #6e40c9;
  color: white;
}

.categoris {
  display: flex;
  align-items: center;
  padding: 1% 0;
}

.categoris .date {
  font-size: 90%;
  margin-right: 5%;
  color: #333;
}

.categoris .cate a {
  color: white;
  margin-right: 5px;
  padding: 5px 20px;
  font-size: 80%;
  border-radius: 5px;
}

.categoris.topic .date {
  display: none;
}

.categoris.topic .cate a {
  color: #68a00d;
  border: 1px solid #68a00d;
  border-radius: 5px;
}

.categoris.topic .cate a:before {
  content: "#";
}

#news .flex {
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}

#news .flex h2 {
  width: 30%;
}

#news .flex .news_block {
  width: 68%;
  text-align: left;
}

#news .flex .news_block > a {
  margin-bottom: 3%;
  border-bottom: 2px solid #68B5B7;
  display: block;
}

#news .flex .news_block .text {
  padding: 1% 0 3%;
}

#news .btn {
  text-align: right;
}

.clist {
  display: flex;
  padding: 3% 0;
  align-items: stretch;
}

.clist h3 {
  color: #68a00d;
  font-size: 200%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.clist h3:after {
  content: " :　";
}

.clist a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: .5% 3%;
  margin: 1%;
  font-size: 120%;
  color: #68a00d;
  border: 2px solid #68a00d;
  border-radius: 10px;
  min-width: 150px;
}

@media all and (max-width: 1400px) {
  .clist a {
    min-width: auto;
  }
}

.clist a:hover, .clist a.on {
  color: white;
  background-color: #68a00d;
}

#news_page .news_list {
  width: 100%;
  text-align: left;
}

#news_page .news_list > a {
  margin-bottom: 3%;
  border-bottom: 2px solid #68B5B7;
  display: block;
}

#news_page .news_list .text {
  padding: 1% 0 3%;
}

h2.bar {
  padding: 1%;
  border-bottom: 5px solid #68B5B7;
  margin-bottom: 2%;
  text-align: left;
}

h2.bar img {
  max-width: 30%;
}

#topics .topics_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 5%;
}

#topics .topics_block .box {
  padding: 2% 1.5%;
  width: 33.33%;
}

#topics .topics_block .box .text {
  text-align: left;
  padding: 2% 0;
  line-height: 200%;
}

#topics .topics_block .box .text .text_content {
  padding: 3% 0;
  font-size: 90%;
}

#topics .topics_block .box .image {
  width: 100%;
  height: 300px;
}

@media all and (max-width: 1400px) {
  #topics .topics_block .box .image {
    height: 18vw;
  }
}

#topics .topics_block .box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

#topics .topics_block .categoris .date {
  display: none;
}

#topics .topics_block .categoris .cate a {
  color: #68a00d;
  border: 1px solid #68a00d;
  border-radius: 5px;
}

#topics .topics_block .categoris .cate a:before {
  content: "#";
}

#topics_page .topics_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 5%;
}

#topics_page .topics_list .box {
  padding: 2% 1.5%;
  width: 33.33%;
}

#topics_page .topics_list .box .text {
  text-align: left;
  padding: 2% 0;
  line-height: 200%;
}

#topics_page .topics_list .box .text .text_content {
  padding: 3% 0;
  font-size: 90%;
}

#topics_page .topics_list .box .image {
  width: 100%;
  height: 300px;
}

@media all and (max-width: 1400px) {
  #topics_page .topics_list .box .image {
    height: 18vw;
  }
}

#topics_page .topics_list .box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

#topics_page .topics_list .categoris .date {
  display: none;
}

#topics_page .topics_list .categoris .cate a {
  color: #68a00d;
  border: 1px solid #68a00d;
  border-radius: 5px;
}

#topics_page .topics_list .categoris .cate a:before {
  content: "#";
}

.underbar {
  position: relative;
  margin-bottom: 40px;
  display: inline-block;
}

.underbar:after {
  content: "";
  background-color: #68B5B7;
  width: 80%;
  left: 10%;
  bottom: -20px;
  position: absolute;
  height: 5px;
}

#vision {
  text-align: center;
}

#vision h2 strong {
  display: block;
}

#vision .text {
  padding: 5% 0;
  line-height: 300%;
  text-align: center;
}

#vision .text p {
  text-align: center;
  display: block;
  margin-bottom: 3%;
}

#member .member_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 3% 0 5%;
}

#member .member_list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.3%;
  padding: 1%;
}

#member .member_list a:after {
  content: "\f35d";
  font-weight: 800;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-left: 3%;
}

#pmember .member_list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  padding: 3% 0 5%;
}

#pmember .member_list div.box {
  width: 33.3%;
  padding: 1.5%;
  text-align: left;
  line-height: 200%;
}

#pmember .member_list div.box a img {
  border: 2px solid #68B5B7;
}

#pmember .member_list div.box h3 {
  padding: 3% 0;
}

#pmember .member_list div.box .text {
  padding: 0 0 3%;
  font-size: 90%;
}

#footer_logo {
  margin-bottom: 10%;
}

#footer_logo img {
  max-width: 30%;
}

.googlemap {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
}

.googlemap iframe {
  border: 0;
  width: 300%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

footer {
  background-image: url("../img/back.png");
  color: #6e40c9;
  position: relative;
  padding: 3% 0;
}

footer .basein .flex {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  width: 70%;
  margin: auto;
}

footer .basein .flex .address {
  width: 48%;
}

footer .basein .flex .address .logo {
  width: 30%;
  max-width: 300px;
  margin-bottom: 5%;
}

footer .basein .flex .address .logo.on {
  animation: purun 0.8s linear 0s 1;
}

footer .basein .flex .address address {
  text-align: left;
}

footer .basein .flex .address address dl {
  margin-bottom: 1%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

footer .basein .flex .address address dl dt {
  width: 15%;
  text-align: justify;
}

footer .basein .flex .address address dl dd {
  width: 83%;
}

footer .basein .flex .map {
  width: 50%;
}

footer .footer_menu {
  margin-bottom: 3%;
}

footer ul.menu {
  display: block;
  padding: 1% 0;
  align-items: center;
}

footer ul.menu .next_br:after {
  content: "";
  display: block;
}

footer ul.menu li {
  display: inline-block;
}

footer ul.menu li a {
  color: #6e40c9;
  font-size: 80%;
  padding: 1% 10px;
  display: block;
  font-weight: bold;
}

footer ul.menu li a:hover {
  color: rgba(110, 64, 201, 0.6);
}

footer .copyright {
  text-align: center;
  color: #68a00d;
  padding: 1% 0;
  font-size: 80%;
}

.customize-support #header.fixhead {
  top: 32px;
}

.menu-btn {
  position: fixed;
  top: 0px;
  right: 0px;
  display: flex;
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  transition: all 0.5s;
}

.menu-btn span, .menu-btn span:before, .menu-btn span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #033754;
  position: absolute;
  transition: all 0.5s;
}

.menu-btn span:before {
  bottom: 8px;
}

.menu-btn span:after {
  top: 8px;
}

.hamburger-menu {
  display: none;
  position: fixed;
  transition: all 0.5s;
  z-index: 100;
}

.hamburger-menu .menu-btn.on span {
  background-color: rgba(255, 255, 255, 0);
  /*メニューオープン時は真ん中の線を透明にする*/
  box-shadow: none;
}

.hamburger-menu .menu-btn.on span::before {
  bottom: 0;
  transform: rotate(45deg);
  transition: all 0.5s;
}

.hamburger-menu .menu-btn.on span::after {
  top: 0;
  transform: rotate(-45deg);
  transition: all 0.5s;
}

section {
  padding-top: 5%;
  margin-bottom: 5%;
}

#single_content {
  padding-top: 0;
}

.single_mv img {
  width: 100%;
  max-height: 70vh;
  object-fit: cover;
}

.w80pc {
  padding: 5% 10% 0;
}

.WYSIWYG {
  padding: 3% 0;
  background: white;
  margin: 0 10%;
  text-align: left;
}

.WYSIWYG h2 {
  font-size: 150%;
  padding: 1% 0 1%;
  margin-bottom: 4%;
  line-height: 150%;
}

.WYSIWYG h3 {
  line-height: 150%;
  font-size: 130%;
  text-align: left;
  padding: 1% 0;
  font-weight: bold;
  margin-bottom: 2%;
}

.WYSIWYG h4 {
  line-height: 130%;
  font-size: 120%;
  text-align: left;
  padding: 1% 0;
  font-weight: bold;
  margin-bottom: 2%;
}

.WYSIWYG p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  text-align: left;
  min-height: 1vw;
  line-height: 200%;
  font-size: 90%;
  word-break: break-all;
}

.WYSIWYG p.has-text-align-center {
  text-align: center;
}

.WYSIWYG p.has-text-align-right {
  text-align: right;
}

.WYSIWYG .f80 {
  font-size: 80%;
}

.WYSIWYG blockquote {
  font-weight: normal;
  display: block;
  margin: 5% 0;
  padding: 4% 5%;
  border: 10px solid #F0F3F5;
}

.WYSIWYG blockquote p {
  display: inline;
}

.WYSIWYG ul, .WYSIWYG ol {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.WYSIWYG ol {
  list-style-type: decimal;
}

.WYSIWYG li {
  display: list-item;
  list-style: inherit;
  text-align: -webkit-match-parent;
  text-align: left;
  margin-bottom: 1rem;
}

.WYSIWYG a {
  text-decoration: underline;
  transition: .5s;
}

.WYSIWYG a:hover {
  opacity: .8;
  transition: .5s;
}

.WYSIWYG .wp-block-button a {
  text-decoration: none;
  color: inherit;
  background: white;
  border-color: black;
  border: black 1px solid;
}

.WYSIWYG .wp-block-button a:hover {
  background-color: #ccc;
}

.WYSIWYG .wp-block-embed {
  margin: 10%;
}

.WYSIWYG .wp-block-embed__wrapper {
  text-align: center;
  margin: auto;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.WYSIWYG .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.WYSIWYG img {
  max-width: 100%;
  border-radius: 2px;
}

.WYSIWYG .wp-block-column {
  text-align: left;
}

.WYSIWYG figcaption {
  margin-top: 0;
  text-align: left;
  margin-left: 3%;
}

.WYSIWYG table {
  width: 100%;
}

.WYSIWYG table.last_right tr td:last-child {
  text-align: right;
}

.WYSIWYG table th {
  text-align: center;
}

.WYSIWYG table th, .WYSIWYG table td {
  padding: 1% 2%;
  border: 1px solid #ccc;
}

.WYSIWYG .wp-block-separator {
  width: 140%;
  position: relative;
  left: -20%;
  border-width: 5px;
  border-color: #ececec;
  margin: 10% 0;
}

.WYSIWYG .facility_block {
  width: 100%;
}

.WYSIWYG .facility_block p {
  display: inline-block;
  line-height: inherit;
  padding: 0;
  margin: 0;
}

.prev_next .flex {
  padding: 5%;
  align-items: center;
  justify-content: center;
}

.prev_next .flex > div {
  padding: 1%;
}

.spbtn {
  display: none;
}

figure[class^="wp-block-"] {
  margin-bottom: 5%;
}

.wp-block-image img {
  height: auto;
}

.prun.on:before {
  animation: purun 0.8s linear 0s 1;
}

h2.mv span {
  color: #6e40c9;
  font-size: 150%;
}

#about_us {
  margin-bottom: 0;
  background-color: #f6fce1;
}

#about_us .WYSIWYG {
  background-color: inherit;
}

#about_us .page_about {
  margin-bottom: 0;
}

#about_us #shop_lists,
#about_us .access {
  margin: 5% 10%;
}

#about_us #shop_lists .flex,
#about_us .access .flex {
  justify-content: space-between;
  flex-wrap: wrap;
}

#about_us #shop_lists .flex h3,
#about_us .access .flex h3 {
  display: block;
  font-size: 140%;
  position: relative;
  margin-bottom: 20px;
  width: 25%;
  color: #6e40c9;
}

#about_us #shop_lists .flex h3 span,
#about_us .access .flex h3 span {
  position: relative;
}

#about_us #shop_lists .flex h3 span:after,
#about_us .access .flex h3 span:after {
  content: "";
  width: 40%;
  left: 50%;
  position: absolute;
  bottom: -10px;
  border-top: 1px solid #6e40c9;
  transform: translateX(-50%);
}

#about_us #shop_lists .flex .data,
#about_us .access .flex .data {
  width: 73%;
  text-align: left;
}

#about_us #shop_lists .flex .data .data_list,
#about_us .access .flex .data .data_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3%;
}

#about_us #shop_lists .flex .data .data_list dt,
#about_us .access .flex .data .data_list dt {
  width: 20%;
}

#about_us #shop_lists .flex .data .data_list dd,
#about_us .access .flex .data .data_list dd {
  width: 78%;
}

#about_us #shop_lists .googlemap,
#about_us .access .googlemap {
  margin-top: 10%;
}

#about_us #shop_lists {
  padding-bottom: 15%;
  margin-bottom: 0;
}

#about_us #shop_lists .datas {
  width: 73%;
}

#about_us #shop_lists .datas .data {
  border-top: 1px solid #ccc;
  padding: 5% 2%;
  line-height: 180%;
  width: 100%;
}

#about_us #shop_lists .datas .data:last-child {
  border-bottom: 1px solid #ccc;
}

.contact_form input, .contact_form textarea {
  padding: 10px 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 1%;
  width: 100%;
}

.contact_form dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact_form dl dt {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.contact_form dl dt.hissu:before {
  content: "【必須】";
  color: red;
}

.contact_form dl dd {
  width: 75%;
}

.contact_form .btn p {
  text-align: center;
}

.contact_form .btn input[type="submit"] {
  width: auto;
  margin: auto;
  border: 2px solid #6e40c9;
  background-color: #6e40c9;
  color: white;
  font-size: 150%;
  padding: 1% 10%;
  transition: .3s;
}

.contact_form .btn input[type="submit"]:hover {
  color: #6e40c9;
  background-color: white;
}

/* pc end */
/*#####################################################################
 *
 * tab base in
 *
 #####################################################################*/
@media all and (max-width: 1400px) {
  .basein_block .block,
  .basein {
    width: 98%;
    margin: 0 1%;
  }
  html {
    font-size: 1.2vw;
  }
  .customize-support #header.fixhead {
    top: 0;
  }
  #special_list .special_blocks .images .slick-slide a img {
    height: 30vw;
  }
}

@media all and (max-width: 1024px) {
  .basein {
    width: 90%;
    margin: 0 5%;
  }
  #toriatsukai_bnr .flex {
    width: 100%;
  }
  footer .basein .flex {
    width: 100%;
  }
}

/*#####################################################################
*
 * tab 767px in
 *
#####################################################################*/
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/*#####################################################################
*
 * sp 540px in
 *
#####################################################################*/
@media all and (max-width: 540px) and (orientation: portrait) {
  .sp {
    display: inline-block !important;
  }
  .sp.block {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .sptcenter {
    text-align: center;
  }
  .sp_left {
    text-align: left !important;
  }
  .main_content {
    overflow-x: hidden;
  }
  body {
    font-size: 3.8vw;
  }
  body.fix_top {
    padding-top: 15vw;
  }
  img {
    max-width: 100%;
  }
  html {
    font-size: 3.8vw;
  }
  section {
    margin-bottom: 10%;
  }
  .wh100 {
    width: 100%;
    height: 100%;
  }
  .hamburger-menu {
    display: flex;
  }
  .hamburger-menu .menu-btn {
    height: 10vw;
    width: 10vw;
    margin-top: 1%;
    margin-right: 2%;
  }
  .hamburger-menu .menu-btn.on span:before, .hamburger-menu .menu-btn.on span:after {
    background-color: #56c0ef;
  }
  header .flex {
    background: inherit;
    align-items: center;
    justify-content: center;
    box-shadow: none;
  }
  header .flex .menu {
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 100vw;
    transition: .3s;
    top: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 100;
    background-color: #6e40c9;
  }
  header .flex .menu li {
    background: white;
    display: block;
    width: 100%;
  }
  header .flex .menu li:last-child a {
    border-bottom: 1px solid #6e40c9;
  }
  header .flex .menu a {
    display: block;
    width: 100%;
    border-top: 1px solid #6e40c9;
    padding: 3% 0;
    margin: 0;
    font-size: 200%;
    font-family: "fot-tsukubrdgothic-std", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  header .flex .menu.on {
    left: 0;
  }
  header.nav {
    opacity: inherit;
  }
  #mv {
    height: 100vh;
    margin-bottom: 20vh;
  }
  #mv .basein {
    height: 100vh;
  }
  #mv .tate h2, #mv .tate h3 {
    text-shadow: 1px 1px 1px white,-1px 1px 1px white,1px -1px 1px white,-1px -1px 1px white;
  }
  #mv .text {
    width: 100%;
    position: absolute;
    top: 48%;
    left: 0%;
    line-height: 200%;
    font-size: 90%;
  }
  #mv .text p {
    text-align: center;
    text-shadow: 1px 1px 1px white,-1px 1px 1px white,1px -1px 1px white,-1px -1px 1px white;
  }
  #mv .image {
    width: 90%;
  }
  #mv .topbtns {
    font-size: 60%;
    left: auto;
    right: -4%;
  }
  #mv .topbtns a {
    padding: 5% 4vw;
    line-height: 120%;
  }
  #mv .catch01 {
    width: 30%;
    padding-top: 30%;
  }
  #mv .catch02 {
    top: 22%;
    left: -12%;
    width: 45%;
    padding-top: 28%;
  }
  #mv .catch03 {
    top: 28%;
    left: 87%;
    width: 23%;
    padding-top: 67%;
  }
  #mv .catch04 {
    top: 47%;
    left: 6%;
    width: 22%;
    padding-top: 63%;
  }
  #mv .logo {
    border-radius: 100%;
    width: 90%;
  }
  #mv .logo .logoimg {
    width: 30%;
  }
  #catch_section .flex {
    flex-wrap: wrap;
    margin-bottom: 10%;
  }
  #catch_section .flex .image, #catch_section .flex .text {
    width: 100%;
  }
  #catch_section .flex .image h3, #catch_section .flex .image p, #catch_section .flex .text h3, #catch_section .flex .text p {
    width: 100%;
  }
  #catch_section .flex .image h3, #catch_section .flex .text h3 {
    font-size: 140%;
  }
  #catch_section .flex.top_catch02 .text {
    padding-top: 10%;
  }
  #catch_section .flex.top_catch02 .text h3 {
    justify-content: flex-start;
  }
  #sweets_goods .item_block {
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 100%;
  }
  #sweets_goods .item_block .base_box, #sweets_goods .item_block a {
    width: 100%;
  }
  body.page2nd #sweets_goods .item_block a:first-child {
    width: 46%;
  }
  body.page2nd h1 {
    width: 20%;
    margin-left: 0;
  }
  body.page2nd .wysiwyg_title h1 {
    width: 100%;
    line-height: 120%;
    padding: 10% 0;
  }
  .bar {
    max-height: 10vw;
    height: 10vw;
    background-size: contain;
  }
  #news .news_box {
    text-align: center;
  }
  #news .news_block a {
    justify-content: flex-start;
    text-align: left;
  }
  #news .news_block a .date, #news .news_block a .text {
    width: 100%;
  }
  #toriatsukai_bnr .flex {
    flex-wrap: wrap;
  }
  #toriatsukai_bnr .flex .text, #toriatsukai_bnr .flex .btn {
    width: 100%;
  }
  #toriatsukai_bnr .flex .btn {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 5%;
  }
  #toriatsukai_bnr .flex .text {
    padding: 5% 0;
  }
  #footer_logo img {
    max-width: 60%;
  }
  footer {
    min-height: 50vw;
    padding: 0;
  }
  footer > .basein .flex {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  footer > .basein .flex .text, footer > .basein .flex .map, footer > .basein .flex .address,
  footer > .basein .flex .image {
    width: 100%;
    margin-bottom: 5%;
  }
  footer > .basein .flex .image img {
    max-width: 50%;
  }
  footer > .basein .flex .address .logo {
    margin: auto auto 5%;
  }
  footer .totop {
    width: 10vw;
  }
  footer .totop.bottom {
    bottom: inherit;
  }
  footer .onlineshoplink {
    width: 10vw;
  }
  footer .footer_menu {
    padding-top: 5%;
  }
  footer .footer_menu ul.menu {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
  footer .footer_menu ul.menu li {
    width: 50%;
  }
  footer .footer_menu ul.menu li a {
    padding: 5%;
  }
  footer .footer_menu .basein {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .w80pc {
    padding: 5% 0 0;
  }
  .WYSIWYG {
    margin: auto;
  }
  .WYSIWYG .wp-block-embed {
    margin: auto;
  }
  .WYSIWYG figcaption {
    margin-top: 1vw;
  }
  #about_us #shop_lists,
  #about_us .access {
    padding-bottom: 15%;
    margin: 0 0;
  }
  #about_us #shop_lists .flex .data,
  #about_us #shop_lists .flex h3,
  #about_us .access .flex .data,
  #about_us .access .flex h3 {
    width: 100%;
  }
  #about_us #shop_lists .flex h3,
  #about_us .access .flex h3 {
    margin-bottom: 10vw;
  }
  #about_us #shop_lists .flex .data_list,
  #about_us .access .flex .data_list {
    padding: 3% 0;
    border-top: 1px solid #ccc;
    margin-bottom: 0;
  }
  #about_us #shop_lists .flex .data_list:last-child,
  #about_us .access .flex .data_list:last-child {
    border-bottom: 1px solid #ccc;
  }
  #about_us #shop_lists .datas {
    width: 100%;
    padding: 5% 0;
  }
  .contact_form dl {
    margin-bottom: 4%;
  }
  .contact_form dl dt, .contact_form dl dd {
    width: 100%;
  }
  .contact_form dl dt p, .contact_form dl dd p {
    padding: 0;
    margin: 0;
  }
  .contact_form .btn input[type="submit"] {
    width: 100%;
  }
}

/*****page navigation******************************************************/
.navigation.pagination {
  padding: 5% 0;
}

.navigation.post {
  position: relative;
}

.navigation.post .nav-links {
  text-align: center;
}

.navigation.post .nav-links a {
  text-decoration: none;
  color: white !important;
}

.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-numbers li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.page-numbers a, .page-numbers span {
  font-size: 130%;
  padding: 1vw 1.3vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  transition: .3s;
  width: 100%;
  height: 100%;
  position: relative;
}

.page-numbers a:after, .page-numbers span:after {
  content: "";
  width: 0;
  transition: .3s;
  height: 2px;
  background-color: black;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.page-numbers a:hover:after, .page-numbers a.current:after, .page-numbers span:hover:after, .page-numbers span.current:after {
  content: "";
  width: 80%;
}

.navigation.post .nav-links a:hover {
  color: #999;
}

.navigation.post .nav-links a[rel="prev"] {
  position: absolute;
  left: 0;
}

.navigation.post .nav-links a[rel="next"] {
  position: absolute;
  right: 0;
}

@media all and (max-width: 1400px) {
  .page-numbers li {
    width: 6vw;
    height: 6vw;
  }
}

@media all and (max-width: 540px) and (orientation: portrait) {
  .page-numbers li {
    width: 12vw;
    height: 12vw;
  }
}

/***********************************************************/
.float_l {
  float: left;
}

.float_r {
  float: right;
}

.end {
  clear: both;
  font-size: 1px;
  height: 1px;
  padding: 0px;
  margin: 0px;
  display: block;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.clear {
  display: block;
  clear: both;
  height: 2px;
}

.cleared {
  display: block;
  clear: both;
}

.align_l, .t_left {
  text-align: left !important;
}

.align_r, .t_right {
  text-align: right !important;
}

.align_c, .t_center {
  text-align: center !important;
}

.bold, .bold * {
  font-weight: bold !important;
}

.nolink {
  pointer-events: none;
}

/* display */
.none {
  display: none;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.inlineblock {
  display: inline-block;
}

.ime_act {
  ime-mode: active;
}

.ime_dis {
  ime-mode: disabled;
}

.ime_inact {
  ime-mode: inactive;
}

.kaisho {
  font-family: "HGP正楷書体","HGP行書体","HGS正楷書体","HGS行書体","HGS祥南行書体","HG楷書体","HG行書体",cursive;
}

.sans-serif {
  font-family: arial,helvetica,century gothic,verdana,"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",'MS P Gothic','Trebuchet MS',Osaka,clean,sans-serif;
}

.serif {
  font-family: Century,Times,Times New Roman,"ヒラギノ明朝 Pro W3","Hiragino Kaku Mincho","ＭＳ Ｐ明朝","MS P Mincho","Trebuchet MS",Georgia,Cambria,serif;
}

.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP',"Sawarabi Mincho", serif;
  letter-spacing: .1rem;
}

.gothic {
  font-family: 'Noto Sans JP','游ゴシック体', 'YuGothic', '游ゴシック', 'Yu Gothic','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Helvetica, 'メイリオ', 'Meiryo', 'Osaka', 'arial', Arial, sans-serif;
}

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.tips {
  font-size: 70%;
}

.clearfix {
  display: block;
}

html > body .clearfix {
  display: block\9;
}

.lity-content {
  background: white;
  padding: 1%;
}

/* balloon top */
.balloon-top {
  position: relative;
  display: inline-block;
  padding: 2%;
  margin: 20px auto 2%;
  width: 96%;
  font-weight: bold;
  height: auto;
  color: white;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
  font-size: 14px;
}

.balloon-top:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent rgba(0, 0, 0, 0.5) transparent;
}

@-webkit-keyframes opacityfadein {
  100% {
    opacity: 1;
  }
}

@keyframes opacityfadein {
  100% {
    opacity: 1;
  }
}

@keyframes scale50 {
  0% {
    transform: scale(1) translate(-50%, -50%);
  }
  100% {
    transform: scale(1.2) translate(-50%, -50%);
  }
}

@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}

@keyframes floating-x {
  0% {
    transform: translateX(-5%);
  }
  100% {
    transform: translateX(5%);
  }
}

@keyframes purun {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
