@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..700&display=swap');

.noto-serif-jp{
  font-family: "Noto Serif JP", serif!important;
}

.italic{font-style: italic!important;}
.ta_c{text-align: center;}


html, body {
  overflow-x: hidden;
}


body,p,div,ul,ol,li,a,td,th,h1,h2,h3,h4,h5,h6{
	font-family: "Noto Serif JP", serif!important;
	color: #333333;
    letter-spacing: 1px;
    line-height: 1.5;
}


h1 a,h2 a,h3 a,
h1,h2,h3{
   line-height: 1.4!important; 
}

h4 a,h5 a,h6 a,
h4,h5,h6{
   line-height: 1.4!important;     
}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html{
	scroll-behavior: smooth;
}

a{
	transition: all 0.3s ease;
}

img{
	vertical-align: middle;
}

li{
	list-style: none;
}

a:hover{
	text-decoration: none!important;
	opacity: 0.75;
}

a:focus, a:hover{
	color: inherit;
}

.container{
    padding-right: 30px;
    padding-left: 30px;
}

header {
    position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.75);
    z-index: 999;
}

body>.wrapper:not(.et-fb-iframe-ancestor){
    overflow: visible!important;
}

.hfg-slot.right .builder-item {
    padding-right: 0;
    padding-left: 0;
}

.hfg-slot.right .snsWrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 15px;
}

.hfg-slot.right .snsWrap a{
    display: inline-block;
    margin-left: 10px;
}

.hfg-slot.right .snsWrap img{
    transform: scale(0.75);
}

.nav-ul li a{
    font-weight: 600;
}

.m-style>ul>li>.wrap:hover a, .sm-style .sub-menu .wrap:hover a,
.m-style>ul>li.current-menu-item>.wrap a{
    opacity: 1;
    color: #563c2e;
}


.m-style>ul>li>.wrap:hover::after, .sm-style .sub-menu .wrap:hover::after,
.m-style>ul>li.current-menu-item>.wrap::after{
    width: 87%;
    background-color:#563c2e!important;
    height: 1px;
}

.sm-style-border-bottom .sub-menu .wrap::after, .style-border-bottom>ul>li>.wrap::after {
    bottom: -3px;
}

.nav-ul .caret{
    margin-top: 3px;
}

.nav-ul .caret svg{
    width: 0.8em;
    height: 0.6em;
}

.nav-ul .sub-menu{
    background: #FFF;
    right: auto;
    top: 54px;
}

.nav-ul .sub-menu li a{
    color: #333;
}

.nav-ul .sub-menu li a:hover{
    color: #563c2e;
}

#top_kv{
    position: relative;
}

#top_kv .scroll{
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 222;
}

.sec{
    position: relative;
    min-height: 600px;
    text-align: center;
}

.bg_gry{
    background: #f5f5f5;
}

.sec .sec_container{
    padding: 85px 0;
    margin: 0 auto;
}

.sec_ttl{
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 10px;
}

#hero .ttlArea h3,
.sec_ttl_en{
    font-size: 22px;
    color: #563c2e;
    font-weight: 500;
    margin-bottom: 40px;
}

.sec_inner{
    padding: 0 30px;
    max-width: 1260px;
    margin: 0 auto;
}

#a_ft,
#a_1{
    margin-top: -82px;
    padding-top: 82px;
}

.carousel-slide {
    padding: 10px 15px;
    text-align: center;
}
.carousel-slide img {
    width: 100%;
    height: auto;
    display: block;
}
.carousel-meta {
    text-align: left;
    margin-top: 5px;
}

.carousel-meta .date {
    font-size: 15px;
    color: #563c2e;
    font-weight: 400;
}

.carousel-meta .title {
    font-size: 1em;
    margin-top: 5px;
}

/* ドットのベース */
.slick-dots {
  display: flex !important;
  justify-content: center;
  gap: 6px;
  margin-top: 20px;
  padding: 0;
  list-style: none;
}

/* 各インジケーター */
.slick-dots li {
  width: 34px;
  height: 1px;
  background-color: #ddd;
  border-radius: 2px;
  cursor: pointer;
  transition: background-color 0.3s;
}

/* 非アクティブ時のボタン */
.slick-dots li button {
    opacity: 0;
}

.slick-dots li button:before{
    width: 34px;
    top: -10px;
}

/* アクティブ状態 */
.slick-dots li.slick-active {
  background-color: #563c2e; /* 好きな色に変更可能 */
}

#top_online-shop{
    background: url(/wp-content/uploads/2025/07/top_online-shop_bg.png) center center / cover no-repeat;
}

#top_online-shop .sec_ttl{
    letter-spacing: -1px;
}

