/*
Theme Name: Lightning Child
Template: lightning
*/

body,
html {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
	/*font-family: 'Noto Serif JP', serif;*/
}
img {
    vertical-align: bottom;
    margin: 0;
    padding: 0;
}
h1, h2, h3 {
	margin: 0;
	padding: 0;
}
.site-header,
.header_scrolled .site-header {
	display: none;
}

.front__slider {
	width: 100%;
	margin: auto;
	position: relative;
}
.ltg-slide picture {
	width: 100%;
	height: 100vh;
}
.ltg-slide picture img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	animation: zoomUp 12s linear 0s 1 normal both;
}

@keyframes zoomUp {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.2);
	}
}

.site__header--wrapper {
	height: 100vh;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	padding-top: 20vh;
	padding-right: 4%;
	padding-left: 10%;
	z-index: 1;
	text-align: center;
	background: linear-gradient(to left, rgba(255, 255, 255, 1), transparent);
}
.top__phone--wrapper {
	position: fixed;
	top: 0;
	margin-top: 30px;
	display: block;
	-ms-writing-mode: horizontal-tb;
	writing-mode: horizontal-tb;
	text-align: left;
	color: #fff;
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.7);
}
.top__phone--wrapper .text {
	font-size: 20px;
}
.top__phone--wrapper .phone {
	font-size: 36px;
}
.top__phone--wrapper .phone a {
	color: #fff;
}
.site__header--title {
	display: inline-block;
	color: #000;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;	
	text-align: center;
}
.site__header--title a {
	color: #000;	
}
.site__header--title .description {
    font-size: 20px;
    margin-top: -280px;
    letter-spacing: 3px;
    line-height: 0;
}
.site__header--title .title {
	font-family: 'Hina Mincho', serif;
	font-weight: 400;
	font-style: normal;	
	font-size: 50px;
	line-height: 2;
	letter-spacing: 10px;
}
.site__header--logo {
	margin: auto;
}
.site__header--logo img {
	width: 300px;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullet {
    display: none;
}

h2 {
    padding: 0;
    border-top: none;
    border-bottom: none;
}
section {	
    width: 100vw;
    margin-left: calc(-50vw + 50%);		
	padding: 50px 10px 50px;
}
section h2.section_title {
	position: relative;
	margin-bottom: 2em;
	text-align: center;
}
section h2.section_title:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 60px;
	height: 2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: var(--vk-color-custom-1);
	border-radius: 2px;
}
section .section_cotainer {
	max-width: 900px;
	margin: auto;
}
section .section_cotainer p.cont {
	text-align: center;
	font-family: 'Hina Mincho', serif;
	font-size: 18px;
	line-height: 2;
	letter-spacing: 1.5px;
}
/* ご挨拶 */
section#greeting {
	background-image: url(images/bg.webp);
}

/* メニュー */
section#menu {
	
}
section#menu .section_cotainer {
	max-width: 1000px;
	margin: auto;
}
section#menu .menu__wrapper {
	position: relative;
	padding-bottom: 100px;
}
section#menu .menu_btn {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	max-width: 500px;
	font-size: 18px;
	color: #fff;
    line-height: 40px;
	cursor: pointer;
	padding: 10px 30px;
    margin: auto;
	border: thin solid var(--vk-color-custom-2); 
    background-color: var(--vk-color-custom-2);
	transition: all 0.5s ease-in-out;
}
section#menu .menu_btn:hover {
	color: var(--vk-color-custom-2);
    background-color: #fff;	
}
section#menu .menu__wrapper--bozushi,
section#menu .menu__wrapper--chirashi {
	display: flex;
	flex-wrap: wrap;
}
section#menu .menu__wrapper--bozushi .menu__block,
section#menu .menu__wrapper--chirashi .menu__block {
	display: block;
	width: calc(100% / 3 - 10px);
	margin: auto;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
	margin-left: 10px;
}
section#menu .menu__wrapper--bozushi .menu__block .img,
section#menu .menu__wrapper--chirashi .menu__block .img {
	margin-bottom: 25px;
}
section#menu .menu__wrapper--bozushi .menu__block .title,
section#menu .menu__wrapper--chirashi .menu__block .title {
	margin-bottom: 10px;
}
section#menu .menu__wrapper--bozushi .menu__block:nth-of-type(1),
section#menu .menu__wrapper--bozushi .menu__block:nth-of-type(4),
section#menu .menu__wrapper--chirashi .menu__block:nth-of-type(1),
section#menu .menu__wrapper--chirashi .menu__block:nth-of-type(4),
section#menu .menu__wrapper--chirashi .menu__block:nth-of-type(7) {
	margin-left: 0;	
}
section#menu .box {
	display: none;
}

