@charset "UTF-8";
/*
Theme Name: urubana-bingata
*/
/*=================================================
 *  リセット
 * ================================================= */
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
  font-size: 100%;
  padding-bottom: 0;
  padding-right: 0;
  padding-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-left: 0;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}
img {
  border: 0;
  vertical-align: bottom;
}
ul, ol {
  list-style: none;
}
table {
  border-spacing: 0;
  empty-cells: show;
}
p {
  margin: auto;
}
.wp-caption {
  width: 100% !important;
  height: auto;
}
/*=================================================
 * ロールオーバー
 * ================================================= */
a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #000;
}
a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
*:focus {
  outline: none;
}
/*=================================================
 * サイト全体
 * ================================================= */
body {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.2vw;
  color: #333;
  line-height: 1.5;
  background-color: #FEF6EF;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
.mainWrap {
  width: 80vw;
  margin: 0 auto;
  position: relative;
}
.fullWrap {
  width: 100%;
}
.sp {
  display: none !important;
}
.flex {
  display: flex;
}
.flex-sb {
  display: flex;
  justify-content: space-between;
}
img {
  width: 100%;
  height: auto;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
a {
  text-decoration: none;
}
.shadow {
  box-shadow: 0 0.3vw 1vw 0 rgb(0 0 0 / 20%);
}
.t-shadow {
  text-shadow: 1px 2px 3px #0000004d;
}
.dotstyle {
  list-style: disc;
  margin-left: 1.5vw;
}
/*=================================================
 * ボタン右矢印
 * ================================================= */
.btn-ar p {
  padding: 1.2vw 3vw;
  width: 23vw;
  border-radius: 50px;
  margin: 0;
}
.btn-ar p:after {
  font-family: "Font Awesome 6 Free";
  content: '\f105';
  font-weight: 900;
  font-size: 1.8vw;
  position: absolute;
  top: 0.8vw;
  right: 2vw;
  font-style: normal;
}
/*=================================================
 * 背景色
 * ================================================= */
.bg-w {
  background-color: #fff;
}
/*=================================================
 * 色
 * ================================================= */
.white {
  color: #fff;
}
.red {
  color: #A30000
}
.tc a {
  color: #654F4F;
}
.white a {
  color: #fff;
}
.red a {
  color: #A30000
}
/*=================================================
 * ボーダー
 * ================================================= */
.bd {
  border: 1px solid #000;
}
.bd-t {
  border-top: 1px solid #333;
}
.bd-b {
  border-bottom: 1px solid #333;
}
.bd-t-dot {
  border-top: 1px dotted #333;
}
.bd-b-dot {
  border-bottom: 1px dotted #333;
}
.bd-t-w {
  border-top: 1px solid #fff;
}
.bd-b-w {
  border-bottom: 1px solid #fff;
}
/*=================================================
 * パンくず
 * ================================================= */
.pankuzu {
  margin: 1vw 0 9vw;
  padding: 1vw;
  width: 100%;
}
.pankuzu ul {
  justify-content: right;
  margin-right: 3vw;
}
.pankuzu ul li:after {
  content: ">";
  margin: 0 1vw;
}
.pankuzu ul li:last-child:after {
  content: none;
}
.pankuzu li {
  font-size: 1vw;
  padding: 0 !important;
  display: flex;
}
/*=================================================
 * font
 * ================================================= */
.bold {
  font-weight: bold;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.f12 {
  font-size: 1vw;
}
.f14 {
  font-size: 1.1vw;
}
.f16 {
  font-size: 1.2vw;
}
.f18 {
  font-size: 1.3vw;
}
.f20 {
  font-size: 1.4vw;
}
.f21 {
  font-size: 1.5vw;
}
.f22 {
  font-size: 1.6vw;
}
.f24 {
  font-size: 1.8vw;
}
.f26 {
  font-size: 1.8vw;
}
.f30 {
  font-size: 2.2vw;
}
.f32 {
  font-size: 2.3vw;
}
.f34 {
  font-size: 2.5vw;
}
.f36 {
  font-size: 2.6vw;
}
.f46 {
  font-size: 2.8vw;
  line-height: 1.3;
}
.f48 {
  font-size: 3.4vw;
  line-height: 1.3;
}
.f50 {
  font-size: 3.8vw;
  line-height: 1;
}
.f60 {
  font-size: 4.4vw;
  line-height: 1;
}
.f70 {
  font-size: 5vw;
  line-height: 1;
}
.f90 {
  font-size: 6.5vw;
  line-height: 1;
}
/*=================================================
 * header
 * ================================================= */
header {
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  z-index: 9999;
  width: 100%;
  top: 0;
  left: 0;
  font-weight: bold;
  height: 10vh;
}
body.home #firstview header {
  position: relative !important;
  top: auto !important;
  left: auto !important;
}
header .wrap {
  width: 94%;
  margin: 0 auto;
}
header h1 {
  position: relative;
  top: -0.3vh;
}
header h1 img {
  width: 20vw;
  height: auto;
}
header .btn-g {
  margin-top: 2vw;
}
header .box {
  align-items: center;
  padding: 3vh;
  height: 10vh;
}
/*=================================================
 * nav
 * ================================================= */
nav {
  text-align: center;
  width: 56vw;
}
nav ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
}
nav ul ul {
  display: block;
}
nav ul li {
  position: relative;
  padding: 0;
}
nav ul li ul li {
  padding: 0px;
}
nav ul li a {
  display: block;
  text-decoration: none;
  transition: all .3s;
}
nav ul li li a {
  padding: 0.98vw 1.961vw;
}
nav ul li a:hover {
  color: #888;
}
nav li.has-child ul {
  position: absolute;
  left: -4.5vw;
  top: 3vw;
  z-index: 4;
  border: solid 1px #707070;
  width: 25vw;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
}
nav li.has-child:hover > ul, nav li.has-child ul li:hover > ul, nav li.has-child:active > ul, nav li.has-child ul li:active > ul {
  visibility: visible;
  opacity: 1;
}
nav li.has-child ul li a {
  color: #3f3a39;
  border-bottom: solid 1px rgba(63, 58, 57);
  background: #fff;
  opacity: 1;
}
nav li.has-child ul li:last-child a {
  border-bottom: none;
}
nav li.has-child ul li a:hover, nav li.has-child ul li a:active {
  background: #C5E8B6;
}
header .snsbox .cell {
  margin-right: 0.5vw;
}
/*=================================================
 * top
 * ================================================= */
.fv-top {
  position: relative;
  position: relative;
}
.siteHeader {
  width: 100%;
  z-index: 999;
}
.top-firstview {
  height: 100vh;
  position: relative;
}
.top-firstview .siteHeader {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.siteHeader.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 9vh;
}
.top-firstview .slide {
  height: 90vh;
}
.top-firstview .slide img {
  height: 90vh !important;
  width: 100%;
  object-fit: cover;
}
#top .b01 .box {
  margin-bottom: 5vw;
}
#top .b01 .bgimg01 {
  width: 34vw;
  top: 0;
  left: 0;
}
h2 {
  font-weight: normal;
}
#top .b01 .bgimg02 {
  right: 0;
  width: 18vw;
  top: 46vw;
}
#top .b01 .box .ttl {
  margin-left: 12vw;
  margin-top: 8vw;
  width: 17vw;
}
#top .b01 .box .ttl .icon {
  width: 4vw;
  right: 0;
  top: 7vw;
}
#top .b01 .txt {
  width: 34vw;
  line-height: 2.4;
  margin-top: 12vw;
}
.bt {
  margin: 2vw 0;
}
.bt a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bt .more {
  width: 2.5vw;
  line-height: 0;
  margin-left: 1vw;
}
#top .imgbox .img01 {
  width: 65vw;
}
#top .imgbox .img02 {
  width: 25vw;
  margin-top: 18vw;
}
.tate {
  writing-mode: vertical-rl;
  letter-spacing: 0.3em;
}
#top .b02 .h2box {
  width: 8vw;
  margin-left: 4vw;
}
#top .b02 .nbox {
  width: 60vw;
  border-top: dotted 2px #888;
  margin-right: 5vw;
}
#top .b02 .nbox .cat {
  border: solid 1px #707070;
  padding: 0.5vw 3vw;
  width: fit-content;
}
#top .b02 .nbox .date {
  margin-left: 2vw;
  line-height: 2.2;
}
#top .b02 .nbox .ttl {
  margin-left: 2vw;
  line-height: 2.2;
}
#top .b02 .nbox ul li {
  border-bottom: dotted 2px #888;
  width: 60vw;
  padding: 2vw 1vw;
}
#top .b02 .bt {
  justify-content: flex-end;
  margin-right: 5vw;
}
#top .b03 h2 {
  margin: 0 auto;
  letter-spacing: 0.2em;
  margin-bottom: 4vw;
}
#top .b03 .icon {
  width: 4vw;
  right: 40vw;
  top: 17vw;
}
#top .b03 .box .img {
  width: 50vw;
}
#top .b03 .box .img02 img {
  height: 100%;
  object-fit: cover;
}
#top .b03 .box .txtbox {
  width: 50vw;
  background: #fff;
  padding: 5vw 9vw;
}
.gray {
  color: #888;
}
#top .b03 .box .txtbox .txt {
  margin: 3vw 0;
  line-height: 2.2;
}
#top .b04 .ttl {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 5vw;
}
#top .b04 .icon {
  width: 3vw;
  right: 36vw;
  top: 2vw;
}
#top .b04 .box .img {
  width: 50vw;
}
#top .b04 .box .txtbox {
  width: 50vw;
  padding: 5vw 9vw 5vw 14vw;
}
#top .b04 .box .txtbox .txt {
  margin: 3vw 0;
  line-height: 2.2;
}
#top .b05 .ttl {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 5vw;
}
#top .b05 .icon {
  width: 3vw;
  right: 36vw;
  top: 2vw;
}
#top .b05 .box .img {
  width: 50vw;
}
#top .b05 .box .txtbox {
  width: 50vw;
  padding: 5vw 9vw;
}
#top .b05 .box .txtbox .txt {
  margin: 3vw 0;
  line-height: 2.2;
}
#top .block {
  padding: 5vw 0;
}
/*=================================================
 * footer
 * ================================================= */