.karamee-products {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.karamee-product{
    width: 23%;
    border:1px solid #ddd;
    box-sizing: border-box;
    background: #FFF;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
}

.karamee-product > a {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.karamee-product img {
    width: 100%;
    height: auto;
}

.karamee-products .desc{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.karamee-product h4 {
    font-size: 16px;
    margin: 12px 0;
    padding: 0 10px;
}

.karamee-products .price {
    font-weight: bold;
    color: #563c2e;
    margin-bottom: 15px;
    margin-top: auto;
}

.karamee-products .price.soldout {
    color: #AA0000;
}

.btn1 {
    --offset: 7px;
    --border-size: 1px;
    display: block;
    position: relative;
    width: 180px;
    height: 48px;
    line-height: 48px;
    appearance: none;
    border: 0;
    background: transparent;
    color: #563c2e;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0;
    box-shadow: inset 0 0 0 var(--border-size) #563c2e;
    transition: background 0.8s ease;
    margin: 0 auto;
    text-align: center!important;
}

.btn1:hover {
   opacity: 1;
}

.btn1__horizontal, .btn1__vertical {
    position: absolute;
    top: var(--horizontal-offset, 0);
    right: var(--vertical-offset, 0);
    bottom: var(--horizontal-offset, 0);
    left: var(--vertical-offset, 0);
    transition: transform 0.5s ease;
    will-change: transform;
}

.btn1__horizontal::before, .btn1__vertical::before {
    content: '';
    position: absolute;
    border: inherit;
}

.btn1__horizontal {
    --vertical-offset: calc(var(--offset) * -1);
    border-top: var(--border-size) solid #563c2e;
    border-bottom: var(--border-size) solid #563c2e;
}

.btn1__horizontal::before {
    top: calc(var(--vertical-offset) - var(--border-size));
    bottom: calc(var(--vertical-offset) - var(--border-size));
    left: calc(var(--vertical-offset) * -1);
    right: calc(var(--vertical-offset) * -1);
}

.btn1:hover .btn1__horizontal {
    transform: scaleX(0);
}

.btn1__vertical {
    --horizontal-offset: calc(var(--offset) * -1);
    border-left: var(--border-size) solid #563c2e;
    border-right: var(--border-size) solid #563c2e;
}

.btn1__vertical::before {
    top: calc(var(--horizontal-offset) * -1);
    bottom: calc(var(--horizontal-offset) * -1);
    left: calc(var(--horizontal-offset) - var(--border-size));
    right: calc(var(--horizontal-offset) - var(--border-size));
}

.btn1:hover .btn1__vertical {
    transform: scaleY(0);
}

/* ローディング状態の見た目 */
.btn1.is-loading {
  position: relative;
  pointer-events: none;      /* 連打防止 */
  opacity: 0.85;             /* お好みで */
}

/* ボタン文字は隠す（装飾枠は残す） */
.btn1.is-loading { color: transparent; }

/* 代わりに中央へ「Loading…」を重ねる */
.btn1.is-loading::after {
  content: '';
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #563c2e;
  font-weight: 600;
  letter-spacing: 0.02em;
}

/* ローディング中は hover エフェクトを止める（枠が消えないように） */
.btn1.is-loading .btn1__horizontal,
.btn1.is-loading .btn1__vertical {
  transform: none !important;
}

/* モバイルの :hover 残留対策（loading時は無効化） */
.btn1.is-loading:hover .btn1__horizontal,
.btn1.is-loading:hover .btn1__vertical {
  transform: none !important;
}


.galleryWrap{
    margin-bottom: 75px;
}

.gallery-filters {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    margin-top: 50px;
    margin-bottom: 30px;
    padding:0 17px;
}
.gallery-filters li {
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    padding: 4px 10px;
    color: #563c2e;
    margin: 0 5px 15px;
    border: 1px solid rgba(255,255,255,0.00);
    transition: all .3s ease;
}
.gallery-filters li:hover,
.gallery-filters li.active {
    border: 1px solid #563c2e;
}

.gallery-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -1px;
}
.gallery-item {
    width: 16.6666%;
    padding: 1px;
    box-sizing: border-box;
}
.gallery-item a {
    display: block;
    position: relative;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
}
.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}
.gallery-item a:hover img {
    transform: scale(1.1);
}
/* オーバーレイ背景 */
.gallery-item .overlay-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.85);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}
.gallery-item a:hover .overlay-bg {
    opacity: 1;
}
/* タイトル表示 */
.gallery-item .overlay-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    opacity: 0;
    transition: opacity 0.4s ease;
    text-align: center;
    pointer-events: none;
    width: 90%;
}
.gallery-item a:hover .overlay-title {
    opacity: 1;
}

#top_photo-gallery .sec_ttl{
    letter-spacing: -1px;
}

#top_kotoba-no-niwa{
    position: relative;
}

#top_kotoba-no-niwa:before{
    content: '';
    display: block;
    width: 48%;
    background-image: url(/wp-content/uploads/2025/08/kotoba-no-niwa_img_3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 1000px;
    position: absolute;
}

#top_kotoba-no-niwa .sec_container{
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    padding: 0;
}

#top_kotoba-no-niwa .sec_container .img-content{
    width: 48%;
    min-height: 1000px;
}

#top_kotoba-no-niwa .sec_container .img-content img{
    width: 100%;
    display: none;
}

