@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
* {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, YuGothic Medium, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

body, nav, ol, ul, p, header, footer, section, div, img {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

p, h1, h2, h3, h4, h5, h6, li, a, dt, dd, label, span, input, textarea, th, td, address {
  font-size: 0.8rem;
  line-height: 1.8;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  color: #000000;
}

a {
  color: #000000;
}
a:link {
  color: #000000;
}
a:visited {
  color: #000000;
}
a:hover {
  text-decoration: none;
  color: #000000;
}
a:active {
  color: #000000;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
}

.text_right {
  text-align: right;
}

a.link_line {
  padding-bottom: 5px;
  border-bottom: 1px solid #000000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
}

a:hover.link_line {
  border-bottom: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

.post, .page {
  margin: 0 0 0;
}

.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 2s;
  transition: all 2s;
}

.fadein.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fadein_load {
  -webkit-animation: fadein 2s forwards;
          animation: fadein 2s forwards;
}

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

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ft_sans_serif {
  font-family: "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, YuGothic Medium, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.remove_pagetop {
  width: 100%;
  height: 100px;
  margin: 0 0 -50px 0;
  position: relative;
}
.remove_pagetop a {
  position: absolute;
  right: 2%;
  top: 0;
  display: block;
  width: 16px;
  height: 100px;
  padding: 15px;
}
.remove_pagetop a img {
  width: 16px;
  max-width: 16px !important;
  height: 100px;
}

@-webkit-keyframes animationZoom1 {
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes animationZoom1 {
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@-webkit-keyframes animationZoom {
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes animationZoom {
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.heroimagesSlider_area .slick-slide.zoom {
  -webkit-animation: animationZoom 24s;
          animation: animationZoom 24s;
}

.page .slick-slide {
  position: absolute;
}

.heroimagesSlider {
  width: 100%;
  height: 100vh;
}
.heroimagesSlider_container {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: absolute;
  z-index: 0;
}
.heroimagesSlider_area div picture {
  width: 100%;
  height: 100vh;
}
.heroimagesSlider_logo {
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.heroimagesSlider_logo img {
  width: 300px;
  height: auto;
}
.heroimagesSlider_01 {
  width: 100%;
  height: 100vh;
  background: url(../../images/slider/slide_01.jpg?230428) no-repeat center top;
  background-size: cover;
}
.heroimagesSlider_02 {
  width: 100%;
  height: 100vh;
  background: url(../../images/slider/slide_02.jpg) no-repeat center top;
  background-size: cover;
}
.heroimagesSlider_03 {
  width: 100%;
  height: 100vh;
  background: url(../../images/slider/slide_03.jpg) no-repeat center top;
  background-size: cover;
}
.heroimagesSlider_04 {
  width: 100%;
  height: 100vh;
  background: url(../../images/slider/slide_04.jpg) no-repeat center top;
  background-size: cover;
}
.heroimagesSlider_05 {
  width: 100%;
  height: 100vh;
  background: url(../../images/slider/slide_05.jpg) no-repeat center top;
  background-size: cover;
}

.header {
  width: 100%;
  height: 50px;
  z-index: 999999;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  /*position:relative;*/
  background-color: #F6F6F2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.headerLogo {
  width: 96px;
  height: 24px;
  margin: 13px 15px 13px 15px;
}
.headerLogo img {
  width: auto;
  height: 24px;
}
.header #globalNav {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 999999;
}
.header #globalNav #globalNav_checkbox {
  display: none;
}
.header #globalNav #globalNav_icon {
  display: inline-block;
  width: 26px;
  height: 26px;
  position: relative;
  cursor: pointer;
  z-index: 999999;
}
.header #globalNav #globalNav_icon span {
  background: #000000;
  border-radius: 2px;
  display: block;
  width: 84%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8% 0 0 -42%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header #globalNav #globalNav_icon span::before, .header #globalNav #globalNav_icon span::after {
  -webkit-transform: rotate(0);
  background: #000000;
  border-radius: 6px;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin: -8% 0 0 -50%;
  position: absolute;
  top: 50%;
  transform: rotate(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.header #globalNav #globalNav_icon span::before {
  margin-top: -38%;
}
.header #globalNav #globalNav_icon span::after {
  margin-top: 28%;
}
.header #globalNav #globalNav_checkbox:checked ~ #globalNav_icon {
  position: fixed;
  top: 10px;
  right: 10px;
  left: auto;
}
.header #globalNav #globalNav_checkbox:checked ~ #globalNav_icon span {
  background: rgba(255, 255, 255, 0);
}
.header #globalNav #globalNav_checkbox:checked ~ #globalNav_icon span::before,
.header #globalNav #globalNav_checkbox:checked ~ #globalNav_icon span::after {
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin: -8% 0 0 -42%;
  position: absolute;
  top: 50%;
  width: 100%;
}
.header #globalNav #globalNav_checkbox:checked ~ #globalNav_icon span::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header #globalNav #globalNav_checkbox:checked ~ #globalNav_icon span::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header #globalNav #globalNav_content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 45;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  background: #f6f6f2;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.header #globalNav #globalNav_checkbox:checked ~ #globalNav_content {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.header #globalNav #globalNav_close {
  display: none;
  position: fixed;
  z-index: 39;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.header #globalNav #globalNav_checkbox:checked ~ #globalNav_close {
  display: block;
  opacity: 0.3;
}
.header .globalNav {
  width: 100%;
}
.header .globalNav_content {
  width: 70%;
  height: 100vh;
  margin: 0 auto;
}
.header .globalNav_content .navMain {
  width: 80%;
  margin: 2em auto 0;
}
.header .globalNav_content .navMain li {
  width: 100%;
  margin: 0em 1em 1em 1em;
  text-align: left;
  /*font-size:1.0rem;*/
}
.header .globalNav_content .navMain li ul li a {
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
  font-size: 1rem;
}
.header .globalNav_content .navMain li a span {
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
  font-size: 1rem;
}
.header .globalNav_content .navMain li a .en {
  display: inline-block;
  font-size: 0.6rem;
  line-height: 1;
  font-style: italic;
}
.header .globalNav_content .navMain li a .jp {
  padding: 0 0.5em 0 0;
  display: inline-block;
}
.header .globalNav_content .navMain li a:hover .en {
  display: inline-block;
}
.header .globalNav_content .navMain li a:hover .jp {
  display: inline-block;
}
.header .globalNav_content .infoAddress {
  width: 80%;
  margin: 2em auto 0;
  padding: 1em 0;
  border-top: 1px solid #000000;
}
.header .globalNav_content .infoAddress p {
  width: 100%;
  letter-spacing: 0.1em;
  font-size: 0.7rem;
}
.header .subNav {
  display: none;
}
.header .nav_lang {
  position: absolute;
  right: 40px;
  top: 16px;
  z-index: 999998;
}
.header #language_menu {
  position: absolute;
  top: 40px;
  z-index: 1111111;
  /*display:none;*/
  padding: 5px;
  background-color: #f6f6f2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}
.header #translator {
  width: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header #trans_btn {
  border: none;
}
.header #select_language {
  display: inline-block;
  margin-left: 3px;
  height: 21px;
}
.header .lang-select a {
  cursor: pointer;
}
.header #language_menu.show {
  /*display:block;*/
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 1;
}

.header.fix {
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
}

#store .headerLogo {
  width: 150px;
  height: auto;
  margin: 0 15px 0 15px;
}
#store .headerLogo img {
  width: 100%;
  height: auto;
}

