@charset "UTF-8";
/*==============================
	Reset
==============================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Parisienne&display=swap");
@import url("https://use.typekit.net/hex4qum.css");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/*==============================
	Mixin
==============================*/
/*==============================
	Setting
==============================*/
/*
font-family: 'Open Sans', sans-serif;
font-family: 'Noto Serif JP', sans-serif;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Lato', sans-serif;
*/
body {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 100%;
  background: #F9F9F9;
  color: #526476;
  -webkit-text-size-adjust: 100%;
  line-height: 1.75;
}

.mincho {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

h2,
h3,
h4 {
  font-weight: 400;
}

a {
  text-decoration: none;
  transition: 0.2s;
}
a:hover {
  text-decoration: none;
}

.container {
  margin: auto;
}

@media (max-width: 575px) {
  .container {
    padding: 0 1rem;
    width: 100%;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 544px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 736px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1232px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1480px) {
  .container {
    max-width: 1432px;
  }
}
/*==============================
	base
==============================*/
.header {
  width: 100%;
  padding: 1rem 0;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
}
.header .h-bg-b {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.header .h-bg-w {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.header .h-bg {
  position: absolute;
  top: 0rem;
  left: 0rem;
  z-index: 2;
  background: url(../images/header-bg.png) no-repeat center top;
  content: "";
  background-size: cover;
  width: 100%;
  height: 128px;
}
.header .container {
  position: relative;
  z-index: 5;
}
.header .container h1 {
  width: 200px;
}

@media (max-width: 991px) {
  .header {
    padding: 1rem;
  }
  .header .container {
    max-width: 100%;
  }
  .header .header-right {
    display: none;
  }
}
@media (min-width: 992px) {
  .header {
    padding: 1.25rem 0;
  }
  .header .h-bg {
    height: 224px;
  }
  .header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .container h1 {
    width: 240px;
  }
  .header .container .header-right .shop-btn {
    display: flex;
    justify-content: end;
    align-items: center;
  }
  .header .container .header-right .shop-btn div a {
    display: block;
    width: 128px;
    height: 32px;
    line-height: 32px;
    background: #ededed;
    border-radius: 4px;
    text-align: center;
    color: #526476;
    font-size: 0.875rem;
    font-weight: 500;
  }
  .header .container .header-right .shop-btn .login a::before {
    content: "\ea77";
    font-family: "Material Symbols Rounded";
    font-size: 1.375rem;
    line-height: 1;
    vertical-align: -5px;
    margin-right: 0.25rem;
    color: #049DEC;
  }
  .header .container .header-right .shop-btn .register {
    margin-left: 0.75rem;
  }
  .header .container .header-right .shop-btn .register a::before {
    content: "\e7fe";
    font-family: "Material Symbols Rounded";
    font-size: 1.375rem;
    line-height: 1;
    vertical-align: -5px;
    margin-right: 0.25rem;
    color: #049DEC;
  }
  .header .container .header-right .shop-btn .user-name::before {
    content: "\e7fd";
    font-family: "Material Symbols Rounded";
    font-size: 1.5rem;
    line-height: 1;
    vertical-align: -6px;
    margin-right: 0.25rem;
    color: #049DEC;
  }
  .header .container .header-right .shop-btn .shop-menu {
    position: relative;
    margin-left: 0.75rem;
  }
  .header .container .header-right .shop-btn .shop-menu > a {
    cursor: pointer;
  }
  .header .container .header-right .shop-btn .shop-menu > a::after {
    content: "\e313";
    font-family: "Material Symbols Rounded";
    font-size: 1.375rem;
    line-height: 1;
    vertical-align: -5px;
    margin-left: 0.5rem;
    color: #049DEC;
  }
  .header .container .header-right .shop-btn .shop-menu > a.active::after {
    content: "\e316";
  }
  .header .container .header-right .shop-btn .shop-menu ul {
    display: none;
    margin-top: 0.5rem;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 9000;
  }
  .header .container .header-right .shop-btn .shop-menu ul li a {
    background: transparent;
    border-radius: 0;
    width: 160px;
    height: 40px;
    line-height: 40px;
  }
  .header .container .header-right .shop-btn .shop-menu ul li a:hover {
    background: rgba(74, 110, 141, 0.1);
  }
  .header .container .header-right .shop-btn .shop-menu ul .mypage a {
    border-bottom: dotted 1px #ccc;
  }
  .header .container .header-right .shop-btn .shop-menu ul .mypage a::before {
    content: "\e853";
    font-family: "Material Symbols Rounded";
    font-size: 1.375rem;
    line-height: 1;
    vertical-align: -5px;
    margin-right: 0.25rem;
    color: #049DEC;
  }
  .header .container .header-right .shop-btn .shop-menu ul .logout a::before {
    content: "\e9ba";
    font-family: "Material Symbols Rounded";
    font-size: 1.375rem;
    line-height: 1;
    vertical-align: -5px;
    margin-right: 0.25rem;
    color: #049DEC;
  }
  .header .container .header-right .shop-btn .cart {
    margin-left: 0.75rem;
    position: relative;
  }
  .header .container .header-right .shop-btn .cart a {
    background: #6CD2FF;
    color: #fff;
  }
  .header .container .header-right .shop-btn .cart a::before {
    content: "\f1cc";
    font-family: "Material Symbols Rounded";
    font-size: 1.375rem;
    line-height: 1;
    vertical-align: -5px;
    margin-right: 0.25rem;
    font-weight: 300;
  }
  .header .container .header-right .shop-btn .cart .total-quant {
    position: absolute;
    top: -6px;
    right: -6px;
    background: #4A6E8D;
    width: 22px;
    height: 22px;
    content: "0";
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    font-size: 0.75rem;
    font-weight: 700;
    color: #fff;
  }
  .header .container .header-right .global-nav {
    margin-top: 0.75rem;
  }
  .header .container .header-right .global-nav ul {
    display: flex;
  }
  .header .container .header-right .global-nav ul li a {
    display: block;
    color: #526476;
    border-radius: 8px;
    padding: 0.75rem 0.875rem;
  }
  .header .container .header-right .global-nav ul li a:hover {
    background: rgba(82, 100, 118, 0.1);
  }
  .header .container .header-right .global-nav ul li.menu-item-has-children {
    position: relative;
  }
  .header .container .header-right .global-nav ul li.menu-item-has-children > a {
    cursor: pointer;
  }
  .header .container .header-right .global-nav ul li.menu-item-has-children > a::after {
    content: "\e313";
    font-family: "Material Symbols Rounded";
    font-size: 1.375rem;
    line-height: 1;
    vertical-align: -5px;
    margin-left: 0.125rem;
    color: #049DEC;
  }
  .header .container .header-right .global-nav ul li.menu-item-has-children .sub-menu {
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: calc(100% + 0.25rem);
    right: 0;
    display: block;
    border-radius: 8px;
    display: none;
  }
  .header .container .header-right .global-nav ul li.menu-item-has-children .sub-menu li a {
    padding: 0.75rem 1.25rem;
  }
}
@media (min-width: 1920px) {
  .header {
    padding: 1.25rem 0;
  }
  .header .h-bg {
    height: 280px;
    background: url(../images/header-bg.png) no-repeat center bottom;
  }
  .header .container h1 {
    width: 280px;
  }
}
.bev-footer {
  color: #526476;
}
.bev-footer a {
  color: #526476;
}
.bev-footer .footer-nav {
  padding: 5rem 0;
  background: #fff;
}
.bev-footer .footer-nav nav {
  padding: 0;
  width: 100%;
}
.bev-footer .footer-nav nav p {
  font-weight: 600;
  border-bottom: solid 1px #526476;
}
.bev-footer .footer-nav nav ul li {
  margin-bottom: 0;
  width: 100%;
  float: none;
  padding-right: 0;
}
.bev-footer .footer-nav nav .mypage-box {
  background: #eee;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1rem;
  margin-top: 1rem;
  border-radius: 8PX;
}
.bev-footer .footer-nav nav .mypage-box div a {
  display: block;
  width: 100%;
  background: #fff;
  padding: 0.5rem;
  text-align: center;
  border-radius: 6PX;
}
.bev-footer .footer-nav nav .mypage-box div.user-name {
  width: 100%;
}
.bev-footer .footer-nav nav .mypage-box div.user-name span {
  color: #fff;
  font-size: 0.875rem;
  font-style: 700;
  background: #6CD2FF;
  padding: 0.125rem 0.375rem;
  border-radius: 4px;
  margin-right: 0.25rem;
}
.bev-footer .footer-nav nav .mypage-box div.login {
  width: calc(50% - 0.5rem);
}
.bev-footer .footer-nav nav .mypage-box div.login a::before {
  content: "\ea77";
  font-family: "Material Symbols Rounded";
  font-size: 1.375rem;
  line-height: 1;
  vertical-align: -5px;
  color: #049DEC;
}
.bev-footer .footer-nav nav .mypage-box div.register {
  width: calc(50% - 0.5rem);
}
.bev-footer .footer-nav nav .mypage-box div.register a::before {
  content: "\e7fe";
  font-family: "Material Symbols Rounded";
  font-size: 1.375rem;
  line-height: 1;
  vertical-align: -5px;
  color: #049DEC;
}
.bev-footer .footer-nav nav .mypage-box div.mypage {
  width: calc(50% - 0.5rem);
}
.bev-footer .footer-nav nav .mypage-box div.mypage a::before {
  content: "\e853";
  font-family: "Material Symbols Rounded";
  font-size: 1.375rem;
  line-height: 1;
  vertical-align: -5px;
  color: #049DEC;
}
.bev-footer .footer-nav nav .mypage-box div.logout {
  width: calc(50% - 0.5rem);
}
.bev-footer .footer-nav nav .mypage-box div.logout a::before {
  content: "\e9ba";
  font-family: "Material Symbols Rounded";
  font-size: 1.375rem;
  line-height: 1;
  vertical-align: -5px;
  color: #049DEC;
}
.bev-footer .footer-logo {
  background: rgba(4, 157, 236, 0.15);
  padding: 3rem 0;
}
.bev-footer .footer-logo .logo-box {
  width: 200px;
  margin: auto;
}
.bev-footer .footer-logo nav {
  padding: 0 1rem;
  margin-top: 2rem;
  width: 100%;
}
.bev-footer .footer-logo nav ul {
  text-align: center;
}
.bev-footer .footer-logo nav ul li {
  margin-bottom: 0;
  width: 100%;
  float: none;
  padding-right: 0;
}
.bev-footer .footer-logo nav ul li + li {
  margin-top: 0.5rem;
}
.bev-footer .footer-logo nav ul li.privacy a::before {
  content: "\f0dc";
  font-family: "Material Symbols Rounded";
  font-size: 1.375rem;
  line-height: 1;
  vertical-align: -5px;
  color: #049DEC;
}
.bev-footer .footer-logo nav ul li.sct a::before {
  content: "\e7f4";
  font-family: "Material Symbols Rounded";
  font-size: 1.375rem;
  line-height: 1;
  vertical-align: -5px;
  color: #049DEC;
}
.bev-footer .ec-copyright {
  background: #049DEC;
  color: #fff;
  text-align: center;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 0.75rem;
}

@media (max-width: 991px) {
  .bev-footer .footer-nav nav + nav {
    margin-top: 2rem;
  }
  .bev-footer .footer-nav nav p {
    font-size: 1.125rem;
  }
  .bev-footer .footer-nav nav ul li a {
    display: block;
    border-bottom: dashed 1px #ccc;
    padding: 0.75rem;
    position: relative;
  }
  .bev-footer .footer-nav nav ul li a::after {
    content: "\e5cc";
    font-family: "Material Symbols Rounded";
    position: absolute;
    top: 50%;
    right: 0.25rem;
    transform: translateY(-50%);
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  footer .footer-nav .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.25rem;
  }
  footer .footer-nav .container nav p {
    margin-bottom: 0.75rem;
  }
  footer .footer-nav .container nav ul li + li {
    margin-top: 0.25rem;
  }
}
@media (min-width: 1232px) {
  footer .footer-nav .container {
    max-width: 1200px;
  }
}
@media (min-width: 992px) {
  .sp-menu-btn,
  .sp-cart-btn {
    display: none;
  }
  .slide_menu {
    display: none;
  }
}
.sp-menu-btn {
  background: #4A6E8D;
  width: 54px;
  height: 54px;
  border-radius: 8px;
  position: fixed;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 9800;
  cursor: pointer;
  padding: 1rem 0.875rem;
}
.sp-menu-btn .btn-trigger {
  position: relative;
  height: 100%;
}
.sp-menu-btn .btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  transition: 0.4s;
}
.sp-menu-btn .btn-trigger span:nth-of-type(1) {
  top: 0;
}
.sp-menu-btn .btn-trigger span:nth-of-type(2) {
  top: 10px;
}
.sp-menu-btn .btn-trigger span:nth-of-type(3) {
  bottom: 0;
}
.sp-menu-btn .btn-trigger.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(45deg);
}
.sp-menu-btn .btn-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.sp-menu-btn .btn-trigger.active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(-45deg);
}

.sp-cart-btn {
  position: fixed;
  top: 0.75rem;
  right: 4.875rem;
  z-index: 9800;
}
.sp-cart-btn a {
  display: block;
  width: 54px;
  height: 54px;
  border-radius: 8px;
  background: #6CD2FF;
  color: #fff;
}
.sp-cart-btn a::before {
  content: "\f1cc";
  font-family: "Material Symbols Rounded";
  font-size: 2rem;
  text-align: center;
  display: block;
  width: 100%;
  line-height: 54px;
  font-weight: 300;
}
.sp-cart-btn .total-quant {
  position: absolute;
  top: -6px;
  right: -6px;
  background: #4A6E8D;
  width: 22px;
  height: 22px;
  content: "0";
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 991px) {
  .slide_menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9000;
    pointer-events: none;
  }
  .slide_menu .slide_menu_contents {
    background: #fff;
    border-left: 2px solid #6CD2FF;
    width: 304px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9200;
    transform: translateX(304px);
    transition: 0.4s;
    padding: 1.5rem 1rem;
    overflow-y: auto;
  }
  .slide_menu .slide_menu_contents .inner {
    padding: 4.5rem 0 1rem;
  }
  .slide_menu .slide_menu_contents .inner .user-name {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .slide_menu .slide_menu_contents .inner .user-name span {
    color: #fff;
    font-size: 0.875rem;
    font-style: 700;
    background: #6CD2FF;
    padding: 0.125rem 0.375rem;
    border-radius: 4px;
    margin-right: 0.25rem;
  }
  .slide_menu .slide_menu_contents .inner .mypage-box {
    display: flex;
    border: solid 1px #ccc;
    border-radius: 8px;
    background: #eee;
    margin-bottom: 1rem;
  }
  .slide_menu .slide_menu_contents .inner .mypage-box > div {
    flex: 1;
  }
  .slide_menu .slide_menu_contents .inner .mypage-box > div:nth-child(2) {
    border-left: solid 1px #ccc;
  }
  .slide_menu .slide_menu_contents .inner .mypage-box > div a {
    display: block;
    width: 100%;
    padding: 0.5rem;
    text-align: center;
    color: #526476;
    font-size: 0.9125rem;
  }
  .slide_menu .slide_menu_contents .inner .mypage-box > div.login a::before {
    content: "\ea77";
    font-family: "Material Symbols Rounded";
    font-size: 1.375rem;
    line-height: 1;
    vertical-align: -5px;
    color: #049DEC;
  }
  .slide_menu .slide_menu_contents .inner .mypage-box > div.register a::before {
    content: "\e7fe";
    font-family: "Material Symbols Rounded";
    font-size: 1.375rem;
    line-height: 1;
    vertical-align: -5px;
    color: #049DEC;
  }
  .slide_menu .slide_menu_contents .inner .mypage-box > div.mypage a::before {
    content: "\e853";
    font-family: "Material Symbols Rounded";
    font-size: 1.375rem;
    line-height: 1;
    vertical-align: -5px;
    color: #049DEC;
  }
  .slide_menu .slide_menu_contents .inner .mypage-box > div.logout a::before {
    content: "\e9ba";
    font-family: "Material Symbols Rounded";
    font-size: 1.375rem;
    line-height: 1;
    vertical-align: -5px;
    color: #049DEC;
  }
  .slide_menu .slide_menu_contents .inner .slide-nav {
    margin-top: 1.5rem;
  }
  .slide_menu .slide_menu_contents .inner .slide-nav p {
    color: #049DEC;
    font-weight: 600;
    margin-bottom: 0.25rem;
  }
  .slide_menu .slide_menu_contents .inner .slide-nav ul {
    border-top: dashed 1px #ccc;
  }
  .slide_menu .slide_menu_contents .inner .slide-nav ul li a {
    display: block;
    border-bottom: dashed 1px #ccc;
    padding: 0.75rem;
    position: relative;
    color: #526476;
  }
  .slide_menu .slide_menu_contents .inner .slide-nav ul li a::after {
    content: "\e5cc";
    font-family: "Material Symbols Rounded";
    position: absolute;
    top: 50%;
    right: 0.25rem;
    transform: translateY(-50%);
    font-size: 1.5rem;
  }
  .slide_menu .slide_menu_contents .inner .booking-btn {
    margin-top: 1rem;
  }
  .slide_menu .slide_menu_contents .inner .booking-btn li a {
    background: #4A6E8D;
    color: #fff;
    display: block;
    margin: auto;
    padding: 0.75rem;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    width: 100%;
    border-radius: 12px;
  }
  .slide_menu .slide_menu_contents .inner .booking-btn li a:hover {
    background: rgb(94.9813953488, 135.8372093023, 171.0186046512);
  }
  .slide_menu .slide_menu_contents .inner .booking-btn li + li {
    margin-top: 0.5rem;
  }
  .slide_menu .slide_menu_contents .inner .logo-box {
    margin-top: 3rem;
  }
  .slide_menu .slide_menu_contents .inner .logo-box p {
    text-align: center;
    font-size: 0.875rem;
    font-weight: 600;
  }
  .slide_menu .slide_menu_contents .inner .logo-box figure {
    width: 180px;
    margin: 1rem auto 0;
  }
  .slide_menu .overlay {
    background: rgba(234, 193, 217, 0.6);
    width: 100%;
    height: 100vh;
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9100;
    opacity: 0;
    transition: 0.4s;
  }
  .slide_menu.active {
    pointer-events: visible;
  }
  .slide_menu.active .slide_menu_contents {
    transform: translateX(0);
  }
  .slide_menu.active .overlay {
    opacity: 1;
  }
}
@media (max-width: 575px) {
  .header {
    padding: 1rem 0;
  }
  .sp-menu-btn {
    width: 50px;
    height: 50px;
    top: 0.875rem;
    padding: 0.875rem 0.75rem;
  }
  .sp-cart-btn {
    top: 0.875rem;
    right: 4.5rem;
  }
  .sp-cart-btn a {
    width: 50px;
    height: 50px;
  }
  .sp-cart-btn a::before {
    line-height: 50px;
  }
}
input[type=text],
input[type=email],
input[type=tel] {
  border: solid 1px #ccc;
  padding: 0.5rem;
  border-radius: 4px;
  width: 100%;
  line-height: 1.75;
  font-size: 1rem;
}

textarea {
  border: solid 1px #ccc;
  padding: 0.5rem;
  border-radius: 4px;
  width: 100%;
  height: auto;
  resize: vertical;
}

select {
  border: solid 1px #ccc;
  padding: 0.5rem;
  border-radius: 4px;
}

input[type=checkbox] + span {
  border: solid 1px #bbb;
  border-radius: 4px;
  padding: 0.5rem 0.75rem;
  display: block;
  color: #ccc;
  transition: 0.15s;
}
input[type=checkbox] + span::before {
  content: "\e834";
  font-family: "Material Symbols Rounded";
  margin-right: 0.375rem;
  font-size: 1.25rem;
  line-height: 1;
  vertical-align: -4px;
}
input[type=checkbox] + span:hover {
  background: rgba(234, 193, 217, 0.15);
}
input[type=checkbox]:checked + span {
  background: #049DEC;
  color: #fff;
}

.wpcf7-radio .wpcf7-list-item,
.wpcf7-checkbox .wpcf7-list-item {
  margin: 0 0.5rem 0.5rem 0;
}

input[type=radio] + span {
  border: solid 1px #bbb;
  border-radius: 4px;
  padding: 0.5rem 0.75rem;
  display: block;
  color: #ccc;
  transition: 0.15s;
}
input[type=radio] + span::before {
  content: "\e837";
  font-family: "Material Symbols Rounded";
  margin-right: 0.375rem;
  font-size: 1.25rem;
  line-height: 1;
  vertical-align: -4px;
}
input[type=radio] + span:hover {
  background: rgba(234, 193, 217, 0.15);
}
input[type=radio]:checked + span {
  background: #049DEC;
  color: #fff;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin: 0 1rem 0.5rem 0;
}

.form-memo-top {
  font-size: 0.9125rem;
  font-weight: 600;
  line-height: 1.6;
  color: #049DEC;
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 1.5rem;
}
.form-memo-top::before {
  content: "\e004";
  font-family: "Material Symbols Rounded";
  font-size: 1.375rem;
  position: absolute;
  line-height: 1;
  top: 1px;
  left: 0;
}

.form-memo-btm {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #9c9c9c;
  margin-top: 0.5rem;
}

.submit-btn {
  text-align: center;
  margin-top: 2rem;
}
.submit-btn .wpcf7-submit {
  display: block;
  background: #4A6E8D;
  cursor: pointer;
  width: 280px;
  text-align: center;
  margin: auto;
  color: #fff;
  line-height: 56px;
  padding: 0 1rem;
}
.submit-btn .wpcf7-submit:disabled {
  background: #ccc;
}

.bread {
  background: #fff;
  border-bottom: solid 1px #6CD2FF;
  padding: 0.25rem 0;
}
.bread ol li {
  display: inline;
  font-size: 0.9125rem;
}
.bread ol li a {
  color: #526476;
}
.bread ol li a:hover {
  opacity: 0.6;
  text-decoration: underline;
}
.bread ol li + li::before {
  content: "\e5cc";
  font-family: "Material Symbols Rounded";
  font-size: 1.125rem;
  vertical-align: -4px;
}

@media (max-width: 991px) {
  .col2-wrap .col2-content {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 992px) {
  .col2-wrap {
    display: flex;
  }
  .col2-wrap .col2-content {
    width: calc(100% - 280px);
    padding-right: 2.5rem;
  }
  .col2-wrap .col2-side {
    width: 280px;
  }
}
@media (min-width: 1232px) {
  .col2-wrap .col2-content {
    width: calc(100% - 320px);
    padding-right: 2.5rem;
  }
  .col2-wrap .col2-side {
    width: 320px;
  }
}
/*==============================
	home
==============================*/
.bv-h2 {
  text-align: center;
  font-size: 1.875rem;
  font-weight: 400;
  margin-bottom: 2.5rem;
  line-height: 1.3;
}
.bv-h2 .sub-ttl {
  display: block;
  width: 240px;
  text-align: center;
  background: #EAC1D9;
  color: #fff;
  margin: 0 auto 0.5rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 26px;
}
.bv-h2 .small-ttl {
  font-size: 0.625em;
  display: block;
}

@media (min-width: 768px) {
  .bv-h2 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .bv-h2 {
    font-size: 2.5rem;
  }
}
.main-visual {
  background: url(../images/top-bg.jpg) center center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  position: relative;
}
.main-visual .container {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-visual .container .inner {
  width: 100%;
  transform: translateY(60px);
}
.main-visual .container .inner .text {
  background: rgba(234, 193, 217, 0.8);
  border-radius: 12px;
  text-align: center;
  padding: 2rem 1rem 4rem;
}
.main-visual .container .inner .text .catch-en {
  color: #fff;
  font-family: "Parisienne", cursive;
  font-size: 1.75rem;
  line-height: 1.25;
}
.main-visual .container .inner .text .catch {
  font-size: 1.375rem;
  margin: 1rem 0;
}
.main-visual .container .inner figure {
  width: 80%;
  margin: -2rem auto 0;
}
.main-visual .container .inner figure img {
  border-radius: 16px;
}
.main-visual .container .inner-box {
  transform: translateX(40%);
}
.main-visual .container .inner-box .catch-en {
  font-family: "Parisienne", cursive;
  font-size: 2rem;
  line-height: 1.25;
}
.main-visual .container .inner-box .catch {
  font-size: 1.375rem;
  margin: 1rem 0;
  font-size: 2.5rem;
}
.main-visual .scroll {
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  line-height: 1.4;
}
.main-visual .scroll a::after {
  content: "\f1e3";
  font-family: "Material Symbols Rounded";
  display: block;
  font-size: 1.5rem;
}

.top-menu {
  padding: 7rem 0;
}
.top-menu .menu-box {
  background: #fff;
  padding: 2rem 1rem;
  border-radius: 24px;
  box-shadow: 0 0 6px #ccc;
}
.top-menu .menu-box .intro {
  margin-bottom: 2rem;
}
.top-menu .menu-box .intro p {
  text-align: center;
}
.top-menu .menu-box .intro p + p {
  margin-top: 0.75rem;
}
.top-menu .menu-box .menu-list {
  margin-bottom: 2rem;
}
.top-menu .menu-box .menu-list .item a {
  display: block;
  color: #526476;
}
.top-menu .menu-box .menu-list .item a figure {
  position: relative;
}
.top-menu .menu-box .menu-list .item a figure img {
  border-radius: 24px;
  position: relative;
  z-index: 5;
}
.top-menu .menu-box .menu-list .item a figure::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(108, 210, 255, 0.5);
  position: absolute;
  top: -4px;
  left: -4px;
  z-index: 4;
  border-radius: 24px;
}
.top-menu .menu-box .menu-list .item a h3 {
  text-align: center;
  margin-top: 0.375rem;
  font-weight: 600;
}
.top-menu .menu-box .btn a {
  background: #4A6E8D;
  color: #fff;
  display: block;
  margin: auto;
  padding: 0.75rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  width: 280px;
  border-radius: 12px;
}
.top-menu .menu-box .btn a:hover {
  background: rgb(94.9813953488, 135.8372093023, 171.0186046512);
}

.top-recommend {
  background: #fff;
  padding: 7rem 0;
}
.top-recommend .btn {
  margin-top: 2rem;
}
.top-recommend .btn a {
  background: #4A6E8D;
  color: #fff;
  display: block;
  margin: auto;
  padding: 0.75rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  width: 280px;
  border-radius: 12px;
}
.top-recommend .btn a:hover {
  background: rgb(94.9813953488, 135.8372093023, 171.0186046512);
}

.slider-itemreco article {
  padding: 0 1rem;
}
.slider-itemreco article .itemimg {
  margin-bottom: 0.5rem;
}
.slider-itemreco article .itemimg a img {
  width: 100%;
  border-radius: 8px;
}
.slider-itemreco article .itemimg a:hover img {
  box-shadow: 0 0 6px #ccc;
}
.slider-itemreco article .itemname a {
  color: #4A6E8D;
}
.slider-itemreco article .itemname a:hover {
  text-decoration: underline;
}
.slider-itemreco article .itemprice {
  text-align: right;
}

.top-about {
  background: url(../images/bv-bg2.jpg) center center;
  background-size: cover;
  padding: 7rem 0;
}
.top-about .welcome figure img {
  border-radius: 16px;
}
.top-about .welcome .content h3 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
}
.top-about .welcome .content .text {
  margin-bottom: 1.5rem;
  font-size: 0.9125rem;
}
.top-about .welcome .content .text p + p {
  margin-top: 0.75rem;
}
.top-about .welcome .content .btn a {
  background: #4A6E8D;
  color: #fff;
  display: block;
  margin: auto;
  padding: 0.75rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  width: 280px;
  border-radius: 12px;
}
.top-about .welcome .content .btn a:hover {
  background: rgb(94.9813953488, 135.8372093023, 171.0186046512);
}
.top-about .yomogi-explain {
  background: #fff;
  padding: 1.5rem 1rem;
  border-radius: 24px;
}
.top-about .yomogi-explain .content h3 {
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.top-about .yomogi-explain .content .text {
  margin-bottom: 1.5rem;
}
.top-about .yomogi-explain .content ul li a {
  background: #4A6E8D;
  color: #fff;
  display: block;
  margin: auto;
  padding: 0.75rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  width: 280px;
  border-radius: 12px;
}
.top-about .yomogi-explain .content ul li a:hover {
  background: rgb(94.9813953488, 135.8372093023, 171.0186046512);
}
.top-about .yomogi-explain figure img {
  border-radius: 16px;
}

.top-blog {
  padding: 7rem 0;
}
.top-blog .blog-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}
.top-blog .blog-list .item a {
  display: block;
  color: #526476;
  background: #fff;
  padding: 1rem;
  border-radius: 24px;
}
.top-blog .blog-list .item a figure {
  margin-bottom: 0.5rem;
}
.top-blog .blog-list .item a figure img {
  border-radius: 16px;
}
.top-blog .blog-list .item a h3 {
  margin-top: 0.125rem;
  font-weight: 600;
  font-size: 1.125rem;
}
.top-blog .blog-list .item a .cat-list {
  color: #049DEC;
}
.top-blog .blog-list .item a .cat-list li {
  display: inline-block;
}
.top-blog .blog-list .item a .cat-list li::before {
  content: "\e2c8";
  font-family: "Material Symbols Rounded";
  font-size: 1.25rem;
  margin-right: 0.125rem;
  vertical-align: -4px;
}
.top-blog .blog-list .item a .cat-list li + li {
  margin-left: 0.375rem;
}
.top-blog .blog-list .item a:hover {
  box-shadow: 0 0 6px #ccc;
}
.top-blog .btn a {
  background: #4A6E8D;
  color: #fff;
  display: block;
  margin: auto;
  padding: 0.75rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  width: 280px;
  border-radius: 12px;
}
.top-blog .btn a:hover {
  background: rgb(94.9813953488, 135.8372093023, 171.0186046512);
}

.top-message {
  background: url(../images/top-message-bg.jpg) center center;
  background-size: cover;
  padding: 7rem 0;
}
.top-message h2 {
  display: inline-block;
  background: rgba(255, 255, 255, 0.5);
  padding: 0.75rem 1rem;
  font-weight: 600;
  border-radius: 16px;
}

.top-insta {
  padding: 7rem 0;
}
.top-insta .intro {
  text-align: center;
  margin-bottom: 3rem;
}
.top-insta .insta-wrap .insta-box {
  border-radius: 24px;
  padding: 1.5rem 1rem;
  border: solid 1px #ccc;
  background: #fff;
}
.top-insta .insta-wrap .insta-box #sb_instagram .sbi_header_link {
  color: #526476;
}
.top-insta .insta-wrap .insta-box #sb_instagram .sbi_header_link .sbi_header_text {
  align-items: start;
}
.top-insta .insta-wrap .insta-box #sb_instagram .sbi_header_link .sbi_header_text .sbi_feedtheme_header_text h3 {
  margin-bottom: 0.5rem;
}