/* こだわり */
section#commitment {
	background-image: url(images/bg3.webp);
}
section#commitment .commitment__wrapper {
	
}
section#commitment .commitment__wrapper .commitment__flex {
	display: flex;
	align-items: flex-end;
	margin-bottom: 50px;
}
section#commitment .commitment__wrapper .commitment__flex.reverce {
	flex-direction: row-reverse;
}
section#commitment .commitment__wrapper .commitment__flex .commitment__flex--img {
	width: 60%;
	flex-grow: 0;
}
section#commitment .commitment__wrapper .commitment__flex .commitment__flex--cont {
	width: 55%;
	line-height: 2;
    letter-spacing: 1px;
	/*background-image: url(images/bg3.webp);*/
	background-color: #fff;
    padding: 20px;
    margin-left: -5%;
    margin-bottom: 1%;
}
section#commitment .commitment__wrapper .commitment__flex .commitment__flex--cont h3 {
	width: 100%;
	display: inline-block;
	text-align: center;
	margin: auto;
}
section#commitment .commitment__wrapper .commitment__flex .commitment__flex--cont h3:after{
    border-bottom: 1px solid var(--vk-color-primary);	
}
section#commitment .commitment__wrapper .commitment__flex.reverce .commitment__flex--cont {
	background-color: #fff;	
	margin-left: 0;	
	margin-right: -5%;
	z-index: 1;
}

/* メッセージ */
section#message {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
	height: 500px;
	background-image: url(images/message_bg.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto;
	background-attachment: fixed;
	position: relative;
}
section#message .section_cotainer {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: 'Hina Mincho', serif;
	color: #fff;
	text-align: center;
	letter-spacing: 0.08em;
}
section#message .section_cotainer .message_1 {
	font-size: 25px;
	padding-bottom: 60px;
}
section#message .section_cotainer .message_2 {
	font-size: 25px;
	line-height: 2;
	padding-bottom: 36px;
}
section#message .section_cotainer .message_3 {
	font-size: 16px;
	line-height: 1.6;
}

/* 女将のつぶやき */
section#tweet {
	background-image: url(images/bg.webp);	
}
section#tweet .column__wrapper {
	margin: auto;
	max-width: 1340px;	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 47px;
}
section#tweet .column__wrapper--block {
	display: block;
	max-width: calc(100% / 3 - 8px);
	margin: auto;
	margin-bottom: 70px;
	display: flex;
	flex-direction: column;
}
section#tweet .column__wrapper--block .img img {
	max-width: 100%;
    height: 196px;
    object-fit: cover;
}
section#tweet .column__wrapper--block .cat_name {
	width: fit-content;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	padding: 0 10px;
	background-color: #999999;
	margin: 13px 0 15px;
}
section#tweet .column__wrapper--block a .title {
	font-size: 18px;
	color: #000;
	margin-bottom: 0.3em;
}
section#tweet .btn {
	display: flex;
	justify-content: center;	
    width: fit-content;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    padding: 10px 30px;
	margin: 30px auto 0;
    border: thin solid var(--vk-color-custom-2);
    background-color: var(--vk-color-custom-2);
    transition: all 0.5s ease-in-out;	
}
section#tweet .btn:hover {
    color: var(--vk-color-custom-2);
    background-color: #fff;	
}

