@charset "utf-8";

/*
Theme Name: ktwdplus
Template: twentythirteen
Author: kanegaetakanori
Author URI: http://kanegaetakanori.com
*/

@import url('../twentythirteen/style.css');
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

#loading {
    display:none;
    height: 30px;
    left: 50%;
    margin-left:-15px;
    margin-top:-15px;
    position: fixed;
    text-align: center;
    top: 44%;
    width: 30px;
    z-index: 99999;
}
.loadingbox div {

}
#loader {
    position: absolute;
    width: 30px; /*ローディングアイコンの横サイズ*/
    height: 30px; /*ローディングアイコンの縦サイズ*/
    border-radius: 50%;  /*CSS3で円を書く*/
    border: 2px solid #000;  /*円に○の白枠をつける*/
    border-right-color: transparent; /*円の右にC状の空きをつける*/
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg);   opacity: 0.2; } /*0%の時は20％の透明度*/
    50%  { transform: rotate(180deg); opacity: 1.0; } /*50%の時は透明度なし*/
    100%   { transform: rotate(360deg); opacity: 0.2; } /*100%の時に20％の透明度に戻る*/
}


/*共通*/
::selection {
    background: none repeat scroll 0 0 #e5e5e5;
}
::-moz-selection {
    background: none repeat scroll 0 0 #e5e5e5;
}
a:hover img {
    opacity: 0.8; /* マウスオーバー時の透明度 */
    filter: alpha(opacity=80); /* マウスオーバー時の透明度 IE用 */
}
a, a:visited {
    color: #000;
    text-decoration: underline;
}
a:focus {
    outline: thin dotted;
}
a:active, a:hover {
    color: #888;
    outline: 0 none;
}
.entry-content a, .comment-content a {
    color: #000;
    text-decoration: underline;
}
.entry-content a:hover, .comment-content a:hover {
    color: #888;
    text-decoration: none;
}
.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
    color: #000;
}
.entry-title a {
    color: #000;
    text-decoration: none;
}
.entry-title a:hover {
    color: #888;
}
.nav-menu li a {
color: #000;
display: block;
font-size: 15px;
line-height: 1;
padding: 0;
text-decoration: none;
}
.nav-menu li:hover > a, .nav-menu li a:hover, .nav-menu li:focus > a, .nav-menu li a:focus {
background-color: transparent;
color: #000;
}

html, button, input, select, textarea {
    font-family: 'Noto Sans Japanese','YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo';
    letter-spacing: 1px;
}
html {
    font-size: 100%;
    overflow-x: visible;
    overflow-y: visible;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    line-height: 1.5;
    margin: 0;
    font-size: 13px;
    position: relative;
    left: 0;
    overflow-x: hidden;
    background-color: transparent;
}
/*html::before, html::after, body::before, body::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    display: block;
    margin: 0;
    position: fixed;
    z-index: 20;
}
html::before {
    height: 10px;
    left: 0;
    right: 0;
    top: 0;
}
html::after {
    bottom: 0;
    right: 0;
    top: 0;
    width: 10px;
}
body::before {
    bottom: 0;
    height: 10px;
    left: 0;
    right: 0;
}
body::after {
    bottom: 0;
    left: 0;
    top: 0;
    width: 10px;
}*/
p {
    line-height: 2;
    margin: 0 0 24px;
}
#primary.content-area {
    overflow: hidden;
}
#primary {
    position: relative;
}
img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}
.site-title img {
    width:100%; 
    height: auto;
    border: 0 none;
    vertical-align: middle;
}
.entry-thumbnail img {
    display: block;
    margin: 0;
}
ul {
    list-style-type: none;
}
nav ul, nav ol {
    list-style: none outside none;
}
menu, ol, ul {
    margin: 0;
    padding: 0;
}
.entry-title {
    font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: 'Noto Sans Japanese','YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo';
    line-height: 1.3;
}
h1 {
    font-size: 16px;
    margin: 20px 0;
}
h2 {
    font-size: 14px;
    margin: 20px 0;
}
h3 {
    font-size: 11px;
    margin: 20px 0;
}
h4 {
    font-size: 10px;
    margin: 25px 0;
}
h5 {
    font-size: 10px;
    margin: 30px 0;
}
h6 {
    font-size: 10px;
    margin: 36px 0;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.site {
    background-color: transparent;
    border-left: 0;
    border-right: 0;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    padding: 0;
}
.comment-respond {
    background-color: transparent;
    padding: 30px 0;
}
.site-footer {
    background-color: transparent;
    color: #000;
    font-size: 12px;
    text-align: left;
    padding-top: 0;
}
.site-footer .sidebar-container {
    background-color: transparent;
    padding: 0;
}
.site-info {
    margin: 0 auto;
    max-width: 1040px;
    padding: 0;
    width: 100%;
}

/*etc*/
.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mt50 {margin-top: 50px;}
.mt60 {margin-top: 60px;}
.mt70 {margin-top: 70px;}
.mt80 {margin-top: 80px;}
.mt90 {margin-top: 90px;}
.mt100 {margin-top: 100px;}
.mt110 {margin-top: 110px;}
.mt120 {margin-top: 120px;}
.mt130 {margin-top: 130px;}
.mt140 {margin-top: 140px;}
.mt150 {margin-top: 150px;}
.mt160 {margin-top: 160px;}
.mt170 {margin-top: 170px;}
.mt180 {margin-top: 180px;}
.mt190 {margin-top: 190px;}
.mt200 {margin-top: 200px;}
.clearfix:before { 
    display:block;
    clear:both;
    height:0px;
    visibility:hidden;
    content:".";
}
.clearfix {
    min-height: 1px; /*IE6、7対策*/
}
* html .clearfix {
    height: 1px;
    /*¥*//*/ /*MAC IE5.x対策*/
    height: auto;
    overflow: hidden;
    /**/
}
/* Buttons */


/*header*/
.navbar {
    background-color: transparent;
    margin: 0;
    max-width: 100%;
    width: 100%;
}

/*paging*/
.paging-navigation {
    background-color: transparent;
    padding: 40px 0;
}
.wp-pagenavi a, .wp-pagenavi span {
    border: 0 none;
}
.wp-pagenavi .pages {
    margin-right: 25px;
}
.navigation a {
    color: #333;
}
.paging-navigation a {
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
}
.paging-navigation a:hover {
    color: #888;
}
.logobox {
    width: 100%;
    max-width: 350px;
    margin-bottom: 50px;
}
.main-navigation {
    clear: both;
    margin: 0 auto;
    max-width: 100%;
    min-height: 1px;
    position: relative;
}
.site-header .home-link {
    color: #141412;
    display: block;
    margin: 0;
    max-width: 1080px;
    min-height: 1px;
    padding: 0;
    text-decoration: none;
    width: 100%;
}
.sidebar .entry-header, .sidebar .entry-content, .sidebar .entry-summary, .sidebar .entry-meta {
    max-width: 100%;
    padding: 0;
}
.wrap {
    width: 100%;
    max-width: 1500px;
    margin: auto;
    padding: 0 2% 0 6%;
}
.navbar.yoko-menu {
    font-family: 'Rubik', sans-serif;
}
.navbar.yoko-menu ul.nav-menu li {
    text-transform: capitalize;
    margin-right: 30px;
}
.navbar.yoko-menu ul.nav-menu li a {
    font-size: 16px;
}
.site-header {
    margin-bottom: 100px;
}
/*========= ローディング画面のためのCSS ===============*/
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  /*background: #333;*/
  z-index: 9999999;
  text-align:center;
  color:#fff;
}