.top-saloninfo .salon-detail {
  padding: 5rem 1rem;
  background: url(../images/bv-bg-01.jpg) center center;
  background-size: cover;
}
.top-saloninfo .salon-detail .info-table {
  background: #fff;
  border-radius: 12px;
  padding: 0 1rem;
}
.top-saloninfo .salon-detail .info-table table {
  width: 100%;
}
.top-saloninfo .salon-detail .info-table table tr:not(:last-child) {
  border-bottom: dashed 1px #ccc;
}
.top-saloninfo .salon-detail ul {
  margin-top: 2rem;
}
.top-saloninfo .salon-detail ul li a {
  background: #4A6E8D;
  color: #fff;
  display: block;
  margin: auto;
  padding: 0.75rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  width: 280px;
  border-radius: 12px;
}
.top-saloninfo .salon-detail ul li a:hover {
  background: rgb(94.9813953488, 135.8372093023, 171.0186046512);
}
.top-saloninfo .g-map {
  position: relative;
  width: 100%;
  padding-top: 100%;
  /* 16:9のアスペクト比 */
  height: 0;
}
.top-saloninfo .g-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1231px) {
  .main-visual .container .inner-box .catch-en {
    font-size: 1.75rem;
  }
  .main-visual .container .inner-box .catch {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .main-visual {
    background-position: 45% center;
  }
  .main-visual .container .inner-box .catch-en {
    font-size: 1.5rem;
  }
  .main-visual .container .inner-box .catch {
    font-size: 1.75rem;
  }
  .top-about .yomogi-explain .content {
    margin-bottom: 2.5rem;
  }
  .top-about .yomogi-explain .content h3 {
    text-align: center;
  }
  .top-insta .insta-wrap .insta-box:nth-child(1) {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .main-visual .container .inner-box .catch {
    font-size: 1.25rem;
  }
  .top-about .welcome figure {
    max-width: 280px;
    width: 100%;
    margin: 0 auto 1.5rem;
  }
  .top-about .welcome .content h3 {
    text-align: center;
  }
  .top-about .yomogi-explain .content ul li + li {
    margin-top: 1rem;
  }
  .top-saloninfo .salon-detail ul li + li {
    margin-top: 1rem;
  }
}
@media (max-width: 575px) {
  .main-visual {
    background-position: 43% center;
    max-height: 640px;
  }
  .main-visual .container {
    justify-content: end;
    max-height: 640px;
  }
  .main-visual .container .inner-box {
    transform: translateX(0);
  }
  .main-visual .container .inner-box .catch {
    font-size: 1.125rem;
    margin-top: 5rem;
  }
  .main-visual .container .inner-box .catch-memo {
    font-size: 0.875rem;
  }
  .top-menu .menu-box .intro p {
    font-size: 0.875rem;
  }
  .top-menu .menu-box .menu-list .item:nth-child(n+2) {
    margin-top: 1.5rem;
  }
  .top-insta .intro {
    font-size: 0.875rem;
  }
  .top-saloninfo .salon-detail .info-table table tr th {
    display: block;
    width: 100px;
    padding: 0.75rem 0.375rem 0.375rem;
  }
  .top-saloninfo .salon-detail .info-table table tr td {
    display: block;
    width: 100%;
    padding: 0 0.375rem 0.75rem;
  }
}
@media (min-width: 576px) {
  .main-visual .container .inner .text .catch-memo .sp-only {
    display: none;
  }
  .top-menu .menu-box {
    padding: 2rem;
  }
  .top-menu .menu-box .menu-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.75rem;
  }
  .top-about .yomogi-explain {
    padding: 2.5rem;
  }
  .top-insta .insta-wrap .insta-box {
    padding: 1.75rem;
  }
  .top-saloninfo .g-map {
    height: 320px;
    padding-top: 0;
  }
  .top-saloninfo .salon-detail .info-table {
    max-width: 640px;
    margin: auto;
  }
  .top-saloninfo .salon-detail .info-table table tr th {
    width: 120px;
    padding: 1rem;
  }
  .top-saloninfo .salon-detail .info-table table tr td {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .main-visual .container .inner .text {
    width: 70%;
  }
  .main-visual .container .inner .text .catch-en br {
    display: none;
  }
  .main-visual .container .inner figure {
    width: 60%;
    margin-right: 0;
  }
  .main-visual .container .inner-box .catch-en br {
    display: none;
  }
  .main-visual .container .inner-box .catch-memo .sp-only {
    display: none;
  }
  .top-about .welcome {
    display: flex;
  }
  .top-about .welcome figure {
    width: 35%;
  }
  .top-about .welcome .content {
    width: 65%;
    padding-left: 2rem;
  }
  .top-about .welcome .content h3 {
    font-size: 1.875rem;
    line-height: 1.2;
  }
  .top-about .welcome .content .btn a {
    margin-left: 0;
  }
  .top-about .yomogi-explain .content ul {
    display: flex;
    justify-content: center;
    gap: 1.25rem;
  }
  .top-blog .blog-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .top-message h2 {
    font-size: 1.375rem;
    font-weight: 500;
    margin-left: 2rem;
  }
  .top-insta .intro .sponly {
    display: none;
  }
  .top-saloninfo .salon-detail ul {
    display: flex;
    justify-content: center;
    gap: 1.25rem;
  }
}
@media (min-width: 992px) {
  .main-visual {
    min-height: 800px;
  }
  .main-visual .container {
    min-height: 800px;
    max-width: 960px;
  }
  .main-visual .container .inner .text {
    width: 760px;
    text-align: left;
    padding: 2.5rem;
  }
  .main-visual .container .inner .text .catch-en {
    font-size: 2.5rem;
  }
  .main-visual .container .inner .text .catch {
    font-size: 2rem;
  }
  .main-visual .container .inner .text .catch-memo {
    font-size: 1.125rem;
  }
  .main-visual .container .inner figure {
    width: 420px;
    margin: -160px 0 0 auto;
  }
  .top-menu .menu-box {
    padding: 3rem;
  }
  .top-menu .menu-box .intro p .sp-only {
    display: none;
  }
  .top-menu .menu-box .menu-list {
    gap: 2.25rem;
  }
  .top-about .welcome figure {
    width: 22%;
  }
  .top-about .welcome .content {
    width: 78%;
    padding-left: 2.5rem;
  }
  .top-about .yomogi-explain {
    padding: 2rem;
    display: flex;
  }
  .top-about .yomogi-explain .content {
    width: 70%;
    padding-right: 2rem;
  }
  .top-about .yomogi-explain .content h3 br {
    display: none;
  }
  .top-about .yomogi-explain .content figure {
    width: 30%;
  }
  .top-blog .blog-list .item a {
    padding: 1.5rem;
  }
  .top-insta .insta-wrap {
    display: flex;
    gap: 2.5rem;
  }
  .top-insta .insta-wrap .insta-box {
    flex: 1;
  }
}
@media (min-width: 1232px) {
  .top-menu .menu-box {
    padding: 4rem 3.5rem;
  }
  .top-menu .menu-box .menu-list {
    grid-template-columns: repeat(4, 1fr);
  }
  .top-about .welcome figure {
    width: 17%;
  }
  .top-about .welcome .content {
    width: 83%;
  }
  .top-about .welcome .content h3 {
    font-size: 2rem;
  }
  .top-about .yomogi-explain .content {
    width: 65%;
  }
  .top-about .yomogi-explain .content ul {
    justify-content: start;
  }
  .top-about .yomogi-explain figure {
    width: 35%;
  }
  .top-blog .blog-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .top-saloninfo {
    display: flex;
    flex-direction: row-reverse;
  }
  .top-saloninfo .g-map {
    width: 50%;
    height: auto;
  }
  .top-saloninfo .salon-detail {
    padding: 5rem 2.5rem;
    width: 50%;
  }
  .top-insta .insta-wrap .insta-box {
    padding: 2.5rem;
  }
}
@media (min-width: 1480px) {
  .top-about .container {
    max-width: 1200px;
  }
}
/*==============================
	page
==============================*/
.page-header {
  background: url(../images/pageheader-bg.jpg) no-repeat center center;
  background-size: cover;
  height: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-header .inner {
  transform: translateY(50px);
  text-align: center;
}
.page-header .inner .page-ttl {
  font-size: 2rem;
  font-weight: 600;
}
.page-header .inner p {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media (min-width: 992px) {
  .page-header {
    height: 400px;
  }
  .page-header .inner {
    transform: translateY(90px);
  }
  .page-header .inner .page-ttl {
    font-size: 2.5rem;
  }
}
.always-show-btn {
  z-index: 8000;
}

@media (max-width: 991px) {
  .always-show-btn {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .always-show-btn a {
    height: 56px;
    line-height: 56px;
    background: rgba(108, 210, 255, 0.9);
    display: block;
    text-align: center;
    color: #fff;
  }
}
@media (min-width: 992px) {
  .always-show-btn {
    position: fixed;
    left: 0;
    bottom: 3rem;
  }
  .always-show-btn a {
    display: block;
    background: rgba(108, 210, 255, 0.9);
    color: #fff;
    padding: 0.75rem 1.5rem;
    border-radius: 0 8px 8px 0;
    font-weight: 500;
    font-size: 1.125rem;
  }
  .always-show-btn a:hover {
    padding-left: 2rem;
  }
}
.cpn-form {
  padding: 7rem 0;
  background: url(../images/bv-bg3.jpg) center center;
  background-size: cover;
}
.cpn-form .form-content {
  background: #fff;
  border-radius: 8px;
  padding: 1.5rem 1rem;
  border: solid 1px #EAC1D9;
  max-width: 960px;
  margin: auto;
}
.cpn-form .form-content .form-caution {
  font-size: 0.9125rem;
  padding-left: 1.25rem;
  margin-bottom: 1.5rem;
}
.cpn-form .form-content .form-caution li {
  list-style: disc;
}

.form-table ._must {
  background-color: #EAC1D9;
  color: #fff;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0 0.375rem;
  border-radius: 4px;
  margin-right: 0.375rem;
  vertical-align: 1px;
}
.form-table ._must._free {
  background: #ccc;
  color: #fff;
}
.form-table .menu-select-box {
  margin-top: 1.5rem;
}
.form-table .menu-select-box .menu-title {
  border-bottom: dashed 1px #526476;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.form-table .form-session-date {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
.form-table .form-session-date .wpcf7-list-item {
  margin: 0;
}
.form-table .form-session-date .wpcf7-list-item label span {
  padding: 0.5rem;
}
.form-table .form-session-date .wpcf7-list-item label span::before {
  display: none;
}
.form-table a {
  color: #4A6E8D;
  text-decoration: underline;
}
.form-table a:hover {
  color: rgb(94.9813953488, 135.8372093023, 171.0186046512);
}

@media (max-width: 767px) {
  .form-table tr th {
    display: block;
    width: 100%;
    padding-bottom: 0.375rem;
    border-bottom: solid 1px #ccc;
    text-align: left;
  }
  .form-table tr td {
    display: block;
    width: 100%;
    padding: 0.75rem 0 1.5rem;
  }
}
@media (max-width: 575px) {
  .form-table .form-session-date .wpcf7-list-item label span {
    font-size: 0.875rem;
  }
}
@media (min-width: 576px) {
  .cpn-form .form-content {
    padding: 2rem;
  }
}
@media (min-width: 768px) {
  .form-table {
    border-top: solid 1px #ddd;
  }
  .form-table tr th {
    border-bottom: solid 1px #ddd;
    padding: 1.5rem 1rem;
    text-align: left;
    min-width: 200px;
    width: 30%;
    vertical-align: middle;
  }
  .form-table tr td {
    border-bottom: solid 1px #ddd;
    padding: 1.5rem 1rem;
  }
}
.saloninfo-wrap {
  padding: 7rem 0;
}
.saloninfo-wrap .salon-greeting {
  padding-bottom: 7rem;
}
.saloninfo-wrap .salon-greeting .img {
  position: relative;
  aspect-ratio: 1.45/1;
}
.saloninfo-wrap .salon-greeting .img img {
  border-radius: 12px;
  opacity: 0.95;
}
.saloninfo-wrap .salon-greeting .img .img-01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 75%;
}
.saloninfo-wrap .salon-greeting .img .img-02 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45%;
}
.saloninfo-wrap .salon-greeting .text h2 {
  color: #049DEC;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.saloninfo-wrap .salon-greeting .text h2:nth-of-type(n+2) {
  margin-top: 2rem;
}
.saloninfo-wrap .salon-greeting .text p + p {
  margin-top: 1.5rem;
}
.saloninfo-wrap .salon-detail {
  background: url(../images/bv-bg2.jpg) center center;
  background-size: cover;
  padding: 7rem 0;
}
.saloninfo-wrap .salon-detail .saloninfo-box .info-table {
  background: #fff;
  border-radius: 12px;
  padding: 0 1rem;
}
.saloninfo-wrap .salon-detail .saloninfo-box .info-table table {
  width: 100%;
}
.saloninfo-wrap .salon-detail .saloninfo-box .info-table table tr:not(:last-child) {
  border-bottom: dashed 1px #ccc;
}
.saloninfo-wrap .salon-detail .saloninfo-box .gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.saloninfo-wrap .salon-detail .saloninfo-box .gallery li a img {
  border-radius: 8px;
}
.saloninfo-wrap .salon-detail .yomogi-explain {
  background: #fff;
  padding: 1.5rem 1rem;
  border-radius: 24px;
}
.saloninfo-wrap .salon-detail .yomogi-explain .content h3 {
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.saloninfo-wrap .salon-detail .yomogi-explain .content .text {
  margin-bottom: 1.5rem;
}
.saloninfo-wrap .salon-detail .yomogi-explain .content ul li a {
  background: #4A6E8D;
  color: #fff;
  display: block;
  margin: auto;
  padding: 0.75rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  width: 280px;
  border-radius: 12px;
}
.saloninfo-wrap .salon-detail .yomogi-explain .content ul li a:hover {
  background: rgb(94.9813953488, 135.8372093023, 171.0186046512);
}
.saloninfo-wrap .salon-detail .yomogi-explain figure img {
  border-radius: 16px;
}
.saloninfo-wrap .owner-profile {
  padding-top: 7rem;
}
.saloninfo-wrap .owner-profile .profile-box .content {
  background: rgba(234, 193, 217, 0.2);
  border-radius: 12px;
}
.saloninfo-wrap .owner-profile .profile-box .content h3 {
  font-size: 2rem;
  margin: 0.5rem 0 0;
}
.saloninfo-wrap .owner-profile .profile-box .content .text {
  margin-top: 2rem;
  border-top: dashed 1px #ccc;
  padding-top: 2rem;
}
.saloninfo-wrap .owner-profile .profile-box .content .text h4 {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
}
.saloninfo-wrap .owner-profile .profile-box .content .text p {
  font-size: 0.9125rem;
}
.saloninfo-wrap .owner-profile .profile-box .content .text p + p {
  margin-top: 1rem;
}

@media (max-width: 991px) {
  .saloninfo-wrap .salon-greeting .text {
    margin-top: 2rem;
  }
  .saloninfo-wrap .salon-detail .saloninfo-box .info-table {
    margin-bottom: 2rem;
  }
  .saloninfo-wrap .salon-detail .yomogi-explain .content {
    margin-bottom: 2.5rem;
  }
  .saloninfo-wrap .salon-detail .yomogi-explain .content h3 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .saloninfo-wrap .salon-detail .yomogi-explain .content ul li + li {
    margin-top: 1rem;
  }
  .saloninfo-wrap .owner-profile .profile-box .content {
    padding: 1.5rem 1rem 5rem;
  }
  .saloninfo-wrap .owner-profile .profile-box figure {
    width: 70%;
    margin: -2.5rem auto 0;
  }
}
@media (max-width: 575px) {
  .saloninfo-wrap .salon-greeting .text p .pc-only {
    display: none;
  }
  .saloninfo-wrap .salon-detail .saloninfo-box .info-table table tr th {
    display: block;
    width: 100px;
    padding: 0.75rem 0.375rem 0.375rem;
  }
  .saloninfo-wrap .salon-detail .saloninfo-box .info-table table tr td {
    display: block;
    width: 100%;
    padding: 0 0.375rem 0.75rem;
  }
}
@media (min-width: 576px) {
  .saloninfo-wrap .salon-detail .saloninfo-box .info-table {
    max-width: 640px;
    margin: 0 auto 2rem;
  }
  .saloninfo-wrap .salon-detail .saloninfo-box .info-table table tr th {
    width: 120px;
    padding: 1rem;
  }
  .saloninfo-wrap .salon-detail .saloninfo-box .info-table table tr td {
    padding: 1rem;
  }
  .saloninfo-wrap .salon-detail .yomogi-explain {
    padding: 2.5rem;
  }
}
@media (min-width: 768px) {
  .saloninfo-wrap .salon-detail .saloninfo-box .gallery {
    grid-template-columns: repeat(3, 1fr);
  }
  .saloninfo-wrap .salon-detail .yomogi-explain .content ul {
    display: flex;
    justify-content: center;
    gap: 1.25rem;
  }
  .saloninfo-wrap .owner-profile .profile-box {
    position: relative;
  }
  .saloninfo-wrap .owner-profile .profile-box .content {
    padding: 2rem 5rem 2rem 2rem;
    width: 75%;
  }
  .saloninfo-wrap .owner-profile .profile-box .content .position br {
    display: none;
  }
  .saloninfo-wrap .owner-profile .profile-box figure {
    width: 30%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
@media (min-width: 992px) {
  .saloninfo-wrap .salon-greeting .container {
    display: flex;
    align-items: center;
    gap: 3rem;
  }
  .saloninfo-wrap .salon-greeting .container .img {
    width: 50%;
  }
  .saloninfo-wrap .salon-greeting .container .text {
    width: 50%;
  }
  .saloninfo-wrap .salon-detail .saloninfo-box {
    display: flex;
    align-items: start;
    gap: 3rem;
  }
  .saloninfo-wrap .salon-detail .saloninfo-box .info-table {
    width: 50%;
  }
  .saloninfo-wrap .salon-detail .saloninfo-box .gallery {
    width: 50%;
  }
  .saloninfo-wrap .salon-detail .yomogi-explain {
    padding: 2rem;
    display: flex;
  }
  .saloninfo-wrap .salon-detail .yomogi-explain .content {
    width: 70%;
    padding-right: 2rem;
  }
  .saloninfo-wrap .salon-detail .yomogi-explain .content h3 br {
    display: none;
  }
  .saloninfo-wrap .salon-detail .yomogi-explain .content figure {
    width: 30%;
  }
  .saloninfo-wrap .owner-profile .profile-box {
    max-width: 880px;
    margin: auto;
  }
}
@media (min-width: 1232px) {
  .saloninfo-wrap .salon-detail .yomogi-explain .content {
    width: 65%;
  }
  .saloninfo-wrap .salon-detail .yomogi-explain .content ul {
    justify-content: start;
  }
  .saloninfo-wrap .salon-detail .yomogi-explain figure {
    width: 35%;
  }
}
@media (min-width: 1480px) {
  .saloninfo-wrap .salon-detail .container {
    max-width: 1200px;
  }
}
.menu-wrap {
  padding: 7rem 0;
}

.menu-navi {
  margin-bottom: 4rem;
}
.menu-navi ul {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.menu-navi ul li {
  width: calc(50% - 0.5rem);
}
.menu-navi ul li a {
  background: #4A6E8D;
  color: #fff;
  display: block;
  margin: auto;
  padding: 0.75rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  width: 280px;
  border-radius: 12px;
}
.menu-navi ul li a:hover {
  background: rgb(94.9813953488, 135.8372093023, 171.0186046512);
}
.menu-navi ul li a {
  width: 100%;
}
.menu-navi ul li a::after {
  content: "\e5db";
  font-family: "Material Symbols Rounded";
  font-size: 1.25em;
  vertical-align: -4px;
  margin-left: 0.5rem;
  line-height: 1;
}

.menu-sec {
  margin-top: 4rem;
}
.menu-sec .menu-title p {
  color: #ccc;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  position: relative;
}
.menu-sec .menu-title p span {
  background: #F9F9F9;
  padding-right: 0.5rem;
}
.menu-sec .menu-title p::after {
  content: "";
  background: #ccc;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}
.menu-sec .menu-title h2 {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.5;
}
.menu-sec .price-table {
  background: #fff;
  border-radius: 8px;
  border: solid 1px #ccc;
}
.menu-sec .price-table .menu-note {
  font-size: 0.875rem;
}
.menu-sec .price-table .menu-note ul {
  padding-left: 1.25rem;
}
.menu-sec .price-table .menu-note ul li {
  list-style: disc;
}

@media (max-width: 991px) {
  .menu-sec .menu-title {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .menu-sec .price-table table {
    width: 100%;
  }
  .menu-sec .price-table table tr:not(:last-child) {
    border-bottom: solid 1px #ccc;
  }
  .menu-sec .price-table table tr th {
    font-weight: 400;
    padding: 1rem;
    display: block;
    width: 100%;
  }
  .menu-sec .price-table table tr th h3 {
    color: #049DEC;
    font-weight: 500;
  }
  .menu-sec .price-table table tr th .menu-text {
    font-size: 0.875rem;
    margin: 0.5rem 0 0 1rem;
  }
  .menu-sec .price-table table tr th .menu-text-list {
    margin: 0.5rem 0 0 1rem;
    padding-left: 1.25rem;
    font-size: 0.875rem;
    list-style: circle;
  }
  .menu-sec .price-table table tr th .menu-text-list li {
    list-style: circle;
  }
  .menu-sec .price-table table tr td {
    border-top: dotted 1px #ccc;
    padding: 1rem;
    text-align: right;
    display: block;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .menu-sec .price-table table {
    width: 100%;
  }
  .menu-sec .price-table table tr:not(:last-child) {
    border-bottom: solid 1px #ccc;
  }
  .menu-sec .price-table table tr th {
    font-weight: 400;
    padding: 1rem 1.5rem;
    vertical-align: middle;
  }
  .menu-sec .price-table table tr th h3 {
    color: #049DEC;
    font-weight: 500;
    font-size: 1.25rem;
  }
  .menu-sec .price-table table tr th .menu-text {
    margin: 0.5rem 0 0 1rem;
    font-size: 0.875rem;
  }
  .menu-sec .price-table table tr th .menu-text-list {
    margin: 0.5rem 0 0 1rem;
    padding-left: 1.25rem;
    font-size: 0.875rem;
    list-style: circle;
  }
  .menu-sec .price-table table tr th .menu-text-list li {
    list-style: circle;
  }
  .menu-sec .price-table table tr td {
    text-align: right;
    width: 180px;
    padding: 1rem 1.5rem;
    vertical-align: middle;
  }
}
@media (min-width: 992px) {
  .menu-navi ul {
    justify-content: center;
  }
  .menu-navi ul li {
    width: 200px;
  }
  .menu-sec {
    display: flex;
  }
  .menu-sec .menu-title {
    width: 280px;
  }
  .menu-sec .price-table {
    width: calc(100% - 280px);
  }
}
@media (min-width: 1232px) {
  .menu-wrap .container {
    max-width: 1200px;
  }
}
.yomogimushi-wrap {
  padding: 7rem 0;
}
.yomogimushi-wrap .yomogi-intro {
  padding-bottom: 7rem;
}
.yomogimushi-wrap .yomogi-intro h2 {
  text-align: center;
  color: #049DEC;
  margin-bottom: 2rem;
  font-size: 1.25rem;
  font-weight: 500;
}
.yomogimushi-wrap .yomogi-intro .yomogi-intro-text {
  margin-bottom: 2rem;
}
.yomogimushi-wrap .yomogi-intro .yomogi-intro-text p + p {
  margin-top: 1rem;
}
.yomogimushi-wrap .yomogi-intro nav ul li a {
  background: #4A6E8D;
  color: #fff;
  display: block;
  margin: auto;
  padding: 0.75rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  width: 280px;
  border-radius: 12px;
}
.yomogimushi-wrap .yomogi-intro nav ul li a:hover {
  background: rgb(94.9813953488, 135.8372093023, 171.0186046512);
}
.yomogimushi-wrap .about-kusa {
  background: #fff;
  padding: 7rem 0;
}
.yomogimushi-wrap .yomogi-flow {
  padding: 7rem 0;
}
.yomogimushi-wrap .yomogi-flow .container .tab-container {
  border-bottom: solid 4px #6CD2FF;
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 0.75rem;
}
.yomogimushi-wrap .yomogi-flow .container .tab-container .tab {
  padding: 0.5rem;
  border-radius: 8px 8px 0 0;
  background: rgba(108, 210, 255, 0.2);
  width: 160px;
  text-align: center;
  font-size: 0.9125rem;
  line-height: 1.6;
  cursor: pointer;
}
.yomogimushi-wrap .yomogi-flow .container .tab-container .tab.active {
  background: #6CD2FF;
  color: #fff;
  font-size: 1.125rem;
  animation: panel-show 0.5s ease-in-out forwards;
}
.yomogimushi-wrap .yomogi-flow .container .content-container {
  padding-top: 2.5rem;
}
.yomogimushi-wrap .yomogi-flow .container .content-container .content {
  display: none;
  transition: 0.2s;
}
.yomogimushi-wrap .yomogi-flow .container .content-container .content.show {
  display: block;
  animation: panel-show 0.5s ease-in-out forwards;
}
.yomogimushi-wrap .yomogi-flow .container .content-container .content .flow-list li + li {
  margin-top: 2.5rem;
}
.yomogimushi-wrap .yomogi-flow .container .content-container .content .flow-list li .flow-text .number {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  line-height: 64px;
  text-align: center;
  background: #EAC1D9;
  font-size: 1.5rem;
  color: #fff;
}
.yomogimushi-wrap .yomogi-flow .container .content-container .content .flow-list li .flow-text .explain h3 {
  font-size: 1.25rem;
  margin-bottom: 0.375rem;
}
.yomogimushi-wrap .yomogi-flow .container .content-container .content .flow-list li .flow-text .explain p {
  font-size: 0.9125rem;
}
.yomogimushi-wrap .yomogi-flow .container .content-container .content .flow-list li figure img {
  border-radius: 24px;
}

@media (max-width: 767px) {
  .yomogimushi-wrap .yomogi-flow .container .content-container .content .flow-list li {
    border-top: dashed 1px #ccc;
    padding-top: 2.5rem;
  }
  .yomogimushi-wrap .yomogi-flow .container .content-container .content .flow-list li .flow-text {
    margin-bottom: 1rem;
  }
  .yomogimushi-wrap .yomogi-flow .container .content-container .content .flow-list li .flow-text .number {
    margin: 0 auto 1.5rem;
  }
  .yomogimushi-wrap .yomogi-flow .container .content-container .content .flow-list li .flow-text .explain h3 {
    text-align: center;
  }
  .yomogimushi-wrap .yomogi-flow .container .content-container .content .flow-list li .flow-text .explain p br {
    display: none;
  }
}
@media (min-width: 768px) {
  .yomogimushi-wrap .yomogi-intro h2 {
    font-size: 1.5rem;
  }
  .yomogimushi-wrap .yomogi-intro .yomogi-intro-text {
    text-align: center;
  }
  .yomogimushi-wrap .yomogi-intro nav ul {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
  }
  .yomogimushi-wrap .yomogi-flow .container .content-container .content .flow-list li {
    display: flex;
  }
  .yomogimushi-wrap .yomogi-flow .container .content-container .content .flow-list li .flow-text {
    width: 75%;
    display: flex;
    justify-content: space-between;
  }
  .yomogimushi-wrap .yomogi-flow .container .content-container .content .flow-list li .flow-text .number {
    width: 64px;
  }
  .yomogimushi-wrap .yomogi-flow .container .content-container .content .flow-list li .flow-text .explain {
    width: calc(100% - 64px - 24px);
  }
  .yomogimushi-wrap .yomogi-flow .container .content-container .content .flow-list li figure {
    padding-left: 2rem;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .yomogimushi-wrap .yomogi-flow .container {
    max-width: 960px;
    width: 100%;
    margin: auto;
  }
  .yomogimushi-wrap .yomogi-flow .container .tab-container .tab {
    width: 320px;
  }
  .yomogimushi-wrap .yomogi-flow .container .tab-container .tab br {
    display: none;
  }
}
@media (min-width: 1232px) {
  .yomogimushi-wrap .yomogi-flow .container .content-container .content .flow-list li .flow-text .number {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 2rem;
  }
  .yomogimushi-wrap .yomogi-flow .container .content-container .content .flow-list li .flow-text .explain {
    width: calc(100% - 80px - 24px);
  }
}
/* パネル切り替えのアニメーション */
@keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.trial-wrap {
  padding: 7rem 0;
}
.trial-wrap .tiral-intro {
  padding-bottom: 7rem;
}
.trial-wrap .tiral-intro .text h2 {
  color: #049DEC;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.trial-wrap .trial-detail {
  background: url(../images/bv-bg4.jpg) center center;
  background-size: cover;
  padding: 7rem 0;
}
.trial-wrap .trial-detail .detail-table {
  max-width: 960px;
  width: 100%;
  margin: auto;
  background: #fff;
  border-radius: 8px;
  border: solid 1px #ccc;
}
.trial-wrap .trial-detail .detail-table table {
  width: 100%;
}
.trial-wrap .trial-detail .detail-table table tr:not(:last-child) {
  border-bottom: dashed 1px #ccc;
}
.trial-wrap .trial-detail .detail-table table tr th {
  color: #049DEC;
  font-weight: 500;
}
.trial-wrap .trial-detail .detail-table table tr td {
  font-size: 0.9125rem;
}
.trial-wrap .trial-detail .detail-table table tr td .detail-memo {
  font-size: 0.875rem;
  margin-top: 1rem;
}
.trial-wrap .trial-detail .detail-table table tr td ul {
  padding-left: 1.25rem;
}
.trial-wrap .trial-detail .detail-table table tr td ul li {
  list-style: disc;
}
.trial-wrap .trial-detail .detail-table table tr td ol {
  padding-left: 1.25rem;
}
.trial-wrap .trial-detail .detail-table table tr td ol li {
  list-style: decimal;
}

@media (max-width: 767px) {
  .trial-wrap .tiral-intro .container {
    display: flex;
    flex-direction: column-reverse;
  }
  .trial-wrap .tiral-intro .container .text {
    margin-bottom: 1rem;
  }
  .trial-wrap .tiral-intro .container .text h2 {
    text-align: center;
  }
  .trial-wrap .tiral-intro .container .text p br {
    display: none;
  }
  .trial-wrap .trial-detail .detail-table table tr th {
    display: block;
    width: 100%;
    padding: 1rem 1rem 0.5rem;
    color: #049DEC;
  }
  .trial-wrap .trial-detail .detail-table table tr td {
    display: block;
    width: 100%;
    padding: 0 1rem 1rem;
  }
}
@media (min-width: 768px) {
  .trial-wrap .tiral-intro .container {
    display: flex;
    align-items: center;
    gap: 2rem;
  }
  .trial-wrap .tiral-intro .container figure {
    width: 45%;
  }
  .trial-wrap .tiral-intro .container .text {
    width: 55%;
  }
  .trial-wrap .trial-detail .detail-table table tr th {
    padding: 1.25rem 1.5rem;
    vertical-align: middle;
    width: 180px;
  }
  .trial-wrap .trial-detail .detail-table table tr td {
    padding: 1.25rem 1.5rem;
    vertical-align: middle;
  }
}
@media (min-width: 992px) {
  .trial-wrap .tiral-intro .container {
    max-width: 960px;
    margin: auto;
  }
}
.contact-area {
  padding: 7rem 0;
}
.contact-area .form-caution {
  margin-bottom: 2rem;
  padding-left: 1.5rem;
}
.contact-area .form-caution li {
  list-style: circle;
}
.contact-area .contact-wrap {
  background: #fff;
  padding: 1.5rem 1rem;
  border-radius: 8px;
}

.reC {
  border: solid 1px #ccc;
  padding: 1rem 1rem 1rem 2.75rem;
  font-size: 0.875rem;
  position: relative;
  border-radius: 8px;
}
.reC::before {
  content: "\e32a";
  font-family: "Material Symbols Rounded";
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  left: 1rem;
  color: #f00;
  transform: translateY(-50%);
}
.reC a {
  color: #4A6E8D;
  text-decoration: underline;
}
.reC a:hover {
  color: rgb(94.9813953488, 135.8372093023, 171.0186046512);
}

.grecaptcha-badge {
  visibility: hidden;
}

@media (min-width: 576px) {
  .contact-area .contact-wrap {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .contact-area .container {
    max-width: 960px;
  }
}
.poricy-area {
  padding: 7rem 0;
}
.poricy-area ._intro {
  margin-bottom: 2rem;
}
.poricy-area dl dt {
  color: #049DEC;
  background: #eee;
  border-radius: 8px;
  padding: 0.75rem;
  margin-bottom: 0.75rem;
}
.poricy-area dl dd {
  font-size: 0.9125rem;
  margin-bottom: 2rem;
}
.poricy-area dl dd ._company {
  margin-top: 1rem;
}
.poricy-area dl dd ._company address {
  font-style: normal;
}

@media (min-width: 1232px) {
  .poricy-area .container {
    max-width: 1200px;
  }
}
.sct-area {
  padding: 7rem 0;
}
.sct-area .sct-wrap {
  background: #fff;
  border-radius: 8px;
  padding: 1.5rem 1rem;
}

@media (min-width: 576px) {
  .sct-area .sct-wrap {
    padding: 1.75rem;
  }
}
@media (min-width: 768px) {
  .sct-area .sct-wrap {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .sct-area .container {
    max-width: 960px;
  }
}
.thanks-area {
  padding: 7rem 0;
}
.thanks-area .contact-thanks h2 {
  color: #049DEC;
  font-size: 1.125rem;
}
.thanks-area .contact-thanks p {
  margin-top: 1rem;
}
.thanks-area .btn {
  margin-top: 3rem;
}
.thanks-area .btn a {
  background: #4A6E8D;
  color: #fff;
  display: block;
  margin: auto;
  padding: 0.75rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  width: 280px;
  border-radius: 12px;
}
.thanks-area .btn a:hover {
  background: rgb(94.9813953488, 135.8372093023, 171.0186046512);
}

@media (min-width: 576px) {
  .thanks-area .contact-thanks {
    text-align: center;
  }
}
.notfound-area {
  padding: 7rem 0;
}
.notfound-area .notfound-wrap h2 {
  color: #049DEC;
  font-size: 1.125rem;
}
.notfound-area .notfound-wrap p {
  margin-top: 1rem;
}
.notfound-area .btn {
  margin-top: 3rem;
}
.notfound-area .btn a {
  background: #4A6E8D;
  color: #fff;
  display: block;
  margin: auto;
  padding: 0.75rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  width: 280px;
  border-radius: 12px;
}
.notfound-area .btn a:hover {
  background: rgb(94.9813953488, 135.8372093023, 171.0186046512);
}

@media (min-width: 576px) {
  .notfound-area .notfound-wrap {
    text-align: center;
  }
}
/*==============================
  archive
==============================*/
.blog-area {
  padding: 7rem 0;
}

.article-list {
  display: grid;
  gap: 2rem;
}
.article-list article a {
  display: block;
  background: #fff;
  border: solid 1px #EAC1D9;
  padding: 1rem;
  border-radius: 12px;
  color: #526476;
  height: 100%;
}
.article-list article a figure {
  aspect-ratio: 1.6/1;
  margin-bottom: 0.5rem;
}
.article-list article a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.article-list article a time {
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
}
.article-list article a time::before {
  content: "\ebcc";
  font-family: "Material Symbols Rounded";
  font-size: 1rem;
  vertical-align: -2px;
  line-height: 1;
}
.article-list article a h2 {
  line-height: 1.7;
  font-size: 1.125rem;
}
.article-list article a .cat-list {
  margin-top: 0.5rem;
  list-style-type: none;
}
.article-list article a .cat-list li::before {
  content: "\e2c8";
  font-family: "Material Symbols Rounded";
  font-size: 1.125rem;
  vertical-align: -3px;
  line-height: 1;
}
.article-list article a .cat-list li {
  margin-right: 0.375rem;
  display: inline-block;
  color: #9c9c9c;
  font-size: 0.875rem;
}
.article-list article a:hover {
  background: rgba(74, 110, 141, 0.2);
}

@media (min-width: 768px) {
  .article-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem;
  }
  .article-list article a h2 {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .article-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
/*==============================
  single
==============================*/
.single-area {
  padding: 7rem 0;
}

@media (min-width: 1232px) {
  .single-area .container {
    max-width: 1200px;
  }
}
.single-area article {
  background: #fff;
  padding: 1.5rem 1rem;
  border-radius: 8px;
  border: solid 1px #6CD2FF;
}
.single-area article .sg-head {
  border-bottom: dashed 1px #ccc;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
.single-area article .sg-head .sg-date {
  margin-bottom: 0.5rem;
}
.single-area article .sg-head h1 {
  font-size: 1.25rem;
}
.single-area article .sg-head .post-categories {
  margin-top: 0.5rem;
}
.single-area article .sg-head .post-categories li {
  display: inline-block;
  margin-right: 0.25rem;
}
.single-area article .sg-head .post-categories li a {
  color: #4A6E8D;
  text-decoration: underline;
}
.single-area article .sg-head .post-categories li a::before {
  content: "\e2c8";
  font-family: "Material Symbols Rounded";
  font-size: 1.25rem;
  vertical-align: -4px;
}
.single-area article .sg-thumb {
  margin-bottom: 1.5rem;
  text-align: center;
}
.single-area article .sg-thumb img {
  max-width: 100%;
  max-width: auto;
  border-radius: 8px;
  margin: auto;
}
.single-area article .sg-pager {
  border-top: dashed 1px #ccc;
  padding-top: 1.5rem;
  display: flex;
  justify-content: space-between;
}
.single-area article .sg-pager p {
  width: 48%;
}
.single-area article .sg-pager p a {
  background: #eee;
  display: block;
  text-align: center;
  padding: 0.75rem;
  border-radius: 8px;
  color: #526476;
}
.single-area article .sg-pager p a:hover {
  background: #4A6E8D;
  color: #fff;
}
.single-area article .sg-pager p._next a::before {
  content: "\ef7d";
  font-family: "Material Symbols Rounded";
  font-size: 1.375rem;
  vertical-align: -4px;
  line-height: 1;
  margin-right: 0.375rem;
}
.single-area article .sg-pager p._prev a::after {
  content: "\e941";
  font-family: "Material Symbols Rounded";
  font-size: 1.375rem;
  vertical-align: -4px;
  line-height: 1;
  margin-left: 0.375rem;
}

@media (min-width: 576px) {
  .single-area article {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) {
  .single-area article {
    padding: 2rem;
  }
  .single-area article .sg-head h1 {
    font-size: 1.5rem;
  }
}
.sg-content h2 {
  font-size: 1.25rem;
  background: #6CD2FF;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  margin: 2rem 0 1.5rem;
}
.sg-content h3 {
  font-size: 1.25rem;
  color: #6CD2FF;
  margin: 1.75rem 0 1.5rem;
}
.sg-content p {
  margin-bottom: 1.5rem;
}
.sg-content ul {
  list-style: circle;
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.sg-content ul li {
  list-style: circle;
}
.sg-content ol {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.sg-content ol li {
  list-style: decimal;
}
.sg-content .wp-block-image {
  margin-bottom: 1.5rem;
}
.sg-content .wp-block-image img {
  border-radius: 8px;
}
.sg-content .wp-block-image .wp-element-caption {
  font-size: 0.875rem;
  color: #666;
}

@media (min-width: 768px) {
  .sg-content h2 {
    font-size: 1.375rem;
  }
}
/*==============================
  sidebar
==============================*/
.sidebar .side-box {
  background: #fff;
  border-radius: 8px;
}
.sidebar .side-box:nth-child(n+2) {
  margin-top: 1.5rem;
}
.sidebar .side-box .ttl {
  background: #EAC1D9;
  border-radius: 8px 8px 0 0;
  padding: 0.5rem 0.75rem;
  color: #fff;
  font-weight: 600;
  font-size: 1.125rem;
}
.sidebar .side-box .side-recent li a {
  display: flex;
  padding: 0.75rem;
}
.sidebar .side-box .side-recent li a figure {
  width: 100px;
}
.sidebar .side-box .side-recent li a .info {
  width: calc(100% - 100px);
  padding-left: 0.75rem;
  font-size: 0.875rem;
}
.sidebar .side-box .side-recent li a .info time {
  line-height: 1;
}
.sidebar .side-box .side-recent li a:hover {
  background: rgba(74, 110, 141, 0.1);
}
.sidebar .side-box .side-recent li:nth-child(n+2) {
  border-top: 1px dashed #ccc;
}
.sidebar .side-box .base-list li a {
  display: block;
  padding: 0.75rem;
  color: #526476;
}
.sidebar .side-box .base-list li a:hover {
  background: rgba(74, 110, 141, 0.1);
}
.sidebar .side-box .base-list li:nth-child(n+2) {
  border-top: 1px dashed #ccc;
}
.sidebar .side-box .tagcloud {
  padding: 0.75rem;
}

/*==============================
  wcstyle
==============================*/
#memberpages .whitebox,
#cart_completion .whitebox {
  background: #fff;
  padding: 2rem 1rem;
  border-radius: 8px;
}

@media (min-width: 576px) {
  #memberpages .whitebox,
  #cart_completion .whitebox {
    padding: 2.5rem;
  }
}
#wc_login .loginbox,
#wc_changepassword .loginbox {
  padding: 0;
  width: 100%;
}

#wc_lostmemberpassword .loginbox {
  padding: 0;
  width: 100%;
}

#content {
  padding: 0;
}

#itempage #img-box {
  width: auto;
  float: none;
  margin: 0;
}
#itempage .detail-box {
  width: auto;
  float: none;
}

.memberlogin-area {
  padding: 7rem 0;
}

.memberlogin-box {
  max-width: 640px;
  margin: auto;
}
.memberlogin-box .loginbox .forgetmenot input[type=checkbox] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
  display: inline;
}

.memberpage-area {
  padding: 7rem 0;
  font-size: 0.9125em;
}

.member-page .send input {
  margin-bottom: 0;
}

#memberinfo th {
  background: rgba(108, 210, 255, 0.2);
}
#memberinfo .customer_form th {
  background: rgba(108, 210, 255, 0.2);
}
#memberinfo #usces_history .exclude_cancel input[type=checkbox] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
  display: inline;
}

@media (max-width: 991px) {
  #memberinfo .history-area {
    overflow-x: scroll;
  }
  #memberinfo .history-area #history_head,
  #memberinfo .history-area #retail_table_1 {
    width: 150%;
  }
}
@media (max-width: 575px) {
  #memberinfo .history-area #history_head,
  #memberinfo .history-area #retail_table_1 {
    width: 200%;
  }
}
@media (min-width: 1232px) {
  .memberpage-area .container {
    max-width: 1200px;
  }
}
.newmeber-area {
  padding: 7rem 0;
}
.newmeber-area .customer_form input#zipcode {
  width: 160px;
  margin-right: 0.5rem;
}
.newmeber-area .agree_member_area .at_check_area input[type=checkbox] + label {
  border: solid 1px #bbb;
  border-radius: 4px;
  padding: 0.5rem 0.75rem;
  display: inline-block;
  color: #ccc;
  transition: 0.15s;
}
.newmeber-area .agree_member_area .at_check_area input[type=checkbox] + label::before {
  content: "\f14a";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
}
.newmeber-area .agree_member_area .at_check_area input[type=checkbox] + label:hover {
  background: rgba(74, 110, 141, 0.15);
}
.newmeber-area .agree_member_area .at_check_area input[type=checkbox]:checked + label {
  background: #4A6E8D;
  border: solid 1px #4A6E8D;
  color: #fff;
}

@media (min-width: 768px) {
  .newmeber-area .customer_form tr th {
    width: 35%;
  }
}
@media (min-width: 1232px) {
  .newmeber-area .container {
    max-width: 960px;
  }
}
.item-area {
  padding: 7rem 0;
}
.item-area .cat-ttl {
  font-size: 1.25rem;
  color: #049DEC;
  margin-bottom: 2rem;
  border-bottom: dashed 1px #ccc;
}
.item-area .item-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.125rem;
}
.item-area .item-list article {
  line-height: 1.7;
}
.item-area .item-list article .itemimg img {
  width: 100%;
  border-radius: 8px;
}
.item-area .item-list article .itemname {
  font-size: 0.9125rem;
  margin: 0.375rem 0;
}
.item-area .item-list article .itemname a {
  color: #526476;
}
.item-area .item-list article .itemprice {
  font-weight: 700;
  font-size: 1.125rem;
}
.item-area .item-list article .itemprice .tax {
  font-size: 0.75rem;
}
.item-area .item-list article .itemsoldout {
  display: inline-block;
  background: #6CD2FF;
  font-size: 0.75rem;
  color: #fff;
  padding: 0.125rem 0.75rem;
  border-radius: 4px;
}

.pagination_wrapper {
  margin-top: 3rem;
}
.pagination_wrapper li a {
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  border-radius: 8px;
}
.pagination_wrapper li .current {
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  border-radius: 8px;
  background: #6CD2FF;
  border: none;
}

@media (min-width: 576px) {
  .item-area .item-list {
    gap: 1.5rem;
  }
  .item-area .item-list article .itemname {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .item-area .cat-ttl {
    font-size: 1.5rem;
  }
  .item-area .item-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.25rem;
  }
}
@media (min-width: 1232px) {
  .item-area .item-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 2.25rem;
  }
}
.itemsingle-area {
  padding: 7rem 0;
}
.itemsingle-area article .whitebox {
  background: #fff;
  padding: 2rem 1rem;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(108, 210, 255, 0.5);
}

#itempage {
  line-height: 1.75;
}
#itempage .item-header {
  margin-bottom: 3rem;
}
#itempage .item-header .detail-wrap .detail-box .item-name {
  font-size: 1.25rem;
  border-bottom: solid 2px #6CD2FF;
  margin-bottom: 0.5rem;
  padding-bottom: 0.25rem;
}
#itempage .item-header .detail-wrap .detail-box .item-code {
  font-size: 0.9125rem;
}
#itempage .item-header .detail-wrap .detail-box .post-categories {
  margin-top: 1.5rem;
}
#itempage .item-header .detail-wrap .detail-box .post-categories li {
  display: inline-block;
  margin: 0.25rem 0.125rem 0 0;
}
#itempage .item-header .detail-wrap .detail-box .post-categories li a {
  display: block;
  background: #6CD2FF;
  font-size: 0.875rem;
  color: #fff;
  padding: 0.125rem 0.75rem;
  border-radius: 4px;
}
#itempage .item-header .detail-wrap .detail-box .post-categories li a:hover {
  background: rgb(57, 194.387755102, 255);
}
#itempage .item-explain-ttl {
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  border-bottom: solid 2px #ccc;
}

