@charset "utf-8";
/*
Theme Name: Lightning Child Sample
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.1.2
*/

.lp {
	font-size:28px;
	line-height: 120%;
	color: darkred;
}

.futo {
	font-weight:bold;
}

.red {
	color: red;
}

.black {
	color: black;
}

.darkred {
	color:darkred;
}

.orange {
	color:orange;
}

.page-id-10 .page h3 {
	margin-top:90px;
}

.page-id-10 .page ul {
	margin-bottom:40px;
}

.page-id-10 .page table th {
	white-space:pre;
}


/* 店舗情報スタイル */
.page-id-208 table td:nth-of-type(1),
.page-id-205 table td:nth-of-type(1) {
  white-space:pre;
}

/* 求人情報スタイル */
.page-id-10 table td:nth-of-type(1) {
  white-space:pre;
  font-weight:bold;
}

/* 料金スタイル */
.page-id-237 table td:nth-of-type(2),
.page-id-240 table td:nth-of-type(2) {
  white-space:pre;
  width: auto;
  text-align: right;
  font-weight:bold;
  color: #E8B647;
  padding-right: 20px;
}

.page-id-237 table tr:nth-of-type(1),
.page-id-240 table tr:nth-of-type(1) {
  background-color:#fbfaf5;
  font-weight:bold;
}

.page-id-237 table,
.page-id-240 table {
  margin-bottom:30px;
}


/* 問い合わせフォームスタイル */
.wpcf7-form {
  margin: 0 auto;
  max-width: 600px;
}

/* テーブルレスポンシブ */
@media (max-width: 480px) {
  table * {
    display: block;
  }
  table td:nth-of-type(1) {
    margin-top:10px;
    background-color: #eee;
  }
  table td {
    border-bottom: none !important;
  }

  .page-id-10 table ul {
    padding:0px;
  }
}

.veu_cta .cta_title {
  background-color:orange;
}


.tiled-gallery .gallery-row {
    margin: 0 auto;
}

