@charset "utf-8";
/*
Theme Name: Lightning Child Sample
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.1.2
*/

body{
font-family: YuMincho, 'Yu Mincho', 'MS PMincho', serif;
}

/* CSSだけでWordPressのメニューのリンクを無効にする */

a {
/* 	pointer-events: none; */
}
/* フッター表記を非表示にする */
body > footer > div.container.site-footer-copyright > p:nth-child(2){
	display: none;
}
/* SNSアイコンの色を変更する */
.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
    color: #FFF;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
    color: #FFF;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
    color: #FFF;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
    color: #FFF;
}
/* お問い合わせボタンの色を変更する */
.btn-danger {
    color: #fff;
    background-color: rgba(0,0,0,0) ;
    border-color: #fff ;
}

 /* table01 */
    #table01 {
      width: 100%;;
    }
#table01 tr {
  border: 1px solid #b5b1b1;
}

#table01 th,
#table01 td {
  padding: 24px 0;
  border: none;
}

#table01 th {
  width: 30%;
}

/* sp */
@media only screen and (max-width: 480px) {
  #table01 th,
  #table01 td {
    width: 100%;
    display: block;
    text-align: center;
  }

  #table01 th {
    width: 100%;
  }

  #table01 td {
    padding-top: 0;
  }
}



/*
SNSボタン
-------------------------------------------*/

.h_sns {
  padding: 5px;
  position: fixed;
  top: 130px;
  right: 0px;
  background-color: rgba(62, 179, 108, 0.8);
	z-index:999;
}

.h_sns li a {
  display: block;
  padding: 10px;
  color: #FFF;
  line-height: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}

/* .h_sns li a:hover {
  background-color: #FFBF00;
  color: #000;
} */