#top_kotoba-no-niwa .sec_container .desc-content{
    width: 52%;
    text-align: left;
    padding:80px 50px 0 ;
}

#top_kotoba-no-niwa .sec_container .desc-content .kotobano-postWrap{
    max-width: 600px
}

#top_kotoba-no-niwa .sec_ttl{
    margin-left: -10px;
}

#top_kotoba-no-niwa .btn1{
    margin-top: 60px;
}

#top_kotoba-no-niwa .kotobano-post h4{
    font-size: 20px;
    margin-bottom: 10px;
}

#top_kotoba-no-niwa .kotobano-post .post-date{
    color: #563c2e;
    font-weight: 600;
    margin-bottom: 10px;
}

#ft_contact .sec_inner{
    display: flex;
    justify-content: space-between;
}

#ft_contact .sec_inner .left{
    text-align: left;
    width: 52%;
}

#ft_contact .sec_inner .right{
    text-align: center;
    width: 43%;
    padding-top: 54px;
}

#ft_contact .wpcf7{
    margin-bottom: 50px;
}

#ft_contact .wpcf7 .form-ht{
	font-weight: 700;
	display: inline-block;
    margin-bottom: 5px;
}

#ft_contact input[type="text"]:focus,
#ft_contact input[type="email"]:focus,
#ft_contact textarea:focus,
#ft_contact input[type="text"],
#ft_contact input[type="email"],
#ft_contact textarea{
    font-weight: 600;
    font-family: "Noto Serif JP", serif!important;
	border :none!important;
    outline: none!important;
    width: 100%;
    cursor: pointer;
    background: #FFF!important;
    border-radius: 0!important;
    box-shadow:none;
}

#ft_contact textarea{
	min-height: 250px;
}

input::placeholder,
textarea::placeholder{
    color: #666;
}

/* IE */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder{
    color: #666!important;
}

/* Edge */
input::-ms-input-placeholder,
textarea::-ms-input-placeholder{
    color: #666;
}

#ft_contact .right img.ft_logo{
    margin: 40px auto 40px;
    width: 150px;
}

#ft_contact .right .btn1{
    --offset: 12px;
    width: 100%;
    height: auto;
    line-height: 1.3;
}

#ft_contact .right .btn1 .line_box{
    padding: 15px;
    display: inline-block;
}

#ft_contact .right .btn1 .line_box p{
    margin: 0;
    color: #563c2e;
}

#ft_contact .right .line_box .flexWrap{
    display: flex;
    text-align: left;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

#ft_contact .right .line_box .flexWrap img{
    margin-right: 12px;
    margin-top: 4px;
}

#ft_contact .right .line_box .flexWrap .catch .line_1{
    font-size: 28px;
    line-height: 1.4;
    white-space: nowrap;
}

#ft_contact .right .line_box .flexWrap .catch .line_2{
    font-size: 19px;
}

#ft_contact .right .line_box .line_3{
    font-size: 13px;
}

#ft_contact .right .snsWrap{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

#ft_contact .right .snsWrap li{
    margin: 0 13px;
}

#ft_contact .right .info{
    font-weight: bold;
    margin-bottom: 6px;
}

#ft_contact .right .info a{
    color: #563c2e;
    font-weight: 500;
    white-space: nowrap;
}

#ft_copy{
    font-size:12px;
    font-weight: 600;
    padding: 15px 0;
}

#hero{
    background: url(/wp-content/uploads/2025/07/page_hero_bg_80.jpg) center/cover no-repeat;
    height: 350px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#hero .ttlArea{
    margin-top: 110px;
}

#hero .ttlArea h1{
    margin-bottom:6px;
    font-size: 40px;
    font-weight: 600;
}

#hero .ttlArea h3{
    font-size: 22px;
    color: #563c2e;
    font-weight: 500;
}

.page-id-148 #hero .ttlArea h1{
    letter-spacing: -1px;
}

.page-id-148 .load-more-wrap{
    margin: 70px auto 80px; 
}

.layout-grid .content>*{
    margin-bottom: 13px;
}

.layout-grid .content>.blog-entry-title{
    margin-bottom: 7px;
}

.archive .nv-meta-list .category a,
.archive .nv-meta-list li{
    color: #563c2e;
}

.container {
    max-width: 1260px;
}

ul.page-numbers{
    gap: 10px;
}

.page-numbers a, .page-numbers input[type=submit], .page-numbers span{
    color: #563c2e;
    background: none;
    padding: 8px 10px;
}

.page-numbers li{
    border: 1px solid #FFF;
    transition: all 0.3s ease;
}

.page-numbers li:hover{
    border: 1px solid #563c2e;
}

.page-numbers .current{
    background: none;
    border: 1px solid #563c2e;
    color: #563c2e;
    border-radius: 0;
}

.single .nv-post-navigation{
    display: flex;
    justify-content: space-between;
}

.single .nv-post-navigation > div{
    width: 40%;
}

.single .nav-thumbnail{
    margin-bottom: 8px;
}

