@charset "utf-8";
/*
Theme Name: Lightning Child
Theme URI: hatsuba.com
Template: lightning
Tags: 
Version: 0.1.2
*/

@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;600;800&display=swap');

body, html {font-family: 'Shippori Mincho', serif;}

.red {color: #FF0004;}
.bold {font-weight: bold;}

#layer {
	width: 70vw;
	text-align: center;
	transform: translate(-50%,-50%);
	
}

.post {
    text-align: left;
}

ul {
    padding-inline-start: 0px;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
}

.gridcon {
    display: grid;
    gap: 1em;
    grid-template-rows: 100vh;
    grid-template-columns: 1fr 1fr;
}

h2 {
    border: none;
    margin: 0 auto;
    text-align: left;
    font-weight: normal;
}
h2 span {
    font-size: 1rem;
}
h2 span::before {
	content: "\A" ;
	white-space: pre ;
}

h4 {
    padding: 0;
    font-size: 1.4rem;
    font-weight: 100;
}
h4.serviceitem {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 1rem 0;
}

.mainSection {
    max-width: 1400px;
    font-weight: 100;
}
.mainSection dl { text-align: left; }

.mainSection dd { border-left-style:none; padding-left: 0; }

.mainSection dt span { font-weight: 100; font-size: 1rem;}

.mainSection img { width: 100%; }

.htbContent {
    padding: 0;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: center;
    align-items: center;
    margin-bottom: 8rem;
}

.p-content {
    position: relative;
    padding: 0 5vw;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.p-content p{
    line-height: 1.86rem;
}

/* 画面外にいる状態 */
.fadein {
	opacity : 0;
	transform : translate(0, 20px);
	transition : all 1000ms ease-in 0s;
	}

/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}

#service {
    padding: 1rem;
    max-width: 1000px;
    margin: 2rem auto;
}
#service .col-sm-12 {
    margin-bottom: 1.5rem;
}

#outline {
    background-color: #f0f0f0;
    padding: 1rem;
}

#outline dl {
	text-align: center;
}
#outline dt {
margin-bottom: 0px;
	background-color: #FFFFFF;
	padding: 1.5rem;
    border: none;
}
#outline dd {
	background-color: none;
	margin: 0 0 5px 0;
	padding: 1.5rem;
}


#contact{
    max-width: 920px;
    margin: 0 auto;
    padding: 1rem;
}

.contact7 dt{
    border: none;
}
.contact7 .must{
    font-size: 0.7rem;
    color: #ff0000;
}

h3 { font-size: 1.6rem;
    font-weight: normal;
}
h3 span { font-size: 1.6rem;}

.subSection-title:after, h3:after {
    border-bottom: none;
}



.mainSection header.singleheader {
    padding: 0 15px;
}

.singleheader h1.entry-title { font-size: 2rem; }

.vk-mobile-nav-menu-btn {
    border: none;
    background: var(--vk-mobile-nav-menu-btn-bg-src) center 50% no-repeat rgba(255,255,255,.0);
}
.vk-mobile-nav-menu-btn.menu-open {
    border: none;
    background: var(--vk-menu-acc-icon-close-white-bg-src) center 50% no-repeat rgba(255,255,255,.0);
}
.vk-mobile-nav {
    background-color: rgba(0,0,0,.5);
    border-bottom: 1px solid #e5e5e5;
}

#header {
	height: 500px;
	overflow: hidden;
}
.header_area{
	position: relative;
	margin: 0 auto;
	width: 1280px;
	z-index: 1000;
}

.box {
	overflow: hidden;
	position: relative;
	display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to bottom, transparent 0%, transparent 75%, #000 93%), url(http://hatsuba.com/wp-content/uploads/2021/05/DSC_0018.jpg);
 /* background-attachment: fixed; */
    background-position: center center;
    background-size: cover;
    height: 95vh;
    min-height: 360px;
}


.pattern {
        width: 100%;
    height: 100%;
    background: url(src/pt_line.png);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    margin-top: 0;
}


#topimage {
  width: 12%;
    min-width: 130px;
	position: absolute;
    z-index: 2;
    margin-top: -5%;
}

#topimage.fadeup.is-animated {
  animation: fadeup 3s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
 
@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


h1.sitetitle {
    z-index: 100;
    color: #fff;
    font-size: 1rem;
    font-weight: normal;
    position: absolute;
    bottom: 8%;
}