#splash-logo {
/*  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);*/
}
#logo1,#logo2,#logo3,#logo4,.svg-wrapper {
    position: relative;
}
/*.changed #logo1, .changed #logo2, .changed #logo3, .changed #logo4 {
display: block;
transform-origin: center bottom;
animation: animation-area 4s both cubic-bezier(0.1, -0.6, 0.2, 0);
}*/


/*========= 画面遷移のためのCSS ===============*/

/*画面遷移アニメーション*/
.splashbg{
    display: none;
}

/*bodyにappearクラスがついたら出現*/
body.appear .splashbg{
    display: block;
    content: "";
    position:fixed;
  z-index: 999;
    width: 100%;
    height: 100vh;
    top: 0;
  left: 0;
    transform: scaleY(0);
    background-color: #f4f4f4;/*伸びる背景色の設定*/
  animation-name:PageAnime;
  animation-duration:.7s;
  animation-timing-function:ease-in-out;
  animation-fill-mode:forwards;

}

@keyframes PageAnime{
  0% {
    transform-origin:bottom;
    transform:scaleY(0);
  }
  50% {
    transform-origin:bottom;
    transform:scaleY(1);
  }
  50.001% {
    transform-origin:top;
  }
  100% {
    transform-origin:top;
    transform:scaleY(0);
  }
}
#page {
      opacity: 0;/*はじめは透過0に*/
}
/*bodyにappearクラスがついたら出現*/
body.appear #page{
  animation-name:PageAnimeAppear;
  animation-duration:1s;
  animation-delay: 0.8s;
  animation-fill-mode:forwards;
  opacity: 0;
}
@keyframes PageAnimeAppear{
  0% {
  opacity: 0;
  }
  100% {
  opacity: 1;
}
}
#onebox {
background: no-repeat scroll center center / cover #fafafa;
width: 100%;
height: 100%;
height: 100vh;
/*background-color: <{$page_bgcolor}>;*/
margin-left: 0%;
position: fixed;
z-index: 999;
  overflow: hidden;
    animation: okureru 1s linear;
    animation-fill-mode: both;
}
/*.add-all {
    animation: okureru 3s linear;
    animation-fill-mode: both;
}*/
#page #bg {
    width: 100%;
    height: 100%;
    height: 100vh;
    margin-left: 0%;
    top: 0;
    position: fixed;
    overflow: hidden;
    z-index: -1;
}
@keyframes okureru{
    0%{opacity: 0;}
    20% {opacity: 0;}
    100%{opacity: 1;}
}
.content-text {
    text-align: justify;
    text-justify: inter-ideograph;
    -ms-text-justify: inter-ideograph;
}
.content-area {
    width: 100%;
    max-width: 100%;
    margin: auto;
}
.contentArea {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: -3.2%
}

.contentArea:after {
    content: "";
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    -webkit-flex-grow: 500;
    -ms-flex-positive: 500;
    flex-grow: 500;
    width: auto;
    margin-right: 3.5%
}

.contentArea {
padding: 0;
margin: 0;
}

.contentArea {
    opacity: 1;
    transition: all .4s ease-in
}

ul.contentArea {
    padding: 0;
    margin: 0;
}
ul.contentArea li.item-all {
    width: 100%;
}
ul.contentArea li {
    list-style: none;
}
.item {
    width: 21.5%;
    margin-right: 3.5%;
    margin-bottom: 25px;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 29.5%;
}