@media (max-width: 767px) {
  #itempage .item-header #img-box {
    margin-bottom: 1rem;
  }
}
@media (min-width: 576px) {
  .itemsingle-area article .whitebox {
    padding: 2rem;
  }
}
@media (min-width: 768px) {
  #itempage .item-header {
    display: flex;
  }
  #itempage .item-header #img-box {
    width: 36%;
  }
  #itempage .item-header .detail-wrap {
    width: 64%;
    padding-left: 2rem;
  }
  #itempage .item-header .detail-wrap .detail-box .item-name {
    font-size: 1.375rem;
  }
}
@media (min-width: 1232px) {
  .itemsingle-area article .whitebox {
    padding: 3rem;
  }
}
.cart-area {
  padding: 7rem 0;
}

.cart-page .send input {
  margin-bottom: 0;
}

.customer_form th {
  background: rgba(108, 210, 255, 0.2);
}
.customer_form td {
  background: #fff;
}
.customer_form input[type=radio] + label {
  border: solid 1px #bbb;
  border-radius: 4px;
  padding: 0.5rem 0.75rem;
  display: block;
  color: #ccc;
  transition: 0.15s;
  width: 280px;
}
.customer_form input[type=radio] + label::before {
  content: "\f192";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
}
.customer_form input[type=radio] + label:hover {
  background: rgba(74, 110, 141, 0.15);
}
.customer_form input[type=radio]:checked + label {
  background: #4A6E8D;
  border: solid 1px #4A6E8D;
  color: #fff;
}