.swiper-menu .swiper-slide{
    width: auto;
    margin-bottom: 20px;
}

.swiper-menu .swiper-slide p{
    font-size: 12px;
}

.swiper-menu .swiper-slide .menuthumb {
    height: 350px;
    max-width: 260px;
    margin-bottom: 2rem;
}

.swiper-menu img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.swiper-menu .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 1px;
    width: 98%;
}

/* Scrollbar */
.swiper-menu .swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(255, 255, 255, 0.5);
}

.topmenutxt {
    max-width:260px; 
    font-size: 12px;
}

.topmenutxt .title p {
    font-size: 14px;
    margin-top: 1rem;
}
.topmenutxt .txt {
    font-size: 12px;
    line-height: 1.5rem;
}


.wh .swiper-pagination-bullet-active {
    background: #fff;
}

.mainSection .swiper-button-prev, .mainSection .swiper-button-next{
    color: #fff;
}

.mainSection .swiper-button-prev:after, .mainSection .swiper-button-next:after{
    font-size: 1.5rem;
}

.shop-info {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0;
}

.shop-info dl{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.shop-info dl dd {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    width: 80px;
    padding: 1rem 0;
}

.shop-info dl dt {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    width: calc(100% - 80px);
    padding: 1rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 100;
    margin-bottom: 0;
}

.map-info {
    
}

.copySection {
    font-size: 0.8rem;
}

.admin-bar .vk-mobile-nav-menu-btn {
    display: none;
}



@media (min-width: 768px) {

    body, html {
        font-size: 14px;
    }
    
}
    
    .mainSection { text-align: left; }

    .news dl {
     text-align: center;
}

	#layer {width: 35vw;}

    #outline dl {
    max-width: 1000px;
    margin: 0 auto;
    }

#outline dt {
margin-bottom: 5px;
    border: none;
    clear: left;
    float: left;
    width: 25%;
}

#outline dd {
    text-align: left;
    background-color: #fff;

}

@media screen and (max-width: 1280px){
	.header_area{
		width: 100%;
	}
}

@media screen and (max-width: 640px){
	#tubular-container iframe {
		display: none;
	}

	#header{
		background-image: url(代替え画像URL);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
}

@media (min-width: 576px) {

 h4.serviceitem {
     font-size: 1.4rem;}
    
}
    
/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
@media(max-width:500px){
.inquiry th,.inquiry td {
 display:block!important;
 width:100%!important;
 border-top:none!important;
 -webkit-box-sizing:border-box!important;
 -moz-box-sizing:border-box!important;
 box-sizing:border-box!important;
}
.inquiry tr:first-child th{
 border-top:1px solid #d7d7d7!important;
}
/* 必須・任意のサイズ調整 */	
.inquiry .haveto,.inquiry .any {	
font-size:10px;
}}
/*見出し欄*/
.inquiry th{
 text-align:left;
 font-size:14px;
 color:#444;
 padding-right:5px;
 width:30%;
 background:#f7f7f7;
 border:solid 1px #d7d7d7;
}
/*通常欄*/
.inquiry td{
 font-size:13px;
 border:solid 1px #d7d7d7;	
}
/*横の行とテーブル全体*/
.entry-content .inquiry tr,.entry-content table{
 border:solid 1px #d7d7d7;	
}
/*必須の調整*/
.haveto{
 font-size:7px;
 padding:5px;
 background:#ff9393;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*任意の調整*/
.any{
 font-size:7px;
 padding:5px;
 background:#93c9ff;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item{
 display:block;
}
/*送信ボタンのデザイン変更*/
#formbtn{
 display: block;
 padding:15px;
 width:350px;
 background:#ffaa56;
 color:#fff;
 font-size:18px;
 font-weight:bold;	 
 border-radius:2px;
 margin:25px auto 0;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover{
 background:#fff;
 color:#ffaa56;
 border:2px solid #ffaa56;
}

    
/* 「FadeUp」の動作内容 */
@keyframes FadeUp {
  0% {
    opacity: 0;/* 透明 */
    transform: translateY(50px);/* Y軸方向に50px */
  }
  100% {
    opacity: 1;/* 不透明 */
    transform: translate'Y'(0);
  }
}

/* 「RightToLeft」を適用する箇所 */
.FadeUp {
  animation-duration: 2s;/* アニメーション時間 */
  animation-name: FadeUp;/* アニメーション名 */
  
}