@media screen and (max-width:640px) {
  .h_sns {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    top: auto;
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 60px;
    /* css追加  */
    display: none;
  }

  .h_sns li {
    width: 25%;
  }

  .h_sns li a {
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.flex-image {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

@media screen and (max-width: 990px) {
  .flex-image {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    /*     justify-content: center; */
    padding-right: 10%;
    padding-left: 10%;
  }

  .flex-image img {
    width: 4%;
  }
}

.flex-image img {
  width: 8%;
}

.line-image {
  padding-right: 0;
  padding-left: 0;
}

.line-image img {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

li{
	list-style: none !important;
}


/*  */
/*  */

.contWorkFlow .comTtl {
    margin-bottom: 2.7vw;
}
.comTtl {
/*     font-family: "Montserrat"; */
    font-weight: 700;
    line-height: 1.6;
    color: #000;
    letter-spacing: .02em;
	text-align: center;
}

.contWorkFlow .firsttxt {
    margin-bottom: 3.9vw;
/*     font-family: "NotoSansJP"; */
    font-size: 1.0rem;
    font-weight: 400;
    line-height: 2;
    color: #000;
    text-align: center;
    letter-spacing: .08em;
}

.comTtl516 span {
    font-size: 0.5rem;
}
.comTtl span {
    display: block;
/*     font-family: "NotoSansJP"; */
    font-weight: 500;
    line-height: 0.5;
    color: #000;
    letter-spacing: .02em;
    font-size: 1rem;
	margin-top:0.5rem;
	
}

.contWorkFlow .blkWorkFlow {
    margin-bottom: 2vw;
    padding: 0 5vw;
}
.blkWorkFlow>li {
    position: relative;
    width: calc((100%/5) - 1.45vw);
    margin-bottom: 1.6vw;
    padding: 0 1.3vw 0 0;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    text-align: center;
}
.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.blkWorkFlow>li .ttl {
    padding-bottom: 0.5vw;
    border-bottom: 3px solid #000;
/*     font-family: "NotoSansJP"; */
/*     font-size: 1.6rem !important;
    font-weight: 500; */
    line-height: 1.6;
	
	    font-size: 1.0rem !important;
    font-weight: 500;
}
.blkWorkFlow>li .ttl span {
    display: block;
    margin-bottom: 0.1vw;
/*     font-family: "Montserrat"; */
/*     font-size: 1.8rem !important;
    font-weight: 700; */
	
	font-size: 1.0rem !important;
    font-weight: 700;
}
.blkWorkFlow>li .img {
    display: flex;
    height: 152px;
    align-items: center;
    justify-content: center;
}
@media screen and (min-width: 897px){
.blkWorkFlow>li .ttl {
    pointer-events: none;
}
}
@media screen and (max-width: 1366px){
.blkWorkFlow>li {
    width: 100%;
    margin-bottom: 10vw;
    padding: 0;
    border-right: none;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
}	
.blkWorkFlow>li .img {
    height: 140px;
}
	.blkWorkFlow>li .img {
    position: relative;
    height: auto;
    padding: 5vw 0 8vw;
		
		width:50%;
		margin: 0 auto;
}
}
@media screen and (max-width: 768px){
		.blkWorkFlow>li img {
/*     position: relative;
    height: auto;
    padding: 5vw 0 8vw; */
		width:50%;
		margin: 0 auto;
}
}

	.blkWorkFlow>li .img {
/*     position: relative;
    height: auto;
    padding: 5vw 0 8vw; */
		width:80%;
		margin: 0 auto;
}
/*  */
.contConcept .firsttxt {
    margin-bottom: 2.2vw;
/*     font-family: "NotoSansJP"; */
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 2;
    color: #fff;
    text-align: center;
    letter-spacing: .08em;
}
/*  */
.contShopInfo {
    background: url(//papamama-cars.com/wp-content/themes/papamamacars/css/../img/bgShopInfo.jpg) no-repeat center top;
    background-size: cover;
}
.contBlg, .contSns {
    width: 50%;
    padding: 4.1vw 6.2vw;
}
.comTtl {
/*     font-family: "Montserrat"; */
    font-weight: 700;
    line-height: 1.6;
    color: #000;
    letter-spacing: .02em;
	font-size:2rem;
}
@media screen and (max-width: 768px){
	.comTtl {
/*     font-family: "Montserrat"; */
    font-weight: 700;
    line-height: 1.6;
    color: #000;
/*     letter-spacing: .02em; */
	font-size:2rem;
}
}

/* メニュー */
.main-menu {
    background-color: #FFF;
}
.main-menu-list {
    color: #000;
}
@media only screen and (min-width: 992px){
.main-menu-list > .menu-item::before {
    border-left: 1px solid #000;
}
.main-menu-list > .menu-item:last-child:after {
    right: 0;
    border-right: 1px solid #000;
}
}

/* 共通のアイコンエフェクト */
.socialEffect__link {
  margin: .3em;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #bfbfbf;
  font-size: 1.6rem;
/*   background: rgba(255, 255, 255, 0.1); */
  background: #000;
	
  transition: transform ease-out 0.2s;
}

.socialEffect__box li {
  display: inline-block;
	
	justify-content: space-between;
	
}

.socialEffect__box {
  display: flex;
/* 	justify-content: space-between; */
	justify-content: center; 
}


/* インスタ用アイコン設定 */
.icon-instagram::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
  transform: scale(0.9);
}
.fab.fa-instagram {
  display: inline-block;
  color: #FFF;
}
.icon-instagram:hover {
  background: radial-gradient(
      circle farthest-corner at 32% 106%,
      rgb(255, 225, 125) 0%,
      rgb(255, 205, 105) 10%,
      rgb(250, 145, 55) 28%,
      rgb(235, 65, 65) 42%,
      transparent 82%
    ),
    linear-gradient(135deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
  transform: scale(0.9);
}

/* フェイスブック用アイコン設定 */
.icon-facebook::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
  transform: scale(0.9);
}
.fab.fa-facebook-f {
  display: inline-block;
  color: #FFF;
}
.icon-facebook:hover {
  background: #3b5998;
  transform: scale(0.9);
}

/* ツイッター用アイコン設定 */
.icon-twitter::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
  transform: scale(0.9);
}
.fab.fa-twitter {
  display: inline-block;
  color: #FFF;
}
.icon-twitter:hover {
  background: #00b0ed;
  transform: scale(0.9);
}
/* ライン用アイコン設定 */
.icon-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
  transform: scale(0.9);
}

.fab.fa-line {
  display: inline-block;
  color: #fff;
}

.icon-line:hover {
  background: #00b900;
  transform: scale(0.9);
}
/* ライン用アイコン設定 */
.icon-line2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
  transform: scale(0.9);
}

.fab.fa-line2 {
  display: inline-block;
  color: #fff;
}

.icon-line2:hover {
/*   background: #00b900;
  transform: scale(0.9); */
}

/*  */
@media screen and (max-width: 640px){
.h_sns {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around !important;
    justify-content: space-between;
    top: auto;
    bottom: 0;
	margin-bottom:0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 0px;
}
.h_sns li {
    width: 10%;
}
}

#page_top{
	display:none;
}