/* ギャラリー */
section#gallery {
	
}
.slide__wrapper {
	max-width: 900px;
	margin: auto;
	margin-bottom: 150px;	
}
#slick01,
#slick02 {
	max-width: 900px;
	margin: auto;
	opacity: 0;
	transition: opacity .3s linear;
}
#slick01.slick-initialized,
#slick02.slick-initialized {
	opacity: 1;
}
#slick01 .slick-arrow:before,
#slick02 .slick-arrow:before {
    content: "" !important;
    width: 60px !important;
    height: 60px !important;
    position: absolute;
    top: 0;
    left: 0;
}
#slick02 .slick-arrow:before {
    margin-top: -60px;
}
#slick01 .slick-next:before,
#slick02 .slick-next:before {
    background: url(images/slick-next.png) !important;
    background-size: contain !important;
}
#slick01 .slick-prev:before,
#slick02 .slick-prev:before {
    background: url(images/slick-prev.png) !important;
    background-size: contain !important;
  }
#slick01 .slick-prev,
#slick02 .slick-prev {
    left: 10px;
	z-index:9999;
}
#slick01 .slick-next,
#slick02 .slick-next {
    right: 50px;
	z-index: 9999;
}
#slick01 {
	opacity: .5;
	transition: opacity .3s linear;
}
#slick01.slick-initialized {
	opacity: 1;
	margin-bottom: 10px;
}
#slick01 .slider-img {
	margin: 0 10px;
}
#slick01 img {
	width: 900px;
	max-width: 100%;
}
#slick01 .image-slider {
	width: 1025px;
	max-width: 100%;
	margin: auto;	
}
#slick01 .slick-dots {
	bottom: -100px !important;
}
#slick01 .slick-dots li {
	width: calc(100% / 6 - 10px) !important;
	opacity: .3;
}
#slick01 .slick-dots li.slick-active,
#slick01 .slick-dots li:hover {
	opacity: 1;
}
#slick02 .slick-slide {
	margin: 0 10px;
}
#slick02 .slick-slide img {
	height: auto;
	width: 100%;
}
#slick02 .slick-dots li button {
    width: 20px !important;
    height: 20px !important;
}
.reserve__wrapper {
	width: 100%;
	margin: 80px auto;
	text-align: center;
}
.reserve__wrapper p {
	font-size: 20px;
	padding-top: 50px;
}
.reserve__wrapper .reserve__wrapper--btn {
	max-width: 380px;
	height: 92px;
	margin: auto;	
	border: thin solid var(--vk-color-custom-2);
	background-color: var(--vk-color-custom-2);
	border-radius: 47px;
	position: relative;
	transition: all 0.5s ease-in-out;
}
.reserve__wrapper .reserve__wrapper--btn:hover {
	background-color: #fff;
}
.reserve__wrapper .reserve__wrapper--btn:hover .title{
	color: var(--vk-color-custom-2);
}
.reserve__wrapper--cont {
	width: 100%;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);	
}
.reserve__wrapper a {
	color: #fff;
}
.reserve__wrapper .phone_num {
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 2px;
}

/* 法人・団体様へ */
.page__header--title {
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: 10%;
	margin-left: 10%;
    writing-mode: vertical-rl;
    text-align: center;	
    font-family: 'Hina Mincho', serif;
    font-style: normal;
    font-size: 30px;
    line-height: 2;
    letter-spacing: 10px;
	padding: 20px 60px 10px 10px;
	border-radius: 20px;
	background: linear-gradient(to right, rgba(255, 255, 255, 1), transparent);	
	z-index: 1;
}
.greeting_cont {
	font-size: 22px;
	font-weight: bold;
	line-height: 3;
	letter-spacing: 2px;
	text-align: center;
}