.navSns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 190px;
  height: 26px;
  margin: 2em auto 1.5em;
  padding: 0 0 0 0;
}
.navSns li {
  width: 20px;
  margin: 0 0 0 0;
}
.navSns li a {
  display: block;
  width: 20px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.navSns li a img {
  width: 20px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.navSns li:nth-of-type(5) {
  width: 25px;
}
.navSns li:nth-of-type(5) a {
  width: 25px;
}
.navSns li:nth-of-type(5) a img {
  width: 25px;
}
.navSns li:nth-of-type(1) {
  height: 22px;
}
.navSns li:nth-of-type(1) a {
  width: 22px;
}
.navSns li:nth-of-type(1) a img {
  width: 22px;
  height: auto;
  vertical-align: top;
}

.info {
  margin: 10% auto;
  padding: 5% 0 5% 0;
}
.info h2 {
  padding: 5% 0 0 0;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
.info p {
  padding: 10px 0;
  text-align: center;
}

.concept {
  width: 100%;
  margin: 10% auto;
  padding: 5% 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.concept h2 {
  margin: 0 0 3% 0;
  padding: 0 0 0 0;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  text-align: center;
}
.concept p {
  padding: 10px 0;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
  font-size: 0.9rem;
  line-height: 2;
  text-align: left;
}
.concept p br {
  display: none;
}

.content-inner {
  width: 90%;
  max-width: 580px;
  height: 240px;
  margin: 0 auto;
  padding: 20px 20px 5px 20px;
  background-color: #ffffff;
  position: absolute;
}
.content-ttl {
  width: 260px;
  background: url("../../images/img_arrow.svg") no-repeat 215px 15px;
  background-size: 40px;
  height: 30px;
  padding: 0 30px 0 0;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
  font-size: 1.2rem;
  font-style: italic;
}
.content-ttl span {
  padding: 0 0 0 20px;
  font-style: normal;
}
.content-copy {
  padding: 25px 0 10px 0;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
  font-size: 1.3rem;
  line-height: 1.6;
}
.content-text {
  margin: 0 0 10px 0;
}

.experience {
  width: 100%;
  height: 420px;
  min-height: 420px;
  margin: 5% auto 5%;
  padding: 50% 0 0 0;
  background: url("../../images/img_top_experience.jpg") no-repeat center top;
  background-size: 100%;
  position: relative;
}
.experience a {
  display: block;
  width: 100%;
  height: 420px;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.experience a:hover {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.experience .content-inner {
  bottom: 0px;
  right: 10%;
}

.facilities {
  width: 100%;
  height: 420px;
  min-height: 420px;
  margin: 0 auto 5%;
  padding: 0 0 0 0;
  background: url("../../images/img_facilities.jpg") no-repeat center top;
  background-size: 100%;
  position: relative;
}
.facilities a {
  display: block;
  width: 100%;
  height: 420px;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.facilities a:hover {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.facilities .content-inner {
  bottom: 0px;
  left: 10%;
}
.facilities_header .page_headerContainer .page_headerPicture {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}
.facilities_header .page_headerContainer .page_headerPicture img {
  max-width: 100%;
}
.facilities_header .page_headerContainer .page_headerCol {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.facilities_header .page_headerContainer .page_headerTitle {
  margin: 2.5em 0 2.5em;
}
.facilities_page .image_container {
  width: 90%;
  max-width: 1000px;
  height: 280px;
  min-height: 250px;
  margin: 5% auto 3em;
  padding: 0 0 0 0;
  position: relative;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.facilities_page .image_container:nth-of-type(odd) div {
  left: auto;
  right: 5%;
}
.facilities_page .image_container:hover {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.facilities_page .image_container a {
  display: block;
  width: 100%;
  height: 280px;
}
.facilities_page .image_container .content-inner {
  width: 90%;
  max-width: 550px;
  height: 140px;
  margin: 0 auto;
  padding: 0.5em 0.5em 0.5em 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  background: url("../../images/img_arrow.svg") no-repeat center bottom #ffffff;
  background-size: 40px;
  position: absolute;
  bottom: 0px;
  left: 5%;
}
.facilities_page .image_container .content-inner > div {
  margin: 0 !important;
  padding: 0 !important;
  height: auto !important;
}
.facilities_page .image_container .content-ttl {
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0 0 0.5em 0;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
  letter-spacing: 0.1em;
  background: none;
  font-size: 0.8rem;
}
.facilities_page .image_container .content-ttl span {
  font-size: 1.1rem;
  padding: 0 0 0 20px;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
}
.facilities_page .image_container .content-text {
  padding: 0 0 0.5em 0;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
  line-height: 1.6;
}
.facilities_page .image_container .bg_images {
  display: block;
  width: 100%;
  min-height: 250px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.facilities_page .image_container .bg_images img {
  height: auto;
  -webkit-transition: 1s;
  transition: 1s;
}
.facilities_page .image_container .bg_images:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.facilities_page .image_container.f_taketosome {
  width: 90%;
  height: 290px;
  overflow: hidden;
}
.facilities_page .image_container.f_taketosome .content-ttl {
  max-width: 170px;
}
.facilities_page .image_container.f_kitourushi {
  width: 90%;
  height: 290px;
  overflow: hidden;
}
.facilities_page .image_container.f_kitourushi .content-ttl {
  max-width: 170px;
}
.facilities_page .image_container.f_hitotsuchi {
  width: 90%;
  height: 290px;
  overflow: hidden;
}
.facilities_page .image_container.f_hitotsuchi .content-ttl {
  max-width: 170px;
}
.facilities_page .image_container.f_hoshitomori {
  width: 90%;
  height: 290px;
  overflow: hidden;
}
.facilities_page .image_container.f_hoshitomori .content-ttl {
  max-width: 170px;
}
.facilities_page .image_container.f_tetoteto {
  width: 90%;
  height: 290px;
  overflow: hidden;
}
.facilities_page .image_container.f_tetoteto .content-ttl {
  max-width: 250px;
}
.facilities_page .image_container.f_museum {
  width: 90%;
  height: 290px;
  overflow: hidden;
}
.facilities_page .image_container.f_museum .content-ttl {
  max-width: 250px;
}
.facilities_page .image_container.f_museum .content-ttl span {
  padding: 0 0 0 0;
}
.facilities_page .image_container.f_cafe_hm {
  width: 90%;
  height: 290px;
  overflow: hidden;
}
.facilities_page .image_container.f_cafe_hm .content-ttl {
  max-width: 300px;
  white-space: nowrap;
}
.facilities_page .image_container.f_cafe_tcr {
  width: 90%;
  height: 320px;
  overflow: hidden;
}
.facilities_page .image_container.f_cafe_tcr div {
  height: 170px;
}
.facilities_page .image_container.f_cafe_tcr .content-ttl {
  max-width: 340px;
  white-space: nowrap;
}
.facilities_page .image_container.f_cafe_tcr .content-ttl span {
  padding: 0 0 0 25px;
}
.facilities_page .image_container.f_cotocoto {
  width: 90%;
  height: 290px;
  overflow: hidden;
}
.facilities_page .image_container.f_tokiya {
  width: 90%;
  height: 290px;
  overflow: hidden;
}
.facilities_page .image_container. .content-ttl {
  max-width: 300px;
  white-space: nowrap;
}
.facilities_page .access_page_map {
  margin: 3em auto;
  border-top: 1px solid #000000;
}

.hoshitomori_index .page_headerLink a {
  background: url(../../images/img_arrow_white.svg) no-repeat 70% center #008C50 !important;
  background-size: 40px !important;
  color: #ffffff;
}

.school {
  width: 100%;
  height: 420px;
  min-height: 420px;
  margin: 0 auto 5%;
  padding: 0 0 0 0;
  width: 100%;
  height: 420px;
  min-height: 420px;
  margin: 5% auto 5%;
  padding: 50% 0 0 0;
  background: url("../../images/img_school.jpg") no-repeat center top;
  background-size: 100%;
  position: relative;
}
.school a {
  display: block;
  width: 100%;
  height: 420px;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.school a:hover {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.school .content-inner {
  bottom: 0px;
  left: 10%;
}

.cafe {
  width: 100%;
  height: 420px;
  min-height: 420px;
  margin: 0 auto 5%;
  padding: 0 0 0 0;
  background: url("../../images/img_top_cafe.jpg") no-repeat center top;
  background-size: 100%;
  position: relative;
}
.cafe_index .page_headerContainer {
  margin: 2em auto 5em;
}
.cafe_index .page_headerContainer .page_headerCol:nth-of-type(1) {
  -webkit-box-ordinal-group: 1 !important;
  -webkit-order: 0 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
  width: 100% !important;
}
.cafe_index .page_headerContainer .page_headerCol:nth-of-type(2) {
  -webkit-box-ordinal-group: 1 !important;
  -webkit-order: 0 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
  width: 100% !important;
}
.cafe_index .page_headerContainer .page_headerLink a {
  display: block;
  padding: 1rem 0;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  background: url(../../images/img_arrow.svg) no-repeat 80% center #F2EEE7;
  background-size: 40px;
}
.cafe a {
  display: block;
  width: 100%;
  height: 420px;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cafe a:hover {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cafe .content-inner {
  bottom: 0px;
  right: 10%;
}
.cafe_page {
  width: 100%;
}
.cafe_page_header {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 4em;
}
.cafe_page_header img {
  width: 100%;
  height: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.cafe_page_header_copy {
  margin: 4em 0 2em;
  font-size: 1rem;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
}
.cafe_page_header_copy span {
  display: block;
  text-align: center;
  font-size: 0.8rem;
  font-style: italic;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
}
.cafe_page_header_txt {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
  font-size: 0.8rem;
}
.cafe_page_menu {
  background-color: #FFFCD9;
  margin: 4em 0 0 0;
  padding: 2em 0;
}
.cafe_page_menu_container {
  width: 90%;
  max-width: 600px;
  margin: 2em auto;
}
.cafe_page_menu_container h3 {
  margin: 3em 0 0.5em 0;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
  text-align: center;
  font-size: 1.4rem;
  font-style: italic;
  letter-spacing: 0.1em;
}
.cafe_page_menu_container h3::after {
  display: block;
  margin: 0.5em 0 0 0;
  width: 100%;
  height: 5px;
  content: "";
  background-color: #000000;
}
.cafe_page_menu_container h4 {
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
  margin: 2.5em 0 1em;
  text-align: center;
  font-size: 1rem;
}
.cafe_page_menu_container h4 span {
  width: 100%;
  max-width: 250px;
  border-top: 1px solid #000000;
  margin: 0 auto;
  padding: 0.3em 0;
  display: block;
  text-align: center;
  font-weight: normal;
  font-size: 0.8rem;
}
.cafe_page_menu_orderTime {
  margin: 1em 0;
  text-align: center;
  font-size: 0.9rem;
}
.cafe_page_menu_orderTime span {
  margin: 0 10px 0 0;
  text-decoration: line-through;
  font-size: 0.9rem;
}
.cafe_page_menu_orderText {
  text-align: center;
  font-size: 0.9rem;
}
.cafe_page_menu_col {
  margin: 1em 0;
  padding: 0.5em 0;
  border-bottom: 1px solid #000000;
}
.cafe_page_menu_col > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cafe_page_menu_col > div p {
  font-size: 0.8rem;
  font-weight: bold;
}
.cafe_page_menu_col > div p span {
  font-size: 0.7rem;
}
.cafe_page_menu_col > div p:last-child {
  width: 100%;
  text-align: right;
}
.cafe_page_menu_note {
  text-align: right;
  font-size: 0.7rem;
}
.cafe_page .facilities_header .page_headerContainer .page_headerTitle {
  margin: 1em 0 1em;
}
.cafe_page .page_linkList {
  border-top: none;
  margin: 0 auto 1em;
}
.cafe_btn {
  width: 90%;
  max-width: 300px;
  margin: 4em auto 6em;
}
.cafe_btn a {
  display: block;
  background-color: #000000;
  border: 1px solid #000000;
  width: 100%;
  padding: 1em;
  opacity: 1;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #ffffff;
}
.cafe_btn a:hover {
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000000;
}

.gallery_page {
  width: 100%;
}
.gallery_page_header {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 4em;
}
.gallery_page_header img {
  width: 100%;
  height: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery_page_header_copy {
  margin: 4em 0 2em;
  font-size: 1rem;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
}
.gallery_page_header_copy span {
  display: block;
  text-align: center;
  font-size: 0.8rem;
  font-style: italic;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
}
.gallery_page_header_txt {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
  font-size: 0.8rem;
}
.gallery_page_menu {
  background-color: #FFFCD9;
  margin: 4em 0 0 0;
  padding: 2em 0;
}
.gallery_page_menu_container {
  width: 90%;
  max-width: 600px;
  margin: 2em auto;
}
.gallery_page_menu_container h3 {
  margin: 3em 0 0.5em 0;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
  text-align: center;
  font-size: 1.4rem;
  font-style: italic;
  letter-spacing: 0.1em;
}
.gallery_page_menu_container h3::after {
  display: block;
  margin: 0.5em 0 0 0;
  width: 100%;
  height: 5px;
  content: "";
  background-color: #000000;
}
.gallery_page_menu_container h4 {
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
  margin: 2.5em 0 1em;
  text-align: center;
  font-size: 1rem;
}
.gallery_page_menu_container h4 span {
  width: 100%;
  max-width: 250px;
  border-top: 1px solid #000000;
  margin: 0 auto;
  padding: 0.3em 0;
  display: block;
  text-align: center;
  font-weight: normal;
  font-size: 0.8rem;
}
.gallery_page_menu_col {
  margin: 1em 0;
  padding: 0.5em 0;
  border-bottom: 1px solid #000000;
}
.gallery_page_menu_col > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gallery_page_menu_col > div p {
  font-size: 0.8rem;
  font-weight: bold;
}
.gallery_page_menu_col > div p span {
  font-size: 0.7rem;
}
.gallery_page_menu_col > div p:last-child {
  width: 100%;
  text-align: right;
}
.gallery_page_menu_note {
  text-align: right;
  font-size: 0.7rem;
}
.gallery_page .facilities_header .page_headerContainer .page_headerTitle {
  margin: 1em 0 1em;
}

.guide_map {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.guide_map img {
  width: 100%;
  height: auto;
}

.access {
  width: 90%;
  max-width: 1000px;
  margin: 10% auto 0;
  padding: 10% 0 5% 0;
  border-top: 1px solid #000000;
}
.access h2 {
  padding: 0 0 10px 0;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
  font-size: 1.3rem;
  font-style: italic;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}
.access h2 + p {
  margin: 0 0 20px 0;
  text-align: center;
}
.access h2 + p + p {
  margin: 0 0 10px 0;
  text-align: center;
}
.access iframe {
  width: 100%;
  height: 500px;
  min-height: 300px;
}

.section, .breadcrumb {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.breadcrumb {
  width: 90%;
  margin: 1.5em auto;
  font-size: 0.8rem;
}
.breadcrumb a {
  font-size: 0.8rem;
}

.bl_container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bl_col {
  width: 100%;
}

.page_headerContainer {
  width: 90%;
  margin: 3em auto 1em;
}
.page_headerCol {
  width: 100%;
}
.page_headerTitle {
  margin: 5em 0 2.5em;
  font-size: 1.2rem;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
}
.page_headerTitle span {
  display: block;
  font-size: 0.8rem;
  font-style: italic;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
}
.page_headerCopy {
  margin: 0 0 1.5em 0;
  font-size: 1rem;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
}
.page_headerTxt {
  margin: 0 0 2em 0;
}
.page_headerImages {
  width: 100%;
}
.page_headerImages img {
  height: auto;
}
.page_headerImages video {
  width: 100%;
  max-width: 100%;
}
.page_gallery {
  margin: 0 0 5em 0;
}
.page_gallery img {
  display: block;
  margin: 1em 0;
  width: 100%;
  height: auto;
}
.page_linkList {
  margin: 4em auto 0 auto;
  padding: 3em 0 0;
  border-top: 3px solid #f2eee7;
}
.page_linkList h3 {
  margin: 1em 0 1em;
  padding: 0 0 2em;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
  font-size: 1.2rem;
}
.page_linkList ul li {
  width: 48%;
  margin: 0 0 8% 0;
}
.page_linkList ul li a {
  display: block;
  width: 100%;
  height: 150px;
  position: relative;
  opacity: 1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.page_linkList ul li a span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90%;
  padding: 0.3em 0.5em;
  display: block;
  letter-spacing: 0.1em;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
  font-size: 0.8rem;
  background-color: #ffffff;
}
.page_linkList ul li a:hover {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  opacity: 0.7;
}
.page_linkList ul li#bt_taketosome a {
  background: url("../../images/facilities/img-br_taketosome.jpg") no-repeat center top;
  background-size: cover;
}
.page_linkList ul li#bt_kitourushi a {
  background: url("../../images/facilities/img-br_kitourushi.jpg") no-repeat center top;
  background-size: cover;
}
.page_linkList ul li#bt_hitotsuchi a {
  background: url("../../images/facilities/img-br_hitotsuchi.jpg") no-repeat center top;
  background-size: cover;
}
.page_linkList ul li#bt_hoshitomori a {
  background: url("../../images/facilities/img-br_hoshitomori.jpg") no-repeat center top;
  background-size: cover;
}
.page_linkList ul li#bt_tetoteto a {
  background: url("../../images/facilities/img-br_tetoteto.jpg") no-repeat center top;
  background-size: cover;
}
.page_linkList ul li#bt_cafe a {
  background: url("../../images/facilities/img-br_cafe.jpg") no-repeat center top;
  background-size: cover;
}
.page_linkList ul li#bt_museum a {
  background: url("../../images/facilities/img-br_museum.jpg") no-repeat center top;
  background-size: cover;
}
.page_linkList ul li#bt_cafe_hm a {
  background: url("../../images/facilities/img-br_cafe.jpg") no-repeat center top;
  background-size: cover;
}
.page_linkList ul li#bt_cafe_tcr a {
  background: url("../../images/facilities/img-br_cafe_tcr.jpg") no-repeat center top;
  background-size: cover;
}
.page_linkList ul li#bt_cotocoto a {
  background: url("../../images/facilities/img-br_cotocoto.jpg") no-repeat center top;
  background-size: cover;
}
.page_linkList ul li#bt_tokiya a {
  background: url("../../images/facilities/img-br_tokiya.jpg") no-repeat center top;
  background-size: cover;
}
.page_normal {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 2em;
}
.page_normal h2 {
  margin: 3em 0 2em;
  font-size: 1.2rem;
  text-align: center;
}
.page_normal h3 {
  margin: 2em 0 0.5em;
  font-size: 1rem;
  font-weight: bold;
}
.page_normal div {
  margin: 2em 50px 2em;
}
.page_normal div > h4 {
  margin: 2em 0 0.5em;
  font-size: 1rem;
  font-weight: bold;
}
.page_normal p {
  margin: 0.5em 0;
  font-size: 0.8rem;
}

#ex_header .bl_col:nth-child(1) {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}
#ex_header .bl_col:nth-child(2) {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

#m_header .bl_col:nth-child(1) {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}
#m_header .bl_col:nth-child(2) {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.sc_pageContainer {
  width: 90%;
  margin: 0 auto 2em auto;
}
.sc_pageCol {
  width: 100%;
}
.sc_pageName {
  margin: 0.5em 0 0;
  font-size: 1.2rem;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
}
.sc_pageFee {
  margin: 3em 0 0 0;
  font-size: 0.8rem;
}
.sc_pageFee span {
  font-size: 1.2rem;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
  font-style: italic;
}
.sc_pageTime {
  margin: 0 0 0.2em 0;
}
.sc_pageCopy {
  margin: 2em 0 0.5em 0;
  font-size: 1.2rem;
  line-height: 1.6;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
}
.sc_pageTxt {
  margin: 0 0 1.5em 0;
}
.sc_listContainer {
  width: 90%;
  margin: 2em auto;
}
.sc_listContainer > .bl_container {
  padding: 0 0 5em 0;
}
.sc_listContainer > .bl_container::after {
  content: "";
  display: block;
  width: 50%;
  height: 2px;
  margin: 5em auto 0;
  border-top: 1px solid #000000;
}
.sc_listContainer > .bl_container:last-child {
  padding: 0 0 0 0;
}
.sc_listContainer > .bl_container:last-child::after {
  border-top: none;
}
.sc_listCol {
  width: 100%;
}
.sc_listCol > .bl_container {
  width: 100%;
}
.sc_listCol > .bl_container .bl_col {
  width: 48% !important;
}
.sc_listPicture {
  width: auto;
}
.sc_listName {
  margin: 0 0 1.5em 0;
  font-size: 1rem;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
}
.sc_listTxt {
  padding: 1.5em 0 1.5em 0;
  font-size: 0.8rem;
}
.sc_listTeachername {
  margin: 1em 0;
  font-size: 0.8rem;
}
.sc_listTeachername span {
  padding: 0 0.5em;
  font-size: 1.2rem;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
}
.sc_listTeacherarea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2em 0 2em 0;
}
.sc_listTeacherimage {
  width: 70%;
}
.sc_listTeacherinfo {
  width: 100%;
}
.sc_listFee {
  font-size: 0.8rem;
}
.sc_listFee span {
  font-size: 1.2rem;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
  font-style: italic;
}
.sc_listDatestart {
  font-size: 0.8rem;
}
.sc_listDatestart span {
  padding: 0 0.5em 0 0;
  font-size: 1.2rem;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
  font-style: italic;
}
.sc_listLink a {
  display: block;
  width: 100%;
  margin: 1em 0 0 0;
  padding: 0.5em 0;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  background: url(../../images/img_arrow.svg) no-repeat 28% center #F4C5BF;
  background-size: 40px;
}
.sc_listContact {
  background-color: #FFFBC7;
  margin: 0.5em 0 0 0;
  padding: 1em;
  text-align: center;
  font-size: 0.75rem;
}
.sc_listContact span {
  display: block;
  padding: 0 0 0 0;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
}
.sc_listFactoryname {
  margin: 1em 0 0.5em;
  font-size: 0.8rem;
}
.sc_listFactoryname span {
  font-size: 1rem;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
  font-style: italic;
}
.sc_listFactoryname strong {
  padding: 0 0.5em;
  font-size: 1rem;
}
.sc_close {
  background-color: rgb(222, 222, 222);
  margin: 1em 0 0 0;
  padding: 1em;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
}

.required {
  display: inline-block;
  margin: 0 0 0 5px;
  padding: 1px 4px;
  font-size: 0.65rem;
  line-height: 1;
  background-color: darkred;
  color: #ffffff;
}

#sc_content {
  margin: 0 auto 5em;
}

#ex_slider, #sc_slider {
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*height: 100vh;*/
}

#slider {
  width: 100%;
  margin: 0 auto 2em;
}

.slide-item img {
  width: 100%;
}

#thumbnail-list {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#thumbnail-list:last-child::after {
  content: "";
  width: 19%;
  display: block;
}

.thumbnail-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 19%;
      -ms-flex: 0 1 19%;
          flex: 0 1 19%;
  margin-right: 1%;
  margin-bottom: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.thumbnail-item:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: 0.3s opacity linear;
  transition: 0.3s opacity linear;
}
.thumbnail-item.thumbnail-current:after {
  opacity: 0;
}
.thumbnail-item img {
  width: 100%;
  margin: 0 auto;
}

.ex_pageContainer {
  border-bottom: 1px solid #000000;
  margin: 0 0 2em 0;
  padding: 0 0 2em;
}
.ex_pageCol {
  width: 90%;
  margin: 0 auto;
}
.ex_pageCategory {
  display: inline-block;
  margin: 1em 0;
  padding: 0.2em 0.5em;
  font-size: 0.8rem;
}
.ex_pageName {
  margin: 0 0 1em 0;
  font-weight: bold;
  font-size: 1.2rem;
}
.ex_pageFee {
  margin: 0 0 1em 0;
  font-weight: bold;
  font-size: 1.2rem;
}
.ex_pageTime {
  margin: 0 0 0.2em 0;
}
.ex_pageDifficulty_level {
  margin: 0 0 1em 0;
}
.ex_pageCopy {
  margin: 0 0 1em 0;
  font-size: 1.2rem;
  line-height: 1.6;
}
.ex_pageTxt {
  margin: 0 0 1.5em 0;
}
.ex_pageReserve_form_url {
  width: 100%;
  margin: 1em 0;
}
.ex_pageReserve_form_url a {
  display: block;
  background-color: #F4C5BF;
  width: 100%;
  padding: 1em;
  text-align: center;
  font-weight: bold;
}
.ex_pageReserve_close {
  width: 100%;
  margin: 1em 0;
  display: block;
  background-color: #f6f6f2;
  padding: 1em;
  text-align: center;
  color: #000000;
}
.ex_pageContact_phone_number {
  margin: 2.5em 0 0 0;
  text-align: center;
}
.ex_pageContact_phone_number span {
  display: block;
  padding: 0 0 0 0.5em;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
}
.ex_listContainer {
  width: 94%;
  margin: 2em auto;
}
.ex_listContainer:last-child::after {
  content: "";
  display: block;
  width: 49%;
}
.ex_listCol {
  width: 49%;
  min-height: 480px;
  margin: 0 0 1em 0;
  background-color: #F2EEE7;
  padding: 1em;
}
.ex_listCol > a {
  opacity: 1;
}
.ex_listCol > a:hover {
  opacity: 0.7;
}
.ex_listTitle {
  font-size: 1.1rem;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
}
.ex_listInfo {
  width: 90%;
  max-width: 600px;
  margin: 5em auto;
  font-size: 0.8rem;
  text-align: left;
}
.ex_listNote {
  font-size: 0.75rem;
  text-align: center;
}
.ex_listNavmain {
  width: 90%;
  margin: 2em auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.ex_listNavmain li {
  width: 31.3333333%;
  margin: 0 1% 1% 1%;
}
.ex_listNavmain li a {
  width: 100%;
  display: block;
  border: 1px solid #000000;
  padding: 0.5em 0;
  line-height: 1;
  text-align: center;
}
.ex_listNavmain li a:hover {
  background-color: #F6E28C;
}
.ex_listNavsub {
  width: 100%;
  max-width: 240px;
  margin: 2em auto;
}
.ex_listNavsub li {
  padding: 0 1em 0 0;
}
.ex_listNavsub li::after {
  padding: 0 0 0 1em;
  content: "／";
}
.ex_listNavsub li:last-child::after {
  content: "";
}
.ex_listPic {
  margin: 0 0 1em 0;
}
.ex_listCategory {
  display: inline-block;
  background-color: #ffffff;
  margin: 0 0 0.5em 0;
  padding: 0.2em 0.5em;
  font-weight: bold;
}
.ex_listName {
  margin: 0 0 0.5em 0;
  font-weight: bold;
  font-size: 1rem;
}
.ex_listTxt {
  margin: 0 0 2em 0;
}
.ex_listTime {
  margin: 0 0 0.5em 0;
}
.ex_listFee span {
  padding: 0 0 0 1em;
  font-weight: bold;
  font-size: 1rem;
}
.ex_info {
  background-color: #E1F2FC;
  margin: 2em 0;
  padding: 1em 2em;
}
.ex_infoTitle {
  margin: 0 0 1em 0;
  font-size: 1.2rem;
  font-weight: bold;
}
.ex_infoTitle span {
  padding: 0 0 0 1em;
  font-size: 0.8rem;
  font-weight: normal;
}
.ex_infoTxt {
  margin: 0 0 1em 0;
}
.ex_infoTxt a {
  display: block;
  border: 1px solid #000000;
  background-color: rgb(255, 255, 255);
  width: 90%;
  max-width: 250px;
  margin: 1.5em auto;
  padding: 1em 0.8em;
  text-align: center;
  font-size: 0.8rem;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.ex_infoTxt a:focus {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.ex_infoTxt a:hover {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.ex_infoList {
  padding: 0 0 0 1em;
}
.ex_infoList li {
  list-style-position: inside;
  list-style-type: disc !important;
}
.ex_infoNote {
  font-weight: bold;
  margin: 10px 0 5px;
}

.rs_headerTitle {
  margin: 4em 0 2em;
  font-size: 1rem;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
}
.rs_headerTitle span {
  display: block;
  text-align: center;
  font-size: 0.8rem;
  font-style: italic;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
}
.rs_txt {
  width: 90%;
  margin: 3em auto;
  line-height: 1.8;
}
.rs_txt p {
  margin: 1.5em 0;
}
.rs_btn {
  display: block;
  background-color: #F4C5BF;
  width: 90%;
  max-width: 300px;
  margin: 6em auto 0;
  padding: 1em;
  opacity: 1;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.rs_btn:hover {
  opacity: 0.5;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.rs_link {
  margin: 1.5em 0 1em;
  text-align: center;
  line-height: 2.2;
}
.rs_link a {
  border-bottom: 1px solid #000000;
  padding: 0 0 3px 0;
}

#reserve .rs_link:nth-of-type(2) {
  margin: 0 0 6em;
}

a:hover .ex_listTxt {
  color: #000000;
}

.lm_headerTitle {
  margin: 4em 0 0.5em;
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
}
.lm_headerText {
  font-size: 0.8rem;
  text-align: center;
}
.lm_container {
  width: 100%;
  max-width: 800px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 4em auto;
}
.lm_container:nth-of-type(1) figure {
  width: 90%;
  text-align: center;
}
.lm_container:nth-of-type(1) ul {
  width: 90%;
}
.lm_container:nth-of-type(1) ul li {
  margin: 0.5em 0;
  font-size: 1.2rem;
  border-bottom: 2px solid #AF9538;
  letter-spacing: 0.1em;
}
.lm_container:nth-of-type(1) ul li span {
  display: inline-block;
  padding: 0 1em 0 0;
  font-size: 1.4rem;
  color: #AF9538;
}
.lm_container:nth-of-type(2) {
  margin: 2em auto 4em;
}
.lm_container:nth-of-type(2) div {
  width: 90%;
  margin: 2em 0;
}
.lm_container:nth-of-type(2) div h4 {
  width: 120px;
  margin: 0 auto;
  font-size: 1.2rem;
  border-bottom: 1px solid #000000;
  text-align: center;
}
.lm_container:nth-of-type(2) div figure {
  margin: 1em 0;
  text-align: center;
}
.lm_container:nth-of-type(2) div p {
  font-size: 0.8rem;
  text-align: center;
}
.lm_subTitle {
  width: 100%;
  max-width: 360px;
  margin: 3em auto 0;
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
}
.lm_subTitle span {
  display: block;
  border-top: 1px solid #000000;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0;
  font-size: 0.8rem;
  text-align: center;
}
.lm_qrcode {
  max-width: 280px;
  margin: 0 auto;
  padding: 0.5em;
}
.lm_qrcode p {
  margin: 0em auto 0.5em;
  padding: 0 0 1em 0;
  border-bottom: 1px solid #000000;
  font-size: 1rem;
  text-align: center;
}
.lm_qrcode img {
  display: block;
  width: 186px;
  margin: 0 auto;
}

.pt_list .page_headerTitle {
  text-align: center;
}
.pt_list .page_headerTxt {
  text-align: center;
}
.pt_list .bl_container {
  width: 90%;
  margin: 5em auto;
}
.pt_list .bl_container#gold_pt {
  margin: 5em auto -5em;
}
.pt_list .bl_container#gold_pt .bl_col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
.pt_list .bl_col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 48%;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
  margin: 0 0 2em 0;
}
.pt_list .bl_col a {
  display: block;
  width: 100%;
}
.m_pageContainer {
  border-bottom: 1px solid #000000;
  margin: 0 0 2em 0;
  padding: 0 0 2em;
}
.m_pageCol {
  width: 90%;
  margin: 0 auto;
}
.m_pageCategory {
  display: inline-block;
  margin: 1em 0;
  padding: 0.2em 0.5em;
  font-size: 0.8rem;
}
.m_pageName {
  margin: 0 0 1em 0;
  font-weight: bold;
  font-size: 1.2rem;
}
.m_pageFee {
  margin: 0 0 1em 0;
  font-weight: bold;
  font-size: 1.2rem;
}
.m_pageTime {
  margin: 0 0 0.2em 0;
}
.m_pageDifficulty_level {
  margin: 0 0 1em 0;
}
.m_pageCopy {
  margin: 0 0 1em 0;
  font-size: 1.2rem;
  line-height: 1.6;
}
.m_pageTxt {
  margin: 0 0 1.5em 0;
}
.m_pageReserve_form_url {
  width: 100%;
  margin: 1em 0;
}
.m_pageReserve_form_url a {
  display: block;
  background-color: #F4C5BF;
  width: 100%;
  padding: 1em;
  text-align: center;
  font-weight: bold;
}
.m_pageReserve_close {
  width: 100%;
  margin: 1em 0;
  display: block;
  background-color: #f6f6f2;
  padding: 1em;
  text-align: center;
  color: #000000;
}
.m_pageContact_phone_number {
  margin: 2.5em 0 0 0;
  text-align: center;
}
.m_pageContact_phone_number span {
  display: block;
  padding: 0 0 0 0.5em;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
}
.m_listContainer {
  width: 94%;
  margin: 2em auto;
}
.m_listContainer:last-child::after {
  content: "";
  display: block;
  width: 49%;
}
.m_listCol {
  width: 49%;
  min-height: 400px;
  margin: 0 0 1em 0;
  padding: 1em;
}
.m_listCol > a {
  opacity: 1;
}
.m_listCol > a:hover {
  opacity: 0.7;
}
.m_listTitle {
  font-size: 1.1rem;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
}
.m_listNote {
  font-size: 0.75rem;
  text-align: center;
}
.m_listNavmain {
  width: 90%;
  margin: 2em auto;
}
.m_listNavmain li {
  width: 24%;
  margin: 0 0 1% 0;
}
.m_listNavmain li a {
  width: 100%;
  display: block;
  border: 1px solid #000000;
  padding: 0.5em 0;
  line-height: 1;
  text-align: center;
}
.m_listNavmain li a:hover {
  background-color: #F6E28C;
}
.m_listNavsub {
  width: 100%;
  max-width: 240px;
  margin: 2em auto;
}
.m_listNavsub li {
  padding: 0 1em 0 0;
}
.m_listNavsub li::after {
  padding: 0 0 0 1em;
  content: "／";
}
.m_listNavsub li:last-child::after {
  content: "";
}
.m_listPic {
  margin: 0 0 1em 0;
}
.m_listCategory {
  display: inline-block;
  background-color: #f6e28c;
  margin: 0.5em 0 0.5em 0;
  padding: 0.2em 0.5em;
  font-weight: bold;
}
.m_listName {
  margin: 0 0 0.5em 0;
  font-weight: bold;
  font-size: 1rem;
}
.m_listTxt {
  margin: 0 0 2em 0;
}
.m_listTime {
  margin: 0 0 0.5em 0;
}
.m_listFee span {
  padding: 0 0 0 1em;
  font-weight: bold;
  font-size: 1rem;
}
.m_info {
  background-color: #E1F2FC;
  margin: 2em 0;
  padding: 1em 2em;
}
.m_infoTitle {
  margin: 0 0 1em 0;
  font-size: 1.2rem;
  font-weight: bold;
}
.m_infoTitle span {
  padding: 0 0 0 1em;
  font-size: 0.8rem;
  font-weight: normal;
}
.m_infoTxt {
  margin: 0 0 1em 0;
}
.m_infoTxt a {
  display: block;
  border: 1px solid #000000;
  background-color: rgb(255, 255, 255);
  width: 90%;
  max-width: 250px;
  margin: 1.5em auto;
  padding: 1em 0.8em;
  text-align: center;
  font-size: 0.8rem;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.m_infoTxt a:focus {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.m_infoTxt a:hover {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.m_infoList {
  padding: 0 0 0 1em;
}
.m_infoList li {
  list-style-position: inside;
  list-style-type: disc !important;
}

/* magazine */
.mz_archiveTitle {
  text-align: center;
}
.mz_archiveText {
  width: 90%;
  margin: 0 auto 3em;
}
.mz_archiveText p {
  text-align: center;
  margin: 0 0 10px 0;
}
.mz_archiveContainer {
  width: 94%;
  margin: 2em auto;
}
.mz_archiveContainer::after {
  content: "";
  display: block;
  width: 48%;
}
.mz_archiveCol {
  width: 48%;
  margin: 0 0 1em 0;
  padding: 0 0.2em;
}
.mz_archiveCol > a {
  opacity: 1;
}
.mz_archiveCol > a:hover {
  opacity: 0.7;
}
.mz_archiveFigure {
  margin: 0 0 0.5em 0;
  font-weight: bold;
  font-size: 1rem;
}
.mz_archiveName {
  margin: 0 0 2em 0;
  text-align: right;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
}
.mz_articleSection {
  max-width: 100% !important;
}
.mz_articleTitle {
  margin: 0 0 20px 0;
  font-size: 1.1rem;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
}
.mz_articleTitle span {
  display: block;
  text-align: center;
  margin: 10px 0 0 0;
  font-size: 1.1rem;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
}
.mz_articleContainer {
  width: 100%;
  margin: 2em auto 5em;
}
.mz_articleContent {
  width: 100%;
}

.banner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 6% 0 0 0;
  border-top: 1px solid #000000;
}
.banner .bl_container .bl_col:nth-of-type(1) {
  margin: 0 0 2em 0;
}
.banner a {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.banner a img {
  height: auto;
}
.banner a:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.footer {
  width: 100%;
  padding: 3em 0;
  background-color: #F2EEE7;
}
.footer .logo {
  width: 280px;
  height: auto;
  margin: 0 auto 1em;
}
.footer .address {
  width: 90%;
  margin: 0 auto 0.5em auto;
  text-align: center;
}
.footer .open {
  width: 90%;
  margin: 0 auto 1em auto;
  text-align: center;
}
.footer .navSns {
  width: 250px;
  margin: 1.5em auto 1.5em;
}
.footer .navSns li:nth-last-of-type(1) {
  width: 80px;
}
.footer .navSns li:nth-last-of-type(1) a {
  width: 80px;
}
.footer .navSns li:nth-last-of-type(1) a img {
  width: 80px;
}
.footer .navList {
  width: 100%;
  max-width: 320px;
  margin: 20px auto 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.footer .navList li {
  border-right: 1px solid #000000;
  padding: 0 5px;
  line-height: 1;
}
.footer .navList li a {
  font-size: 0.65rem;
  padding: 0;
  line-height: 1;
  opacity: 1;
}
.footer .navList li a:hover {
  opacity: 0.7;
}
.footer .navList li:last-child {
  border-right: none;
}
.footer .produced {
  width: 100%;
  max-width: 470px;
  margin: 1em auto;
  font-size: 0.8rem;
  text-align: center;
}
.footer .produced a {
  display: inline-block;
  width: 250px;
  vertical-align: middle;
  line-height: 1;
}
.footer .produced a img {
  width: 100%;
  height: auto;
}
.footer .nav_info {
  width: 180px;
  margin: 1em auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer .nav_info li {
  padding: 0 5px;
  line-height: 1;
}
.footer .nav_info li:first-child {
  border-right: 1px solid #000000;
}
.footer .nav_info li a {
  font-size: 0.7rem;
}
.footer .copyright {
  margin: 0;
  padding: 0;
  font-size: 0.7rem;
  text-align: center;
}
.footer .copyright small {
  margin: 0;
  padding: 0;
}
.footer_banner {
  width: 90%;
  max-width: 1056px;
  margin: 1em auto 5em;
}
.footer_banner .bl_col {
  width: 100%;
  padding: 0 0 1em 0;
}

.about_page {
  width: 100%;
}
.about_page_header {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 4em;
}
.about_page_header img {
  width: 100%;
  height: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.about_page_header_ttl {
  margin: 4em 0 2em;
  font-size: 1rem;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
}
.about_page_header_ttl span {
  display: block;
  text-align: center;
  font-size: 0.8rem;
  font-style: italic;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
}
.about_page_header_txt {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
  font-size: 0.8rem;
}
.about_page_txt_ttl {
  margin: 4em 0 2em;
  font-size: 1rem;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
}
.about_page_txt_ttl span {
  display: block;
  text-align: center;
  font-size: 0.8rem;
  font-style: italic;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
}
.about_page_txt p {
  margin: 0 0 4em 0;
  text-align: center;
  line-height: 1.8;
}
.about_page_txt p:nth-of-type(1) {
  margin: 0 0 1em 0;
  font-size: 1rem;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
}
.about_page_gr {
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
}
.about_page_gr_border {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  border-top: 1px solid #000000;
}
.about_page_gr_flex {
  width: 100%;
  max-width: 90%;
  margin: 4em auto;
}
.about_page_gr_flex_item01 {
  margin-bottom: 30px;
}
.about_page_gr_flex_item01 h1 {
  font-family: "Yu Mincho", "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
  padding-top: 15px;
  letter-spacing: 0.1rem;
}
.about_page_gr_flex_item01 h2 {
  font-family: "Yu Mincho", "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
  padding-top: 5px;
  letter-spacing: 0.1rem;
  font-size: 1rem;
}
.about_page_list {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 1em 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.about_page_list_ttl {
  margin: 4em 0 2em;
  font-size: 1rem;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
}
.about_page_list_ttl span {
  display: block;
  text-align: center;
  font-size: 0.8rem;
  font-style: italic;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
}
.about_page_list_container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 4em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about_page_list_col {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
.about_page_list_col table {
  width: 100%;
  max-width: 100%;
}
.about_page_list_col table tr {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about_page_list_col table th {
  -webkit-flex-basis: 30%;
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
  padding: 2em 0 0.5em 0;
  border-bottom: 1px solid #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
}
.about_page_list_col table td {
  -webkit-flex-basis: 70%;
      -ms-flex-preferred-size: 70%;
          flex-basis: 70%;
  padding: 2em 0 0.5em 1em;
  border-bottom: 1px solid #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.about_page_privacy {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.about_page_privacy_ttl {
  margin: 4em 0 2em;
  font-size: 1rem;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
}
.about_page_privacy_ttl span {
  display: block;
  text-align: center;
  font-size: 0.8rem;
  font-style: italic;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
}
.about_page_privacy_container {
  width: 100%;
  max-width: 700px;
}
.about_page_privacy_block {
  width: 100%;
  max-width: 700px;
  margin: 2em auto;
}
.about_page_privacy_block .inner {
  margin: 2em 0 2em 1em;
}
.about_page_privacy_block p {
  margin: 0 0 0.5em 0;
}
.about_page_privacy_block h3 {
  font-weight: bold;
  margin: 0 0 0.5em 0;
}
.about_page_privacy_block h4 {
  font-weight: bold;
  margin: 2em 0 0.5em 0;
}
.about_page_privacy_block ul {
  margin: 1em 0 1em 2em;
}
.about_page_privacy_block ul li {
  list-style: disc;
}
.about_page_privacy_block ol {
  margin: 1em 0 1em 2em;
}
.about_page_privacy_block ol li {
  list-style: decimal;
}
.about_page_privacy_block ol li ul li {
  list-style: disc;
}
.about_page_privacy_block ol li ol li {
  list-style: decimal;
}
.about_page_privacy_block dl {
  margin: 1em 0 1em 1em;
}
.about_page_privacy_block dl dt {
  font-weight: normal;
}

.access_page {
  width: 100%;
}
.access_page_header {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 4em;
}
.access_page_headerTitle {
  margin: 4em 0 2em;
  font-size: 1rem;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
}
.access_page_headerTitle span {
  display: block;
  text-align: center;
  font-size: 0.8rem;
  font-style: italic;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
}
.access_page_map {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.access_page_map p {
  margin: 0.5em 0;
  text-align: center;
}
.access_page_map iframe {
  width: 100%;
  height: 500px;
  margin: 0 auto;
}
.access_page_map_bt_link a {
  width: 100px;
  height: 35px;
  margin: 2em auto;
  display: block;
  text-align: center;
  font-size: 0.8rem;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
  background: url("../../images/img_arrow.svg") no-repeat center bottom;
  background-size: 40px;
}
.access_page_rute {
  width: 90%;
  max-width: 1000px;
  margin: 5em auto;
  padding: 1em 0 3.5em;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.access_page_rute_ttl {
  margin: 4em 0 2em;
  font-size: 1rem;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
}
.access_page_rute_ttl span {
  display: block;
  text-align: center;
  font-size: 0.8rem;
  font-style: italic;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
}
.access_page_rute_txt {
  text-align: center;
}
.access_page_rute_list {
  width: 100%;
  max-width: 400px;
  margin: 1em auto;
}
.access_page_rute_list tr:nth-of-type(2) th {
  padding: 2em 0 2em;
}
.access_page_rute_list tr:nth-of-type(2) td:nth-of-type(1) {
  padding: 2em 0 0.2em 2em;
}
.access_page_rute_list tr:nth-of-type(4) th {
  padding: 2em 0 2em;
}
.access_page_rute_list tr:nth-of-type(4) td:nth-of-type(1) {
  padding: 2em 0 0.2em 2em;
}
.access_page_rute_list th {
  padding: 0.5em 0 0.2em;
  vertical-align: top;
  text-align: right;
  font-weight: normal;
  font-size: 0.9rem;
}
.access_page_rute_list td {
  padding: 0.5em 0 0.2em 2em;
  text-align: left;
  font-size: 0.9rem;
}
.access_page_publicTransport {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0 3.5em;
  border-bottom: 1px solid #000000;
}
.access_page_publicTransport_ttl {
  margin: 4em 0 2em;
  font-size: 1rem;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
}
.access_page_publicTransport_ttl span {
  display: block;
  text-align: center;
  font-size: 0.8rem;
  font-style: italic;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
}
.access_page_publicTransport_txt {
  text-align: center;
}
.access_page_publicTransport_map {
  margin: 3em 0 0 0;
}
.access_page_publicTransport_map_txt {
  margin: 0 0 1em 0;
  text-align: center;
}
.access_page_publicTransport_map_figure img {
  height: auto;
}
.access_page_charteredBus {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.access_page_charteredBus_ttl {
  margin: 4em 0 2em;
  font-size: 1rem;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
}
.access_page_charteredBus_ttl span {
  display: block;
  text-align: center;
  font-size: 0.8rem;
  font-style: italic;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
}
.access_page_charteredBus_txt {
  max-width: 600px;
  margin: 0 auto;
}
.access_page_charteredBus_txt h4 {
  margin: 3em 0 1em;
  font-weight: bold;
  text-align: center;
}
.access_page_charteredBus_txt p {
  text-align: center;
}
.access_page_txt_ttl {
  margin: 4em 0 2em;
  font-size: 1rem;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
}
.access_page_txt_ttl span {
  display: block;
  text-align: center;
  font-size: 0.8rem;
  font-style: italic;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
}
.access_page_txt p {
  margin: 0 0 4em 0;
  text-align: center;
  line-height: 1.8;
}
.access_page_txt p:nth-of-type(1) {
  margin: 0 0 1em 0;
  font-size: 1rem;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
}
.access_page_list {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 1em 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.access_page_list_ttl {
  margin: 4em 0 2em;
  font-size: 1rem;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
}
.access_page_list_ttl span {
  display: block;
  text-align: center;
  font-size: 0.8rem;
  font-style: italic;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
}
.access_page_list_container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 4em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.access_page_list_col {
  -webkit-flex-basis: 49%;
      -ms-flex-preferred-size: 49%;
          flex-basis: 49%;
}
.access_page_list_col table {
  width: 100%;
  max-width: 100%;
}
.access_page_list_col table tr {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.access_page_list_col table th {
  -webkit-flex-basis: 30%;
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
  padding: 2em 0 0.5em 0;
  border-bottom: 1px solid #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
}
.access_page_list_col table td {
  -webkit-flex-basis: 70%;
      -ms-flex-preferred-size: 70%;
          flex-basis: 70%;
  padding: 2em 0 0.5em 1em;
  border-bottom: 1px solid #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.access_page_privacy {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.access_page_privacy_ttl {
  margin: 4em 0 2em;
  font-size: 1rem;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
}
.access_page_privacy_ttl span {
  display: block;
  text-align: center;
  font-size: 0.8rem;
  font-style: italic;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
}
.access_page_privacy_container {
  width: 100%;
  max-width: 1000px;
}

.policy_page {
  width: 100%;
}

#news.bl_container {
  width: 90%;
  max-width: 1060px;
  margin: 0 auto;
}
#news main {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}
#news .side_contents {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
#news .side_contents h3 {
  margin: 3em 0 0 0;
  padding: 0.6em 0;
  text-align: center;
  font-size: 1rem;
}
#news .side_contents ul li {
  margin: 0 0 0.5em 0;
}
#news .side_contents ul li a {
  display: block;
  padding: 1em 0;
  text-align: center;
  color: #ffffff;
  font-size: 1rem;
}

#news_takumishuku {
  background-color: #003d64;
}

#news_event {
  background-color: #ae3628;
}

#news_facilities {
  background-color: #b4991d;
}

#news_others {
  background-color: #003d64;
}

#news_experience {
  background-color: #898b8d;
}

#news_hachimitsu {
  background-color: #d9272b;
  display: none !important;
}
#new_tcr {
  background-color: #cda76b;
  display: none !important;
}
#news_tcrs {
  background-color: #b79760;
  display: none !important;
}
#news_tokiya {
  background-color: #054f2b;
  display: none !important;
}
#news_cotocoto {
  background-color: #012a25;
  display: none !important;
}
#news_tetoteto {
  background-color: #898b8d;
  display: none !important;
}
#news_izumigaya {
  background-color: #9ab6d3;
}

.ns_listContainer {
  padding: 0 0 3em 0;
}
.ns_listContainer .bl_col:nth-of-type(1) {
  width: 100%;
}
.ns_listContainer .bl_col:nth-of-type(2) {
  width: 100%;
}
.ns_listContainer article a {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.ns_listContainer article a:focus {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.ns_listContainer article a:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.ns_listFigure {
  margin: 0 0 2em 0;
}
.ns_listTitle {
  margin: 0 0 0.5em 0;
  font-size: 1.1rem;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
}
.ns_listTxt p {
  line-height: 1.8;
}
.ns_articleContainer {
  padding: 0 0 3em 0;
}
.ns_articleContainer .bl_col:nth-of-type(1) {
  width: 100%;
}
.ns_articleContainer .bl_col:nth-of-type(2) {
  width: 100%;
}
.ns_articleFigure {
  margin: 0 0 2em 0;
}
.ns_articleTitle {
  margin: 0 0 0.5em 0;
  font-size: 1.1rem;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
}
.ns_articleTxt p {
  line-height: 1.8;
}
.ns_categoryName {
  width: 100%;
  max-width: 140px;
  margin: 0 0 0.5em 0;
  padding: 2px 0;
  text-align: center;
  color: #ffffff;
  font-size: 0.7rem;
}
.ns_postTopics {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5em 0;
}
.ns_postTopics .ns_categoryName {
  display: block;
  font-size: 0.7rem;
}
.ns_postTopics .ns_postTitle {
  width: 100%;
}
.ns_postTitle {
  font-size: 0.9rem;
}
.ns_postDate {
  width: 100%;
  max-width: 140px;
  margin: 0 0 1em 0;
  text-align: left;
  font-size: 0.7rem;
}

.news_index {
  width: 90%;
  max-width: 1000px;
  margin: 2em auto 4em;
}
.news_index h2 {
  border-bottom: 1px solid #000000;
  margin: 0 0 0.5em 0;
  padding: 0 0 0.5em 0;
  font-size: 1.2rem;
  font-style: italic;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
}
.news_index iframe {
  width: 100%;
  height: 300px;
}
.news_index p {
  margin: 1em 0;
  text-align: center;
}
.news_index p a {
  font-size: 0.9rem;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
}

.page_nav {
  width: 90%;
  max-width: 300px;
  margin: 3% auto;
}
.page_nav .wp-pagenavi {
  text-align: center;
}
.page_nav .wp-pagenavi .pages {
  display: none;
}
.page_nav .wp-pagenavi span, .page_nav .wp-pagenavi a {
  display: inline-block;
  margin: 0;
  padding: 10px 10px 10px 10px !important;
  color: #000000;
  line-height: 1;
  font-size: 1rem;
  text-decoration: none;
  background: none;
  border: none;
  font-style: italic;
}
.page_nav .wp-pagenavi span::after, .page_nav .wp-pagenavi a::after {
  content: " . ";
  padding: 0 0 0 10px;
}
.page_nav .wp-pagenavi span.current, .page_nav .wp-pagenavi span:hover, .page_nav .wp-pagenavi a.current, .page_nav .wp-pagenavi a:hover {
  color: #000000;
}
.page_nav .wp-pagenavi a:last-child {
  content: "";
}
.page_nav .wp-pagenavi .smaller {
  padding: 0 0;
}
.page_nav .wp-pagenavi .larger {
  padding: 0 0;
}

.kids_page {
  width: 100%;
}
.kids_page_header {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 1em;
}
.kids_page_header img {
  width: 100%;
  height: auto !important;
}
.kids_page_concept {
  padding: 0 0 3em;
}
.kids_page_concept .bl_container {
  width: 90%;
  margin: 0 auto;
  padding: 2em 0;
}
.kids_page_concept .bl_container:nth-of-type(1) .bl_col:nth-of-type(1) {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.kids_page_concept .bl_container:nth-of-type(1) .bl_col:nth-of-type(2) {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}
.kids_page_concept .bl_container:nth-of-type(2) .bl_col:nth-of-type(1) {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.kids_page_concept .bl_container:nth-of-type(2) .bl_col:nth-of-type(1) .kids_page_conceptCopy {
  margin: 1.5em 0 1.5em 0;
}
.kids_page_concept .bl_container:nth-of-type(2) .bl_col:nth-of-type(2) {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}
.kids_page_concept .bl_container:nth-of-type(3) .bl_col:nth-of-type(1) {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.kids_page_concept .bl_container:nth-of-type(3) .bl_col:nth-of-type(1) .kids_page_conceptCopy {
  margin: 1.5em 0 1.5em 0;
}
.kids_page_concept .bl_container:nth-of-type(3) .bl_col:nth-of-type(2) {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}
.kids_page_concept .bl_container:nth-of-type(4) .bl_col:nth-of-type(1) {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.kids_page_concept .bl_container:nth-of-type(4) .bl_col:nth-of-type(2) {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}
.kids_page_conceptImage img {
  width: 100%;
  height: auto;
}
.kids_page_conceptTitle {
  margin: 1.5em 0 1.5em;
  font-size: 1.2rem;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
}
.kids_page_conceptTitle span {
  display: block;
  font-size: 0.8rem;
  font-style: italic;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
}
.kids_page_conceptCopy {
  margin: 0 0 1.5em 0;
  font-size: 1rem;
  font-weight: bold;
}
.kids_page_conceptText {
  margin: 0 0 2em 0;
}
.kids_page_conceptLink {
  width: 220px;
  margin: 0 auto 2em;
}
.kids_page_conceptLink a {
  display: block;
  width: 220px;
  padding: 0 0 2px 0;
  border-bottom: 1px solid #000000;
  text-align: center;
  font-size: 0.7rem;
}
.kids_page_info {
  padding: 2em 0;
}
.kids_page_infoTitle {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
.kids_page_infoText {
  margin: 3em 0 2em 0;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
}
.kids_page_info_free {
  width: 100%;
  margin: 2em 0;
  background-color: rgba(0, 155, 64, 0.2);
}
.kids_page_info_freeTitle {
  width: 100%;
  padding: 1em;
  background-color: rgb(0, 155, 64);
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.2rem;
}
.kids_page_info_freeCopy {
  margin: 1em 0 0.5em;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
}
.kids_page_info_freeText {
  margin: 0 0 1em 0;
  text-align: center;
  font-size: 0.8rem;
}
.kids_page_info_freeNote {
  margin: 0 0 0 0;
  padding: 0 0 1em 0;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
}
.kids_page_info_free .kids_page_info_schedule {
  padding: 0 0 1em 0;
}
.kids_page_info_charge {
  width: 90%;
  max-width: 550px;
  margin: 2em auto;
  border: 3px solid rgb(0, 155, 64);
  padding: 1em;
}
.kids_page_info_chargeTitle {
  margin: 1em auto;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  font-size: 1rem;
}
.kids_page_info_chargeText {
  text-align: center;
  font-size: 1rem;
}
.kids_page_info_chargeText p {
  margin: 0 0 1em;
}
.kids_page_info_chargeText span {
  display: block;
  text-align: center;
  font-weight: normal;
}
.kids_page_info_scheduleTitle {
  margin: 1em auto;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  font-size: 1rem;
}
.kids_page_info_scheduleList {
  width: 200px;
  margin: 0 auto;
}
.kids_page_info_scheduleList li {
  padding: 5px 0;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  font-size: 1rem;
}
.kids_page_info_noteText {
  width: 94%;
  margin: 2em auto 1em auto;
}
.kids_page_info_noteText p {
  margin: 0 0 1.5em;
  font-size: 0.8rem;
  text-align: center;
}
.kids_page_info_noteText p:nth-of-type(1) {
  margin: 0 0 3px;
  font-weight: bold;
  font-size: 1rem;
}
.kids_page_info_noteBtn {
  width: 90%;
  max-width: 270px;
  margin: 2em auto 0;
}
.kids_page_info_noteBtn a {
  display: block;
  width: 100%;
  background-color: rgb(0, 155, 64);
  padding: 5px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
}
.kids_page_rule {
  padding: 2em 0;
  border-top: 1px solid #000000;
}
.kids_page_ruleTitle {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
.kids_page_ruleText {
  margin: 1em 0 2em 0;
  text-align: center;
}
.kids_page_ruleSubtitle {
  width: 260px;
  margin: 2em auto 1em;
  padding: 5px;
  border: 2px solid rgb(0, 155, 64);
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
}
.kids_page_ruleList {
  width: 90%;
  margin: 2em auto;
}
.kids_page_ruleList li::before {
  content: "・";
}
.kids_page_ruleList:nth-of-type(1) {
  max-width: 460px;
}
.kids_page_ruleList:nth-of-type(1) li {
  padding: 10px 0;
  font-weight: bold;
  font-size: 1rem;
}
.kids_page_ruleList:nth-of-type(2) {
  max-width: 660px;
}
.kids_page_ruleList:nth-of-type(2) li {
  padding: 5px 0;
}
.kids_page_covid-19 {
  width: 90%;
  max-width: 700px;
  padding: 2em 0;
  background-color: rgb(223, 242, 252);
}
.kids_page_covid-19Title {
  margin: 0;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
}
.kids_page_covid-19_info {
  width: 90%;
  max-width: 600px;
}
.kids_page_covid-19_infoTitle {
  padding: 2px 0;
  border-bottom: 1px solid #000000;
}
.kids_page_covid-19_infoList {
  margin: 10px 0;
}
.kids_page_covid-19_infoList li::before {
  content: "・";
}
.kids_page_covid-19_info:nth-of-type(1) {
  margin: 1em auto 2em;
}
.kids_page_covid-19_info:nth-of-type(2) {
  margin: 0 auto 1em;
}
.kids_page_kitchen {
  margin: 3em auto 0;
  padding: 2em 0;
  border-top: 1px solid #000000;
}
.kids_page_kitchenTitle {
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
}
.kids_page_kitchen_charge {
  width: 90%;
  max-width: 500px;
  border: 3px solid rgb(0, 155, 64);
  margin: 2em auto;
  padding: 2em 0;
}
.kids_page_kitchen_chargeTitle {
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
}
.kids_page_kitchen_chargeList {
  width: 90%;
  max-width: 300px;
  margin: 2em auto 0;
}
.kids_page_kitchen_chargeList td {
  font-size: 1rem;
  font-weight: bold;
}
.kids_page_kitchen_noteCapacity {
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
}
.kids_page_kitchen_noteText {
  width: 94%;
  margin: 2em auto 1em auto;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
}
.kids_page_kitchen_noteText span {
  display: block;
  text-align: center;
  font-weight: normal;
  font-size: 0.8rem;
}
.kids_page_kitchen_noteText:nth-of-type(2) {
  margin: 1em auto 2em auto;
  font-size: 0.8rem !important;
}
.kids_page_kitchen_noteLink {
  width: 90%;
  max-width: 260px;
  margin: 2em auto;
}
.kids_page_kitchen_noteLink a {
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
}
.kids_page_kitchen_noteLink a span {
  display: inline-block;
  border: 1px solid #000000;
  margin: 0 0 0 5px;
  padding: 2px 3px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}
.kids_page_kitchen_noteBtn {
  width: 90%;
  max-width: 270px;
  margin: 2em auto 0;
}
.kids_page_kitchen_noteBtn a {
  display: block;
  width: 100%;
  background-color: rgb(0, 155, 64);
  padding: 5px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
}

/* 2021 summer */
.feature_summer_page main {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}
.feature_summer_page .pageHeader h1 {
  margin: 2em 0 2em;
  width: 100%;
}
.feature_summer_page .pageHeader h1 img {
  width: 100%;
  height: auto;
}
.feature_summer_page .pageHeader h1 + img {
  width: 100%;
  height: auto;
}
.feature_summer_page .pageHeader_schedule {
  width: 100%;
  max-width: 600px;
  margin: 3em auto 3em;
}
.feature_summer_page .pageHeader_schedule h2 {
  width: 100%;
  margin: 0 auto 1em;
}
.feature_summer_page .pageHeader_schedule h2 img {
  width: 100%;
  height: auto;
}
.feature_summer_page .pageHeader_schedule H3 {
  margin: 1em 0 1em;
  font-size: 1.4rem;
  color: #00aecb;
  text-align: center;
  font-weight: bold;
}
.feature_summer_page .pageHeader_schedule p {
  font-size: 1rem;
}
.feature_summer_page .pageContents_container {
  margin: 0 auto;
  padding: 2em 0;
}
.feature_summer_page .pageContents_container .bl_col {
  position: relative;
}
.feature_summer_page .pageContents_container .bl_col:first-child {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}
.feature_summer_page .pageContents_container .bl_col:last-child {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.feature_summer_page .pageContents_container:nth-child(even) .bl_col:first-child {
  -webkit-box-ordinal-group: 1 !important;
  -webkit-order: 0 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
}
.feature_summer_page .pageContents_container:nth-child(even) .bl_col:last-child {
  -webkit-box-ordinal-group: 2 !important;
  -webkit-order: 1 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}
.feature_summer_page .pageContents_figure img {
  width: 100%;
  height: auto;
}
.feature_summer_page .pageContents_category {
  margin: 2em 0 0 0;
  font-size: 0.75rem;
}
.feature_summer_page .pageContents_category span {
  display: inline-block;
  background-color: #00aecb;
  margin: 0 10px 0 0;
  padding: 2px 4px;
  color: #ffffff;
  font-size: 0.75rem;
}
.feature_summer_page .pageContents_title {
  margin: 0.5em 0 1em;
  font-size: 1.2rem;
  font-weight: bold;
}
.feature_summer_page .pageContents_title::after {
  content: "";
  display: block;
  margin-top: -12px;
  border-top: 6px solid rgba(213, 105, 95, 0.5);
}
.feature_summer_page .pageContents_text {
  margin: 0 0 2em 0;
}
.feature_summer_page .pageContents_text p {
  font-size: 1rem;
}
.feature_summer_page .pageContents_list {
  width: 100%;
}
.feature_summer_page .pageContents_list dl dt {
  float: left;
  font-size: 0.8rem;
  font-weight: normal;
  line-height: 2.4;
}
.feature_summer_page .pageContents_list dl dd {
  font-size: 1rem;
  font-weight: bold;
}
.feature_summer_page .pageContents_list dl dd span {
  font-size: 0.8rem;
  font-weight: normal;
}
.feature_summer_page .pageContents_list dl dd::after {
  content: "";
  display: block;
  clear: both;
}
.feature_summer_page .pageFooter_information {
  width: 100%;
  max-width: 700px;
  border: 4px solid #00aecb;
  margin: 2em auto;
  padding: 2em;
}
.feature_summer_page .pageFooter_information h4 {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 2em;
  padding: 1em 0 10px;
  font-size: 1.1rem;
  text-align: center;
  color: #00aecb;
  font-weight: bold;
  border-bottom: 6px solid rgba(213, 105, 95, 0.5);
}
.feature_summer_page .pageFooter_information ul li {
  list-style: disc inside;
  font-size: 0.9rem;
}
.feature_summer_page .pageFooter_start {
  width: 100%;
  max-width: 300px;
  margin: 2em auto 1em;
}
.feature_summer_page .pageFooter_start p {
  padding: 0 0 5px 0;
  color: #00aecb;
  font-weight: bold;
  text-align: center;
  font-size: 1rem;
  border-bottom: 2px solid rgba(213, 105, 95, 0.5);
}
.feature_summer_page .pageFooter_start p span {
  display: inline-block;
  padding: 0 5px;
  color: #00aecb;
  font-size: 1.2rem;
}
.feature_summer_page .pageFooter_contact p {
  line-height: 1;
  text-align: center;
  color: #00aecb;
}
.feature_summer_page .pageFooter_contact_title {
  font-size: 1rem;
  font-weight: bold;
}
.feature_summer_page .pageFooter_contact_phonenumber {
  font-size: 1rem;
  line-height: 1;
}
.feature_summer_page .pageFooter_contact_phonenumber span {
  font-size: 1.4rem;
  color: #00aecb;
  font-weight: bold;
}
.feature_summer_page .pageFooter_contact_text {
  font-size: 0.8rem;
}
.feature_summer_page .pageFooter_contact + img {
  display: block;
  margin: 3em 0;
}
.feature_summer_page footer {
  background-color: #00aecb;
}
.feature_summer_page footer p {
  color: #ffffff;
}

#giftcard .gc_headerTitle {
  margin: 4em 0 2em;
  font-size: 1rem;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
}
#giftcard .gc_headerTitle span {
  display: block;
  text-align: center;
  font-size: 0.8rem;
  font-style: italic;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
}
#giftcard .key_visual {
  margin: 0 0 1em;
}
#giftcard .key_visual img {
  max-width: 100%;
}
#giftcard .award_logo {
  width: 100%;
  max-width: 180px;
  margin: 2em auto 1em;
}
#giftcard .award_name {
  margin: 0 0 1em;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
  font-size: 26px;
  color: #E3B646;
  text-align: center;
}
#giftcard .copyTxt {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  width: 90%;
  max-width: 600px;
  margin: 3em auto 1em;
}
#giftcard .mainTxt {
  width: 90%;
  max-width: 600px;
  margin: 1em auto 2em;
}
#giftcard .mainTxt p {
  margin: 0 0 1em 0;
}
#giftcard .gcTitle {
  width: 200px;
  margin: 3rem auto 0;
  padding: 0 0 0.3em 0;
  border-bottom: 2px solid #111111;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}
#giftcard .link_btn {
  width: 90%;
  max-width: 600px;
  margin: 2em auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#giftcard .link_btn li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  margin: 0 0 1em;
}
#giftcard .link_btn li a {
  display: block;
  padding: 1rem;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}
#giftcard .link_btn li:first-child a {
  background-color: #F4C5BE;
}
#giftcard .link_btn li:last-child a {
  background-color: #C8EAEF;
}
#giftcard .note {
  width: 90%;
  max-width: 600px;
  margin: 2em auto 0;
  text-align: center;
  font-size: 0.8rem;
}