.single .nav-thumbnail img{
    width: 100%;
}

.single .nv-post-navigation .nav-direction{
    color: #563c2e;
    font-size: 1em;
    margin-bottom: 8px;
}

.single .nv-post-navigation span{
    color: #563c2e;
    font-size: 1em;
}

.single .nv-post-navigation a:hover span:last-child{
    text-decoration: none!important;
}

.single .entry-header{
    text-align: left;
    margin-top:30px!important;
    margin-bottom:30px!important;
}

.single .nv-meta-list .category a,
.single .nv-meta-list .posted-on{
    color: #563c2e;
}

.single-photo-gallery .entry-header .nv-meta-list{
    display: none;
}

#breadcrumb .inner{
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 1260px;
    margin: 0 auto;
    line-height: 1.3;
}

#breadcrumb span{
    font-size: 14px;
    color: #333;
}

#breadcrumb span a{
    color: #563c2e;
}

.nv-index-posts{
    margin-top: 40px;
}

.archive .nv-index-posts{
    margin-top: 20px;
}

.layout-grid .nv-post-thumbnail-wrap{
    border: 1px solid #eee;
}

.single .nav-thumbnail img,
.rpwwt-widget ul li img{
    border: 1px solid #eee;
}

#secondary h3.wp-block-heading {
    font-size: 20px;
    margin-bottom: 0px;
    padding-bottom: 7px;
}

#secondary #block-9,#secondary #block-10,
#secondary #block-7{
    margin-bottom: 15px;
    border-bottom: 1px solid #563c2e;
}

#secondary #recent-posts-widget-with-thumbnails-2{
    padding-left: 3px;
}

#secondary .rpwwt-widget ul li{
    margin-bottom: 0px;
}

#secondary .rpwwt-widget ul li img{
    margin: 0 8px 10px 0;
}

#secondary .rpwwt-post-title{
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    display: block;
    margin-top: 5px;
}

#secondary .widget_categories{
    padding-left: 3px;
}

#secondary .wp-block-archives li,
#secondary .widget_categories .cat-item{
    margin-top: 6px;
}

#secondary .wp-block-archives li a,
#secondary .widget_categories .cat-item a{
    font-size: 14px;
    font-weight: 600;
}

#secondary .widget{
    margin-bottom: 40px;
}

#secondary .widget ul ul{
    padding-left: 15px;
}

.page-id-259 .sec{
    min-height: initial;
}

.page-id-259 #about_aya{
    margin-top: -40px;
}

.page-id-259 h2.sec_ttl{
    font-size: 36px;
    margin-bottom: 8px;
}

.page-id-259 h2.sec_ttl small{
    font-size: 19px;
    font-weight: normal;
    display: block;
}

.page-id-259 .sec_ttl_en{
    font-size: 20px;
}

.page-id-259 .sec_inner p{
    font-size: 20px;
    line-height: 1.8;
}

.page-id-259 #about_aya img{
    max-width: 600px;
    width: 100%;
    margin-top: 20px;
}

.page-id-259 .sec_inner p:last-child{
    margin-bottom: 0!important;
}

.page-id-292 .entry-content h2{
    font-size: 28px;
    font-weight: normal;
    color: #563c2e;
    padding-left: 40px;
    position: relative;
    margin-bottom: 10px;
}

.page-id-292 .entry-content h2:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 1px;
    width: 24px;
    height: 12px;
    border-left: 2px solid #563c2e;
    border-bottom: 2px solid #563c2e;
    transform: rotate(-45deg);
}

.page-id-292 .entry-content p{
    font-size: 18px;
    margin-bottom: 60px;
}

.sr7-bullet-title {
    display: none !important;
}

.fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.2s ease, transform 1.2s ease;
}

.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}

.fade-in {
  opacity: 0;
  transform: scale(0.95); /* 少し小さくしておくと浮き上がる感が出る */
  transition: opacity 1.5s ease, transform 1.5s ease;
}

.fade-in.show {
  opacity: 1;
  transform: scale(1);
}

.shake-even {
  display: inline-block;
  animation: shake-even-scale 4.5s ease-in-out infinite;
}

.archive.tax-p-cat .nv-meta-list{
    display: none;
}

.archive.tax-p-cat .entry-title{
    text-align: center;
    margin-top: -5px;
}

#gallery-back-button {
    margin-top: 70px;
}

/* 復元中はグリッドを隠してチラつきを防ぐ */
.gallery-grid.is-restoring {
  visibility: hidden;
}



@keyframes lmspin { to { transform: rotate(360deg); } }