/* ご利用シーン */
.scene__wrapper--flex {
	width: 100%;
	margin: auto;
	display: flex;
}
.scene__block {
	display: block;
    width: calc(100% / 3 - 10px);
	margin: auto;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 40px;
    margin-left: 28px;
}
.scene__block:first-of-type {
	 margin-left: 0;
}
.scene__block .title {
	font-size: 20px;
	font-weight: bold;
}
.scene__block .img {
	margin-top: 19px;
	margin-bottom: 15px;
}
.scene__block .cont {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

/* ご注文の流れ */
section#flow {
	background-image: url(images/bg3.webp);	
}
section#flow .scene__block .title {
	display: flex;
	font-size: 18px;
	line-height: 1.6;
	height: 140px;
	text-align: left;
}
section#flow .scene__block .title div {
	padding-left: 1em;
}
section#flow .scene__block .img {
	max-width: 145px;
	margin: auto;
	display: flex;
	justify-content: center;

}
section#flow .reserve__wrapper {
    margin: 0 auto 60px;
}

/* 商品ギャラリー */
section#gallery.second {
    background-image: url(images/bg.webp);	
}
section#gallery.second .reserve__wrapper--cont .title {
	font-size: 25px;
    font-weight: bold;
    letter-spacing: 2px	
}
#slick02 .slick-slide {
	position: relative;
}
#slick02 .slick-slide img {
	max-height: 466px;
	object-fit: cover;
}
#slick02 .slick-slide .title {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}
#slick02 .slick-slide .comment {
	font-size: 18px;
	line-height: 20px;
	padding: 20px;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 10px;
	background-color: rgba(255, 255, 255, .8);
}

/* よくある質問 */
section#faq {
	background-image: url(images/bg3.webp);	
}
section#faq .faq__wrapper {
	font-size: 18px;
	border: thin solid var(--vk-color-custom-2);
	padding: 10px 20px 10px 30px;
	background-color: #fff;
	margin-bottom: 26px;
}
section#faq .faq__wrapper .question {
	font-weight: bold;
	color: #ff3972;
	padding: 20px 0;
}
section#faq .faq__wrapper .question:before {
	content: "Q";
	font-size: 120%;
	padding-right: .5em;
}
section#faq .faq__wrapper .answer {
	padding: 0 0 20px;
}
section#faq .faq__wrapper .answer:before {
	content: "A";
	font-size: 120%;
	padding-right: .5em;
}

/* 商品一覧 */
section#product {
	background-image: url(images/bg.webp);
}
section#product .product__wrapper {
	width: 100%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}
section#product .product__wrapper--block {
	display: block;
	width: calc(100% / 3 - 10px);
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
	margin-left: 10px;
}
section#product .product__wrapper--block .img {
	margin-bottom: 10px;
}
section#product .product__wrapper--block .title {
	background-color: #fff;
	padding: 10px;
	margin-bottom: 10px;
}
section#product .product__wrapper--block .price {
	background-color: #fff;
	padding: 10px;
	margin-bottom: 10px;
}
section#product .product__wrapper--block:nth-of-type(1),
section#product .product__wrapper--block:nth-of-type(4),
section#product .product__wrapper--block:nth-of-type(7),
section#product .product__wrapper--block:nth-of-type(10),
section#product .product__wrapper--block:nth-of-type(13) {
	margin-left: 0;	
}
section#product .reserve__wrapper {
    width: 100%;
    margin: 0 auto 50px;
    text-align: center;
}