.item.tate {
    width: 21.5%;
    margin-right: 3.5%;
    margin-bottom: 25px;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 29.5%;
}
.item.yoko {
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    width: 46.3%;
    max-width: 64%;
}
.item.dai {
    margin-right: 1.5%;
    margin-left: 1.5%;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    width: 100%;
    max-width: 100%;
}
footer.entry-meta, .format-standard footer.entry-meta {
    margin-top: 0;
    font-family: 'Rubik', sans-serif;
    font-size: 12px;
}
.entry-meta span.ma {
    /*display: inline-block;*/
    margin-right: 15px;
    /*color: #000;*/
    width: 10%;
}
.item a {
    text-decoration: none;
}
.item a:hover .checkbox p {
    border-bottom: 1px solid #fff;
}
.checkbox {
    font-family: 'Rubik', sans-serif;
    text-transform: capitalize;
}
.checkbox p {
    margin: 20px 0 0;
    font-size: 12px;
    border-bottom: 1px solid;
    display: inline;
    padding-bottom: 2px;
}
p.byname {
    font-family: 'Rubik', sans-serif;
    margin: 0 0 5px;
}
span.d-dai {
    display: inline-block;
    margin-right: -2px;
    color: #000;
}
.catarea h2 {
    font-family: 'Rubik', sans-serif;
    margin: 5px 0;
    color: #888;
    font-weight: 400;
}
.catarea {
    color: #888;
}
.home .entry-title {
    font-weight: bold;
    margin-bottom: 15px;
}
a:hover span.d-dai {
    color: #888;
}
.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
color: #000;
font-style: normal;
/*background-color: #000;*/
}
.archive-header {
background-color: transparent;
}
.archive-title, .archive-meta {
    font-size: 20px;
    font-family: 'Rubik', sans-serif;
    margin: 0;
    max-width: 100%;
    font-style: normal;
    font-weight: 500;
}
.news-all {
    overflow: hidden;
}
.news-l {
width: 20%;
float: left;
font-family: 'Rubik', sans-serif;
}
.news-r {
width: 80%;
float: left;
padding-left: 2%;
}
.post-type-archive-style .news-l, .single-style .news-l {
width: 30%;
float: left;
font-family: 'Rubik', sans-serif;
}
.post-type-archive-style .news-r, .single-style .news-r {
width: 70%;
float: left;
padding-left: 2%;
}
.news-l a {
    text-decoration: none;
}
.post-type-archive-news .hentry, .post-type-archive-style .hentry, .single-style .hentry {
padding: 40px 0 100px;
border-bottom: 1px solid;
margin-bottom: 80px;
}
.post-type-archive-news .hentry.first.last, .post-type-archive-style .hentry.first.last, .single-style .hentry.first.last {
padding: 40px 0 100px;
border-bottom: 1px solid;
margin-bottom: 80px;
}
.post-type-archive-news .hentry.last, .post-type-archive-style .hentry.last {
padding: 40px 0 100px;
border-bottom: 0 none;
margin-bottom: 0;
}
ul.iretu {
    overflow: hidden;
    margin-left: -2%;
}
ul.iretu li {
    padding: 1% 0 1% 2%;
}
ul.iretu li img.alignnone {
    margin: 0;
}
ul.iretu li.i2 {
    float: left;
    width: 50%;
}
ul.iretu li.i3 {
    float: left;
    width: 33.333333%;
}
.site-info {
    margin: 100px 0 20px;
    max-width: 150px;
    padding: 0;
transform: rotate(-90deg) translateX(-100%);
-webkit-transform: rotate(-90deg) translateX(-100%);
transform-origin: left top;
-webkit-transform-origin: left top;
position: fixed;
bottom: 15%;
left: 97%;
text-align: right;
width: 100%;
font-size: 12px;
color: #888;
/*font-family: 'Rubik', sans-serif;*/
}
.site-info.snsbox {
    bottom: auto;
    bottom: 20%;
    letter-spacing: 2px;
    max-width: 255px;
    font-size: 14px;
    left: 2%;
}
.site-info a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  color: #000;
  text-decoration: none;
}
.site-info a:hover {
    color: #000;
    text-decoration: none;
}
.site-info a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #000000;
  height: 1px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.site-info.snsbox a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  height: 1px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.site-info a:hover:before, .site-info a:focus:before, .site-info a:active:before {
  right: 0;
}
.site-info.snsbox a:hover:before, .site-info.snsbox a:focus:before, .site-info.snsbox a:active:before {
  right: 100%;
}
.add-all {
    overflow: hidden;
    width: 100%;
    text-align: left;
}
.add-box {
  width: 50%;
  float: left;
  padding-right: 2%;
}
.add-wrap {
  overflow: hidden;
}
.add-w-l {
width: 20%;
float: left;
}
.add-w-r {
width: 79%;
float: left;
}
.add-wrap h2 {

}
.add-wrap p {
margin: 0;
}
/* サイドオープン時にメインコンテンツを覆う部分 */
.overlay {
  content: '';
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 103;
}
.overlay::after {
  /*content: "Close Menu";*/
  visibility: hidden;
  position: fixed;
  top: 40%;
  left: 0;
  display: block;
  width: 100%;
  height: 50px;
  color: rgba(255,255,255,0);
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  font-family: 'Rubik', sans-serif;
  letter-spacing: 2px;
}
.side-open .overlay {
  visibility: visible;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.8);
}
.side-open .overlay::after {
  visibility: visible;
  color: rgba(255,255,255,.8);
}

.side-open .side-menu {
  display: block;
  transform-origin: center bottom;
  animation: animation-menu .8s both cubic-bezier(0.25, 0.1, 0.25, 1.0);
}
@keyframes animation-menu {
    0% {
        opacity: 0;
    transform: rotate(0) translateX(5px);
    }
    100% {
        opacity: 1;
    transform: rotate(0) translateX(0);
    }
}

/* サイドメニュー ※リストのスタイルは省略 */
.side-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 45px 8% 0;
  text-align: left;
  font-size: 13px;
/*  background-color: rgba(249, 249, 249, 0.98);*/
  z-index: -1;
  display: none;
  color: #111;
}
.side-open .side-menu {
  background-color: rgba(249, 249, 249, 0.98);
    z-index: 110;
    overflow: scroll;
    line-height: 2;
    display: inline;
}