@keyframes shake-even-scale {
  /* 1回目 */
  0%, 2%   { transform: translateX(0) scale(1); }
  4%       { transform: translateX(-2px) scale(0.97); }
  8%       { transform: translateX(2px) scale(0.95); }
  12%      { transform: translateX(-2px) scale(0.97); }
  16%      { transform: translateX(2px) scale(0.95); }
  20%      { transform: translateX(-2px) scale(0.97); }
  24%      { transform: translateX(2px) scale(0.95); }
  28%      { transform: translateX(-1px) scale(0.97); }
  32%      { transform: translateX(0) scale(1); }

  /* 休止短め */
  36%, 38% { transform: translateX(0) scale(1); }

  /* 2回目 */
  40%      { transform: translateX(-2px) scale(0.97); }
  46%      { transform: translateX(2px) scale(0.95); }
  52%      { transform: translateX(-2px) scale(0.97); }
  58%      { transform: translateX(2px) scale(0.95); }
  64%      { transform: translateX(-2px) scale(0.97); }
  70%      { transform: translateX(2px) scale(0.95); }
  74%      { transform: translateX(-1px) scale(0.97); }
  78%      { transform: translateX(0) scale(1); }

  /* 残り休止 */
  100%     { transform: translateX(0) scale(1); }
}

.single-post .wp-block-image img,
.single-photo-gallery .wp-block-image img {
    width: 100%;
}



@media screen and (min-width: 959.1px) {
    .sr7-bullets {
        inset: auto 20px 20px auto !important;
        transform:none!important;
    }
}

@media screen and (max-width: 1300px) {
    .nav-ul li a{
        font-size: 14px;
    }
    .hfg-slot.right .snsWrap{
        width: 200px;
    }
    .nav-ul>li{
        margin: 0 6px;
    }
}

@media screen and (max-width: 1200px) {
    .nav-ul li a {
        font-size: 13px;
    }
    .hfg-slot.right .snsWrap {
        width: 160px;
    }
    .nav-ul > li {
        margin: 0 4px;
    }
    .sec .sec_container {
        padding: 70px 0;
    }
    #hero .ttlArea h1, .sec_ttl {
        font-size: 34px;
    }
    #hero .ttlArea h3, .sec_ttl_en {
        font-size: 18px;
    }
    .karamee-product h4 {
        font-size: 15px;
    }
    .karamee-products .price {
        font-size: 15px;
    }
    .hfg-slot.right .snsWrap a {
        margin-left: 7px;
    }
    .hfg-slot.right .snsWrap {
        margin-right: 0;
    }
    .hfg-slot > .builder-item {
        padding-right: 0;
        padding-left: 0;
    }
    #ft_contact .right .line_box .flexWrap .catch .line_1 {
        font-size: 26px;
    }
    #ft_contact .right .line_box .flexWrap .catch .line_2 {
        font-size: 16px;
    }
    #ft_contact .right .line_box .line_3 {
        font-size: 11px;
    }
    #ft_contact .right .line_box .flexWrap img {
        width: 48px
    }
    #ft_contact .right .snsWrap li img {
        transform: scale(0.8);
    }
    #ft_contact .right .snsWrap li {
        margin: 0 8px;
    }
    #ft_contact .right .info {
        font-size: 14px;
    }
    #ft_contact .right .btn1 {
        --offset: 10px;
    }
    #hero {
        height: 320px;
    }
    .nav-ul .sub-menu li > .wrap {
        padding: 8px 20px;
    }
    .page-id-259 h2.sec_ttl {
        font-size: 30px;
    }
    .page-id-259 h2.sec_ttl small {
        font-size: 18px;
    }
    .page-id-259 .sec_ttl_en{
        font-size: 18px;
    }
    .page-id-259 .sec_inner p {
        font-size: 18px;
    }
    .page-id-292 .entry-content h2{
        font-size: 24px;
        padding-left: 30px;
    }
    .page-id-292 .entry-content h2:before{
        top: 10px;
        width: 20px;
        height: 10px;
    }
    .page-id-292 .entry-content p{
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 1024px) {
    .gallery-item {
        width: 25%;
    }
}