/* ご注文方法 */
section#reservation {
	background-image: url(images/bg_footer.webp);
	border-top: 5px solid var(--vk-color-custom-1);
}
section#reservation .reservation__flex {
	display: flex;
	justify-content: center;
}
section#reservation .reservation__flex .reservation__block {
	max-width: 450px;
	margin: 0 18px;	
}
section#reservation .reservation__flex .reservation__block .pick_up {
	width: 207px;
	margin: 0 auto 20px;
	border: thin solid #000;
	padding: 8px 20px;
	text-align: center;
	background-color: #fff;
}
section#reservation .reservation__flex .reservation__flex--left .reservation__block .cont {
	margin: auto;
	text-align: center;
	line-height: 2;
	padding-top: 40px;
	padding-bottom: 20px;
}
section#reservation .reservation__flex .reservation__flex--left .reservation__block .cont span {
	padding-right: 30px;
}
section#reservation .reservation__flex .reservation__flex--right .reservation__block .cont {
	max-width: 364px;
	margin: auto;
	line-height: 1.8;
	padding-top: 20px;
}
section#reservation .reservation__flex .reservation__flex--left .reservation__block .cont .time {
	font-size: 20px;
}
section#reservation .reservation__flex .reservation__flex--left .reservation__block .detail {
	margin: auto;
	padding: 20px 20px 0;
	border-top: thin solid #000;
}
section#reservation .reservation__flex .reservation__flex--left .reservation__block .btn {
	width: 450px;
	height: 128px;
	background-image: url(images/reservation_1.webp);
	background-size: contain;
	position: relative;
}
section#reservation .reservation__flex .reservation__flex--right .reservation__block .btn {
	width: 450px;
	height: 128px;
	background-image: url(images/reservation_2.webp);	
	background-size: contain;
	position: relative;
}
section#reservation .reservation__block .data {
	width: 100%;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);		
}
section#reservation .reservation__block .data a {
	color: #fff;
}
section#reservation .reservation__flex .reservation__flex--left .reservation__block .btn .data .link {
	font-size: 30px;
	line-height: 1.6;
} 
section#reservation .reservation__flex .reservation__flex--right .reservation__block .btn .data .link {
	font-size: 24px;
}

/* 赤坂さば棒寿司一颯（IBUKI） */
section#business {
	padding: 85.8px 0 106px;
	background-color: #DDE4EE;
}
section#business .logo_block {
	width: 100%;
	margin: auto;
	margin-bottom: 50px;
}
section#business .footer_logo {
	width: 100px;
	margin: 0 auto 14px;
}
section#business .footer_title {
	font-size: 25px;
	letter-spacing: 3px;
	text-align: center;
}
section#business .footer__flex {
	display: flex;
}
section#business .footer__flex .footer__flex--business {
	display: block;
	width: 40%;	
	letter-spacing: 1px;
	line-height: 2;
}
section#business .footer__flex .footer__flex--business .footer__flex--hour {
	margin-bottom: 35px;
}
section#business .footer__flex .footer__flex--business .footer__flex--access span {
	padding-left: 10em;
}
section#business .footer__flex .footer__flex--map {
	display: block;
	width: 60%;
}
section#business .footer__flex .footer__flex--map iframe {
	width: 100%;
	height: 100%;
}
.page-header {
    color: #000;
    background-color: var(--vk-color-primary);
    background-image: url(images/bg.webp);
}
.btn-primary {
    background-color: var(--vk-color-custom-2);
    border-color: var(--vk-color-custom-4);
}
.btn-primary:hover {
    background-color: var(--vk-color-custom-1);
	border-color: var(--vk-color-custom-4);
}
.site-footer {
    border-top: none;
    background-color: var(--vk-color-custom-1);
    height: 90px;
    text-align: center;
}
.site-footer-copyright {
	line-height: 90px;
	color: #fff;
}
a.site-name {
	color: #fff;
}

.vk-mobile-nav-menu-btn {
	border: none;
	background-image: url("images/menu_open.svg");
	background-size: cover;
	background-color: transparent;
}
.vk-mobile-nav-menu-btn.menu-open {
	border: none;
	background-image: url("images/menu_close.svg");
	background-size: cover;
	background-color: transparent;
	z-index: 99999;
}
	.menu__phone--wrapper {
		max-width: 80%;
		font-size: 18px;
		color: #fff;
		cursor: pointer;
		padding: 10px;
		margin: auto;
		border-radius: 10px;
		border: thin solid var(--vk-color-custom-2);
		background-color: var(--vk-color-custom-2);
		transition: all 0.5s ease-in-out;
		text-align: center;
	}
	.menu__phone--wrapper .phone a {
		font-size: 26px;
		font-weight: bold;
		color: #fff;
	}