.bottombox .imgbox {
  background-image: url("img/fimg.webp");
  width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 4vw;
}
.bottombox .imgbox .ttl {
  padding: 3vw 0;
}
.bottombox .imgbox .txt {
  line-height: 2.2;
  margin-bottom: 3vw;
}
.bottombox .imgbox .formbox {
  background: #fff;
  width: 28vw;
  margin: 0 auto;
  padding: 1vw 5vw;
  border-radius: 10vw;
}
.bottombox .imgbox .formbox a {
  color: #333 !important;
}
.bottombox .imgbox .formbox .form {
  width: fit-content;
  text-align: center;
  margin: 0 auto;
}
.bottombox .imgbox .formbox .fa-brands {
  font-size: 2.5vw;
}
footer {
  padding-top: 5vw;
}
footer .logo {
  width: 21vw;
  margin: 0 auto;
}
footer .formbox {
  margin: 3vw 0;
}
footer .fa-regular {
  font-size: 2.5vw;
}
footer .formbox .form {
  width: 35vw;
  margin: 0 auto;
  background: #fff;
  border-radius: 10vw;
  padding: 1.5vw 8vw;
}
/*=================================================
 * page共通
 * ================================================= */
#firstview .fv-btm {
  margin-top: 10vh;
}
#firstview .bg {
  padding: 11.3vw;
  background-size: cover;
}
.h3-sango {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 auto 4vw;
  width: fit-content;
}
.h3-sango:before {
  content: "";
  display: inline-block;
  width: 2vw;
  height: 2vw;
  margin-right: 1vw;
  background-image: url(img/point.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.block {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.block.show {
  opacity: 1;
  transform: translateY(0);
}
.profileArea {
  text-align: left;
  position: relative;
}
.profileArea > .in {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  padding: 50px 0 80px;
}
.profileArea > .in .content {
  display: table;
  width: 100%;
}
.profileArea > .in .content .tr {
  display: table-row;
}
.profileArea > .in .content .tr .tit, .profileArea > .in .content .tr .cap {
  display: table-cell;
  vertical-align: top;
  border-top: 1px solid #707070;
  padding: 16px 0;
}
.profileArea > .in .content .tr .tit {
  text-align: left;
  width: 130px;
  padding-left: 30px;
}
.profileArea > .in .content .tr .tit.type01 {
  letter-spacing: 2rem;
}
.profileArea > .in .content .tr .tit.type03 {
  letter-spacing: 0.5rem;
}
.profileArea > .in .content .tr .tit.type04 {
  letter-spacing: 0rem;
}
.profileArea > .in .content .tr .tit.type05 {
  letter-spacing: 0rem;
}
.profileArea > .in .content .tr .cap {
  padding-left: 44px;
  padding-right: 10px;
}
.profileArea > .in .content .tr:last-child .tit, .profileArea > .in .content .tr:last-child .cap {
  border-bottom: 1px solid #707070;
}
/*=================================================
 * news
 * ================================================= */
#firstview .news-bg {
  background-image: url("img/news/topimg.webp");
}
#news a {
  text-decoration: none;
}
#news .mainWrap {
  margin: 0 auto 10vw;
}
#news .postWrap .post {
  width: 55vw;
}
#news .postWrap .textbox {
  padding: 2vw 0;
  align-items: center;
}
#news .postWrap .textbox .cat {
  min-width: 10vw;
  margin-right: 1vw;
}
#news .postWrap .textbox .cat .bd {
  padding: 0.2vw 0;
  width: 100%;
  display: block;
  text-align: center;
}
#news .postWrap .textbox .time {
  min-width: 7vw;
}
#news .postWrap .textbox .title {
  width: 35vw;
}
#news .mainWrap .post .box {
  padding: 1.5vw 0;
  width: 100%;
}
#news .mainWrap .post .box .date {
  width: 7vw;
}
#news .mainWrap .post .box .title {
  width: 48vw;
}
#news .mainWrap .post .box .arrow {
  width: 2vw;
  line-height: 1;
  margin: auto 0 auto 2vw;
}
#news .postWrap {
  justify-content: space-between;
}
#news .sidebar .block {
  margin-bottom: 4vw;
  padding: 0;
}
.sidebar h4 {
  padding-bottom: 0.5vw;
}
.sidebar {
  width: 18vw;
}
.sidebar .blue {
  padding-bottom: 1vw;
  display: inline-block;
  text-align: left;
  width: 100%;
}
.sidebar .bold {
  font-size: 1.6vw;
  margin-right: 1vw;
}
.sidebar ul {
  padding: 1vw 0;
}
.sidebar .block2 select {
  padding: 1vw;
  width: 100%;
}
.sidebar ul .cat-item {
  margin-bottom: 1vw;
}
.sidebar ul .cat-item:last-child {
  margin-bottom: 0;
}
.pager {
  justify-content: center;
  margin: 3vw auto;
  width: fit-content;
}
#news .single .left {
  padding-bottom: 1vw;
  margin-bottom: 1vw;
}
#news .content {
  width: 50vw;
}
#news .content .ttl-box .cat {
  margin: 1vw 0;
}
#news .content .ttl-box .cat .bd {
  padding: 0.3vw 3vw;
}
#news .content .ttl-box {
  padding-bottom: 1.5vw;
  margin-bottom: 2vw;
}
#news .content img {
  margin: 2vw 0;
  width: auto;
  height: auto;
}
#news .content .entry-content {
  line-height: 2;
}
#news .entry {
  margin: 2vw 0 4vw;
}
#news .entry a {
  border-bottom: 1px solid #333;
}
#news .single_pager {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 1vw 0;
  padding-top: 2vw;
}
#news .cat-ttl {
  margin-bottom: 3vw;
}
/*=================================================
 * 琉球紅型とは
 * ================================================= */