/* 開閉用ボタン ※ボタンの細かいスタイルは省略 */
.side-menu-btn {
  position: fixed;
  top: 45px;
  right: 45px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 112;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.side-open .side-menu-btn {
    top: 45px;
    right: 45px;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}
/* サイドメニューオープン */
.side-open #wrapper,
.side-open .overlay {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.side-menu-btn span {
    background: #111;
    transition: all 0.3s;
    transform: rotate(0deg);
    width: 40px;
    height: 2px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -10px;
  }
.side-menu-btn span.top {
    transform: translateY(-8px);
}
.side-menu-btn span.bottom {
    transform: translateY(8px);
}

.side-open .side-menu-btn span.middle {
    background: rgba(234, 233, 231, 0);
}
.side-open .side-menu-btn span.top {
    transform: rotate(-90deg) translateY(0px);
    background-color: #111;
}
.side-open .side-menu-btn span.bottom {
    transform: rotate(90deg) translateY(0px);
    background-color: #111;
}
.nav-menu a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: -5px;
  background: #000000;
  height: 1.6px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.nav-menu a:hover:before, .nav-menu a:focus:before, .nav-menu a:active:before {
  right: 100%;
}
.site-title {
    padding: 165px 0 10px;
}
ul.menu-area {
    overflow: hidden;
}
ul.menu-area li {
    width: 50%;
    float: left;
}
.menu-box {
    position: relative;
    margin: 100px 0;
}
.menu-box h1 {
      font-family: 'Rubik', sans-serif;
      font-size: 22px;
      font-weight: 500;
}
.menu-box.shopbox {
    margin-bottom: 100px;
    /*border-bottom: 1px solid #cdcdcd;*/
    padding-bottom: 60px;
}
.title-side {
    position: absolute;
    top: 43%;
    left: 20px;
    color: #fff;
}
.title-side h1 {
    font-size: 23px;
    letter-spacing: 2px;
}
.title-side h1 span {
display: block;
padding-top: 15px;
font-size: 18px;
}
.readbox {
    position: absolute;
    bottom: 5%;
    right: 3%;
    font-size: 15px;
    letter-spacing: 2px;
    border-bottom: 2px solid;
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
    color: #fff;
}
.add-wrap.ga-img {
    margin-bottom: 40px;
}
.naka-t-area {
    width: 98%;
    margin: auto;
}
.add-box h2 {
    font-size: 18px;
    margin-bottom: 35px;
}
.menu-box.shopbox h1 {
    margin-bottom: 40px;
}
h1.entry-title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 25px;
}
h1.entry-title span {
/*border-bottom: 2px solid;
padding-bottom: 12px;*/
display: inline-block;
}
/*.nav-menu .current_page_item > a:before, .nav-menu .current_page_ancestor > a:before, .nav-menu .current-menu-item > a:before, .nav-menu .current-menu-ancestor > a:before {
    background-color: #000;
    bottom: -5px;
    height: 10px;
}*/
.side-open .nav-menu .current-menu-item > a:before, .single-post.side-open .nav-menu .current-menu-item > a:before {
   background-color: #000;
    bottom: -5px;
    height: 1.6px;
}
.side-open .nav-menu .current-menu-item > a {
    background-color: transparent;
}
/*.single-post .nav-menu .current_page_item > a:before, .single-post .nav-menu .current_page_ancestor > a:before, .single-post .nav-menu .current-menu-item > a:before, .single-post .nav-menu .current-menu-ancestor > a:before {
    background-color: #000;
    bottom: -5px;
    height: 10px;
}*/
/*.single-post .nav-menu li.menu-item-8 a:before {
    background-color: #000;
    bottom: -5px;
    height: 10px;
}*/
/*.single-post .menu-item-8 {
    background-color: #000;
}*/
span.yokosen {
    display: inline-block;
    border-bottom: 1px solid;
    width: 15px;
    margin: 0 10px 4px 5px;
}
span.ma {
    padding-right: 10px;
}
.meta-box {
    margin: 15px 0 50px;
    font-family: 'Rubik', sans-serif;
    color: #bbbbbb;
}
.meta-box p {
margin-bottom: 5px;
}
.single .site-content, .page-template-page-blog .site-content {
    max-width: 80%;
    margin: 0;
}
.single-style .site-content {
    max-width: 8100%;
    margin: 0;
}
/*4枚*/
.four-all-imgbox {
    overflow: hidden;
}
.four-all-imgbox ul {
    margin-left: -1%;
}
.four-all-imgbox ul li {
    margin: 0 0 1% 1%;
    float: left;
    width: 49%;
}
.four-all-textbox {
    overflow: hidden;
    margin: 20px 0;
}
.four-all-nunberbox {
    float: left;
    width: 10%;
}
.four-all-nunberbox ul {
    overflow: hidden;
}
.four-all-nunberbox ul li {
    float: left;
    width: 50%;
    text-align: center;
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
}
.four-r-textbox {
    overflow: hidden;
    float: right;
    width: 85%;
    line-height: 2;
}
.four-r-textbox ul {
    overflow: hidden;
}
.four-r-textbox ul li {
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}
.four-r-textbox ul li .r-text-l {
    float: left;
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
    width: 5%;
}
.four-r-textbox ul li .r-text-r {
    float: right;
    text-align: left;
    width: 93%;
}
/*9枚*/
.nine-all-imgbox {
    overflow: hidden;
}
.nine-all-imgbox ul {
    margin-left: -1%;
}
.nine-all-imgbox ul li {
    margin: 0 0 1% 1%;
    float: left;
    width: 32.33333333333%;
}
.nine-all-textbox {
    overflow: hidden;
    margin: 20px 0;
}
.nine-all-nunberbox {
    float: left;
    width: 10%;
}
.nine-all-nunberbox ul {
    overflow: hidden;
}
.nine-all-nunberbox ul li {
    float: left;
    width: 33.33333%;
    text-align: center;
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
}
.nine-r-textbox {
    overflow: hidden;
    float: right;
    width: 85%;
    line-height: 2;
}
.nine-r-textbox ul {
    overflow: hidden;
}
.nine-r-textbox ul li {
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}
.nine-r-textbox ul li .r-text-l {
    float: left;
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
    width: 5%;
}
.nine-r-textbox ul li .r-text-r {
    float: right;
    text-align: left;
    width: 93%;
}
.last-text {
    margin: 30px 0;
    line-height: 2;
    text-align: justify;
    text-justify: inter-ideograph;
    -ms-text-justify: inter-ideograph;
}
p.non-text {
    margin: 30px 0;
}
p.text-bikou {
    margin-bottom: 10px;
}
h2.yoko-txt {
    display: inline-block;
    background-color: #cdcdcd;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
    margin-top: 0;
}
span.yokoyokosen {
    display: block;
    width: 15px;
    border-bottom: 1px solid;
    margin-bottom: 10px;
}
.ca-box {
    overflow: hidden;
    margin-top: 25px;
}
.ca-all {
width: 100%;
max-width: 250px;
float: left;
}
.ca-l {
}
.ca-r {
    
}
#acMenu dt{
display:block;
line-height:1.8;
cursor:pointer;
font-weight: normal;
font-family: 'Rubik', sans-serif;
}
#acMenu dd {
  line-height:2;
  display:none;
    width: 100%;
}
#acMenu {
  overflow: hidden;
  width: 100%;
  margin-bottom: 55px;
  position: relative;
}
dl {
margin: 0;
}
.naka-area {
    margin-top: 40px;
}
ul.yonbox {
border-left: 2px solid #cdcdcd;
padding-left: 15px;
}
#acMenu dt {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  color: #000;
  text-decoration: none;
}
#acMenu dt:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  height: 1.5px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#acMenu dt:hover:before, #acMenu dt:focus:before, #acMenu dt:active:before {
  right: 100%;
}
.move {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /*margin-bottom: 25px;*/
}
.move iframe {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
}
.menu-box.shopbox.navbox {
margin-bottom: -30px;
}
/* contact */
.contactbox-in {
    max-width: 70%;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 20px;
border-top: 1px solid #cdcdcd;
padding-top: 80px;
}
.page-template-page-contact-php .contactbox-in input {
    border-style: none none solid;
    border-width: 1px;
    font-family: 'Rubik', sans-serif;
}
.page-template-page-contact-php .contactbox-in input:focus,
.page-template-page-contact-php .contactbox-in textarea:focus {
    border: 1px solid #c5c5c5;
    outline: 0;
}
.contactbox-in .c-box {
    margin-bottom: 50px;
    overflow: hidden;
}
.c-box.c-ue .c-l {
    margin-bottom: 5px;
}
.c-box .c-l {
    float: left;
    width: 25%;
}
.c-box .c-r {
    float: right;
    width: 75%;
}
.page-template-page-contact-php .sen-yoko {
    border-bottom: 1.5px solid #000;
    width: 100%;
    max-width: 20px;
    margin-bottom: 40px;
}
.page-template-page-contact-php .contact-wrap {
    margin: 100px 0 60px;

}
.page-template-page-contact-php .contact-wrap h2 {
    font-weight: normal;
    text-transform: capitalize;
}
.page-template-page-contact-php .contact-wrap h2 span {
    font-weight: bold;

}
.page-template-page-contact-php .contact-wrap input {
    border-style: none none solid;
    border-width: 1px;
    font-family: 'Rubik', sans-serif;
}
.page-template-page-contact-php .contact-wrap input:focus,
.page-template-page-contact-php .contact-wrap textarea:focus {
    border: 1px solid #c5c5c5;
    outline: 0;
}
.contact-wrap .c-box {
    margin-bottom: 50px;
    overflow: hidden;
}
.c-box.c-ue {
    margin-top: 70px;
}
.c-box.c-ue.mtue {
    margin-top: 100px;
}
.mannaka {
    text-align: center;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #444;
}
div.wpcf7-mail-sent-ng {
    border: 2px solid #ff0000;
}
div.wpcf7-spam-blocked {
    border: 2px solid #444;
}
div.wpcf7-validation-errors {
    border: 2px solid #ff0000;
}
/* Buttons */
.sandbox {
    text-align: center;
}
.wpcf7-form input[type="submit"] {
    width:200px;
    margin: auto;
}