@media screen and (max-width: 959px) {
    .builder-item--logo{
        margin-left: 15px!important;
    }
    .container {
        padding-right: 17px;
        padding-left: 17px;
    }
    .navbar-toggle:hover,
    .navbar-toggle:active,
    .navbar-toggle:focus,
    .navbar-toggle{
        border: none;
        outline: none;
    }
    .icon-bar{
        width: 34px;
        background-color:#563c2e;
    }
    .icon-bar:nth-child(2) {
        margin: 8px 0;
        width: 28px;
    }
    .icon-bar:nth-child(3) {
        width: 22px;
    }
    .is-menu-sidebar .navbar-toggle .icon-bar:nth-child(1){
        top: 10px;
    }
    .is-menu-sidebar .navbar-toggle .icon-bar:nth-child(3){
        bottom: 9px;
        width: 34px;
    }
    
    .m-style>ul>li.current-menu-item>.wrap::after{
        width: 100%!important;
        height: 1px;
        right:auto;
    }
    .m-style>ul>li.blog.current-menu-item>.wrap::after{
        width: 40px!important;
        left: -20px;
    }
    .m-style>ul>li>.wrap::after, .sm-style .sub-menu .wrap::after{
        bottom:3px;
        height: 1px;
        right:auto;
    }
    .header-menu-sidebar-inner{
        padding: 20px 0;
    }
    .site-header .header--row-inner .container{
        padding: 0;
    }
    .nav-ul{
        margin: 0;
    }
    .nav-ul .caret{
        margin-top: 5px;
    }
    .nav-ul li{
        margin: 0;
        text-align: center;
    }
    .nav-ul li a{
        font-size: 15px;
    }
    .nav-ul li > .wrap{
        padding: 0!important;
        margin-bottom: 5px;
        display: inline-block!important;
    }
    .header-menu-sidebar .nav-ul li:not([class*=block])>.wrap>a{
        padding: 10px 0;
        justify-content: center;
    }
    #header-menu-sidebar .builder-item{
        padding-right: 0;
        padding-left: 0;
    }
    #header-menu-sidebar .snsWrap{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
    }
    #header-menu-sidebar .snsWrap li{
        margin: 0 8px;
    }
    #header-menu-sidebar .snsWrap img{
        transform: scale(0.65);
    }
    .sec .sec_container{
        padding: 60px 0;
    }
    #hero .ttlArea h1,
    .sec_ttl{
        font-size: 30px;
    }
    #hero .ttlArea h3,
    .sec_ttl_en{
        font-size: 16px;
        margin-bottom: 35px;
    }
    #a_ft,
    #a_1{
        margin-top: -59px;
        padding-top: 59px;
    }
    .gallery-filters{
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .gallery-filters li{
        font-size: 14px;
        margin: 0 3px 15px;
        padding: 4px 8px;
    }
    .galleryWrap {
        margin-bottom: 60px;
    }
    .gallery-item .overlay-title{
        font-size: 13px;
    }
    #top_kotoba-no-niwa .sec_container .desc-content{
        padding: 70px 40px 0;
    }
    #top_kotoba-no-niwa .kotobano-post h4{
        font-size: 18px;
    }
    #top_kotoba-no-niwa .kotobano-post .post-date{
        font-size: 13px;
    }
    #top_kotoba-no-niwa .kotobano-post .post-excerpt{
        font-size: 16px;
    }
    #ft_contact .right .line_box .flexWrap .catch .line_1 {
        font-size: 20px;
    }
    #ft_contact .right .line_box .flexWrap .catch .line_2 {
        font-size: 13px;
    }
    #ft_contact .right .line_box .line_3 {
        font-size: 10px;
    }
    #ft_contact .right .line_box .flexWrap img {
        width: 38px;
        margin-right: 8px;
    }
    #ft_contact .right .info {
        font-size: 12px;
    }
    #hero{
        height: 300px;
    }
    #hero .ttlArea {
        margin-top: 90px;
    }
    .posts-wrapper{
        justify-content: space-between;
    }
    body:not(.nv-blog-default) .posts-wrapper article{
        padding: 0;
        width: 48.5%;
    }
    .row{
        margin: 0;
    }
    ul.page-numbers{
        margin-left: -16px;
        gap: 6px;
    }
    .posts-wrapper{
        margin-bottom: 20px;
    }
    .nv-index-posts, .nv-single-post-wrap{
        margin-bottom: 40px;
    }
    .page-numbers a, .page-numbers input[type=submit], .page-numbers span{
        font-size: 14px;
    }
    #breadcrumb .inner{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #breadcrumb span{
        font-size: 12px;
    }
    .single .col{
        padding:0;
    }
    .single .entry-header{
        margin-top:20px!important;
    }
    .header-menu-sidebar .nav-ul li.menu-item-has-children:not([class*=block]) > .wrap > a,
    .header-menu-sidebar .nav-ul li:not([class*=block]):not(.menu-item-has-children) > .wrap > a{
        padding-right: 0!important;
    }
    .header-menu-sidebar .nav-ul li .wrap{
        position: relative;
    }
    .header-menu-sidebar .nav-ul li .wrap a .dd-title{
        justify-content: center;
    }
    .header-menu-sidebar .nav-ul li .wrap button{
        position: absolute;
        top: 12px;
        right: -62px;
    }
    .header-menu-sidebar .nav-ul .caret svg{
        width: 1em!important;
        height: 0.8em!important;
    }
    .nv-sidebar-wrap{
        padding: 0;
    }
    .page-id-259 h2.sec_ttl {
        font-size: 28px;
    }
    .page-id-259 h2.sec_ttl small {
        font-size: 17px;
    }
    .header-menu-sidebar .nav-ul .sub-menu.dropdown-open{
        margin-left: 0;
        background: #f5f5f5;
    }
.header-menu-sidebar .nav-ul .sub-menu {
    left: unset !important;
    top: unset !important;
    right: unset !important;
    background: 0;
    position: relative;
    max-width: 100%;
    box-shadow: none;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.6s ease-in, opacity 0.3s ease-in;
    display: block; 
}

.header-menu-sidebar .nav-ul .sub-menu.dropdown-open {
    max-height: 500px;
    opacity: 1;
}
    .m-style>ul>li>.wrap:hover::after, .sm-style .sub-menu .wrap:hover::after{
        width: 0!important;
    }


}