/* テキストカラー設定 */
.veu_profile .profile_text {
		color:#FFF;
}
.is-layout-flow p a{
	color:#FFF;
}
.contact {
	color:#FFF;
}
.entry-body p{
	color:#FFF;
}
				
/* 電話番号テキストカラー設定 */
.is-layout-flow p a:hover{
	color:#F00;
	text-decoration:underline;
}

/* pc版の時にモバイル版を非表示 */
@media screen and (min-width:769px) {
 .mobile{
  display: none !important;
  }
 }
/* モバイル版の時にpc版を非表示 */
@media screen and (max-width:768px) {
 .pc{
  display: none !important;
  }
 }


/* メニューボタンの背景とフォントカラー */
.site-header {
    background-color: #000;
}

.nav li a, nav li a {
    color: #FFF;
}
/* スクロールしたメニューボタンの背景 */
.header_scrolled .site-header {
    background-color: #000;
}

/* テーブルの設定 */
.wp-block-table {
    border-color:#FFF; 
}
	
/*copyrightのフォントカラー*/
body, html {
	color:#FFF;
}

/*画像にホバーで色変わる*/

.wp-block-image img {
  cursor: pointer;
  transition-duration: 0.3s;
}

.wp-block-image :hover img {
  opacity: 0.6;
  transition-duration: 0.3s;
}

/* モバイル版　ナビボタン */

.vk-mobile-nav {
	background-color:#000;
}


/* css追加 動画にフィルターをかける */
#post-212 > div > div.is-layout-flex.wp-container-11.wp-block-columns > div > div:nth-child(1) > div > figure.wp-block-video.mobile > video{
	 filter: brightness(70%) blur(1px);
}
#post-212 > div > div.is-layout-flex.wp-container-11.wp-block-columns > div > div:nth-child(1) > div > figure.wp-block-video.alignfull.pc > video{
	 filter: brightness(70%) blur(1px);
}
/*  モバイル版のアイコンの並びを変える */
@media screen and (max-width:768px) {
#post-212 > div > div.is-layout-flex.wp-container-11.wp-block-columns > div > div:nth-child(2) > div > div.is-layout-flex.wp-container-8.wp-block-columns > div > div{
	display: flex !important;
  flex-wrap: nowrap !important;
	justify-content: space-around !important;
	}
	#post-212 > div > div.is-layout-flex.wp-container-11.wp-block-columns > div > div:nth-child(2) > div > div.is-layout-flex.wp-container-8.wp-block-columns > div > div > div:nth-child(1),#post-212 > div > div.is-layout-flex.wp-container-11.wp-block-columns > div > div:nth-child(2) > div > div.is-layout-flex.wp-container-8.wp-block-columns > div > div > div:nth-child(5){
		display:none !important;
	}
}

/*  モバイルメニューのカラー変更 */
.vk-mobile-nav nav ul li a {
	color:#fff;	
}