.event_gc {
  width: 100%;
  background-color: #e2e8db;
  padding: 3rem 0 0;
}
.event_gc .key_visual {
  width: 90%;
  max-width: 900px;
  margin: 0 auto 3rem;
}
.event_gc .key_visual img {
  max-width: 100%;
}
.event_gc .date {
  width: 90%;
  max-width: 400px;
  margin: 1rem auto;
}
.event_gc .date p {
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
  font-size: 1.4rem;
  text-align: center;
}
.event_gc .date p span {
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
  font-size: 1rem;
}
.event_gc .bl_container {
  width: 90%;
  max-width: 1000px;
  margin: 1rem auto 2rem;
}
.event_gc .bl_col p {
  margin: 1rem 0 3rem;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
  text-align: center;
}
.event_gcListtitle {
  margin: 3rem 0 2rem;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
  font-size: 1rem;
  text-align: center;
}
.event_gcCopy {
  width: 90%;
  max-width: 600px;
  margin: 4rem auto 1rem;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
  font-size: 1.2rem;
  text-align: center;
}
.event_gcTxt {
  width: 90%;
  max-width: 600px;
  margin: 1rem auto;
  font-size: 0.8rem;
}

/*2024 kuma*/
@-webkit-keyframes fade {
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  100% {
    opacity: 1;
  }
}
@keyframes animationZoom {
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@-webkit-keyframes concept_anime {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes concept_anime {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.kuma_fadein {
  opacity: 0;
}
.kuma_fadein.active {
  -webkit-animation: fadein 2s ease forwards;
          animation: fadein 2s ease forwards;
}
.kuma .txt01 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.kuma .txt02 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.kuma .txt03 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.kuma .txt04 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.kuma .txt05 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.kuma .txt06 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.kuma .txt07 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.kuma .txt08 {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.kuma .txt09 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.kuma .txt10 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.kuma .txt11 {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
.kuma .txt12 {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
.kuma .txt13 {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}
.kuma .txt14 {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}
.kuma .header {
  background-color: transparent !important;
}
.kuma_top {
  position: relative;
  margin-top: -50px;
}
.kuma_top .heroimagesSlider {
  width: 100%;
  height: 100vh;
}
.kuma_top .heroimagesSlider_container {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: absolute;
  z-index: 0;
}
.kuma_top .heroimagesSlider_area div picture {
  width: 100%;
  height: 100vh;
}
.kuma_top .heroimagesSlider-txt {
  position: absolute;
  top: 55px;
  left: 10px;
  z-index: 10000;
  letter-spacing: 0.1em;
}
.kuma_top .heroimagesSlider-txt p {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: scaleY(-1) rotateY(180deg);
          transform: scaleY(-1) rotateY(180deg);
  font-family: "Times New Roman", Times, "serif";
  font-style: italic;
  font-size: 0.7rem;
}
.kuma_top .heroimagesSlider_01 {
  width: 100%;
  height: 100vh;
  background: url(../../images/kuma/img_kuma_top_01.jpg) no-repeat center top;
  background-size: cover;
}
.kuma_top .heroimagesSlider_02 {
  width: 100%;
  height: 100vh;
  background: url(../../images/kuma/img_kuma_top_02.jpg) no-repeat center top;
  background-size: cover;
}
.kuma_top .heroimagesSlider_03 {
  width: 100%;
  height: 100vh;
  background: url(../../images/kuma/img_kuma_top_03.jpg) no-repeat center top;
  background-size: cover;
}
.kuma_top .heroimagesSlider_04 {
  width: 100%;
  height: 100vh;
  background: url(../../images/kuma/img_kuma_top_04.jpg) no-repeat center top;
  background-size: cover;
}
.kuma_concept {
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.kuma_concept-logo {
  width: 100%;
  max-width: 70%;
  margin-top: 50px;
  margin-bottom: 40px;
}
.kuma_concept-txt {
  line-height: 1.3rem;
  text-align: center;
  margin-bottom: 40px;
  -webkit-animation: fadein 6s ease forwards;
          animation: fadein 6s ease forwards;
}
.kuma_concept-txt span {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.kuma_concept-sign {
  width: 100%;
  max-width: 35%;
  margin-bottom: 80px;
}
.kuma_movie {
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
}
.kuma_movie img {
  display: none;
}
.kuma_about {
  position: relative;
}
.kuma_about .bl_container {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 90%;
  max-width: 1000px;
  margin: 3.5em auto;
}
.kuma_about h3 {
  margin: 1em 0 0.8rem;
  font-size: 1.05rem;
  font-weight: bold;
  line-height: 1.6rem;
}
.kuma_about p {
  font-size: 0.85rem;
  letter-spacing: 0.01rem;
}
.kuma_about figure {
  margin: 0 0 0 1em 0;
}
.kuma_product {
  position: relative;
}
.kuma_product-img {
  width: 100%;
  max-width: 90%;
  margin: 30px auto;
}
.kuma_product .bl_container {
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
}
.kuma_product-stool {
  width: 100%;
  max-width: 70%;
  margin: 0 auto;
}
.kuma_product-info01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  padding-bottom: 7px;
  margin-bottom: 15px;
  border-bottom: 2px solid #000000;
}
.kuma_product-info01-name img {
  width: 100%;
  max-width: 150px;
}
.kuma_product-info01-price {
  margin: 0;
  margin-bottom: -7px;
  font-size: 0.8rem;
}
.kuma_product-info01-price span {
  font-weight: 700;
  font-size: 0.9rem;
  font-family: Arial, Helvetica, sans-serif;
}
.kuma_product-info02 {
  margin-bottom: 15px;
}
.kuma_product-info03 {
  width: 75%;
}
.kuma_product-info03 p {
  width: 100%;
  font-family: 0.8rem;
  border: 1px solid #000000;
  padding: 3px;
  display: inline-block;
  text-align: center;
}
.kuma_product-info03 p:first-child {
  margin-bottom: 5px;
}
.kuma_profile .bl_container {
  border-bottom: 1px solid #111;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 5rem;
  padding: 5rem 0 5rem 0;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.kuma_profile .bl_col:nth-of-type(1) {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
.kuma_profile .bl_col:nth-of-type(1) figure {
  width: 100%;
  margin: 0 0 2rem 0;
  text-align: center;
}
.kuma_profile .bl_col:nth-of-type(1) figure img {
  height: auto;
}
.kuma_profile .bl_col:nth-of-type(2) {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
.kuma_profile-name {
  border-bottom: 1px solid #111111;
  margin: 0 0 10px 0;
  font-size: 1.2rem;
}
.kuma_profile-name span {
  padding: 0 2rem 0 0;
  font-size: 0.9rem;
}
.kuma_profile-text {
  font-size: 0.8rem;
}
.kuma_scene {
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.kuma_scene figure {
  margin: 5px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.kuma_scene figure img {
  display: inline-block;
  height: auto;
}
.kuma_button {
  width: 100%;
  max-width: 90%;
  margin: 35px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.kuma_button a {
  padding: 3px 70px;
  background-color: #E2EF37;
  text-align: center;
  margin-bottom: 15px;
  letter-spacing: 0.003rem;
}
.kuma_button p {
  letter-spacing: 0.003rem;
  line-height: 1.2rem;
  text-align: center;
}
.kuma_reserve .bl_container {
  width: 100%;
  max-width: 1000px;
  display: block;
  margin: 0 auto;
  padding: 50px 0;
  background-color: #D6E4E8;
  background-size: cover;
}
.kuma_reserve .bl_container > div {
  width: 90%;
  max-width: 640px;
  margin: 0 auto;
}
.kuma_reserve h1 {
  width: 100%;
  max-width: 200px;
  margin: 0px auto;
  margin-bottom: 20px;
}
.kuma_reserve h3 {
  width: 100%;
  margin: 0 0 20px 0;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 0.9rem;
}
.kuma_reserve h4 {
  width: 100%;
  text-align: left;
  font-weight: bold;
  font-size: 0.9rem;
  margin-bottom: 15px;
}
.kuma_reserve p {
  width: 100%;
  text-align: left;
  margin: 0 0 20px;
}
.kuma_reserve ul {
  width: 100%;
  text-align: left;
  margin: 0 0 20px;
  text-decoration: none;
}
.kuma_reserve ul li {
  text-decoration: none;
  margin-bottom: 15px;
  line-height: 1.5rem;
}
.kuma_reserve a {
  display: block;
  width: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 3rem auto 1rem;
  padding: 0.8rem 3px;
  background-color: #ffffff;
  font-size: 0.9rem;
  text-align: center;
}

/* 2022 mina */
@keyframes fade {
  100% {
    opacity: 1;
  }
}
.mina_fadein {
  opacity: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.mina_fadein.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.mina .header {
  background-color: transparent !important;
}
.mina_concept {
  position: relative;
  width: 100%;
  height: 1500px;
}
.mina_concept .bl_background {
  position: absolute;
  top: -70px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.mina_concept .bl_background_line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-animation: fade 2s linear forwards;
          animation: fade 2s linear forwards;
}
.mina_concept .bl_background_line_bird {
  background: url("../../images/mina/img_mina_bg_line_bird.jpg") no-repeat left top;
  background-size: 100%;
  width: 400px;
  height: 400px;
  position: absolute;
  top: -50px;
  left: -50px;
}
.mina_concept .bl_background_line_horse {
  background: url("../../images/mina/img_mina_bg_line_horse.jpg") no-repeat left top;
  background-size: 100%;
  width: 400px;
  height: 400px;
  position: absolute;
  top: 350px;
  right: -150px;
}
.mina_concept .bl_background_line_bird_flower {
  background: url("../../images/mina/img_mina_bg_line_bird_flower.jpg") no-repeat left top;
  background-size: 100%;
  width: 400px;
  height: 400px;
  position: absolute;
  top: 680px;
  left: -30px;
}
.mina_concept .bl_background_line_rabbit {
  background: url("../../images/mina/img_mina_bg_line_rabbit.jpg") no-repeat left top;
  background-size: 100%;
  width: 400px;
  height: 400px;
  position: absolute;
  top: 1050px;
  right: -40px;
}
.mina_concept .bl_background_color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-animation: fade 1s linear forwards;
          animation: fade 1s linear forwards;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.mina_concept .bl_background_color_bird {
  background: url("../../images/mina/img_mina_bg_color_bird.jpg") no-repeat left top;
  background-size: 100%;
  width: 400px;
  height: 400px;
  position: absolute;
  top: -50px;
  left: -50px;
}
.mina_concept .bl_background_color_horse {
  background: url("../../images/mina/img_mina_bg_color_horse.jpg") no-repeat left top;
  background-size: 100%;
  width: 400px;
  height: 400px;
  position: absolute;
  top: 350px;
  right: -150px;
}
.mina_concept .bl_background_color_bird_flower {
  background: url("../../images/mina/img_mina_bg_color_bird_flower.jpg") no-repeat left top;
  background-size: 100%;
  width: 400px;
  height: 400px;
  position: absolute;
  top: 680px;
  left: -30px;
}
.mina_concept .bl_background_color_rabbit {
  background: url("../../images/mina/img_mina_bg_color_rabbit.jpg") no-repeat left top;
  background-size: 100%;
  width: 400px;
  height: 400px;
  position: absolute;
  top: 1050px;
  right: -40px;
}
.mina_concept p {
  font-size: 1rem;
  font-family: "Shippori Mincho", serif;
  color: #18224f;
}
.mina_concept .scroll_text-01 {
  position: relative;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 10;
}
.mina_concept .scroll_text-02 {
  position: relative;
  width: 100%;
  height: 30vh;
  top: 0;
  right: 0;
  z-index: 11;
}
.mina_concept .scroll_text-03 {
  position: relative;
  width: 100%;
  height: 30vh;
  top: 0;
  right: 0;
  z-index: 12;
}
.mina_concept_title {
  position: absolute;
  width: 90%;
  max-width: 660px;
  height: 400px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.mina_concept_title-01 {
  width: 90%;
  max-width: 660px;
  height: 50px;
  margin: 0 auto 20px auto;
  opacity: 0;
  -webkit-animation: fade 2s linear forwards;
          animation: fade 2s linear forwards;
}
.mina_concept_title-02 {
  width: 90%;
  max-width: 660px;
  height: 50px;
  margin: 0 auto 50px auto;
  opacity: 0;
  -webkit-animation: fade 2s linear forwards;
          animation: fade 2s linear forwards;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.mina_concept_text-01 {
  width: 90%;
  max-width: 660px;
  height: 50px;
  margin: 0 auto 0 auto;
  opacity: 0;
  -webkit-animation: fade 2s linear forwards;
          animation: fade 2s linear forwards;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.mina_concept_text-02 {
  position: absolute;
  top: 1000px;
  right: 5%;
  width: 90%;
  max-width: 460px;
  height: 50px;
  z-index: 11;
}
.mina_concept_text-03 {
  position: absolute;
  top: 1250px;
  left: 5%;
  width: 90%;
  max-width: 660px;
  height: 70px;
  z-index: 12;
}
.mina_about {
  position: relative;
}
.mina_about .bl_container {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 90%;
  max-width: 1000px;
  margin: 3em auto;
}
.mina_about .bl_container:nth-last-child(2) {
  /*figure{order:1;}
  div.bl_col{order:0;}*/
}
.mina_about h3 {
  margin: 1em 0 0.5rem;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
  font-size: 1.1rem;
}
.mina_about p {
  font-size: 0.9rem;
}
.mina_about figure {
  margin: 0 0 0 1em 0;
}
.mina_design .bl_container {
  width: 90%;
  max-width: 1000px;
  margin: 5em auto;
}
.mina_design_images {
  position: relative;
  width: 100%;
  height: 50vh;
  overflow: hidden;
}
.mina_design_images_line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mina_design_images_color {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mina_design_images_color.active {
  opacity: 0;
  -webkit-animation: fade 0.5s linear forwards;
          animation: fade 0.5s linear forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.mina_design h3 {
  position: relative;
  margin: 0 0 1rem;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
  font-size: 1.2rem;
}
.mina_design p {
  position: relative;
  font-size: 0.9rem;
  text-align: center;
}
.mina_items .bl_container {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 90%;
  max-width: 960px;
  margin: 5em auto;
}
.mina_items .bl_col {
  width: 100%;
}
.mina_items .bl_col > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #000000;
  margin: 0 0 0.5rem 0;
  padding: 0 0 0.2rem 0;
}
.mina_items .bl_col figure {
  width: 80%;
  margin: 0 auto;
}
.mina_items .bl_col figure img {
  width: 100%;
  height: auto;
}
.mina_items_name {
  margin: 0;
  font-weight: bold;
  font-size: 0.9rem;
}
.mina_items_price {
  margin: 0;
  font-size: 0.8rem;
}
.mina_items_price span {
  font-weight: bold;
  font-size: 1rem;
}
.mina_items_size {
  font-size: 0.7rem;
  line-height: 1.6;
  text-align: left;
}
.mina_profile .bl_container {
  border-bottom: 1px solid #111;
  width: 90%;
  max-width: 960px;
  margin: 0 auto 5rem;
  padding: 5rem 0 5rem 0;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.mina_profile .bl_col:nth-of-type(1) {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
.mina_profile .bl_col:nth-of-type(1) figure {
  width: 100%;
  margin: 0 0 2rem 0;
  text-align: center;
}
.mina_profile .bl_col:nth-of-type(1) figure img {
  height: auto;
}
.mina_profile .bl_col:nth-of-type(2) {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
.mina_profile_logo {
  margin: 3rem 0 2rem;
}
.mina_profile_name {
  border-bottom: 1px solid #111111;
  margin: 0 0 10px 0;
  padding: 0 0 6px 0;
  font-size: 1.2rem;
}
.mina_profile_name span {
  padding: 0 2rem 0 0;
  font-size: 0.9rem;
}
.mina_profile_text {
  font-size: 0.8rem;
}
.mina_scene {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}
.mina_scene figure {
  margin: 5px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.mina_scene figure img {
  display: inline-block;
  height: auto;
}
.mina_reserve .bl_container {
  width: 100%;
  max-width: 1000px;
  display: block;
  margin: 3em auto;
  padding: 30px 0;
  background: url("../../images/mina/img_mina_reserve_bg.jpg") no-repeat center top;
  background-size: cover;
}
.mina_reserve .bl_container > div {
  width: 90%;
  max-width: 640px;
  margin: 0 auto;
}
.mina_reserve h3 {
  width: 100%;
  margin: 0 0 20px 0;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 1rem;
}
.mina_reserve h4 {
  width: 100%;
  text-align: left;
  font-weight: bold;
  font-size: 1rem;
  margin: 0;
}
.mina_reserve p {
  width: 100%;
  text-align: left;
  margin: 0 0 20px;
}
.mina_reserve ul {
  width: 100%;
  text-align: left;
  margin: 0 0 20px;
}
.mina_reserve ul li::before {
  content: "・";
}
.mina_reserve ul li ul {
  margin: 15px 0 0;
}
.mina_reserve ul li ul li {
  text-indent: 1em;
}
.mina_reserve ul li ul li::before {
  content: "";
}
.mina_reserve a {
  display: block;
  width: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 3rem auto 1rem;
  padding: 0.8rem 3px;
  background-color: #ffffff;
  font-size: 0.9rem;
  text-align: center;
}

#store .breadcrumb {
  width: 100%;
  margin: 1em 0 1em;
}
#store .header {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#store .header #globalNav {
  position: relative !important;
  top: auto;
  right: 5%;
  margin: 0 0 0 0;
  width: 66px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#store .header #globalNav ul.navMain {
  width: 90%;
  margin: 2em auto 0 auto;
  padding: 0.5em 0;
}
#store .header #globalNav ul.navMain > li {
  margin: 0 0 0.5em 0;
}
#store .header #globalNav ul.navMain > li a {
  display: block;
  padding: 0 0 0 0;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
  font-size: 0.8rem;
}
#store .header #globalNav ul.navMain > li > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 0 0;
}
#store .header #globalNav ul.navMain > li > ul > li {
  margin: 0 0 0.5em 0;
  width: 48%;
}
#store .header #globalNav ul.navMain .cat-item-31 > a {
  display: none;
}
#store .header #globalNav ul.navMain .cat-item-38 {
  margin: 0 0 1em 0;
  padding: 0 0 1em 0;
  border-bottom: 1px solid #F2EEE7;
}
#store .header #globalNav ul.navMain .cat-item-25, #store .header #globalNav ul.navMain .cat-item-19 {
  margin: 1.5em 0 0 0;
}
#store .header #globalNav ul.navMain .cat-item-25 a, #store .header #globalNav ul.navMain .cat-item-19 a {
  background-color: #F2EEE7;
  margin: 0 0 1em 0;
  line-height: 1;
  font-size: 1rem;
}
#store .header #globalNav ul.navMain .cat-item-25 > ul > li a, #store .header #globalNav ul.navMain .cat-item-19 > ul > li a {
  margin: 0 0 0 0;
  background-color: transparent;
  line-height: 1.8;
  font-size: 0.9rem;
}
#store .header #globalNav .infoAddress {
  width: 90%;
  margin: 1em auto 0;
}
#store .heroimagesSlider {
  width: 100%;
  height: 100vh;
}
#store .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  margin: 1em auto;
}
#store .container main {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}
#store .container aside {
  width: 90%;
  margin: 0 auto;
}
#store .container aside .side_search {
  width: 100%;
  overflow: hidden;
  background-color: #ffffff;
  padding: 0px 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#store .container aside .side_search form {
  width: 100%;
  max-width: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#store .container aside .side_search input[type=text] {
  border: none;
  width: 80%;
  padding: 10px 0 10px 10px;
  font-size: 0.9rem;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
}
#store .container aside .side_search button {
  width: 20px;
  height: 20px;
  border: none;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #ffffff;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0em 0em 0em;
}
#store .container aside .side_area_categories ul {
  margin: 2em 0 0 0;
  padding: 0.5em 0;
}
#store .container aside .side_area_categories ul > li {
  margin: 0 0 0.5em 0;
}
#store .container aside .side_area_categories ul > li a {
  display: block;
  padding: 0 0 0 0;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
  font-size: 0.9rem;
}
#store .container aside .side_area_categories ul > li > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 0 0;
}
#store .container aside .side_area_categories ul > li > ul > li {
  width: 48%;
}
#store .container aside .side_area_categories ul .cat-item-31 > a {
  display: none;
}
#store .container aside .side_area_categories ul .cat-item-38 {
  margin: 0 0 1em 0;
  padding: 0 0 1em 0;
  border-bottom: 1px solid #F2EEE7;
}
#store .container aside .side_area_categories ul .cat-item-25, #store .container aside .side_area_categories ul .cat-item-19 {
  margin: 2em 0 0 0;
}
#store .container aside .side_area_categories ul .cat-item-25 a, #store .container aside .side_area_categories ul .cat-item-19 a {
  background-color: #F2EEE7;
  line-height: 1;
  font-size: 1rem;
}
#store .container aside .side_area_categories ul .cat-item-25 > ul > li a, #store .container aside .side_area_categories ul .cat-item-19 > ul > li a {
  background-color: transparent;
  line-height: 1.8;
  font-size: 0.9rem;
}
#store .items_slider .slick-slide {
  height: auto;
  overflow: hidden;
}
#store .items_slider .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#store .thumbs_dots {
  margin: 10px 0 0;
}
#store .thumbs_list li {
  display: inline-block;
  width: 25%;
  height: 8vh;
  opacity: 0.4;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#store .thumbs_list li.slick-active {
  opacity: 1;
}
#store .slick-dots {
  width: 75px;
  margin: 0 auto;
  bottom: -50px !important;
}
#store .slick-dots li {
  display: inline-block;
  margin: 0 4px !important;
  width: 10px !important;
  　height: 10px !important;
}
#store .slick-dots li button {
  width: 12px !important;
  　height: 10px !important;
  　background: #E0E0E0 !important;
  border: 1px solid #666666 !important;
  border-radius: 10px;
  　opacity: 1 !important;
  text-indent: -9999px;
  font-size: 6px;
  line-height: 1;
}
#store .slick-dots li.slick-active button {
  background: #666666 !important;
}
#store_contact .mw_wp_form th {
  font-size: 0.8rem;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
  font-weight: normal;
  padding: 1em 0 1em;
}
#store_contact .mw_wp_form td {
  padding: 1em 0 1em 0;
  font-size: 0.8rem;
}
#store_contact .mw_wp_form input[type=text], #store_contact .mw_wp_form input[type=email], #store_contact .mw_wp_form input[type=url], #store_contact .mw_wp_form input[type=password], #store_contact .mw_wp_form input[type=search], #store_contact .mw_wp_form input[type=number], #store_contact .mw_wp_form input[type=tel], #store_contact .mw_wp_form input[type=range], #store_contact .mw_wp_form input[type=date], #store_contact .mw_wp_form input[type=month], #store_contact .mw_wp_form input[type=week], #store_contact .mw_wp_form input[type=time], #store_contact .mw_wp_form input[type=datetime], #store_contact .mw_wp_form input[type=datetime-local], #store_contact .mw_wp_form input[type=color], #store_contact .mw_wp_form textarea {
  color: #111;
  border: 1px solid #ccc;
  border-radius: 0px;
  padding: 3px;
}
#store_contact .mw_wp_form button, #store_contact .mw_wp_form input[type=button], #store_contact .mw_wp_form input[type=reset], #store_contact .mw_wp_form input[type=submit] {
  display: block;
  width: 90%;
  max-width: 200px;
  margin: 2em auto;
  border: 1px solid #000000;
  border-radius: 0px;
  background: #000000;
  color: #ffffff;
  line-height: 1;
  font-size: 1;
  font-weight: bold;
  text-align: center;
  padding: 1em 1em 1em;
}
#store_contact .mw_wp_form input[name=submitBack] {
  background-color: rgb(200, 200, 200);
  border: 1px solid rgb(200, 200, 200);
  color: #000000;
}