#firstview .bingata-bg {
  background-image: url("img/bingata/topimg.webp");
}
#bingata .block {
  margin-bottom: 8vw
}
#bingata .b01 .mainWrap {
  width: 56vw;
  line-height: 2;
}
#bingata .b02 .mainWrap {
  width: 74vw;
}
#bingata .b02 .imgWrap {
  width: 18vw;
}
#bingata .b02 .imgWrap .img {
  margin-bottom: 3vw;
}
#bingata .b02 .txtWrap {
  width: 50vw;
}
#bingata .b02 .txtWrap .box {
  padding: 2vw 0;
  line-height: 1.8;
}
#bingata .b02 .txtWrap .ttl {
  margin-bottom: 1.5vw;
}
/*=================================================
 * うるばなについて
 * ================================================= */
#firstview .about-bg {
  background-image: url("img/about/topimg.webp");
}
#about .b01 .mainWrap {
  line-height: 2.5;
  margin: 0 auto 8vw;
  padding-bottom: 8vw;
  width: fit-content;
}
#about .b02 {
  margin-bottom: 8vw;
}
#about .b02 .mainWrap {
  width: 66vw;
  margin: 0 auto;
  position: relative;
}
#about .b02 .mainWrap .wrap {
  align-items: center;
}
#about .b02 .mainWrap .wrap .img {
  width: 29vw;
  margin: 0 auto 5vw;
}
#about .b02 .mainWrap .wrap .txt-box {
  width: 50vw;
  margin: 0 auto 5vw;
}
#about .b02 .mainWrap .wrap .txt-box .name {
  align-items: baseline;
  margin-bottom: 2vw;
}
#about .b02 .mainWrap .wrap .txt-box .name .jp {
  margin-right: 2vw;
}
#about .b02 .mainWrap .wrap .txt-box .txt {
  line-height: 2.5;
}
#about .b02 .table table {
  text-align: left;
  border-top: 1px solid #C1C1C1;
  width: 100%;
}
#about .b02 .table td, #about .b02 .table th {
  border-bottom: 1px solid #C1C1C1;
  padding: 1.6vw 0 1.6vw 1vw;
}
/*=================================================
 * 作品ギャラリー
 * ================================================= */