@media screen and (min-width: 992px) {
	body.device-pc .vk-mobile-nav-menu-btn,
	body.device-pc .vk-mobile-nav {
		display: block;
	}
	.vk-mobile-nav-menu-btn {
		top: 50px;
	}
	.vk-mobile-nav-menu-btn.position-right {
		right: 10px;
	}
	.admin-bar .vk-mobile-nav-menu-btn {
		top: calc(32px + 50px);
	}
	.vk-mobile-nav-menu-btn {
		width: 60px;
		height: 40px;
	}
	.vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-right-in {
		left: 70%;
		z-index: 9999;
	}	
	.vk-mobile-nav .vk-mobile-nav-menu-outer {
		margin-bottom: 1.5em;
		margin-top: 80px;
	}
}

@media screen and (max-width:991.99px ) {
	.pc_only {
		display: none;
	}
	.vk-mobile-nav-menu-btn.position-right {
		left: inherit;
		right: 20px;
		top: 30px;
	}
	.vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-right-in {
		padding-top: 100px;
		z-index: 9999;
	}
	section#reservation .reservation__flex,
	section#business .footer__flex {
		display: block;
		width: 100%;
	}
	section#business {
		padding: 60px 0 0;
	}
	section#reservation .reservation__flex .reservation__block {
		margin: auto;
	}
	section#reservation .reservation__flex--left {
		text-align: center;
		margin-bottom: 40px;
	}
	section#business .footer__flex .footer__flex--business {
		display: block;
		width: 100%;
		text-align: center;
	}
	section#business .footer__flex .footer__flex--map {
		display: block;
		width: 100%;
		height: 100%;
		margin-top: 40px;
	}
	section#business .footer__flex .footer__flex--map iframe {
		width: 100%;
		height: 30vh;
	}
	.site-footer {
		margin-top: -25px;
	}
}

@media screen and (min-width: 501px) {
	a[href^="tel:"] {
		pointer-events: none;
	}	
	.menu__phone--wrapper {
		display: none;
	}
}