.store_headerTitle {
  margin: 4em 0 2em;
  font-size: 1rem;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
}
.store_headerTitle span {
  display: block;
  text-align: center;
  font-size: 0.8rem;
  font-style: italic;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
}
.store_txt {
  width: 90%;
  margin: 3em auto 2em;
  line-height: 1.8;
}
.store_txt p {
  margin: 1.5em 0;
  font-size: 0.8rem;
}
.store_archive .shop_info_gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.store_archive .shop_info_gallery div img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.store_archive .shop_info_gallery div:nth-of-type(1) {
  width: 100%;
  margin-bottom: 20px;
}
.store_archive .shop_info_gallery div:nth-of-type(2) {
  width: 100%;
}
.store_archive .shop_info_container {
  margin: 2em 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.store_archive .shop_info_col:nth-of-type(1) {
  width: 100%;
}
.store_archive .shop_info_col:nth-of-type(2) {
  width: 100%;
}
.store_archive .shop_info_logo {
  width: 100%;
  margin: 0 0 1em 0;
  text-align: center;
}
.store_archive .shop_info_logo img {
  width: auto;
  height: 150px;
}
.store_archive .shop_info_copy {
  margin: 0 0 1em;
  font-size: 0.8rem;
}
.store_archive .shop_info_url {
  font-size: 0.8rem;
}
.store_archive .maker_info_gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.store_archive .maker_info_gallery div img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.store_archive .maker_info_gallery div:nth-of-type(1) {
  width: 100%;
  margin-bottom: 20px;
}
.store_archive .maker_info_gallery div:nth-of-type(2) {
  width: 100%;
}
.store_archive .maker_info_container {
  margin: 2em 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.store_archive .maker_info_col:nth-of-type(1) {
  width: 100%;
}
.store_archive .maker_info_col:nth-of-type(2) {
  width: 100%;
}
.store_archive .maker_info_name {
  font-size: 1rem;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
}
.store_archive .maker_info_name span {
  display: inline-block;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
  font-size: 0.8rem;
}
.store_archive .maker_info_name span.craft_cat {
  padding: 0 10px 0 0;
}
.store_archive .maker_info_name span.company_name {
  padding: 0 0 0 10px;
}
.store_archive .maker_info_profile {
  margin: 0 0 1em;
  font-size: 0.8rem;
}
.store_archive_maker {
  margin: 2em 0;
}
.store_archive_maker_ttl {
  font-size: 1.2rem;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
}
.store_archive_maker_text {
  width: 90%;
  max-width: 600px;
  margin: 1em auto 0;
  font-size: 0.8rem;
}
.store_top_slider li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 200px;
  max-height: 430px;
  overflow: hidden;
}
.store_top_slider li a img {
  width: 100%;
}
.store_top_slider_text {
  display: block;
  position: absolute;
  bottom: 20px;
  right: 0px;
  z-index: 0;
  background-color: #ffffff;
  padding: 0.3em 1em;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
  letter-spacing: 0.1em;
  font-size: 0.8rem;
}
.store_list_ttl {
  font-size: 1.2rem;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
}
.store_list_ttl span {
  display: block;
  text-align: center;
  font-size: 0.8rem;
}
.store_list_items {
  margin: 0 0 3em;
  padding: 0 0 3em;
}
.store_list_items .container::before {
  content: "";
  display: block;
  width: 48%;
  height: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  margin: 0 0 1.5em 0;
}
.store_list_items .container::after {
  content: "";
  display: block;
  width: 48%;
  height: 0;
  margin: 0 0 1.5em 0;
}
.store_list_items_col {
  width: 48%;
  margin: 0 0 1.5em 0;
}
.store_list_items.recommend_item {
  border-bottom: 1px solid #000000;
  margin: 3em 0 0;
  padding: 3em 0 3em;
}
.store_list_items.recommend_item .store_list_items_col {
  width: 48%;
}
.store_list_items_img {
  margin: 0 0 1em 0;
  /*min-height:200px;*/
}
.store_list_items_img img {
  /*height:200px;*/
  -o-object-fit: contain;
     object-fit: contain;
}
.store_list_items_img + div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.store_list_items_name {
  font-size: 0.8rem;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
}
.store_list_items_price {
  font-weight: bold;
  font-size: 0.8rem;
}
.store_list_items_price span {
  font-size: 0.7rem;
}
.store_list_shopname {
  width: 100%;
  margin: 3em 0 1.5em;
}
.store_list_shopname .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.store_list_shopname_col {
  width: 48%;
  margin: 0 0 4% 0;
}
.store_list_shopname_col img {
  width: 100%;
}
.store_list_shopname_col .shopname {
  margin: 10px 0 0px 0;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
  letter-spacing: 0.1em;
  font-size: 1rem;
}
.store_list_shopname_col .shopname span {
  display: block;
  font-size: 0.7rem;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
}
.store_list_shopname_col .shoptext {
  letter-spacing: 0.1em;
  font-size: 0.7rem;
}
.store_list_maker {
  width: 100%;
  margin: 3em 0;
}
.store_list_maker .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.store_list_maker_col {
  width: 48%;
  margin: 0 0 4% 0;
}
.store_list_maker_col img {
  width: 100%;
}
.store_list_maker_col .maker_cat {
  margin: 10px 0 0 0;
  line-height: 1;
}
.store_list_maker_col .maker_name {
  margin: 8px 0 10px 0;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
  letter-spacing: 0.1em;
  font-size: 1rem;
  line-height: 1;
}
.store_list_maker_col .maker_text {
  letter-spacing: 0.1em;
  font-size: 0.7rem;
}
.store_list_categories {
  width: 100%;
  margin: 3em 0 5em;
}
.store_list_categories ul {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.store_list_categories ul li {
  width: 49%;
  position: relative;
  background-size: cover !important;
}
.store_list_categories ul li:nth-of-type(1) {
  background: url(https://takumishuku.jp/images/store/img_tableware.jpg) no-repeat center top;
  height: 250px;
}
.store_list_categories ul li:nth-of-type(2) {
  background: url(https://takumishuku.jp/images/store/img_livingware.jpg) no-repeat center top;
  height: 250px;
}
.store_list_categories ul li:nth-of-type(3) {
  background: url(https://takumishuku.jp/images/store/img_interior.jpg) no-repeat center top;
  height: 120px;
}
.store_list_categories ul li:nth-of-type(4) {
  background: url(https://takumishuku.jp/images/store/img_fashion.jpg) no-repeat center top;
  height: 120px;
}
.store_list_categories ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
  font-style: italic;
}
.store_list_shoplogo {
  width: 100%;
  margin: 3em 0;
}
.store_list_shoplogo ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.store_list_shoplogo ul li {
  width: 18%;
}
.store_items_col {
  width: 24%;
}
.store_items_col .items_img {
  width: 100%;
}
.store_items_col .items_name {
  font-size: 1rem;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
}
.store_items_col .items_name .brand_name {
  font-size: 0.7rem;
}
.store_items_col .items_price {
  font-size: 1rem;
}
.store_items_col .items_price span {
  font-size: 0.7rem;
}
.store_items_col .items_text {
  font-size: 0.8rem;
}
.store_items_article_picture {
  margin: 1em 0 0 0;
  width: 100%;
  overflow: hidden;
}
.store_items_article_picture_inner {
  width: 100%;
  position: relative;
}
.store_items_article_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 1em 0 0 0;
}
.store_items_article_order .items_name {
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
  margin: 0 0 0.5em;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
.store_items_article_order .items_name .brand_name {
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
}
.store_items_article_order .items_price {
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
  margin: 0 0 1em;
  font-size: 1.2rem;
  font-style: italic;
  letter-spacing: 0.1em;
}
.store_items_article_order .items_price span {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
}
.store_items_article_order .items_text {
  margin: 0 0 1em;
  font-size: 0.8rem;
}
.store_items_article_order .items_btn_cart .items_btn_contact {
  width: 100%;
  display: block;
  background-color: rgb(0, 61, 100);
  color: #ffffff;
  border-radius: 0;
  border: none;
  padding: 20px 0;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
}
.store_items_article_order .items_caution {
  margin: 1em 0 2em;
}
.store_items_article_order .items_caution li {
  font-size: 0.8rem;
}
.store_items_article_order .items_info {
  margin: 0 0 1em;
}
.store_items_article_order .items_info p {
  font-size: 0.8rem;
}
.store_items_article_order .items_detail {
  margin: 0 0 1em;
}
.store_items_article_order .items_detail dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.store_items_article_order .items_detail dt {
  display: block;
  width: 4em;
  text-align: left;
  font-weight: normal;
  text-align: justify;
  font-size: 0.8rem;
  vertical-align: top;
}
.store_items_article_order .items_detail dd {
  display: block;
  width: calc(100% - 4em);
  text-align: left;
  font-size: 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 0 1.5em;
}
.store_items_article_order .items_detail dd::before {
  display: inline-block;
  content: "：";
  width: 1.5em;
  margin-left: -1.5em;
}
.store_items_article_col {
  width: 100%;
}
.store_page {
  margin: 0 0 3em 0;
}
.store_page_sct {
  border-top: 1px solid #000000;
  margin: 3em 0 0;
  padding: 2em 0 0;
}
.store_page_sct h2 {
  margin: 1em 0 2em;
  font-size: 1.2rem;
  text-align: center;
}
.store_page_sct table {
  margin: 1em 0 5em;
  width: 100%;
}
.store_page_sct table th {
  display: block;
  padding: 0.2em 0;
  width: 100%;
  font-size: 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.store_page_sct table td {
  display: block;
  width: 100%;
  padding: 0.5em 0;
  font-size: 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.store_page_info h2 {
  margin: 3em 0 2em;
  font-size: 1.2rem;
  text-align: center;
}
.store_page_info h3 {
  margin: 2em 0 0.5em;
  font-size: 1rem;
  font-weight: bold;
}
.store_page_info h4 {
  margin: 2em 0 0em;
  font-size: 0.8rem;
  font-weight: bold;
}
.store_page_info p {
  margin: 0.5em 0 1em;
  font-size: 0.8rem;
}
.store_page_info_table {
  width: 100%;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
.store_page_info_table thead {
  display: block;
  float: left;
  width: 50%;
}
.store_page_info_table thead tr {
  width: 100%;
}
.store_page_info_table thead tr th {
  width: 100%;
}
.store_page_info_table tbody {
  display: block;
  float: left;
  width: 50%;
}
.store_page_info_table tbody tr {
  width: 100%;
}
.store_page_info_table tbody tr td {
  width: 100%;
}
.store_page_info_table tr {
  display: block;
  float: left;
}
.store_page_info_table th {
  display: block;
  background-color: #F2EEE7;
  padding: 5px;
  text-align: center;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  font-size: 0.8rem;
}
.store_page_info_table td {
  display: block;
  padding: 5px;
  text-align: center;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  font-size: 0.8rem;
}
.store_page_info .note {
  display: block;
  font-size: 0.7rem;
  text-align: right;
}
.store_page_privacy h2 {
  margin: 3em 0 2em;
  font-size: 1.2rem;
  text-align: center;
}
.store_page_privacy h3 {
  margin: 2em 0 0.5em;
  font-size: 1rem;
  font-weight: bold;
}
.store_page_privacy p {
  margin: 1em 0;
  font-size: 0.8rem;
}
.store_page_privacy ul li {
  font-size: 0.8rem;
}

.icon_area {
  display: block;
}
.icon_area span {
  display: inline-block;
  padding: 2px 5px;
  margin: 0 0 0 2px;
  line-height: 1;
  font-size: 0.7rem;
  text-align: center;
}
.icon_new {
  color: #ffffff;
  background-color: #b4991d;
}
.icon_original {
  color: #ffffff;
  background-color: #AE3628;
}

.cartjs_product_table {
  width: 100%;
}

.cartjs_product_table table {
  border: none !important;
  margin: 0 0 15px !important;
}

.cartjs_product_table table th {
  border: none !important;
  padding: 0 20px 0 0 !important;
}

.cartjs_product_table table td {
  border: none !important;
}

.cartjs_sales_price td {
  font-weight: normal !important;
}

.cartjs_product_num td input {
  border-radius: 0 !important;
  height: auto !important;
  padding: 2px 6px !important;
}

.cartjs_option td select {
  -moz-appearance: menulist !important;
  -webkit-appearance: menulist !important;
  border-radius: 0 !important;
  height: auto !important;
  padding: 4px 6px !important;
}

.cartjs_cart_in input {
  width: 100% !important;
  background-color: #ae3628 !important;
  color: #ffffff !important;
  border-radius: 0 !important;
  border: none !important;
  padding: 20px 0 !important;
  font-weight: bold !important;
}

/* instagram feed */
.insta_title_area {
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
}

.insta_icon img {
  width: 30px;
  margin-bottom: 5px;
}

.insta_text, .insta_account a {
  font-size: 15px;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
}

.insta_item {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.error_page_header_ttl {
  margin: 4em 0 2em;
  font-size: 1rem;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
}
.error_page_text p {
  margin: 3em 0;
  font-size: 0.8rem;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
}

@media all and (min-width: 480px) and (max-width: 767px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .bl_col img {
    width: 100%;
  }
  .concept {
    margin: 0 auto;
    padding: 6em 0;
  }
  .concept h2 {
    font-size: 22px;
  }
  .concept p {
    text-align: center;
  }
  .concept p br {
    display: block;
  }
  .content-inner {
    width: 80%;
    height: 200px;
    padding: 2em 2em 0.5em 2em;
    position: absolute;
  }
  .content-ttl {
    width: 300px;
    padding: 0 4em 0 0;
    font-size: 20px;
  }
  .content-copy {
    font-size: 24px;
    letter-spacing: 0.1em;
  }
  .content-copy br {
    display: none;
  }
  .experience {
    height: 500px;
    min-height: 500px;
    margin: 6em auto 6em;
  }
  .experience .content-inner {
    bottom: -5px;
    right: 0;
  }
  .facilities {
    height: 500px;
    min-height: 500px;
    margin: 0 auto 6em;
  }
  .facilities a {
    height: 500px;
    min-height: 500px;
  }
  .facilities .content-inner {
    bottom: -5px;
    left: 0;
  }
  .facilities .content-ttl {
    padding: 0 60px 0 0;
    font-size: 22px;
  }
  .facilities_header .page_headerContainer .page_headerPicture {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 48%;
  }
  .facilities_header .page_headerContainer .page_headerCol {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    width: 48%;
  }
  .facilities_header .page_headerContainer .page_headerTitle {
    margin: 1em 0 1em;
  }
  .facilities_page .image_container {
    height: 400px;
    min-height: 400px;
    position: relative;
  }
  .facilities_page .image_container a {
    height: 400px;
  }
  .facilities_page .image_container .content-inner {
    width: 100%;
    max-width: 100%;
    height: 120px;
    margin: 0 auto;
    padding: 20px 20px 20px 20px;
    bottom: 0px;
    left: 0%;
  }
  .facilities_page .image_container .content-ttl {
    background: none;
  }
  .facilities_page .image_container .bg_images {
    display: block;
    width: 100%;
    height: 400px;
    min-height: 400px;
  }
  .facilities_page .image_container .bg_images img {
    -webkit-transition: 1s;
    transition: 1s;
  }
  .facilities_page .image_container .bg_images:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .facilities_page .image_container div {
    background-image: none;
  }
  .facilities_page .image_container.f_taketosome .content-ttl {
    /*background:url("../../images/img_arrow.svg") no-repeat 130px 13px #ffffff;
    background-size:40px;*/
  }
  .facilities_page .image_container.f_kitourushi .content-ttl {
    /*background:url("../../images/img_arrow.svg") no-repeat 130px 13px #ffffff;
    background-size:40px;*/
  }
  .facilities_page .image_container.f_hitotsuchi .content-ttl {
    /*background:url("../../images/img_arrow.svg") no-repeat 130px 13px #ffffff;
    background-size:40px;*/
  }
  .facilities_page .image_container.f_hoshitomori .content-ttl {
    /*background:url("../../images/img_arrow.svg") no-repeat 130px 13px #ffffff;
    background-size:40px;*/
  }
  .facilities_page .image_container.f_tetoteto .content-ttl {
    /*background:url("../../images/img_arrow.svg") no-repeat 205px 13px #ffffff;
    background-size:40px;*/
  }
  .facilities_page .image_container.f_museum .content-ttl {
    /*background:url("../../images/img_arrow.svg") no-repeat 180px 13px #ffffff;
    background-size:40px;*/
  }
  .facilities_page .image_container.f_cafe_hm .content-ttl {
    /*background:url("../../images/img_arrow.svg") no-repeat 260px 13px #ffffff;
    background-size:40px;*/
  }
  .facilities_page .image_container.f_cafe_tcr .content-inner {
    height: 140px;
  }
  .facilities_page .image_container.f_cafe_tcr .content-ttl {
    /*background:url("../../images/img_arrow.svg") no-repeat 260px 13px #ffffff;
    background-size:40px;*/
  }
  .facilities_page .image_container.f_cotocoto .content-ttl {
    /*background:url("../../images/img_arrow.svg") no-repeat 260px 13px #ffffff;
    background-size:40px;*/
  }
  .facilities_page .image_container.f_tokiya .content-ttl {
    /*background:url("../../images/img_arrow.svg") no-repeat 260px 13px #ffffff;
    background-size:40px;*/
  }
  .facilities_page .image_container:nth-of-type(odd) .content-inner {
    left: auto;
    right: 0;
  }
  .school {
    height: 500px;
    min-height: 500px;
    margin: 100px auto 100px;
  }
  .school .content-inner {
    bottom: -5px;
    left: 0;
  }
  .school .content-ttl {
    padding: 0 60px 0 0;
    font-size: 20px;
  }
  .cafe {
    height: 500px;
    min-height: 500px;
    margin: 0 auto 100px;
  }
  .cafe a {
    height: 500px;
  }
  .cafe .content-inner {
    bottom: -5px;
    right: 0;
  }
  .cafe .content-ttl {
    padding: 0 60px 0 0;
    font-size: 22px;
  }
  .cafe_page_menu_col > div p:last-child {
    width: auto;
  }
  .gallery_page_menu_col > div p:last-child {
    width: auto;
  }
  #news main {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  #news .side_contents {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  #news .side_contents ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #news .side_contents ul li {
    -webkit-flex-basis: 49.5%;
        -ms-flex-preferred-size: 49.5%;
            flex-basis: 49.5%;
  }
  .kuma_concept-logo {
    width: 100%;
    max-width: 270px;
    margin-top: 60px;
    margin-bottom: 50px;
  }
  .kuma_concept-sign {
    width: 100%;
    max-width: 150px;
  }
  .kuma_product-info03 {
    width: 52%;
  }
  .kuma_scene figure {
    width: 100%;
  }
  .kuma_scene figure img {
    width: 100%;
  }
}
@media (min-width: 769px) {
  * {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, sans-serif;
  }
  p, h1, h2, h3, h4, h5, h6, li, a, dt, dd, label, span, input, select, textarea, th, td, address {
    font-size: 14px;
  }
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  body.page {
    background: url("../../images/bg_side_text.svg") no-repeat 2% center;
    background-size: 16px;
  }
  .bl_col {
    width: 48%;
  }
  .footer_banner .bl_col {
    width: 48%;
    padding: 0 0 3em 0;
  }
  .footer .navList {
    max-width: 365px;
  }
  .footer .navList li {
    padding: 0 10px;
  }
  .footer .navList li a {
    font-size: 0.7rem;
  }
  .remove_pagetop {
    margin: 0 0 30px 0;
  }
  .info {
    margin: 0 auto;
    padding: 100px 0 100px 0;
  }
  .info h2 {
    padding: 80px 0 0 0;
    font-size: 22px;
  }
  .info h2 br {
    display: none;
  }
  .concept {
    margin: 0 auto;
    padding: 100px 0;
    background: url("../../images/bg_side_text.svg") no-repeat 2% center;
    background-size: 16px;
  }
  .concept h2 {
    font-size: 22px;
  }
  .concept p {
    text-align: center;
  }
  .concept p br {
    display: block;
  }
  .content-inner {
    width: 90%;
    height: 200px;
    padding: 30px 30px 5px 30px;
  }
  .content-ttl {
    width: 280px;
    padding: 0 60px 0 0;
    font-size: 20px;
  }
  .content-copy {
    padding: 15px 0 10px 0;
    letter-spacing: 0.1em;
  }
  .content-copy br {
    display: none;
  }
  .experience {
    width: 100%;
    height: 500px;
    min-height: 600px;
    margin: 100px auto 100px;
    padding: 0 0 0 0;
  }
  .experience .content-inner {
    bottom: -5px;
    right: 10%;
  }
  .experience .content-ttl {
    background: url("../../images/img_arrow.svg") no-repeat 230px 16px;
    background-size: 40px;
  }
  .facilities {
    height: 500px;
    min-height: 600px;
    margin: 0 auto 100px;
  }
  .facilities a {
    height: 500px;
    min-height: 600px;
  }
  .facilities .content-inner {
    bottom: -5px;
    left: 10%;
  }
  .facilities .content-ttl {
    width: 270px;
    background: url("../../images/img_arrow.svg") no-repeat 210px 16px;
    background-size: 40px;
  }
  .facilities_header .page_headerContainer .page_headerPicture {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .facilities_header .page_headerContainer .page_headerCol {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .facilities_page .image_container {
    height: 380px;
    min-height: 380px;
    max-width: 1000px;
  }
  .facilities_page .image_container a {
    height: 380px;
  }
  .facilities_page .image_container .content-inner {
    max-width: 550px;
    height: 160px;
    padding: 20px 20px 20px 20px;
    left: 5%;
    background: none;
    background-color: #ffffff;
  }
  .facilities_page .image_container .content-ttl {
    margin: 0 0 5px 0;
    padding: 0 0 0 0;
    background: url("../../images/img_arrow.svg") no-repeat 130px 13px #ffffff;
    background-size: 40px;
  }
  .facilities_page .image_container .bg_images {
    display: block;
    width: 100%;
    height: 380px;
    min-height: 380px;
  }
  .facilities_page .image_container .bg_images img {
    -webkit-transition: 1s;
    transition: 1s;
  }
  .facilities_page .image_container .bg_images:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .facilities_page .image_container div {
    background-image: none;
  }
  .facilities_page .image_container.f_taketosome .content-ttl {
    background: url("../../images/img_arrow.svg") no-repeat 130px 13px #ffffff;
    background-size: 40px;
  }
  .facilities_page .image_container.f_kitourushi .content-ttl {
    background: url("../../images/img_arrow.svg") no-repeat 130px 13px #ffffff;
    background-size: 40px;
  }
  .facilities_page .image_container.f_hitotsuchi .content-ttl {
    background: url("../../images/img_arrow.svg") no-repeat 130px 13px #ffffff;
    background-size: 40px;
  }
  .facilities_page .image_container.f_hoshitomori .content-ttl {
    background: url("../../images/img_arrow.svg") no-repeat 130px 13px #ffffff;
    background-size: 40px;
  }
  .facilities_page .image_container.f_tetoteto .content-ttl {
    background: url("../../images/img_arrow.svg") no-repeat 205px 13px #ffffff;
    background-size: 40px;
  }
  .facilities_page .image_container.f_museum .content-ttl {
    background: url("../../images/img_arrow.svg") no-repeat 180px 13px #ffffff;
    background-size: 40px;
  }
  .facilities_page .image_container.f_cafe_hm .content-ttl {
    background: url("../../images/img_arrow.svg") no-repeat 260px 13px #ffffff;
    background-size: 40px;
  }
  .facilities_page .image_container.f_cafe_tcr .content-inner {
    height: 160px;
  }
  .facilities_page .image_container.f_cafe_tcr .content-ttl {
    max-width: 375px !important;
    background: url("../../images/img_arrow.svg") no-repeat 330px 13px #ffffff;
    background-size: 40px;
  }
  .facilities_page .image_container.f_cotocoto .content-ttl {
    background: url("../../images/img_arrow.svg") no-repeat 220px 13px #ffffff;
    background-size: 40px;
  }
  .facilities_page .image_container.f_tokiya .content-ttl {
    background: url("../../images/img_arrow.svg") no-repeat 180px 13px #ffffff;
    background-size: 40px;
  }
  .facilities_page .image_container:nth-of-type(odd) div {
    left: auto;
    right: 5%;
  }
  .school {
    width: 100%;
    height: 500px;
    min-height: 600px;
    margin: 100px auto 100px;
    padding: 0 0 0 0;
  }
  .school .content-inner {
    bottom: -5px;
    left: 10%;
  }
  .school .content-ttl {
    background: url("../../images/img_arrow.svg") no-repeat 200px 16px;
    background-size: 40px;
  }
  #school_header .page_headerTitle {
    margin: 4.5em 0 1.5em;
  }
  .cafe {
    height: 500px;
    min-height: 600px;
    margin: 0 auto 100px;
  }
  .cafe_index .page_headerContainer {
    margin: 50px auto 180px;
  }
  .cafe_index .page_headerContainer .page_headerCol:nth-of-type(1) {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
    width: 30% !important;
  }
  .cafe_index .page_headerContainer .page_headerCol:nth-of-type(2) {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
    width: 65% !important;
  }
  .cafe_index .page_headerContainer .page_headerLink a {
    background: url(../../images/img_arrow.svg) no-repeat 68% center #F2EEE7;
    background-size: 50px;
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .cafe_index .page_headerContainer .page_headerLink a:hover {
    opacity: 0.7;
  }
  .cafe a {
    height: 600px;
  }
  .cafe .content-inner {
    bottom: -5px;
    right: 10%;
  }
  .cafe .content-ttl {
    background: url("../../images/img_arrow.svg") no-repeat 160px 16px;
    background-size: 40px;
  }
  .cafe_page_menu_col > div p:last-child {
    width: auto;
  }
  .gallery_page_menu_col > div p:last-child {
    width: auto;
  }
  .access {
    width: 100%;
    margin: 100px auto 0;
    padding: 100px 0 100px 0;
  }
  .access h2 {
    font-size: 22px;
  }
  .col_change .bl_col:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .col_change .bl_col:nth-of-type(2) {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .page_headerContainer {
    width: 100%;
    margin: 3em auto 3em;
  }
  .page_headerCol {
    width: 48% !important;
  }
  .page_linkList h3 {
    margin: 1em 0 1em;
  }
  .page_linkList ul li {
    margin: 0 0 4% 0;
  }
  .page_linkList ul li a {
    height: 250px;
  }
  .page_linkList ul li a span {
    left: 5%;
    width: 60%;
    padding: 0.5em 1em;
    font-size: 1rem;
  }
  .page_linkList ul li#bt_taketosome a {
    background-size: 100%;
  }
  .page_linkList ul li#bt_kitourushi a {
    background-size: 100%;
  }
  .page_linkList ul li#bt_hitotsuchi a {
    background-size: 100%;
  }
  .page_linkList ul li#bt_hoshitomori a {
    background-size: 100%;
  }
  .page_linkList ul li#bt_tetoteto a {
    background-size: 100%;
  }
  .page_linkList ul li#bt_museum a {
    background-size: 100%;
  }
  .page_linkList ul li#bt_cafe_hm a {
    background-size: 100%;
  }
  .page_linkList ul li#bt_cafe_tcr a {
    background-size: 100%;
  }
  .page_linkList ul li#bt_cotocoto a {
    background-size: 100%;
  }
  .page_linkList ul li#bt_tokiya a {
    background-size: 100%;
  }
  #ex_header .bl_col:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  #ex_header .bl_col:nth-child(2) {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  #m_header .bl_col:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  #m_header .bl_col:nth-child(2) {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  #m_header .bl_col:nth-child(2) .page_headerTitle {
    margin: 2.5em 0 2.5em;
  }
  .sc_listContainer > .bl_container {
    padding: 0 0 0 0;
  }
  .sc_listContainer > .bl_container::after {
    margin: 5em auto 5em auto;
  }
  .sc_listCol {
    width: 55%;
  }
  .sc_listPicture {
    width: 40%;
  }
  .sc_listName {
    font-size: 1.2rem;
  }
  .sc_listTeachername {
    margin: 10px 0;
    font-size: 0.8rem;
  }
  .sc_listTeachername span {
    font-size: 1.2rem;
    font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
  }
  .sc_listTeacherarea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sc_listTeacherimage {
    width: 30%;
  }
  .sc_listTeacherinfo {
    width: 65%;
  }
  .sc_listFee {
    font-size: 0.8rem;
  }
  .sc_listFee span {
    font-size: 1.2rem;
    font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
    font-style: italic;
  }
  .sc_listDatestart span {
    padding: 0 5px 0 0;
  }
  .sc_listContact {
    background-color: #FFFBC7;
    margin: 10px 0 0 0;
    padding: 10px;
    text-align: center;
  }
  .sc_listContact span {
    display: inline-block;
    padding: 0 5px 0 10px;
    text-align: center;
  }
  .ex_pageCol {
    width: 48%;
  }
  .ex_pageContact_phone_number {
    text-align: left;
  }
  .ex_pageContact_phone_number span {
    text-align: left;
  }
  .ex_listContainer {
    width: 100%;
  }
  .ex_listContainer:last-child::after {
    width: 32%;
  }
  .ex_listCol {
    width: 32%;
    margin: 0 0 2% 0;
    background-color: #F2EEE7;
    padding: 20px;
  }
  .ex_listCol > a {
    opacity: 1;
  }
  .ex_listCol > a:hover {
    opacity: 0.7;
  }
  .ex_listTitle {
    font-size: 1.2rem;
    text-align: center;
    font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
  }
  .ex_listInfo {
    text-align: center;
  }
  .ex_listNote {
    font-size: 0.75rem;
    text-align: center;
  }
  .ex_listNavmain {
    width: 100%;
    margin: 30px 0;
  }
  .ex_listNavmain li {
    width: 121px;
    margin: 0 2px 1% 2px;
  }
  .ex_listNavmain li a {
    width: 100%;
    display: block;
    border: 1px solid #000000;
    padding: 8px 0;
    line-height: 1;
    text-align: center;
  }
  .ex_listNavmain li a:hover {
    background-color: #F6E28C;
  }
  .ex_listNavsub {
    width: 100%;
    max-width: 240px;
    margin: 30px auto;
  }
  .ex_listNavsub li {
    padding: 0 10px 0 0;
  }
  .ex_listNavsub li::after {
    padding: 0 0 0 10px;
    content: "／";
  }
  .ex_listNavsub li:last-child::after {
    content: "";
  }
  .ex_listPic {
    margin: 0 0 10px 0;
  }
  .ex_listCategory {
    display: inline-block;
    background-color: #ffffff;
    margin: 0 0 5px 0;
    padding: 2px 5px;
    font-weight: bold;
  }
  .ex_listName {
    margin: 0 0 5px 0;
    font-weight: bold;
    font-size: 1rem;
  }
  .ex_listTxt {
    margin: 0 0 10px 0;
  }
  .ex_listTime {
    margin: 0 0 5px 0;
  }
  .ex_listFee span {
    padding: 0 0 0 10px;
    font-weight: bold;
    font-size: 1rem;
  }
  .ex_info {
    background-color: #E1F2FC;
    margin: 5% 0;
    padding: 20px 30px;
  }
  .ex_infoTitle {
    margin: 0 0 20px 0;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .ex_infoTitle span {
    padding: 0 0 0 20px;
    font-size: 0.8rem;
    font-weight: normal;
  }
  .ex_infoTxt {
    margin: 0 0 10px 0;
  }
  .ex_infoTxt a {
    margin: 1em auto 0;
    padding: 0.5em 0.5em;
  }
  .ex_infoList {
    padding: 0 0 0 10px;
  }
  .ex_infoList li {
    list-style-position: inside;
    list-style-type: disc !important;
  }
  .rs_txt {
    width: 100%;
  }
  .lm_headerTitle {
    font-size: 26px;
  }
  .lm_headerText {
    font-size: 16px;
  }
  .lm_container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .lm_container:nth-of-type(1) figure {
    width: 48%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .lm_container:nth-of-type(1) ul {
    width: 48%;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .lm_container:nth-of-type(1) ul li span {
    font-size: 26px;
    color: #AF9538;
  }
  .lm_container:nth-of-type(2) div {
    width: 30%;
  }
  .lm_container:nth-of-type(2) div h4 {
    font-size: 24px;
    border-bottom: 1px solid #000000;
  }
  .lm_container:nth-of-type(2) div p {
    font-size: 0.8rem;
  }
  .lm_subTitle {
    font-size: 22px;
  }
  .m_pageCol {
    width: 48%;
  }
  .m_pageContact_phone_number {
    text-align: left;
  }
  .m_pageContact_phone_number span {
    text-align: left;
  }
  .m_listContainer {
    width: 100%;
  }
  .m_listContainer:last-child::after {
    width: 32%;
  }
  .m_listCol {
    width: 32%;
    margin: 0 0 2% 0;
    padding: 20px;
  }
  .m_listCol > a {
    opacity: 1;
  }
  .m_listCol > a:hover {
    opacity: 0.7;
  }
  .m_listTitle {
    font-size: 1.2rem;
    text-align: center;
    font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
  }
  .m_listNote {
    font-size: 0.75rem;
    text-align: center;
  }
  .m_listNavmain {
    width: 100%;
    margin: 30px 0;
  }
  .m_listNavmain li {
    width: 11%;
  }
  .m_listNavmain li a {
    width: 100%;
    display: block;
    border: 1px solid #000000;
    padding: 8px 0;
    line-height: 1;
    text-align: center;
  }
  .m_listNavmain li a:hover {
    background-color: #F6E28C;
  }
  .m_listNavsub {
    width: 100%;
    max-width: 240px;
    margin: 30px auto;
  }
  .m_listNavsub li {
    padding: 0 10px 0 0;
  }
  .m_listNavsub li::after {
    padding: 0 0 0 10px;
    content: "／";
  }
  .m_listNavsub li:last-child::after {
    content: "";
  }
  .m_listPic {
    margin: 0 0 10px 0;
  }
  .m_listCategory {
    display: inline-block;
    margin: 5px 0 5px 0;
    padding: 2px 5px;
    font-weight: bold;
  }
  .m_listName {
    margin: 0 0 5px 0;
    font-weight: bold;
    font-size: 1rem;
  }
  .m_listTxt {
    margin: 0 0 10px 0;
  }
  .m_listTime {
    margin: 0 0 5px 0;
  }
  .m_listFee span {
    padding: 0 0 0 10px;
    font-weight: bold;
    font-size: 1rem;
  }
  .m_info {
    background-color: #E1F2FC;
    margin: 5% 0;
    padding: 20px 30px;
  }
  .m_infoTitle {
    margin: 0 0 20px 0;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .m_infoTitle span {
    padding: 0 0 0 20px;
    font-size: 0.8rem;
    font-weight: normal;
  }
  .m_infoTxt {
    margin: 0 0 10px 0;
  }
  .m_infoTxt a {
    margin: 1em auto 0;
    padding: 0.5em 0.5em;
  }
  .m_infoList {
    padding: 0 0 0 10px;
  }
  .m_infoList li {
    list-style-position: inside;
    list-style-type: disc !important;
  }
  .about_page {
    width: 100%;
  }
  .about_page_header {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 4em;
  }
  .about_page_header img {
    width: 100%;
    height: auto !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .about_page_header_ttl {
    margin: 4em 0 2em;
    font-size: 1rem;
    text-align: center;
    font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
  }
  .about_page_header_ttl span {
    display: block;
    text-align: center;
    font-size: 0.8rem;
    font-style: italic;
    font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
  }
  .about_page_header_txt {
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
    font-size: 0.8rem;
  }
  .about_page_txt_ttl {
    margin: 4em 0 2em;
    font-size: 1rem;
    text-align: center;
    font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
  }
  .about_page_txt_ttl span {
    display: block;
    text-align: center;
    font-size: 0.8rem;
    font-style: italic;
    font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
  }
  .about_page_txt p {
    margin: 0 0 4em 0;
    text-align: center;
    line-height: 1.8;
  }
  .about_page_txt p:nth-of-type(1) {
    margin: 0 0 1em 0;
    font-size: 1rem;
    font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
  }
  .about_page_gr {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .about_page_gr_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .about_page_gr_flex_item01 {
    width: 30%;
    margin-bottom: 0;
  }
  .about_page_gr_flex_item01 h1 {
    padding-top: 20px;
  }
  .about_page_gr_flex_item02 {
    width: 60%;
  }
  .about_page_list {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 1em 0;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
  }
  .about_page_list_ttl {
    margin: 4em 0 2em;
    font-size: 1rem;
    text-align: center;
    font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
  }
  .about_page_list_ttl span {
    display: block;
    text-align: center;
    font-size: 0.8rem;
    font-style: italic;
    font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
  }
  .about_page_list_container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 4em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .about_page_list_col {
    -webkit-flex-basis: 49%;
        -ms-flex-preferred-size: 49%;
            flex-basis: 49%;
  }
  .about_page_list_col table {
    width: 100%;
    max-width: 100%;
  }
  .about_page_list_col table tr {
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .about_page_list_col table th {
    -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%;
    padding: 2em 0 0.5em 0;
    border-bottom: 1px solid #000000;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: normal;
  }
  .about_page_list_col table td {
    -webkit-flex-basis: 70%;
        -ms-flex-preferred-size: 70%;
            flex-basis: 70%;
    padding: 2em 0 0.5em 1em;
    border-bottom: 1px solid #000000;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .about_page_privacy {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .about_page_privacy_ttl {
    margin: 4em 0 2em;
    font-size: 1rem;
    text-align: center;
    font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
  }
  .about_page_privacy_ttl span {
    display: block;
    text-align: center;
    font-size: 0.8rem;
    font-style: italic;
    font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
  }
  .about_page_privacy_container {
    width: 100%;
    max-width: 1000px;
  }
  #news.bl_container {
    width: 90%;
    max-width: 1060px;
    margin: 0 auto;
  }
  #news main {
    -webkit-flex-basis: 72%;
        -ms-flex-preferred-size: 72%;
            flex-basis: 72%;
    min-height: 600px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  #news .side_contents {
    -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  #news .side_contents h3 {
    margin: 0 0 0 0;
    font-size: 0.8rem;
  }
  #news .side_contents ul {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  #news .side_contents ul li {
    width: 100%;
  }
  #news .side_contents ul li a {
    padding: 0.5em 0;
    font-size: 0.8rem;
  }
  .ns_listContainer {
    padding: 0 0 3em 0;
  }
  .ns_listContainer .bl_col:nth-of-type(1) {
    width: 25%;
  }
  .ns_listContainer .bl_col:nth-of-type(2) {
    width: 70%;
  }
  .ns_listContainer .bl_col:nth-of-type(2) .ns_categoryName {
    display: inline-block;
  }
  .ns_listContainer .bl_col:nth-of-type(2) .ns_postDate {
    display: inline-block;
    width: auto;
    margin: 0 0 0 0.5em;
  }
  .ns_listFigure {
    margin: 0 0 0 0;
  }
  .ns_listTitle {
    margin: 0.5em 0 0.5em 0;
    font-size: 1.2rem;
    font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
  }
  .ns_listTxt p {
    line-height: 1.8;
  }
  .ns_articleContainer {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 3em 0;
  }
  .ns_articleContainer_header .bl_col:nth-of-type(1) {
    width: 25%;
  }
  .ns_articleContainer_header .bl_col:nth-of-type(2) {
    width: 75%;
  }
  .ns_articleContainer_header .bl_col:nth-of-type(2) .ns_articleTitle {
    margin: 0 0 0 1em;
  }
  .ns_articleContainer_header .bl_col:nth-of-type(2) .ns_articleTxt {
    margin: 1em 0 0 0;
  }
  .ns_articleFigure {
    margin: 0 0 2em 0;
  }
  .ns_articleTitle {
    margin: 0 0 1em 0;
    font-size: 1.2rem;
    font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
  }
  .ns_articleTxt p {
    line-height: 1.8;
  }
  .ns_postTopics {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0.5em 1em;
  }
  .ns_postTopics .ns_categoryName {
    display: block;
    width: 25%;
    font-size: 0.8rem;
  }
  .ns_postTopics .ns_postTitle {
    width: 78%;
  }
  .ns_postDate {
    text-align: center;
  }
  .news_index {
    width: 100%;
    max-width: 1000px;
    margin: 2em auto;
  }
  .news_index iframe {
    width: 100%;
    height: 250px;
  }
  .news_index p a {
    font-size: 0.9rem;
    font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
  }
  .kids_page_header {
    margin: 0 auto 4em;
  }
  .kids_page_concept {
    padding: 0 0 5em;
  }
  .kids_page_concept .bl_container {
    width: 100%;
    padding: 3em 0;
  }
  .kids_page_concept .bl_container:nth-of-type(1) .bl_col:nth-of-type(1) {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .kids_page_concept .bl_container:nth-of-type(1) .bl_col:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .kids_page_concept .bl_container:nth-of-type(2) .bl_col:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .kids_page_concept .bl_container:nth-of-type(2) .bl_col:nth-of-type(1) .kids_page_conceptCopy {
    margin: 0 0 1.5em 0;
  }
  .kids_page_concept .bl_container:nth-of-type(2) .bl_col:nth-of-type(2) {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .kids_page_concept .bl_container:nth-of-type(3) .bl_col:nth-of-type(1) {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .kids_page_concept .bl_container:nth-of-type(3) .bl_col:nth-of-type(1) .kids_page_conceptCopy {
    margin: 0 0 1.5em 0;
  }
  .kids_page_concept .bl_container:nth-of-type(3) .bl_col:nth-of-type(1):nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .kids_page_concept .bl_container:nth-of-type(4) .bl_col:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .kids_page_concept .bl_container:nth-of-type(4) .bl_col:nth-of-type(2) {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .kids_page_ruleList:nth-of-type(1) li {
    line-height: 1;
  }
  .kids_page_ruleList:nth-of-type(2) li {
    line-height: 1;
  }
  .kids_page_covid-19_info:nth-of-type(1) {
    margin: 2em auto 2em;
  }
  .kids_page_covid-19_info:nth-of-type(2) {
    margin: 0 auto 2em;
  }
  /* magazine */
  .mz_archiveContainer {
    margin: 2em auto;
  }
  .mz_archiveContainer::after {
    width: 30%;
  }
  .mz_archiveCol {
    width: 30%;
    margin: 0 0 1em 0;
  }
  .mz_archiveFigure {
    margin: 0 0 0.5em 0;
  }
  .mz_archiveName {
    margin: 0 0 2em 0;
  }
  .mz_articleContainer {
    margin: 30px auto 100px;
  }
  /* 2021 summer */
  .feature_summer_page .pageHeader h1 {
    margin: 2em 0 2em;
  }
  .feature_summer_page .pageHeader_schedule {
    margin: 3em auto 3em;
  }
  .feature_summer_page .pageHeader_schedule h2 {
    margin: 0 auto 1em;
  }
  .feature_summer_page .pageHeader_schedule h2 img {
    width: 100%;
    height: auto;
  }
  .feature_summer_page .pageHeader_schedule h3 {
    margin: 1em 0 1em;
    font-size: 1.4rem;
    color: #00aecb;
    text-align: center;
  }
  .feature_summer_page .pageHeader_schedule p {
    font-size: 1rem;
  }
  .feature_summer_page .pageContents_container {
    margin: 0 auto;
    padding: 3em 0;
  }
  .feature_summer_page .pageContents_container .bl_col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 48%;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
    min-height: 460px;
    border-bottom: 1px solid #333333;
  }
  .feature_summer_page .pageContents_container .bl_col:first-child {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .feature_summer_page .pageContents_container .bl_col:last-child {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .feature_summer_page .pageContents_container:nth-child(even) .bl_col:first-child {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .feature_summer_page .pageContents_container:nth-child(even) .bl_col:last-child {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .feature_summer_page .pageContents_figure.bl_col {
    border-bottom: none;
  }
  .feature_summer_page .pageContents_figure img {
    width: 100%;
    height: auto;
  }
  .feature_summer_page .pageContents_category {
    margin: 0 0 0 0;
    font-size: 0.75rem;
  }
  .feature_summer_page .pageContents_category span {
    margin: 0 10px 0 0;
    padding: 2px 4px;
    color: #ffffff;
    font-size: 0.75rem;
  }
  .feature_summer_page .pageContents_title {
    font-size: 1.2rem;
  }
  .feature_summer_page .pageContents_text p {
    font-size: 0.9rem;
  }
  .feature_summer_page .pageContents_list {
    position: absolute;
    left: 0;
    bottom: 1.5em;
  }
  .feature_summer_page .pageContents_list dl dt {
    font-size: 0.9rem;
    line-height: 1.8;
  }
  .feature_summer_page .pageContents_list dl dd {
    font-size: 0.9rem;
  }
  .feature_summer_page .pageFooter_information h4 {
    font-size: 1.2rem;
  }
  .feature_summer_page .pageFooter_start p span {
    font-size: 22px;
  }
  .feature_summer_page .pageFooter_contact_phonenumber {
    font-size: 28px;
    line-height: 1;
  }
  .feature_summer_page .pageFooter_contact_phonenumber span {
    font-size: 40px;
  }
  #giftcard .award_logo {
    max-width: 280px;
  }
  #giftcard .award_name {
    font-size: 36px;
  }
  #giftcard .link_btn li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 48%;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
  }
  .event_gc .date {
    margin: 2rem auto;
  }
  .event_gc .date p {
    font-size: 36px;
  }
  .event_gc .date p span {
    font-size: 18px;
  }
  .event_gc .bl_container::after {
    content: "";
    display: block;
    width: 31%;
  }
  .event_gc .bl_col {
    width: 31%;
  }
  .event_gcListtitle {
    font-size: 1rem;
  }
  .event_gcCopy {
    font-size: 1.2rem;
  }
  .event_gcTxt {
    font-size: 14px;
  }
  /*2024 kuma*/
  .kuma .header {
    background-color: transparent !important;
  }
  .kuma_top {
    margin-top: -70px;
  }
  .kuma_top .heroimagesSlider-txt {
    top: 75px;
    left: 15px;
  }
  .kuma_top .heroimagesSlider-txt p {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -webkit-transform: scaleY(-1) rotateY(180deg);
            transform: scaleY(-1) rotateY(180deg);
    font-family: "Times New Roman", Times, "serif";
    font-style: italic;
    font-size: 0.7rem;
  }
  .kuma_top .heroimagesSlider_01 {
    width: 100%;
    height: 100vh;
    background: url(../../images/kuma/img_kuma_top_01.jpg) no-repeat center top;
    background-size: cover;
  }
  .kuma_top .heroimagesSlider_02 {
    width: 100%;
    height: 100vh;
    background: url(../../images/kuma/img_kuma_top_02_pc.jpg) no-repeat center top;
    background-size: cover;
  }
  .kuma_top .heroimagesSlider_03 {
    width: 100%;
    height: 100vh;
    background: url(../../images/kuma/img_kuma_top_03_pc.jpg) no-repeat center top;
    background-size: cover;
  }
  .kuma_top .heroimagesSlider_04 {
    width: 100%;
    height: 100vh;
    background: url(../../images/kuma/img_kuma_top_04_pc.jpg) no-repeat center top;
    background-size: cover;
  }
  .kuma_concept {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .kuma_concept-logo {
    width: 100%;
    max-width: 38%;
    margin-top: 80px;
    margin-bottom: 70px;
  }
  .kuma_concept-txt {
    line-height: 2rem;
    text-align: center;
    margin-bottom: 60px;
  }
  .kuma_concept-sign {
    width: 100%;
    max-width: 20%;
    margin-bottom: 100px;
  }
  .kuma_movie {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .kuma_about {
    position: relative;
  }
  .kuma_about .bl_container {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 90%;
    max-width: 1000px;
    margin: 6em auto;
  }
  .kuma_about .bl_container:nth-last-child(2n+1) figure {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .kuma_about .bl_container:nth-last-child(2n+1) div.bl_col {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .kuma_about h3 {
    margin: 1em 0 1rem;
    line-height: 1.8rem;
  }
  .kuma_about p {
    font-size: 0.85rem;
  }
  .kuma_about figure {
    margin: 0 0 0 1em 0;
  }
  .kuma_product {
    position: relative;
  }
  .kuma_product-img {
    width: 90%;
    max-width: 1000px;
    margin: 50px auto;
  }
  .kuma_product .bl_container {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 30px;
  }
  .kuma_product-stool {
    width: 100%;
    max-width: 35%;
    margin: 0 auto;
  }
  .kuma_product-info01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: end;
        -ms-flex-align: end;
            align-items: end;
    margin-bottom: 15px;
  }
  .kuma_product-info01-name h2 {
    font-size: 0.8rem;
    margin-bottom: 2px;
  }
  .kuma_product-info01-name img {
    width: 100%;
    max-width: 150px;
  }
  .kuma_product-info01-price {
    font-size: 0.8rem;
  }
  .kuma_product-info01-price span {
    font-weight: 700;
    font-size: 1rem;
    font-family: Arial, Helvetica, sans-serif;
  }
  .kuma_product-info02 {
    margin-bottom: 15px;
  }
  .kuma_product-info03 {
    width: 100%;
  }
  .kuma_profile .bl_container {
    border-bottom: 1px solid #111;
    width: 90%;
    max-width: 1000px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .kuma_profile .bl_container .bl_col:nth-of-type(1) {
    -webkit-flex-basis: 27%;
        -ms-flex-preferred-size: 27%;
            flex-basis: 27%;
  }
  .kuma_profile .bl_container .bl_col:nth-of-type(1) figure {
    margin: 0;
  }
  .kuma_profile .bl_container .bl_col:nth-of-type(2) {
    -webkit-flex-basis: 68%;
        -ms-flex-preferred-size: 68%;
            flex-basis: 68%;
  }
  .kuma_profile-name {
    border-bottom: 1px solid #111111;
    margin: 0 0 10px 0;
    padding: 0 0 6px 0;
    font-size: 1.2rem;
  }
  .kuma_profile-name span {
    padding: 0 2rem 0 0;
    font-size: 0.9rem;
  }
  .kuma_profile-text {
    font-size: 0.8rem;
  }
  .kuma_scene {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    margin-bottom: 30px;
  }
  .kuma_button {
    width: 90%;
    max-width: 1000px;
    margin: 70px auto;
  }
  .kuma_button a {
    margin-bottom: 15px;
  }
  .kuma_button p {
    letter-spacing: 0.003rem;
    line-height: 1.5rem;
    text-align: center;
  }
  /* 2022 mina */
  .mina_concept {
    position: relative;
    width: 100%;
    height: 1500px; /* 2000px */
  }
  .mina_concept .bl_background {
    position: absolute;
    top: -70px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
  }
  .mina_concept .bl_background_line_bird {
    width: 400px;
    height: 400px;
    position: absolute;
    top: -50px;
    left: -50px;
  }
  .mina_concept .bl_background_line_horse {
    width: 400px;
    height: 400px;
    position: absolute;
    top: 350px;
    right: -150px;
  }
  .mina_concept .bl_background_line_bird_flower {
    width: 400px;
    height: 400px;
    position: absolute;
    top: 680px;
    left: -30px;
  }
  .mina_concept .bl_background_line_rabbit {
    width: 400px;
    height: 400px;
    position: absolute;
    top: 1050px;
    right: -40px;
  }
  .mina_concept .bl_background_color_bird {
    width: 400px;
    height: 400px;
    top: -50px;
    left: -50px;
  }
  .mina_concept .bl_background_color_horse {
    width: 400px;
    height: 400px;
    top: 350px;
    right: -150px;
  }
  .mina_concept .bl_background_color_bird_flower {
    width: 400px;
    height: 400px;
    top: 680px;
    left: -30px;
  }
  .mina_concept .bl_background_color_rabbit {
    width: 400px;
    height: 400px;
    top: 1050px;
    right: -40px;
  }
  .mina_concept .scroll_text-01 {
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .mina_concept .scroll_text-02 {
    width: 100%;
    height: 30vh;
    top: 0;
    right: 0;
    z-index: 11;
  }
  .mina_concept .scroll_text-03 {
    width: 100%;
    height: 30vh;
    top: 0;
    right: 0;
    z-index: 12;
  }
  .mina_concept_title {
    position: absolute;
    width: 90%;
    max-width: 660px;
    height: 400px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .mina_concept_title-01 {
    width: 90%;
    max-width: 660px;
    margin: 0 auto 50px auto;
    opacity: 0;
    -webkit-animation: fade 2s linear forwards;
            animation: fade 2s linear forwards;
  }
  .mina_concept_title-02 {
    width: 90%;
    max-width: 660px;
    margin: 0 auto 50px auto;
  }
  .mina_concept_text-01 {
    width: 90%;
    max-width: 660px;
    height: 50px;
    margin: 0 auto 0 auto;
  }
  .mina_concept_text-02 {
    top: 800px;
  }
  .mina_concept_text-03 {
    top: 1100px;
  }
  .mina_about .bl_container {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 3em auto;
  }
  .mina_about .bl_container:nth-last-child(2) figure {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .mina_about .bl_container:nth-last-child(2) div.bl_col {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .mina_about h3 {
    margin: 1em 0 0.5rem;
    font-size: 1.1rem;
  }
  .mina_about p {
    font-size: 0.9rem;
  }
  .mina_design h3 {
    font-size: 1.1rem;
  }
  .mina_items .bl_col {
    width: 28.333333%;
    margin: 0 2.5%;
  }
  .mina_items .bl_col figure {
    width: 100%;
  }
  .mina_profile .bl_container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .mina_profile .bl_col:nth-of-type(1) {
    -webkit-flex-basis: 27%;
        -ms-flex-preferred-size: 27%;
            flex-basis: 27%;
  }
  .mina_profile .bl_col:nth-of-type(2) {
    -webkit-flex-basis: 68%;
        -ms-flex-preferred-size: 68%;
            flex-basis: 68%;
  }
  .mina_reserve a {
    padding: 0.2rem 3px;
  }
  /* onlinestore */
  #store .headerLogo {
    width: 220px;
    margin: 13px 15px 13px 15px;
  }
  #store .header #globalNav {
    right: 0;
  }
  #store .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #store .container main {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 74%;
    margin: 0 0;
  }
  #store .container aside {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    width: 20%;
    margin: 0 0;
  }
  #store .container aside .side_area_categories ul > li > ul > li {
    width: 100%;
  }
  .store_archive .shop_info_gallery div:nth-of-type(1) {
    width: 40%;
    margin-bottom: 0;
  }
  .store_archive .shop_info_gallery div:nth-of-type(2) {
    width: 57%;
  }
  .store_archive .shop_info_logo {
    text-align: left;
  }
  .store_archive .shop_info_container {
    margin: 2em 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .store_archive .shop_info_col:nth-of-type(1) {
    width: 40%;
  }
  .store_archive .shop_info_col:nth-of-type(2) {
    width: 57%;
  }
  .store_archive .maker_info_gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .store_archive .maker_info_gallery div img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .store_archive .maker_info_gallery div:nth-of-type(1) {
    width: 40%;
    margin-bottom: 0;
  }
  .store_archive .maker_info_gallery div:nth-of-type(2) {
    width: 57%;
  }
  .store_archive .maker_info_container {
    margin: 2em 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .store_archive .maker_info_col:nth-of-type(1) {
    width: 40%;
  }
  .store_archive .maker_info_col:nth-of-type(2) {
    width: 57%;
  }
  .store_archive .maker_info_name {
    font-size: 1rem;
    font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
  }
  .store_archive .maker_info_name span {
    display: inline-block;
    font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
    font-size: 0.8rem;
  }
  .store_archive .maker_info_name span.craft_cat {
    padding: 0 10px 0 0;
  }
  .store_archive .maker_info_name span.company_name {
    padding: 0 0 0 10px;
  }
  .store_archive .maker_info_profile {
    margin: 0 0 1em;
    font-size: 0.8rem;
  }
  .store_archive_maker {
    margin: 2em 0;
  }
  .store_archive_maker_ttl {
    font-size: 1.2rem;
    text-align: center;
    font-family: YuMincho, "Yu Mincho", YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN", "serif" !important;
  }
  .store_archive_maker_text {
    width: 90%;
    max-width: 600px;
    margin: 1em auto 0;
    font-size: 0.8rem;
  }
  .store_items_article_picture {
    margin: 2em 0 0 0;
  }
  .store_items_article_container {
    margin: 2em 0 0 0;
  }
  .store_items_article_col:nth-of-type(1) {
    width: 35%;
  }
  .store_items_article_col:nth-of-type(2) {
    width: 60%;
  }
  .store_list_items .container::before {
    width: 24%;
  }
  .store_list_items .container::after {
    width: 24%;
  }
  .store_list_items_col {
    width: 24%;
  }
  .store_list_items.recommend_item .store_list_items_col {
    width: 24%;
  }
  .store_list_shopname_col {
    width: 48%;
  }
  .store_list_shopname_col .shopname {
    font-size: 1.1rem;
  }
  .store_list_shopname_col .shoptext {
    font-size: 0.8rem;
  }
  .store_list_maker {
    width: 100%;
  }
  .store_list_maker_col {
    width: 48%;
  }
  .store_list_maker_col .maker_name {
    font-size: 1.1rem;
  }
  .store_list_maker_col .maker_text {
    font-size: 0.8rem;
  }
  .store_list_categories {
    width: 100%;
    margin: 3em 0 5em;
  }
  .store_list_categories ul {
    width: 100%;
    height: 300px;
    position: relative;
  }
  .store_list_categories ul li {
    position: absolute;
    background-size: cover !important;
  }
  .store_list_categories ul li:nth-of-type(1) {
    width: 260px;
    top: 0;
    left: 0;
    height: 300px;
  }
  .store_list_categories ul li:nth-of-type(2) {
    width: 260px;
    top: 0px;
    left: 270px;
    height: 300px;
  }
  .store_list_categories ul li:nth-of-type(3) {
    width: 220px;
    top: 0px;
    left: 540px;
    height: 145px;
  }
  .store_list_categories ul li:nth-of-type(4) {
    width: 220px;
    top: 155px;
    left: 540px;
    height: 145px;
  }
  .store_list_shoplogo ul li#s_tetoteto {
    width: 100px;
  }
  .store_list_shoplogo ul li#s_kotokoto {
    width: 100px;
  }
  .store_list_shoplogo ul li#s_takumi_original {
    width: 100px;
  }
  .store_list_shoplogo ul li#s_hachi_mitsu {
    width: 200px;
  }
  .store_list_shoplogo ul li#s_oyado_waraku {
    width: 80px;
  }
  .store_page {
    margin: 0 0 3em 0;
  }
  .store_page_sct table {
    margin: 1em 0 5em;
    width: 100%;
  }
  .store_page_sct table th {
    display: inline-block;
    padding: 0.5em;
    width: 24%;
    font-size: 0.8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .store_page_sct table td {
    display: inline-block;
    width: 75%;
    padding: 0.5em;
    font-size: 0.8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .store_page_info_table thead {
    display: inline;
    float: none;
    width: auto;
  }
  .store_page_info_table thead tr {
    width: 100%;
  }
  .store_page_info_table thead tr th {
    width: 9.0909090909%;
  }
  .store_page_info_table tbody {
    display: inline;
    float: none;
    width: auto;
  }
  .store_page_info_table tbody tr {
    width: 100%;
  }
  .store_page_info_table tbody tr td {
    width: 9.0909090909%;
  }
  .store_page_info_table tr {
    display: inline;
    float: none;
  }
  .store_page_info_table th {
    display: inline-block;
  }
  .store_page_info_table td {
    display: inline-block;
  }
  .store_page_privacy h2 {
    margin: 3em 0 2em;
    font-size: 1.2rem;
    text-align: center;
  }
  .store_page_privacy h3 {
    margin: 2em 0 0.5em;
    font-size: 1rem;
    font-weight: bold;
  }
  .store_page_privacy p {
    margin: 1em 0;
    font-size: 0.8rem;
  }
  .store_page_privacy ul li {
    font-size: 0.8rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  .pt_list .bl_container {
    width: 90%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .pt_list .bl_container#gold_pt {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pt_list .bl_container#gold_pt .bl_col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 48%;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
    margin: 0 0 2em 0;
  }
  .pt_list .bl_col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 31%;
        -ms-flex: 0 1 31%;
            flex: 0 1 31%;
    margin: 0 3.33333% 2em 0;
  }
  .pt_list .bl_col:nth-child(3n) {
    margin: 0 0 2em 0;
  }
  .store_archive .shop_info_gallery div:nth-of-type(1) {
    width: 40%;
    margin-bottom: 0;
  }
  .store_archive .shop_info_gallery div:nth-of-type(2) {
    width: 57%;
  }
  .store_archive .maker_info_gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .store_archive .maker_info_gallery div img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .store_archive .maker_info_gallery div:nth-of-type(1) {
    width: 40%;
    margin-bottom: 0;
  }
  .store_archive .maker_info_gallery div:nth-of-type(2) {
    width: 57%;
  }
}
@media all and (min-width: 1024px) and (max-width: 1280px) {
  .pt_list .bl_container {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .pt_list .bl_container#gold_pt {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pt_list .bl_container#gold_pt .bl_col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 48%;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
    margin: 0 0 2em 0;
  }
  .pt_list .bl_col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 22%;
        -ms-flex: 0 1 22%;
            flex: 0 1 22%;
    margin: 0 1.5% 2em 1.5%;
  }
  .pt_list .bl_col:nth-child(3n) {
    margin: 0 1.5% 2em 1.5%;
  }
  /* 2022 mina */
  .mina_concept {
    height: 1400px; /* 2000px */
  }
  .mina_concept .bl_background_line_bird {
    width: 600px;
    height: 600px;
  }
  .mina_concept .bl_background_line_horse {
    width: 600px;
    height: 600px;
  }
  .mina_concept .bl_background_line_bird_flower {
    width: 600px;
    height: 600px;
  }
  .mina_concept .bl_background_line_rabbit {
    width: 600px;
    height: 600px;
  }
  .mina_concept .bl_background_color_bird {
    width: 600px;
    height: 600px;
  }
  .mina_concept .bl_background_color_horse {
    width: 600px;
    height: 600px;
  }
  .mina_concept .bl_background_color_bird_flower {
    width: 600px;
    height: 600px;
  }
  .mina_concept .bl_background_color_rabbit {
    width: 600px;
    height: 600px;
  }
  .mina_concept .scroll_text-02 {
    height: 20vh;
  }
  .mina_concept .scroll_text-03 {
    height: 20vh;
  }
  .mina_concept_title-01 {
    margin: 0 auto 50px auto;
  }
  .mina_concept_text-03 {
    max-width: 560px;
  }
  .mina_about .bl_container {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 3em auto;
  }
  .mina_about .bl_container:nth-last-child(2) figure {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .mina_about .bl_container:nth-last-child(2) div.bl_col {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .mina_about h3 {
    font-size: 1.1rem;
  }
  .mina_about p {
    font-size: 0.9rem;
  }
  .mina_design h3 {
    font-size: 1.1rem;
  }
  .mina_profile .bl_container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .mina_profile .bl_col:nth-of-type(1) {
    -webkit-flex-basis: 27%;
        -ms-flex-preferred-size: 27%;
            flex-basis: 27%;
  }
  .mina_profile .bl_col:nth-of-type(2) {
    -webkit-flex-basis: 68%;
        -ms-flex-preferred-size: 68%;
            flex-basis: 68%;
  }
}
@media (min-width: 1200px) {
  .header {
    width: 100%;
    height: 70px;
    z-index: 999999;
    background-color: #F6F6F2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .headerLogo {
    height: 30px;
    margin: 20px 20px 20px 20px;
  }
  .headerLogo img {
    height: 30px;
  }
  .header #globalNav {
    position: relative;
    top: 0;
    right: 0;
    width: 83%;
    height: 50px;
  }
  .header #globalNav #globalNav_checkbox {
    display: none;
  }
  .header #globalNav #globalNav_icon {
    display: none;
  }
  .header #globalNav #globalNav_icon span::before, .header #globalNav #globalNav_icon span::after {
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
  }
  .header #globalNav #globalNav_checkbox:checked ~ #globalNav_icon span::before {
    -webkit-transform: none;
    transform: none;
  }
  .header #globalNav #globalNav_checkbox:checked ~ #globalNav_icon span::after {
    -webkit-transform: none;
    transform: none;
  }
  .header #globalNav #globalNav_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: auto;
    left: auto;
    height: 50px;
    background: transparent;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
            transform: none;
    opacity: 1 !important;
  }
  .header #globalNav #globalNav_checkbox:checked ~ #globalNav_content {
    -webkit-transform: none;
            transform: none;
    display: block;
  }
  .header #globalNav #globalNav_close {
    -webkit-transition: none;
    transition: none;
  }
  .header #globalNav #globalNav_checkbox:checked ~ #globalNav_close {
    opacity: 0;
  }
  .header .globalNav_address {
    display: none;
  }
  .header .globalNav_content {
    width: 100%;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header .globalNav_content .headerLogo {
    display: none;
  }
  .header .globalNav_content .navMain {
    width: 880px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 0 0 0;
  }
  .header .globalNav_content .navMain li {
    width: 8em;
    margin: 0 0 0 0;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .header .globalNav_content .navMain li:nth-of-type(1) {
    width: 5em;
  }
  .header .globalNav_content .navMain li:nth-of-type(2) {
    width: 5em;
  }
  .header .globalNav_content .navMain li:nth-of-type(3) {
    width: 6em;
  }
  .header .globalNav_content .navMain li:nth-of-type(4) {
    width: 5em;
  }
  .header .globalNav_content .navMain li:nth-of-type(5) {
    width: 4em;
  }
  .header .globalNav_content .navMain li:nth-of-type(6) {
    width: 5em;
  }
  .header .globalNav_content .navMain li:nth-of-type(7) {
    width: 5em;
  }
  .header .globalNav_content .navMain li:nth-of-type(8) {
    width: 5em;
  }
  .header .globalNav_content .navMain li:nth-of-type(9) {
    width: 4em;
  }
  .header .globalNav_content .navMain li:nth-of-type(10) {
    width: 8em;
  }
  .header .globalNav_content .navMain li:nth-of-type(11) {
    width: 8em;
  }
  .header .globalNav_content .navMain li a span {
    text-align: center;
  }
  .header .globalNav_content .navMain li a .en {
    display: none;
    font-size: 0.8rem;
  }
  .header .globalNav_content .navMain li a .jp {
    padding: 0 0 0 0;
    display: block;
    font-size: 0.8rem;
  }
  .header .globalNav_content .navMain li a:hover .en {
    display: block;
  }
  .header .globalNav_content .navMain li a:hover .jp {
    display: none;
  }
  .header .globalNav_content .infoAddress {
    display: none;
  }
  .header .subNav {
    display: block;
  }
  .header .nav_lang {
    right: 15px;
    top: 27px;
  }
  #store .header {
    width: 100%;
    height: 70px;
    z-index: 999999;
    background-color: #F6F6F2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #store .headerLogo {
    margin: 13px 15px 13px 15px;
  }
  #store .headerLogo img {
    height: 40px;
  }
  #store .header #globalNav {
    position: relative;
    top: 0;
    right: 0;
    width: 50px; /*86%*/
    height: 50px;
  }
  #store .header #globalNav #globalNav_content {
    display: none;
  }
  .navSns {
    margin: 0 0 0 0;
    margin-left: 0;
  }
  .breadcrumb {
    margin: 2em auto;
    padding: 0 0 0;
  }
  .pt_list .bl_container {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .pt_list .bl_container#gold_pt {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pt_list .bl_container#gold_pt .bl_col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 48%;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
    margin: 0 0 2em 0;
  }
  .pt_list .bl_col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 22%;
        -ms-flex: 0 1 22%;
            flex: 0 1 22%;
    margin: 0 1.5% 2em 1.5%;
  }
  .pt_list .bl_col:nth-child(3n) {
    margin: 0 1.5% 2em 1.5%;
  }
  .banner .bl_container .bl_col:nth-of-type(1) {
    margin: 0 0 0 0;
  }
  /* 2022 mina */
  .mina_concept {
    height: 1600px; /* 2000px */
  }
  .mina_concept .bl_background_line_bird {
    width: 800px;
    height: 800px;
    top: -200px;
    left: -200px;
  }
  .mina_concept .bl_background_line_horse {
    width: 800px;
    height: 800px;
    right: -200px;
  }
  .mina_concept .bl_background_line_bird_flower {
    width: 800px;
    height: 800px;
    left: -200px;
  }
  .mina_concept .bl_background_line_rabbit {
    width: 800px;
    height: 800px;
    top: 1200px;
  }
  .mina_concept .bl_background_color_bird {
    width: 800px;
    height: 800px;
    top: -200px;
    left: -200px;
  }
  .mina_concept .bl_background_color_horse {
    width: 800px;
    height: 800px;
    right: -200px;
  }
  .mina_concept .bl_background_color_bird_flower {
    width: 800px;
    height: 800px;
    left: -200px;
  }
  .mina_concept .bl_background_color_rabbit {
    width: 800px;
    height: 800px;
    top: 1200px;
  }
  .mina_concept .scroll_text-02 {
    right: 5%;
    height: 20vh;
  }
  .mina_concept .scroll_text-03 {
    height: 20vh;
  }
  .mina_concept_title-01 {
    margin: 0 auto 50px auto;
  }
  .mina_concept_text-02 {
    top: 1000px;
  }
  .mina_concept_text-03 {
    top: 1350px;
  }
  .mina_about .bl_container {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 3em auto;
  }
  .mina_about .bl_container:nth-last-child(2) figure {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .mina_about .bl_container:nth-last-child(2) div.bl_col {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .mina_about h3 {
    font-size: 1.1rem;
  }
  .mina_about p {
    font-size: 0.9rem;
  }
  .mina_design h3 {
    font-size: 1.1rem;
  }
  .mina_profile .bl_container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .mina_profile .bl_col:nth-of-type(1) {
    -webkit-flex-basis: 27%;
        -ms-flex-preferred-size: 27%;
            flex-basis: 27%;
  }
  .mina_profile .bl_col:nth-of-type(2) {
    -webkit-flex-basis: 68%;
        -ms-flex-preferred-size: 68%;
            flex-basis: 68%;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  .ex_listContainer {
    width: 94%;
    margin: 2em auto;
  }
  .ex_listContainer:last-child::after {
    content: "";
    display: block;
    width: 49%;
  }
  .ex_listCol {
    width: 49%;
    min-height: 480px;
    margin: 0 0 1em 0;
    background-color: #F2EEE7;
    padding: 1em;
  }
  .ex_listCol > a {
    opacity: 1;
  }
  .ex_listCol > a:hover {
    opacity: 0.7;
  }
}/*# sourceMappingURL=original_style.css.map */