.wpcf7-form input[type="submit"]:hover,
.wpcf7-form input[type="submit"]:focus {
    background: #cdcdcd!important; /* Old browsers */
    background: -webkit-linear-gradient(top, #000 0%, #000 100%)!important; /* Chrome 10+, Safari 5.1+ */
    background:   linear-gradient(to bottom, #000 0%, #000 100%)!important; /* W3C */
    border-bottom: 0px solid #000;
}
.page-template-page-contact-php button,
.page-template-page-contact-php input[type="submit"],
.page-template-page-contact-php input[type="button"],
.page-template-page-contact-php input[type="reset"] {
    background: #0068b6!important; /* Old browsers */
    background: -webkit-linear-gradient(top, #cdcdcd 0%, #cdcdcd 100%)!important; /* Chrome 10+, Safari 5.1+ */
    background:   linear-gradient(to bottom, #cdcdcd 0%, #cdcdcd 100%)!important; /* W3C */
    border: none;
    border-bottom: 0px solid #cdcdcd;
    border-radius: 0px;
    color: #fff;
    display: inline-block;
    padding: 11px 24px 10px;
    text-decoration: none;
    border-radius: 0 0 0 0;
}

.page-template-page-contact-php button:hover,
.page-template-page-contact-php button:focus,
.page-template-page-contact-php input[type="submit"]:hover,
.page-template-page-contact-php input[type="button"]:hover,
.page-template-page-contact-php input[type="reset"]:hover,
.page-template-page-contact-php input[type="submit"]:focus,
.page-template-page-contact-php input[type="button"]:focus,
.page-template-page-contact-php input[type="reset"]:focus {
    background: #cdcdcd!important; /* Old browsers */
    background: -webkit-linear-gradient(top, #000 0%, #000 100%)!important; /* Chrome 10+, Safari 5.1+ */
    background:   linear-gradient(to bottom, #000 0%, #000 100%)!important; /* W3C */
    border-bottom: 0px solid #000;
    outline: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.page-template-page-contact-php button:active,
.page-template-page-contact-php input[type="submit"]:active,
.page-template-page-contact-php input[type="button"]:active,
.page-template-page-contact-php input[type="reset"]:active {
    background: #444!important; /* Old browsers */
    background: -webkit-linear-gradient(top, #cdcdcd 0%, #cdcdcd 100%)!important; /* Chrome 10+, Safari 5.1+ */
    background:   linear-gradient(to bottom, #cdcdcd 0%, #cdcdcd 100%)!important; /* W3C */
    border: none;
    border-top: 0px solid #cdcdcd;
    padding: 10px 24px 11px;
}
.page-template-page-contact-php button, .page-template-page-contact-php input, .page-template-page-contact-php textarea {
    border: 1px solid #111;
    font-family: inherit;
    padding: 5px;
    width: 100%;
    background-color: transparent;
}
input:focus,
textarea:focus {
    border: 1px solid #cdcdcd;
    outline: 0;
    background-color: #fff;
}
.contactbox-all {
  overflow: hidden;
  width: 96%;
  background-color: #f5f5f5;
  padding: 2%;
}
.contact-txt {
  line-height: 2;
  margin-bottom: 150px;
}
.c-l span {
    display: block;
    opacity: .5;
    font-size: 12px;
    margin-top: 2px;
    font-weight: normal;
}
span.en-moji {
    display: block;
    opacity: .5;
    margin-bottom: 10px;
}
span.en-moji br {
    display: none;
}
.mise-setumei {
margin-top: 90px;
margin-bottom: 30px;
}
.mise-setumei h2 {
    margin-bottom: 5px;
}
.mise-setumei p {
    font-family: 'Rubik', sans-serif;
    color: #888;
font-size: 15px;
}
.navigation.paging-navigation {
    opacity: 0;
}
ul.nav-menu, div.nav-menu > ul {
margin: 0;
padding: 0;
}
.aisatsu-all {
    font-family: 'Rubik', sans-serif;
    position: fixed;
    text-align: center;
    bottom: 4%;
    left: 0;
    right: 0;
    animation: okureru 2s linear;
    animation-fill-mode: both;
}
.aisatsu-all h2.name-midashi {
font-size: 20px;
letter-spacing: 2px;
width: 100%;
max-width: 280px;
margin: 0 auto 40px;
}
.aisatsu-all h2 {
    
}
.aisatsu-all h3 {
    font-size: 14px;
    margin: 9px 0 5px;
}
.aisatsu-all p {
    margin-bottom: 9px;
}
.aisatsu-all p.yard {
    margin-top: 15px;
}
@keyframes okureru{
    0%{opacity: 0;}
    40% {opacity: 0;}
    100%{opacity: 1;}
}
h2.oc-title {
font-family: 'Rubik', sans-serif;
margin-top: 50px;
font-size: 18px;
font-weight: 400;
}
.navbar.yoko-menu ul.nav-menu.cat_navi li {
margin-right: 0;
width: 25%;
float: left;
margin-bottom: 3%;
padding-right: 5%;
overflow: hidden;
}
.navbar.yoko-menu ul.nav-menu.cat_navi li a {
font-size: 16px;
color: #888;
}
.navbar.yoko-menu ul.nav-menu.cat_navi li a:hover {
    color: #000;
}
.navbar-l {
width: 80%;
float: left;
}
.navbar-r {
width: 20%;
float: right;
margin-top: -7px;
}
ul.bagbox {}
ul.bagbox li {float: right;margin-left: 25px;position: relative;}
ul.bagbox li span {
width: 100%;
max-width: 18px;
display: inline-block;
margin-top: -2px;
margin-left: 3px;
}
ul.bagbox li span img {width: 100%;}
ul.bagbox li a {
  color: #000;
display: block;
/*line-height: 1;*/
padding: 0;
text-decoration: none;
font-size: 16px;
  font-family: 'Rubik', sans-serif;
}
ul.bagbox li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: -5px;
  background: #000000;
  height: 1.6px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
ul.bagbox li a:hover:before, ul.bagbox li a:focus:before, ul.bagbox li a:active:before {
  right: 100%;
}
.kensakubox {overflow: hidden;}
.kensakubox .btn-sm, .kensakubox .btn-xs {
padding: 1px 5px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
font-size: 12px;
line-height: 1.5;
}
.kensakubox select, .kensakubox textarea, .kensakubox [type="text"], .kensakubox [type="password"], .kensakubox [type="datetime"], .kensakubox [type="datetime-local"], .kensakubox [type="date"], .kensakubox [type="month"], .kensakubox [type="time"], .kensakubox [type="week"], .kensakubox [type="number"], .kensakubox [type="email"], .kensakubox [type="url"], .kensakubox [type="search"], .kensakubox [type="tel"], .kensakubox [type="color"], .kensakubox .uneditable-input {
display: inline-block;
padding: 4px 6px;
height: 20px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
color: #555;
vertical-align: middle;
font-size: 14px;
line-height: 20px;
border: 1px solid #cfcfcf;
}
.kensakubox .btn {
display: inline-block;
margin-bottom: 0;
border: 1px solid #ccc;
vertical-align: middle;
text-align: center;
cursor: pointer;
}
.kensakubox .icon-lg-b {
background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png);
}
.pad_r_5 {
padding-right: 5px;
}
.mar_l_5 {
margin-left: 5px;
}
.txt_14 {
font-size: 14px;
}
.mar_b_50 {
margin-bottom: 50px;
}
.visible-phone {
display: none !important;
}
.side-menu button, .side-menu input, .side-menu textarea {
    border: 1px solid #cfcfcf;
    font-family: inherit;
    padding: 5px;
    width: 100%;
    background-color: #fafafa;
}
.side-menu select, .side-menu textarea, .side-menu [type="text"], .side-menu [type="password"], .side-menu [type="datetime"], .side-menu [type="datetime-local"], .side-menu [type="date"], .side-menu [type="month"], .side-menu [type="time"], .side-menu [type="week"], .side-menu [type="number"], .side-menu [type="email"], .side-menu [type="url"], .side-menu [type="search"], .side-menu [type="tel"], .side-menu [type="color"], .side-menu .uneditable-input {
    display: inline-block;
    padding: 4px 6px;
    height: 32px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0;
    color: #555;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
    width: 171px;
}
.side-menu .btn {
  display: inline-block;
  margin-bottom: 0;
  padding: 4px 12px;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #f5f5f5;
  color: #333;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  width: auto;
  cursor: pointer;
  *display: inline;
  *margin-left: .3em;
  *background-color: #e6e6e6;
  *border: 0;
}

.side-menu .btn:hover,
.side-menu .btn:focus,
.side-menu .btn:active,
.side-menu .btn.active,
.side-menu .btn.disabled,
.side-menu .btn[disabled] {
  background-color: #e6e6e6;
  color: #333;
  *background-color: #d9d9d9;
}

.side-menu .btn:active,
.side-menu .btn.active {
  background-color: #ccc \9;
}

.side-menu .btn:first-child {
  *margin-left: 0;
}

.side-menu .btn:hover,
.side-menu .btn:focus {
  color: #333;
  text-decoration: none;
}

.side-menu .btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.side-menu .btn.active,
.side-menu .btn:active {
  outline: 0;
  background-image: none;
}
.side-menu .icon-lg-b.icon-search {
background-position: -312px -24px;
}
.side-menu .icon-lg-b, .side-menu .icon-lg-w {
width: 24px;
height: 24px;
display: inline-block;
}
.side-menu .icon-lg-b {
background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png);
}
.side-menu .va-35 {
vertical-align: -35%;
}
.side-menu i, .side-menu cite, .side-menu em, .side-menu var, .side-menu address, .side-menu dfn {
font-style: italic;
}
.side-menu .visible-phone {
display: none !important;
}
.side-menu .btn {
border-radius: 0;
}
.side-menu .btn-sm, .side-menu .btn-xs {
border-radius: 0;
}
.side-menu .btn-xs {
padding: 1px 5px;
}
.side-menu .btn-sm, .side-menu .btn-xs {
padding: 1px 5px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
font-size: 12px;
line-height: 1.5;
}
.side-menu button,
.side-menu input[type="submit"],
.side-menu input[type="button"],
.side-menu input[type="reset"] {
    background: #f5f5f5!important; /* Old browsers */
    background: -webkit-linear-gradient(top, #f5f5f5 0%, #f5f5f5 100%)!important; /* Chrome 10+, Safari 5.1+ */
    background:   linear-gradient(to bottom, #f5f5f5 0%, #f5f5f5 100%)!important; /* W3C */
    border: 1px solid #ccc;
    border-radius: 0px;
    color: #fff;
    display: inline-block;
    padding: 11px 24px 10px;
    text-decoration: none;
    border-radius: 0 0 0 0;
}

.side-menu button:hover,
.side-menu button:focus,
.side-menu input[type="submit"]:hover,
.side-menu input[type="button"]:hover,
.side-menu input[type="reset"]:hover,
.side-menu input[type="submit"]:focus,
.side-menu input[type="button"]:focus,
.side-menu input[type="reset"]:focus {
    background: #e6e6e6!important; /* Old browsers */
    background: -webkit-linear-gradient(top, #e6e6e6 0%, #e6e6e6 100%)!important; /* Chrome 10+, Safari 5.1+ */
    background:   linear-gradient(to bottom, #e6e6e6 0%, #e6e6e6 100%)!important; /* W3C */
    border: 1px solid #ccc;
    outline: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.side-menu button:active,
.side-menu input[type="submit"]:active,
.side-menu input[type="button"]:active,
.side-menu input[type="reset"]:active {
    background: #f5f5f5!important; /* Old browsers */
    background: -webkit-linear-gradient(top, #f5f5f5 0%, #f5f5f5 100%)!important; /* Chrome 10+, Safari 5.1+ */
    background:   linear-gradient(to bottom, #f5f5f5 0%, #f5f5f5 100%)!important; /* W3C */
    border: 1px solid #ccc;
    padding: 10px 24px 11px;
}
span.yoko-sen {
    margin-right: 2px;
}
.error404 .entry-content {
margin: 100px 0 0;
max-width: 604px;
width: 100%;
}



.archive-grid {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}

.archive-grid.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)); /* 3列に変更 */
  gap: 24px; /* 列間の余白 */
}

.archive-grid.grid-3 > li {
  margin: 0 0 80px;
  padding: 0;
  box-sizing: border-box;
}

.archive-grid.grid-3 .grid-thumb {
  aspect-ratio: 3 / 4;  /* 縦長サムネイルに合わせる */
  overflow: hidden;
}
.archive-grid.grid-3 .grid-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* レスポンシブ対応 */
@media (max-width: 1024px) {
  .archive-grid.grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
  .archive-grid.grid-3 { grid-template-columns: 1fr; }
}
.archive-grid.grid-3 > li a {
    text-decoration: none;
}
.post-type-archive-style .hentry {
    border-bottom: 0;
}
.archive-grid .grid-meta {
  display: block;         /* テキストが消えないように */
  margin-top: 8px;        /* 画像とテキストの間に余白 */
  font-size: 0.9rem;      /* 調整 */
  line-height: 1.4;
  font-family: 'Rubik', sans-serif;
}

.archive-grid .grid-cats {
  margin-bottom: 4px;
}
.archive-grid .grid-cats li {
  display: inline-block;  /* 横並び */
  margin-right: 6px;
}


/* ===== 3列グリッド ===== */
ul.archive-grid.grid-3 {display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin:0!important;padding:0!important;list-style:none;width:100%}
ul.archive-grid.grid-3 > li {margin:0!important;padding:0!important;box-sizing:border-box}
ul.archive-grid.grid-3 > li {margin-bottom:40px} /* 行間を増やす場合 */

/* 画像枠と下線を消す */
.archive-grid.grid-3 img {display:block;border:0!important;margin:0;padding:0;box-shadow:none!important;background:none!important}
.archive-grid.grid-3 a {border-bottom:none!important;text-decoration:none!important}

/* カード内 */
.archive-grid .grid-thumb {aspect-ratio:3/4;overflow:hidden}
.archive-grid .grid-thumb img {width:100%;height:100%;object-fit:cover;display:block}
.archive-grid .grid-meta {display:block;margin-top:8px;line-height:1.4}

/* 親余白の影響を打消し（左端ずれ対策） */
.entry-content .archive-grid {margin-left:0!important;padding-left:0!important}

/* Jetpack等のラッパーを透過（グリッド崩れ防止） */
.archive-grid.grid-3 .infinite-wrap {display:contents}

/* レスポンシブ */
@media (max-width:1024px){ul.archive-grid.grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:600px){ul.archive-grid.grid-3{grid-template-columns:1fr}}


/* ===== Styleアーカイブ：3列レイアウト＋テーマ既定の打ち消し ===== */

/* 親ULをグリッド化（強制） */
ul.archive-grid.grid-3{
  display:grid !important;
  grid-template-columns:repeat(3, minmax(0,1fr)) !important;
  gap:24px !important;
  margin:0 !important;
  padding:0 !important;
  list-style:none !important;
  width:100% !important;
}

/* 各カード(li)のテーマ既定を無力化 */
ul.archive-grid.grid-3 > li{
  float:none !important;
  width:auto !important;
  margin:0 0 40px 0 !important;   /* 下の余白。お好みで */
  padding:0 !important;
  box-sizing:border-box;
  border:0 !important;
}

/* .hentry が付くことで入る余白・線を消す（今回の主因） */
ul.archive-grid.grid-3 > li.hentry{
  margin:0 0 40px 0 !important;
  padding:0 !important;
  border:0 !important;
}

/* カード全体リンクの下線・imgの行間隙間を消す */
ul.archive-grid.grid-3 a{ border-bottom:none !important; text-decoration:none !important; }
ul.archive-grid.grid-3 img{ display:block !important; border:0 !important; margin:0 !important; padding:0 !important; box-shadow:none !important; background:none !important; }

/* 画像枠（比率を揃える） */
.archive-grid .grid-thumb{ aspect-ratio:3/4; overflow:hidden; }
.archive-grid .grid-thumb img{ width:100%; height:100%; object-fit:cover; }

/* 無限スクロールが挿入するラッパーを“透明化”してグリッドに参加させる */
ul.archive-grid.grid-3 .infinite-wrap,
ul.archive-grid.grid-3 .infinite-scroll-request,
ul.archive-grid.grid-3 .posts,
ul.archive-grid.grid-3 .post-list{
  display:contents !important;
}

/* 左端ズレの保険（親側のpaddingの影響を打ち消し） */
.entry-content .archive-grid{ margin-left:0 !important; padding-left:0 !important; }

/* レスポンシブ（任意） */
@media (max-width:1024px){ ul.archive-grid.grid-3{ grid-template-columns:repeat(2, minmax(0,1fr)) !important; } }
@media (max-width:600px){  ul.archive-grid.grid-3{ grid-template-columns:1fr !important; } }



@media (max-width: 1069px) {
.archive-header, .search .page-header, .archive .page-header, .blog .page-header, .error404 .page-content, .search .page-content, .archive .page-content, .attachment .entry-header, .attachment .entry-content, .post-navigation .nav-links, .sidebar .site-info, .site-footer .widget-area {
padding-left: 0;
padding-right: 0;
}
}
@media (max-height: 880px) {
.site-info.snsbox {
    bottom: 35%;
}
}
@media (max-width: 834px) {
.wrap {
    max-width: 94%;
}
.single .site-content, .page-template-page-blog .site-content {
max-width: 100%;
margin: 0;
}
.navbar-l {
width: 75%;
float: left;
}
 .navbar-r {
width: 25%;
float: right;
}
  ul.ichiran li {width: 23%;}
  .navbar.yoko-menu ul.nav-menu li {margin-right: 20px;}
}
@media (max-width: 780px) {
/*etc*/
button,
textarea,
input[type="submit"],
input[type="button"],
input[type="text"],
input[type="email"],
input[type="reset"] {
   -webkit-appearance: none;
   border-radius: 0;
}
.page-template-page-link-php .site-info {
    position: static;
}
}
@media (max-width: 643px) {
.navbar-r.in-naka {
width: 100%;
float: none;
margin-bottom: 50px;
overflow: hidden;
  }
.navbar-r.in-naka ul.bagbox li {
float: left;
position: relative;
margin-right: 25px;
}
ul.nav-menu, div.nav-menu > ul {
    display: block;
}
#content .entry-header,
#content .entry-content,
#content .entry-summary,
#content footer.entry-meta,
#content .featured-gallery,
.search.sidebar .page-content,
.blog.sidebar .page-content,
.sidebar .post-navigation .nav-links,
.paging-navigation .nav-links,
#content .author-info,
.comments-area .comments-title,
.comments-area .comment-list,
.comments-area .comment-navigation,
.comment-respond,
.sidebar .site-info,
.sidebar .paging-navigation .nav-links {
    padding-left: 0;padding-right: 0;
}
#site-navigation button,
#site-navigation input[type="submit"],
#site-navigation input[type="button"],
#site-navigation input[type="reset"] {
    background: #0068b6!important; /* Old browsers */
    background: -webkit-linear-gradient(top, #000 0%, #000 100%)!important; /* Chrome 10+, Safari 5.1+ */
    background:   linear-gradient(to bottom, #000 0%, #000 100%)!important; /* W3C */
    border: none;
    border-bottom: 0px solid #000;
    border-radius: 0px;
    color: #fff;
    display: inline-block;
    padding: 11px 14px 10px;
    text-decoration: none;
    border-radius: 0 0 0 0;
    position: absolute;
    right: 0;
    top: 15px;
}
.toggled-on .nav-menu > li a:hover,
.toggled-on .nav-menu > ul a:hover {
        background-color: #000;
        color: #fff!important;
}
.site-title {
padding: 85px 0 10px;
}
.logobox {
width: 100%;
max-width: 75%;
margin: auto;
}
.site-header {
margin-bottom: 0px;
}
.side-menu-btn {
    top: 15px;
    right: 25px;
    width: 30px;
    height: 30px;
}
.side-menu-btn span {
    width: 30px;
}
.item.yoko {
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: 100%;
max-width: 100%;
}
.item.tate {
width: 100%;
margin-right: 0;
margin-bottom: 0;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.item {
width: 100%;
margin-right: 0;
margin-bottom: 0;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.side-menu {
    padding: 45px 2% 0;
}
.menu-box {
position: relative;
margin: 40px 0;
}
.menu-box.shopbox.navbox {
margin-bottom: 15px;
}
.menu-box.shopbox {
margin-top: 0;
border-top: 1px solid #cdcdcd;
padding-top: 15px;
}
.side-open .side-menu-btn {
    top: 20px;
    right: 20px;
}
.title-side {
position: absolute;
top: 0;
left: 5%;
color: #fff;
}
.title-side h1 {
font-size: 18px;
letter-spacing: 2px;
margin: 10px 0 5px;
}
.readbox {
    font-size: 12px;
}
.title-side h1 span {
display: block;
padding-top: 8px;
font-size: 14px;
}
.navbar.yoko-menu ul.nav-menu li {
text-transform: capitalize;
margin-right: 0;
display: block;
}
.navbar.yoko-menu ul.nav-menu li {
text-transform: capitalize;
margin-right: 0;
display: block;
margin-bottom: 20px;
padding-bottom: 5px;
}
.nav-menu a:before {
    bottom: 0;
    height: 1px;
}
.add-box {
width: 100%;
float: left;
padding-right: 0;
margin-bottom: 25px;
}
.add-w-l {
width: 25%;
float: left;
}
.add-w-r {
width: 74%;
float: left;
}
.menu-box h1 {
font-family: 'Rubik', sans-serif;
font-size: 18px;
}
.menu-box.shopbox h1 {
margin-bottom: 25px;
}
.single .site-content, .page-template-page-blog .site-content {
max-width: 100%;
margin: 0;
}
.archive-title, .archive-meta {
    padding: 5px 0;
}
#acMenu {
    margin-bottom: 10px;
}
.hentry {
padding: 20px 0;
}
h1.entry-title {
font-weight: bold;
font-size: 18px;
margin-bottom: 10px;
}
.meta-box {
    font-size: 12px;
    margin: 10px 0 25px;
}
.post-type-archive-news .hentry, .post-type-archive-style .hentry, .single-style .hentry {
padding: 20px 0 20px;
border-bottom: 1px solid;
margin-bottom: 0;
}
.news-l {
width: 100%;
float: none;
font-family: 'Rubik', sans-serif;
}
.news-r {
width: 100%;
float: none;
padding-left: 0;
margin-top: 15px;
}
.post-type-archive-style .news-l, .single-style .news-l {
width: 100%;
float: none;
font-family: 'Rubik', sans-serif;
}
.post-type-archive-style .news-r, .single-style .news-r {
width: 100%;
float: none;
padding-left: 0;
}
.nine-all-nunberbox {
    float: left;
    width: 20%;
}
.nine-r-textbox {
    overflow: hidden;
    float: right;
    width: 100%;
    line-height: 2;
    margin-top: 15px;
}
.nine-r-textbox ul li .r-text-l {
    float: left;
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
    width: 8%;
}
.nine-r-textbox ul li .r-text-r {
    float: right;
    text-align: left;
    width: 90%;
}
.four-all-nunberbox {
    float: left;
    width: 15%;
}
.four-r-textbox {
    overflow: hidden;
    float: right;
    width: 100%;
    line-height: 2;
    margin-top: 15px;
}
.four-r-textbox ul li .r-text-l {
    width: 8%;
}
.four-r-textbox ul li .r-text-r {
    float: right;
    text-align: left;
    width: 90%;
}
.contactbox-in {
max-width: 100%;
width: 100%;
overflow: hidden;
margin-bottom: 20px;
margin-top: 0;
border-top: 1px solid #cdcdcd;
padding-top: 35px;
}
.c-box .c-l {
float: none;
width: 100%;
}
.c-box .c-r {
float: none;
width: 100%;
}
.site-info {
margin: 0;
max-width: 100%;
padding: 0;
transform: rotate(0) translateX(0);
-webkit-transform: rotate(0) translateX(0);
transform-origin: left top;
-webkit-transform-origin: left top;
position: relative;
bottom: 0;
left: 0;
text-align: left;
width: 100%;
font-size: 12px;
color: #888;
margin-bottom: 25px;
/* font-family: 'Rubik', sans-serif; */
}
.site-info.snsbox {
bottom: auto;
bottom: 0;
letter-spacing: 2px;
max-width: 100%;
font-size: 14px;
left: 0;
margin: 25px 0;
}
.wrap {
    max-width: 100%;
    padding: 0 2%;
}
.add-box h2 {
font-size: 18px;
margin-bottom: 15px;
}
.add-wrap.ga-img {
margin-bottom: 20px;
}
.navbar.yoko-menu ul.nav-menu.cat_navi li {
    width: 100%;
}
ul.bagbox li {
float: right;
margin-left: 0;
position: relative;
}
}