@media screen and (max-width: 500px) {
	.menu__phone--wrapper {
		max-width: 80%;
		font-size: 18px;
		color: #fff;
		cursor: pointer;
		padding: 10px;
		margin: auto;
		border-radius: 10px;
		border: thin solid var(--vk-color-custom-2);
		background-color: var(--vk-color-custom-2);
		transition: all 0.5s ease-in-out;
		text-align: center;
	}
	.menu__phone--wrapper .phone a {
		font-size: 26px;
		font-weight: bold;
		color: #fff;
	}	
	.top__phone--wrapper {
		left: 0;
		margin-left: -100px;
	}	
	.top__phone--wrapper .text {
		font-size: 16px;
	}
	.top__phone--wrapper .phone {
		font-size: 28px;
	}
	.site__header--wrapper {
		padding-top: 30vh;
	}
	.site__header--title .title {
		font-size: 36px;
		line-height: 2;
		letter-spacing: 5px;
	}
	.site__header--title .description {
		font-size: 16px;
		margin-top: -180px;
		letter-spacing: 2px;
		line-height: 0;
	}
	.site__header--logo img {
		width: 160px;
	}
	section .section_cotainer {
		padding-left: 10px;
		padding-right: 10px;
	}
	section .section_cotainer p.cont {
		font-size: 17px;
		line-height: 2;
		letter-spacing: 1px;
	}
	section#message {
		background-image: url(images/message_bg-SP.webp);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: auto;
		background-attachment: fixed;
		position: relative;
	}	
	section#commitment .commitment__wrapper .commitment__flex,
	section#tweet .column__wrapper {
		display: block;
	}
	section#menu .menu__wrapper--bozushi .menu__block,
	section#menu .menu__wrapper--chirashi .menu__block {
		width: calc(100% / 2 - 10px);
		margin-left: 0;
	}
	section#menu .menu__wrapper--bozushi .menu__block:nth-of-type(even),
	section#menu .menu__wrapper--chirashi .menu__block:nth-of-type(even) {
		margin-left: 20px;
	}
	section#menu .menu__wrapper {
		position: relative;
		padding-bottom: 80px;
	}
	section#commitment .commitment__wrapper .commitment__flex .commitment__flex--img,
	section#commitment .commitment__wrapper .commitment__flex .commitment__flex--cont,
	section#tweet .column__wrapper--block {
		display: block;
		width: 100%;
		max-width: 100%;
		margin-left: 0;
	}
	.home section#menu .menu__wrapper--bozushi .menu__block .img img {
		max-width: 100%;
		object-fit: cover;
	}
	section#commitment h3.commitment {
		font-size: 20px;
	}
	section#tweet .column__wrapper--block {
		margin-bottom: 30px;
	}
	section#menu .menu_btn {
		width: 70%;
	}
	section#message .section_cotainer  {
		width: 85%;
	}
	#slick01 .slick-dots {
		bottom: -40px !important;
	}
	.reserve__wrapper {
		margin: -100px auto 0px;
	}
	section#reservation .reservation__flex .reservation__flex--left .reservation__block .btn,
	section#reservation .reservation__flex .reservation__flex--right .reservation__block .btn {
		max-width: 100%;
	}	
	.greeting_cont {
		font-size: 18px;
		font-weight: bold;
		line-height: 3;
		letter-spacing: 1px;
		text-align: center;
	}
	.scene__wrapper--flex {
		display: block;
	}
	.scene__block {
		display: block;
		width: 100%;
		margin: auto;
		margin-left: 0px;
		margin-bottom: 50px;
	}
	.scene__block:last-of-type {
		margin-bottom: 0;
	}
	section#flow .scene__block .title {
		height: auto;
		margin-bottom: 10px;
	}
	section#flow .scene__block .title div>br {
		display: none;
	}
	#slick02 .slick-slide .comment {
		font-size: 14px;
		line-height: 18px;
		padding: 10px;
		margin-top: 0;
	}
	#slick01 .slick-slide,
	#slick02 .slick-slide {
		margin: 0;
	}
	#slick01 .slick-prev,
	#slick02 .slick-prev {
		left: -20px;
		z-index: 9999;
	}
	#slick01 .slick-next,
	#slick02 .slick-next {
		right: 20px;
		z-index: 9999;
	}
	section#gallery.second .reserve__wrapper .reserve__wrapper--btn {
		max-width: 300px;
		height: 60px;
	}
	.page__header--title {
		position: absolute;
		bottom: 0;
		left: 0;
		margin-bottom: 20%;
		margin-left: 5%;
		font-size: 24px;
		line-height: 2;
		letter-spacing: 10px;
		padding: 20px 30px 10px 10px;
	}
	.reserve__wrapper--cont .title {
		font-size: 20px;
	}
	section#product .product__wrapper--block {
		width: calc(100% / 2 - 10px);
		margin-left: 0;
	}
	section#product .product__wrapper--block:nth-of-type(even) {
		margin-left: 20px;
	}
	#wpfront-scroll-top-container {
		right: 0px !important;
		bottom: 0px !important;
	}
	#wpfront-scroll-top-container img {
		width: 50px !important;
		height: 50px !important;
	}
}

@media screen and (max-width: 375px) {
	.site__header--wrapper {
		padding-top: 25vh;
	}
}

.entry-meta-item.entry-meta-item-updated,
.vcard.author,
.site-footer-copyright p:nth-child(2) {
    display: none  !important;
}