#firstview .gallery-bg {
  background-image: url("img/gallery/topimg.webp");
}
#gallery .slide {
  width: 66vw;
  margin: 0 auto 10vw;
}
/*=================================================
 * 子ども向け教室
 * ================================================= */
#firstview .kids-bg {
  background-image: url("img/kids/topimg.webp");
}
#kids .b01 {
  margin-bottom: 8vw;
}
#kids .b01 .wrap {
  align-items: center;
}
#kids .b01 .wrap .img {
  width: 45vw;
}
#kids .b01 .txt-box {
  width: 30vw;
}
#kids .b01 .h3-sango {
  margin: 0 0 2vw;
}
#kids .b01 .txt-box .txt {
  line-height: 2.5;
}
#kids .b02 {
  margin-bottom: 8vw;
}
#kids .b03 {
  margin-bottom: 8vw;
}
#kids .b03 .txt {
  line-height: 2.5;
}
#kids .b03 .bt {
  width: fit-content;
  padding: 2vw 7vw;
  margin: 5vw auto 0;
  border-radius: 50px;
}
/*=================================================
 * お問い合わせ
 * ================================================= */
#firstview .contact-bg {
  background-image: url("img/contact/topimg.webp");
}
#contact .form iframe {
  width: 100%;
}
/*=================================================
 * レスポンシブ
 * ================================================= */
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  body {
    font-size: 3.6vw;
    line-height: 2;
  }
  a:hover {
    opacity: none;
    filter: none;
  }
  .flex, .flex-sb {
    flex-wrap: wrap;
  }
  .mainWrap {
    width: 90%;
    margin: 0 auto;
    position: relative;
    display: block;
  }
  /*=================================================
 * レスポンシブ｜header
 * ================================================= */
  .spmenu {
    width: 90vw;
    height: auto;
    transition: all 0.2s;
    position: absolute;
    top: 15vw;
    right: 0;
    z-index: 0;
    background-color: #fff;
    color: #000;
    padding: 5vw;
    font-size: 4vw;
    opacity: 0;
    visibility: hidden;
  }
  .spmenu a {
    color: #000;
    text-decoration: none;
  }
  .spmenu.open {
    opacity: 1;
    z-index: 1001;
    visibility: unset;
  }
  .spmenu .snsbox {
    width: 34vw;
    margin-top: 5vw;
  }
  .menublock {
    padding: 10px 0;
    border-bottom: dashed 1px #A0A0A0;
    position: relative;
  }
  .menublock .inner {
    display: none;
  }
  .menublock span {
    display: block;
    border-bottom: dotted 1px #A0A0A0;
    padding: 10px;
  }
  .menublock .inner span:last-child {
    border: none;
    padding-bottom: 0;
  }
  .menu_bt i {
    position: absolute;
    right: 0;
    top: 15px;
  }
  .menu_bt .fa-chevron-up {
    display: none;
  }
  .menu_bt.active .fa-chevron-up {
    display: block;
  }
  .menu_bt.active .fa-chevron-down {
    display: none;
  }
  .menublock.no_inner i {
    position: absolute;
    right: 0;
    top: 15px;
  }
  .inner span i {
    margin-right: 10px;
  }
  .spmenuWrap button {
    display: block;
    border: none;
    padding: 1vw 3vw;
    width: 8vh;
    height: 9vh;
    color: #000;
    letter-spacing: 0.1em;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1001;
    text-align: center;
    outline: none;
    font-size: 1.6vw;
    background-color: #fff;
  }
  /*   iphone対策（送信ボタン・セレクトボックス）   */
  input[type="submit"] {
    -webkit-appearance: none;
    color: #333;
  }
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 3.6vw;
    background-color: #fff;
    color: #000;
  }
  /*   ハンバーガーボタン3本線   */
  .spmenuWrap button span.bar {
    display: block;
    height: 0.8vw;
    background-color: #000;
    margin: 2vw 0;
    transition: all 0.2s;
    transform-origin: 0 0;
  }
  .spmenuWrap button .close {
    letter-spacing: 0.08em;
    display: none;
  }
  .spmenuWrap button .menu {
    display: block;
  }
  /*  メニューアクティブ時  */
  .spmenuWrap button.active span.bar {
    width: 11vw;
  }
  .spmenuWrap button.active .bar1 {
    transform: rotate(30deg);
  }
  .spmenuWrap button.active .bar2 {
    opacity: 0;
  }
  .spmenuWrap button.active .bar3 {
    transform: rotate(-30deg);
  }
  .spmenuWrap button.active .menu {
    display: none;
  }
  .spmenuWrap button.active .close {
    display: block;
  }
  .spmenuWrap .flexbox {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  .spmenuWrap .flexbox .sns {
    margin-top: 5vw;
  }
  .spmenuWrap .flexbox img {
    width: 13vw;
  }
  .top-firstview .slide {
    height: 91vh;
  }
  .top-firstview .slide img {
    height: 91vh !important;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    height: 9vh;
  }
  header nav {
    display: none;
  }
  header h1 img {
    width: 50vw;
  }
  header .box {
    padding: 0 2vh;
  }
  header .snsbox i {
    font-size: 5vw;
  }
  header .snsbox .cell {
    margin-right: 2vw;
  }
  header .snsbox {
    margin-right: 4vw;
  }
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 3.6vw;
    background-color: #fff;
    color: #000;
  }
  /*404エラーページ*/
  #p404 h2 {
    font-size: 5.5vw;
    margin-bottom: 7vw;
  }
  #p404 .mainWrap {
    margin: 0 auto 20vw;
  }
  /*パンくず*/
  .pankuzu {
    margin: 5vw auto 14vw 0;
  }
  .pankuzu ul {
    justify-content: left;
    margin-left: 3vw;
  }
  .pankuzu li {
    font-size: 3vw;
  }
  /*=================================================
 * レスポンシブ｜footer
 * ================================================= */
  .bottombox .imgbox .formbox {
    width: 100%;
    padding: 2vw 5vw;
  }
  .bottombox .imgbox .formbox .fa-brands {
    font-size: 5vw;
    margin-right: 2vw;
    padding-top: 1.5vw;
  }
  .bottombox .imgbox .formbox .form {
    align-items: center;
  }
  .bottombox .imgbox {
    padding: 9vw;
  }
  .bottombox .imgbox .txt {
    line-height: 1.8;
    margin-bottom: 5vw;
  }
  footer {
    padding-top: 9vw;
  }
  footer .logo {
    width: 50vw;
    margin: 0 auto 7vw;
  }
  footer .formbox .form {
    width: 90%;
    padding: 2vw;
    align-items: center;
    justify-content: center;
  }
  footer .formbox .form i {
    font-size: 5vw;
    margin-right: 2vw;
  }
  footer .formbox {
    margin: 3vw 0 10vw;
  }
  /*=================================================
 * レスポンシブ｜ボタン
 * ================================================= */
  .btn-ar {
    width: 100%;
  }
  .btn-ar p {
    padding: 3vw 7vw;
    width: 100%;
  }
  .btn-ar p:after {
    font-size: 4.5vw;
    top: 2vw;
    right: 5vw;
  }
  /*フォントサイズ*/
  .f12 {
    font-size: 3vw;
  }
  .f14 {
    font-size: 3.5vw;
  }
  .f18 {
    font-size: 3.7vw;
  }
  .f20 {
    font-size: 4vw;
  }
  .f22 {
    font-size: 5vw;
  }
  .f24 {
    font-size: 4.2vw;
  }
  .f26 {
    font-size: 4.5vw;
  }
  .f30 {
    font-size: 4.5vw;
  }
  .f32 {
    font-size: 4.5vw;
  }
  .f34 {
    font-size: 4.5vw;
  }
  .f46 {
    font-size: 5.5vw;
    line-height: 1.3;
  }
  .f48 {
    font-size: 6vw;
    line-height: 1.3;
  }
  .f50 {
    font-size: 9vw;
    line-height: 1.2;
  }
  .f70 {
    font-size: 10vw;
  }
  /*=================================================
 * レスポンシブ｜TOP
 * ================================================= */
  #top .b01 .bgimg01 {
    width: 50vw;
  }
  #top .b01 .box .ttl {
    margin-left: 0;
    width: fit-content;
    margin-bottom: 3vw;
  }
  #top .b01 .box .ttl .f32 {
    font-size: 5vw;
  }
  #top .b01 .box .ttl .icon {
    width: 6vw;
    right: -7vw;
    top: 6vw;
  }
  #top .b01 .txt {
    width: 100%;
    line-height: 2.4;
    margin-top: 12vw;
  }
  #top .b01 .bgimg02 {
    width: 30vw;
    top: 106vw;
  }
  #top .bt {
    margin: 8vw 0 8vw auto;
    width: fit-content;
  }
  .bt .more {
    width: 5vw;
    line-height: 0;
    margin-left: 2vw;
  }
  #top .imgbox .img02 {
    width: 27vw;
    margin-top: 20vw;
  }
  #top .b02 .h2box {
    width: 8vw;
    margin-left: 0;
  }
  #top .b02 .nbox {
    width: 75vw;
    margin-right: 0;
  }
  #top .b02 .nbox ul li {
    width: 100%;
    padding: 5vw 1vw;
  }
  #top .b02 .nbox .date {
    margin-left: 3vw;
  }
  #top .b02 .nbox .ttl {
    line-height: 1.7;
    margin-top: 3vw;
  }
  #top .b03 .icon {
    width: 6vw;
    right: 37vw;
    top: 23vw;
  }
  #top .b03 h2 {
    margin-bottom: 6vw;
  }
  #top .b03 .img01 {
    height: 55vw;
  }
  #top .b03 .img01 img {
    height: 100%;
    object-fit: cover;
  }
  #top .b03 .box {
    position: relative;
    margin-top: 9vw;
  }
  #top .b03 .box .img {
    width: 65vw;
    position: absolute;
    left: 0;
    top: 0;
  }
  #top .b03 .box .txtbox {
    width: 80vw;
    padding: 32vw 7vw 0;
    margin: 20vw 0 5vw auto;
  }
  #top .b03 .box .bt {
    margin: 4vw 0 7vw auto;
  }
  #top .b04 h2 {
    margin-right: 8vw;
  }
  #top .b04 .icon {
    width: 5vw;
    right: 28vw;
    top: 1vw;
  }
  #top .b04 .ttl {
    margin-bottom: 7vw;
  }
  #top .b04 .box .img {
    width: 70vw;
    order: 1;
    margin: 0 auto;
  }
  #top .b04 .box .txtbox {
    width: fit-content;
    order: 2;
    margin: 0 auto;
    padding: 5vw 0 0;
  }
  #top .b04 .bt {
    margin: 5vw 0 8vw;
    width: fit-content;
  }
  #top .b05 .icon {
    width: 5vw;
    right: 28vw;
    top: 1vw;
  }
  #top .b05 .ttl {
    margin-bottom: 7vw;
  }
  #top .b05 .box .img {
    width: 70vw;
    order: 1;
    margin: 0 auto;
  }
  #top .b05 .box .txtbox {
    width: fit-content;
    order: 2;
    margin: 0 auto;
    padding: 5vw 0 0;
  }
  #top .b05 .bt {
    margin: 5vw 0 8vw;
    width: fit-content;
  }
  /*=================================================
 * レスポンシブ｜固定ページ共通
 * ================================================= */
  #firstview .fv-btm {
    margin-top: 9vh;
  }
  #firstview .bg {
    padding: 20vw 0;
  }
  .h3-sango:before {
    width: 6vw;
    height: 6vw;
    margin-right: 3vw;
  }
  .h3-sango {
    margin: 0 auto 7vw;
  }
  /*=================================================
 * レスポンシブ｜琉球びんがたとは
 * ================================================= */
  #bingata .b01 .mainWrap {
    width: 85%;
    line-height: 2.2;
  }
  #bingata .block {
    margin-bottom: 15vw;
  }
  #bingata .b02 .mainWrap {
    width: 80%;
  }
  #bingata .b02 .txtWrap {
    width: 100%;
  }
  #bingata .b02 .imgWrap .img {
    margin-bottom: 4vw;
    width: 37vw;
  }
  #bingata .b02 .imgWrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 3vw;
  }
  #about .b01 .mainWrap {
    width: 90%;
    margin: 0 auto 11vw;
    line-height: 2.2;
  }
  #about .b02 .mainWrap {
    width: 80vw;
    margin: 0 auto 15vw;
  }
  #about .b02 .mainWrap .wrap .img {
    width: 60vw;
    margin: 0 auto 8vw;
  }
  #about .b02 .mainWrap .wrap .txt-box {
    width: 100%;
    margin: 0 auto 12vw;
  }
  #about .b02 .mainWrap .wrap .txt-box .txt {
    line-height: 2;
    margin-bottom: 4vw;
  }
  #about .b02 .table td, #about .b02 .table th {
    display: block;
    width: 100%;
  }
  #about .b02 .table th {
    border-bottom: unset;
    padding: 4vw 1vw 0;
  }
  #about .b02 .table td {
    padding: 2vw 1vw 4vw;
  }
  /*=================================================
 * レスポンシブ｜作品ギャラリー
 * ================================================= */
  #gallery .slide {
    width: 90%;
    margin: 0 auto 20vw;
  }
  /*=================================================
 * レスポンシブ｜子ども向け教室
 * ================================================= */
  #kids .b01 .wrap .img {
    width: 70vw;
    margin: 0 auto 7vw;
  }
  #kids .b01 .txt-box {
    width: 70vw;
    margin: 0 auto;
  }
  #kids .b01 .h3-sango {
    margin: 0 0 5vw;
  }
  #kids .b01 .txt-box .txt {
    line-height: 2.2;
  }
  #kids .b02 .img {
    height: 40vw;
  }
  #kids .b02 .img img {
    height: 100%;
    object-fit: cover;
  }
  #kids .b03 {
    margin-bottom: 14vw;
  }
  /*=================================================
 * レスポンシブ｜お知らせ
 * ================================================= */
  #news .postWrap .textbox {
    padding: 5vw 0;
  }
  #news .postWrap .textbox .cat {
    margin-bottom: 3vw;
  }
  #news .postWrap .textbox .flex {
    display: block;
  }
  #news .postWrap .textbox .time {
    min-width: unset;
  }
  #news .postWrap .textbox .title {
    width: 100%;
    line-height: 1.7;
  }
  #news .postWrap .textbox .cat .bd {
    padding: 0 4vw;
  }
  #news .content {
    width: 100%;
  }
  #news .content .ttl-box .f22 {
    font-size: 4.5vw;
  }
  #news .content .ttl-box {
    padding-bottom: 3vw;
    margin-bottom: 3vw;
  }
  #news .single_pager {
    margin: 7vw 0 12vw;
    padding-top: 3vw;
  }
  #news .postWrap .post {
    width: 100%;
  }
  #news .postWrap {
    display: block;
  }
  #news .mainWrap .post .box {
    display: block;
    padding: 3vw 0;
  }
  #news .mainWrap .post .box .date {
    width: fit-content;
  }
  #news .mainWrap .post .box .title {
    width: 100%;
  }
  #news .sidebar .block {
    margin-bottom: 10vw;
  }
  .sidebar {
    width: 100%;
    margin: 10vw 0 20vw;
  }
  .sidebar .block {
    margin-bottom: 10vw;
  }
  .sidebar .bold {
    padding-bottom: 3vw;
    font-size: 5vw;
  }
  .sidebar ul {
    padding: 3vw 0;
  }
  .sidebar .block2 select {
    padding: 3vw;
    margin-top: 2vw;
  }
}