@media screen and (max-width: 768px) {
    .sec .sec_container{
        padding: 50px 0;
    }
    .sec_inner{
        padding: 0 17px;
    }
    #hero .ttlArea h1,
    .sec_ttl{
        font-size: 26px;
    }
    #hero .ttlArea h3,
    .sec_ttl_en{
        font-size: 15px;
        margin-bottom: 30px;
    }
    .slick-dots{
        bottom: -20px;
    }
    .slick-dots li {
        width: 30px;
    }
    .slick-dots li button:before {
        width: 30px;
    }
    .carousel-slide {
        padding: 0px 10px;
    }
    .carousel-meta .title{
        font-size: 15px;
    }
    .carousel-meta .date{
        font-size: 14px;
    }
    .karamee-products{
        margin-bottom: 30px;
    }
    .karamee-product{
        width: 48%;
        margin-bottom: 30px;
    }
    .karamee-product h4{
        font-size: 14px;
    }
    .karamee-products .price{
        font-size: 14px;
    }
    .btn1 {
        --offset: 6px;
        width: 160px;
        height: 36px;
        line-height: 34px;
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .gallery-filters {
        margin-top: 35px;
        margin-bottom: 15px;
    }
    .gallery-filters li{
        font-size: 12px;
        padding: 3px 6px;
        margin: 0 3px 10px;
    }
    .gallery-item {
        width: 33.3333%;
    }
    .gallery-item .overlay-title{
        font-size: 11px;
    }
    .galleryWrap {
        margin-bottom: 50px;
    }
    #top_kotoba-no-niwa .sec_container{
        display: block;
    }
    #top_kotoba-no-niwa:before{
        display: none;
    }
    #top_kotoba-no-niwa .sec_container .desc-content{
        width: 100%;
        padding: 50px 17px 0;
        margin-bottom: 60px;
    }
    #top_kotoba-no-niwa .sec_ttl{
        text-align: center;
        margin-left: 0;
    }
    #top_kotoba-no-niwa .sec_ttl_en{
        text-align: center;
    }
    #top_kotoba-no-niwa .sec_container .img-content{
        width: 100%;
        min-height: initial;
    }
    #top_kotoba-no-niwa .sec_container .img-content img{
       display: block; 
    }
    #top_kotoba-no-niwa .kotobano-post .post-date {
        font-size: 12px;
    }
    #top_kotoba-no-niwa .btn1 {
        margin-top: 50px;
    }
    #ft_contact .sec_inner{
        display: block;
    }
    #ft_contact .sec_inner .left{
        width: 100%;
    }
    #ft_contact .sec_inner .right{
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }
    #ft_contact .right img.ft_logo{
        width: 120px;
        margin: 30px auto 30px;
    }
    #ft_copy{
        font-size: 10px;
        padding: 12px 0;
    }
    #ft_contact .wpcf7 .form-ht{
        font-size: 14px;
    }
    #ft_contact input[type="text"]:focus, #ft_contact input[type="email"]:focus, #ft_contact textarea:focus, #ft_contact input[type="text"], #ft_contact input[type="email"], #ft_contact textarea{
        font-size: 16px;
    }
    #ft_contact .wpcf7 p{
        margin-bottom: 20px;
    }
    #ft_contact .wpcf7{
        margin-bottom: 35px;
    }
    #ft_contact textarea {
        min-height: 200px;
    }
    #ft_contact .sec_ttl,
    #ft_contact .sec_ttl_en{
        text-align: center;
    }
    #hero{
        height: 270px;
    }
    #hero .ttlArea {
        margin-top: 80px;
    }
    .page-id-148 .load-more-wrap{
        margin: 40px auto 50px; 
    }
    #breadcrumb .inner{
        padding-top: 12px;
        padding-bottom: 12px;
    }
    #breadcrumb span{
        font-size: 11px;
    }
    .archive .nv-index-posts{
        margin-top: 15px;
    }
    #secondary h3.wp-block-heading{
        font-size: 18px;
    }
    .page-id-259 h2.sec_ttl {
        font-size: 24px;
    }
    .page-id-259 h2.sec_ttl small {
        font-size: 15px;
    }
    .page-id-259 .sec_ttl_en {
        font-size: 15px;
    }
    .page-id-259 .sec_inner p {
        font-size: 16px;
    }
    .page-id-259 #about_aya {
        margin-top: -30px;
    }
    .page-id-259 #about_aya img{
        margin-top: 10px;
    }
    .page-id-292 .entry-content h2{
        font-size: 20px;
        padding-left: 28px;
    }
    .page-id-292 .entry-content h2:before {
        width: 18px;
        height: 8px;
    }
    .page-id-292 .entry-content p{
        margin-bottom: 40px;
        font-size: 16px;
    }
    .page-id-292 .col{
        padding: 0!important;
    }
    #top_kv .scroll img{
        width: 10px;
    }
    #SR7_1_1 .uranus.sr7-arrows{
        width: 40px!important;
        height: 40px!important;
    }
    #SR7_1_1 .uranus.sr7-arrows:before{
        width: 40px!important;
        height: 40px!important;
        font-size: 30px!important;
        font-weight: 300;
    }
    .sr7-rightarrow{
        right: -10px!important;
    }
    .sr7-leftarrow{
        left: -10px!important;
    }
    #top_kotoba-no-niwa .kotobano-post h4{
        font-size: 17px;
    }
}

