/*
Theme Name: Lightning Child Sample
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/

/*文字サイズ固定*/
body { -webkit-text-size-adjust: 100%; }

.site-header{
	background-image: url(https://tonpukutei.mom/wp/wp-content/uploads/2024/10/backimg.jpg);
    background-position: left top;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
}

.header-top{background-color: transparent;
border-bottom:0;} 



/*スクロール時のみ適用*/
.header_scrolled .site-header{background-image:none;}

/* ロゴのサイズ変更 */
.site-header-logo img {
max-height: 100px;
}

@media screen and (max-width: 780px) {
	.site-header-logo img {
max-height: 80px;
}
}

/*ナビ設定*/
.menu li .global-nav-name{font-size:1rem;}

.sub-menu a{font-size:1rem;}

/*動画*/
video {
	/*width:720px;*/
	max-width:100%;
}

.video-box{text-align:center;}

#menu-headertopnav a{padding:0 0.4rem;}

/*画像スマホ順序調整*/
@media screen and (max-width: 780px) {
 .order01 {
    order: 1;
  }
  .order02 {
    order: 2;
  }
}

/*ハンバーガーメニューにMENU表記*/
.vk-mobile-nav-menu-btn {
  text-indent: 2px;
  font-size: 8px;
  padding-top: 26px;
  overflow: visible;
  border: none;
  background-position: top;
  height: 40px;
}
.vk-mobile-nav-menu-btn.menu-open {
  border: none;
}
.vk-mobile-nav {
  padding-top: 50px;
}

/*見出しサブテキスト*/

.sub-h2{font-size:4rem;
font-style:italic;font-weight:800;
color:#fc6f07;opacity:0.4;}

/*ボタン*/

.g-b a{color: #fff;
  border: 2px solid #fff;
  border-radius: 8px;
 background-color:#fc6f07 !important;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);}

.point-h2 {
  position: relative;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  font-size: 2rem;
}
 
.point-h2:before,
.point-h2:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #fc6f07;
  width: 2px;
  height: 1em;
  margin: 0 1em;
  margin-top: -.2em;
  vertical-align: middle;
}
 
.point-h2:before {
  transform: rotate(-35deg);
}
 
.point-h2:after {
  transform: rotate(35deg);
}

.red-h3{color:#cc0000;}

.left-box{margin-right:2rem !important;}

@media screen and (max-width: 780px) {
	.left-box{margin-right:0 !important;}
	.point-h2{font-size:1.2rem;}
}

/* すべてのテーブルセルに枠線を付加する */
.tablepress thead th,
.tablepress tbody tr:first-child td,
.tablepress tbody td,
.tablepress tfoot th {
    border: 1px solid #666 !important;
	font-size:1rem;
	vertical-align:middle;
}

.tablepress .column-1{background-color:#f8bf96;}
.tablepress .column-2{background-color:#fff;}

.tablepress .column-2 .insta-img{margin:1rem 1rem 0;}



@media screen and (max-width: 1199px) {
	.tablepress-id-1 .row-8 .column-2 img{width:100%;}
	
		.tablepress-id-1 .row-9 .column-2 img{width:100%;}
	

	
	.left-box{margin-right:0 !important;}
	
}

@media screen and (max-width: 780px) {
	
	
		.tablepress-id-2 .row-9 .column-2 img{width:100%;}
	
		.tablepress-id-2 .row-10 .column-2 img{width:100%;}
	
	
}

@media screen and (min-width:781px) and ( max-width:1199px) {
    /*　画面サイズが768pxから1024pxまではここを読み込む　*/

.left-box{flex-basis:50% !important;}
.right-box{flex-basis:50% !important;}
	
}

.xo-event-calendar{background-color:#fff;padding:1rem;}

#block-25{width:80%;margin:auto;}

/*フッター*/

.site-footer {
	border-top:0;
}


.site-footer p{font-size:1rem;}
/*インスタ*/
.footer-img{text-align:center;}

.footer-img i{margin:2rem 0 0;}



/*店舗案内*/

.pen-border{
  border:solid 5px #cc0000;
  width:200px;
  margin:25px auto;
  
  padding:20px;
}


.pen-border{
	position: relative;
}



.pen-border::after{
	content: "";
    position: absolute;
	bottom:-2rem;
	right:-1rem;
    background-image: url(https://tonpukutei.mom/wp/wp-content/uploads/2024/10/img01.png);
    background-repeat: no-repeat;
    background-position: center;
    /* background-size: cover; */
    width: 110px;
    height: 118px;
z-index:1;
}

.video2 {
	max-width:100%;
}


/*
@media screen and (max-width: 1199px) {
.wp-block-cover .wp-block-cover__image-background{
	object-fit:contain !important;
	height:auto;
}


}

@media screen and (max-width: 575px) {
.wp-block-cover .wp-block-cover__image-background{
	object-fit:contain !important;
	height:auto;
}

.wp-block-cover{min-height:380px !important;}

}

*/

@media screen and (max-width: 412px) {
.wp-block-cover .wp-block-cover__image-background{
	object-fit:contain !important;
	height:auto;
}

.wp-block-cover{min-height:260px !important;}

}




/*お品書き*/
.new-icon{position: relative;}

.new-icon::before{
	content: "NEW";
    position: absolute;
　top:-10px;
　left: -5px;
	background:#cc0000;
padding:0.5rem;
	color:#fffffe;

}

.suspend-icon{position: relative;}

.suspend-icon::before{
	content: "販売休止中";
    position: absolute;
　top:-10px;
　left: -5px;
	background:#191970;
padding:0.5rem;
	color:#fffffe;
z-index:1;
}

.suspend-icon img{filter: grayscale(100%);}

/*カレンダー*/
.holiday-title{margin-bottom:2px !important;}

.holiday-title span{margin-right:1px !important;}