#cart_table tbody {
  background: #fff;
}
#cart_table tbody .productname {
  font-size: 0.875rem;
}
#cart_table td {
  background: #fff;
}

#delivery-info .customer_form .payment-select dt label {
  border: solid 1px #ccc;
  padding: 0.5rem;
  display: inline-block;
  border-radius: 4px;
  line-height: 1.75;
  font-size: 1rem;
  color: #999;
}
#delivery-info .customer_form .payment-select dt label::before {
  content: "\f192";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
}
#delivery-info .customer_form .payment-select dt label:has(input[type=radio]:checked) {
  background: #4A6E8D;
  color: #fff;
}
#delivery-info .customer_form .payment-select dd {
  font-size: 0.875rem;
}

#point_table td:not(.point-btn) {
  background: #fff;
}

#confirm_table td {
  background: #fff;
}

@media (max-width: 575px) {
  #cart_table {
    font-size: 0.8125rem;
  }
  #cart_table .amount {
    font-size: 0.875rem;
  }
  #info-confirm #confirm_table {
    font-size: 0.875rem;
  }
  #info-confirm #confirm_table tr th {
    width: 35%;
  }
}
@media (max-width: 740px) {
  #delivery-info .customer_form tr {
    padding: 0;
    border-bottom: none;
    margin-bottom: 0;
  }
  #delivery-info .customer_form th {
    padding: 0.5rem;
    margin-bottom: 0;
  }
  #delivery-info .customer_form td {
    padding: 0.75rem;
  }
}
@media (min-width: 1232px) {
  .cart-area .container {
    max-width: 1200px;
  }
}
#secondary {
  background: #fff;
  padding: 1rem;
  border-radius: 8px;
  border-top: 0;
}
#secondary section {
  padding: 0;
}
#secondary section h3 {
  border-bottom: solid 1px #eee;
  margin-bottom: 0;
  color: #6CD2FF;
}
#secondary section .ucart_widget_body {
  padding: 0;
}
#secondary section .ucart_widget_body li {
  margin: 0;
  padding: 0;
}
#secondary section .ucart_widget_body li a {
  display: block;
  padding: 0.5rem;
  border-bottom: dashed 1px #eee;
}
#secondary .widget_welcart_calendar .this-month {
  margin-top: 0.5rem;
}
#secondary .widget_welcart_calendar .next-month {
  margin-top: 0.5rem;
}
#secondary .widget_welcart_calendar table {
  float: none;
  margin: 0;
  width: 100%;
}
#secondary .widget_welcart_calendar table caption {
  font-size: 0.875rem;
  font-weight: 600;
}

@media (min-width: 576px) {
  #secondary {
    padding: 1.5rem;
  }
}