@media screen and (max-width: 575px) {
    #a_ft,
    #a_1{
        margin-top: -51px;
        padding-top: 51px;
    }
    body:not(.nv-blog-default) .posts-wrapper article{
        width: 100%;
    }

}

@media screen and (max-width: 480px) {
    .sec .sec_container {
        padding: 40px 0;
    }
    #hero .ttlArea h1,
    .sec_ttl {
        font-size: 22px;
        margin-bottom: 4px;
    }
    #hero .ttlArea h3,
    .sec_ttl_en {
        font-size: 14px;
        margin-bottom: 28px;
    }
    .carousel-meta .title{
        font-size: 14px;
    }
    .carousel-meta .date{
        font-size: 13px;
    }
    .karamee-products {
        margin-bottom: 25px;
    }
    .karamee-product{
        margin-bottom: 20px;
    }
    .karamee-product h4{
        font-size: 13px;
    }
    .karamee-products .price{
        font-size: 13px;
        margin-bottom: 15px;
    }
    .karamee-product h4{
        margin: 8px 0;
        padding: 0 6px;
    }
    .gallery-item .overlay-title{
        font-size: 10px;
    }
    .galleryWrap {
        margin-bottom: 40px;
    }
    .btn1{
        font-size: 13px;
    }
    #top_kotoba-no-niwa .sec_container .desc-content{
        padding: 40px 17px 0;
        margin-bottom: 50px;
    }
    #top_kotoba-no-niwa .kotobano-post .post-date {
        font-size: 11px;
    }
    #top_kotoba-no-niwa .btn1 {
        margin-top: 40px;
    }
    #top_kotoba-no-niwa .kotobano-post .post-excerpt{
        margin-bottom: 25px;
    }
    #ft_contact .right img.ft_logo {
        width: 110px;
        margin: 0 auto 20px;
    }
    #ft_contact .right .info {
        font-size: 11px;
    }
    #ft_contact .right .btn1 .line_box{
        padding: 12px;
    }
    #ft_contact .right .line_box .line_3{
        letter-spacing: -0.1px;
    }
    #ft_contact .right .btn1 {
        --offset: 8px;
    }
    #ft_contact .right .line_box .flexWrap{
        margin-bottom: 8px;
    }
    #ft_contact .right .snsWrap li img {
        transform: scale(0.75);
    }
    #ft_contact .right .snsWrap{
        margin-top: 30px;
        margin-bottom: 15px;
    }
    #ft_copy{
        font-size: 9px;
    }
    #hero{
        height: 230px;
    }
    #hero .ttlArea {
        margin-top: 80px;
    }
    .page-numbers a, .page-numbers input[type=submit], .page-numbers span{
        font-size: 12px;
    }
    .single .entry-header{
        margin-top:17px!important;
        margin-bottom: 23px !important;
    }
    #secondary h3.wp-block-heading{
        font-size: 17px;
    }
    .page-id-259 h2.sec_ttl {
        font-size: 20px;
    }
    .page-id-259 h2.sec_ttl small {
        font-size: 14px;
    }
    .page-id-259 .sec_ttl_en {
        font-size: 14px;
    }
    .page-id-259 .sec_inner p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .page-id-292 .entry-content h2 {
        font-size: 17px;
        padding-left: 25px;
    }
    .page-id-292 .entry-content h2:before{
        top: 8px;
        width: 16px;
        height: 7px;
        border-left: 1.5px solid #563c2e;
        border-bottom: 1.5px solid #563c2e;
    }
    .page-id-292 .entry-content p {
        margin-bottom: 30px;
        font-size: 14px;
    } 
    .page-id-292 .entry-content .wp-block-spacer{
        height: 20px!important;
    }
    .page-id-292 .entry-content .wp-block-spacer:last-child{
        height: 0!important;
    }
    #top_kv .scroll img{
        width: 8px;
    }
}



#site-loader .loader-text{
    font-size: 26px;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 50px;
}

#site-loader .loader-logo{
    max-width: 160px;
}

@media screen and (max-width: 959px) {
    #site-loader .loader-text{
       font-size: 22px;
        margin-bottom: 30px;
    }
    #site-loader .loader-logo{
        width: 130px;
    }
}

@media screen and (max-width: 768px) {
    #site-loader .loader-text{
       font-size: 20px;
        margin-bottom: 30px;
    }
    #site-loader .loader-logo{
        width: 110px;
    }
}

@media screen and (max-width: 480px) {
    #site-loader .loader-text{
       font-size: 18px;
        margin-bottom: 30px;
    }
    #site-loader .loader-logo{
        width: 100px;
    }
}
