﻿@charset "utf-8";
/*
Theme Name: Lightning Child Chikanshinai
Theme URI: http://ちかんしない.com
Template: lightning
Description: ちかんしない用テーマ
Author: Kaisee
Tags: 
Version: 0.1.2
*/


.btn-yellow {
  background: rgb(250, 255, 140);
  color: #574500;
  border: none;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.btn-yellow:hover, .btn-yellow:focus {
  background: rgb(252, 255, 179);
}
.btn-yellow:active {
  background: rgb(247, 255, 71);
}

/* カスタムボタン　サイズ設定 */

.btn-xlg {
  padding: 15px 26px;
  font-size: 20px;
  border-radius: 8px;
}


.sectionFrame {
  padding-top: 15px;
  padding-bottom: 20px;
}

.sectionFrame-title {
  padding-top: 10px;
  padding-bottom: 8px;
  font-weight: bold;
}


.entry-body {
	margin-top: 35px;
}

/* グローバルメニューのフォントサイズ */
ul.gMenu li{
	font-size: 18px;
}
 
/* グローバルメニュー2行目のフォントサイズ */
.gMenu_description {
	font-size: 14px;
	line-height: 120%;
}


@media screen and (min-width: 768px) {
	.siteHeader_logo {
		margin: 0;
		padding: 0;
	}
	.navbar-header {
		height: 30px;
		margin: 0;
		padding: 0;
	}
}

.video{
	position:relative;
	width:100%;
	padding-top:56.25%;
	margin-bottom:50px;
}
.video iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}

.wpcf7cp-btns {
	text-align: center;
}

/* ボタン */
#wpcf7cpcnf button {
	color: #fff;
	background-color: #dd9933;
	border-color: #dd8a0d;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
