/*
Theme Name:     Lightning-child
Description:    Lightningの子テーマ
Author:         rarara
Template:       lightning

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/



/* -------------------------
*   汎用
---------------------------- */

.clear {
    clear:both;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
 
.clearfix:before {
　　content: "";
	display: block;
	clear: both;
}
 
.clearfix {
	display: block;
}

.floatL{
	float:left;
	margin: 0;
}

.floatR{
	float:right;
	margin: -15px 0 0 20px;
}

.floatR2{
	float:right;
	margin: -15px 50px 0 20px;
}

.center{
	text-align:center;
}

.right{
	text-align:right;
}

.left{
	text-align:left;
}

.underline {
    text-decoration:underline;
}

strong {
	font-weight:bold;
}

em {
	font-weight:bold;
}

.font-bold {
	font-weight:bold;
}

.font-normal {
	font-weight:normal;
}

.indent-1 {
	margin:0 0 0 1em;
	text-indent: -1em;
}

.indent1 {
	text-indent: 1em;
}

address {
	font-style: normal;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}

sub, sup {
	font-size: 0.7em;
	line-height: 0;
	position: relative;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

figcaption {
	margin: 0.3em 0;
	font-size: 12px;
	font-style: italic;
}

ins, mark {
	background-color: transparent;
	color: #000000;
	text-decoration: none;
}

pre, code, kbd, samp, var, output {
	font-size: 90%;
	font-style: normal;
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

pre {
	margin-top: 1.65em;
	font-size: 100%;
	line-height: 1.5;
	color: #222222;
	overflow: auto;
}

code, samp, kbd {
	padding: 3px 6px 2px 6px;
	display: inline-block;
	line-height: 1;
	border-radius: 2px;
}

code {
	background: #f4f4f4;
	border: 1px solid #d4d4d4;
}

pre code {
	font-size: 100%;
	border: none;
	padding: 0;
	background: none;
	line-height: 1.65em;
}

var {
	color: rgba(0, 0, 0, 0.5);
}

samp {
	background: #d3e3fb;
	border: 1px solid #b2cef8;
}

kbd {
	background: #0f0f0f;
	color: rgba(255, 255, 255, 0.85);
	white-space: nowrap;
}

img {
	margin:10px 10px 0 0;
}

.image-left {
	float: left;
	margin: 0 1em 1em 0;
}

.image-right {
	float: right;
	margin: 0 0 1em 1em;
}

.image-left img, .image-right img {
	position: relative;
	top: .4em;
}


p.offer-block{
	margin:0 0 30px;
	font-size:120%;
	font-weight:bold;
	text-align:center;
}

p.lead {
	font-size: 1.2em;
}

.supersmall {
	font-size: 0.7em;
}

.small {
	font-size: 0.85em;
}

.big {
	font-size: 1.2em;
}

input.big {
	padding: 2px 0;
	font-size: 1.2em;
}

.text-centered {
	text-align: center;
}

.uppercase {
	text-transform: uppercase;
}

.nowrap {
	white-space: nowrap;
}

.last {
	margin-right: 0 !important;
}
	
.end {
	margin-bottom: 0 !important;
}

.handle {
	cursor: move;
}

.normal {
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

/* Mobile Portrait Size */
@media (max-width:671px){
	p.offer-block{
		font-size:80%;
		font-weight:normal;
		text-align:left;
	}
}

@media only screen and (max-width: 479px) {
	p.offer-block{
		font-size:80%;
		font-weight:normal;
		text-align:left;
	}
}



/* -----------------------------
	所在地
----------------------------- */

div.syozaichi dl {
	font-size:90%
}

div.syozaichi dl dt {
	float: left;
	padding: 15px 0 0 20px;
	width: 7em;
	border-left: none;
}

div.syozaichi dl dd {
	padding: 15px 0 15px 9em;
	border-bottom: 1px solid #ccc;
}

@media only screen and (max-width: 460px) {
	dl.syozai dd {
		font-size:80%;
	}
}


/* -----------------------------
	改行
----------------------------- */

.hidden {
	display: none;
}

.hidden.pcBlock {
	display: inline;
}

@media screen and (max-width: 640px) {
	.hidden.pcBlock {
		display: none;
	}

	.hidden.spBlock {
		display: inline;
	}
}


/* -----------------------------
	waku
----------------------------- */

.waku1{
	margin: 50px auto 0;
	padding:0;
	border: solid 1px #fff;
	overflow: hidden;
}

.waku2{							/*youtube枠*/
	margin: 10px 0 70px;
	padding:0 20px;
	border: solid 1px #8bb829;
	text-align:center;
	background:#fff;
	overflow: hidden;
}

.waku3{							/*透明枠*/
	margin: 0 5px;
	padding:0 10px;
	font-size:110%;
	border: none;
	overflow: hidden;
}

.waku4{
	margin: 10px 0 0;
	padding:30px 20px 20px;
	border: solid 1px #f90;
	background:#fff;
	overflow: hidden;
}

.waku5 {
    margin: 2em 0;
	background:#fff;
}

.waku5 .box-title {
    font-size: 1.1em;
    background: #69f;
    padding: 4px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.waku5 p {
    padding: 10px 20px;
    margin: 0;
}

.waku6{							/*お問い合わせボタン*/
	margin:0 auto;
	padding:20px 10px;
    background: #E84F5A;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.waku7 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #f90;
}
.waku7 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #f90;
    color: #fff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.waku7 p {
    margin: 0; 
    padding: 0;
}

.waku8 {
	margin: 45px 0;
	padding: 15px;
	border:#e4f2f1 solid 10px;
	border-radius: 5px;
}

.waku9{
	margin: 5px 0 0;
	padding:20px 0 0 5px;
	border: solid 1px #f90;
	background:#fff;
	overflow: hidden;
}

.waku10{						/*otoiawase*/
	margin:0 10px;
	padding:0 5px;
	background-color:#f00;
	font-size:80%;
	color:#fff;
}

.waku11 {						/*thanks*/
    padding: 0.5em 1em;
    margin: 2em 0;
    background: #fff;
    border: solid 3px #122E7E;/*線*/
    border-radius: 10px;/*角の丸み*/
}


.waku14 {			/*HOME　カテゴリーを詳しく見る*/
	clear:both;
	padding: 6px 7px;
	color: #333;
	background:#6cf;
    border-radius: 5px;/*角の丸み*/
    font-size:80%;
}

.waku15{
	clear:both;
	margin: 50px auto 0;
	padding:20px 20px 0;
	border: solid 1px #666;
	overflow: hidden;
}

.waku16 {						/*HOME*/
	position: relative;
	margin:10px 0;
	padding: 1.3em 1em 0.8em 1em;
	font-size:140%;
	line-height:1.5em;
	border: 3px solid #f90;
	border-radius: 8px;
	background:#fff;
}

.waku16::before, .waku16::after {
	position: absolute;
	bottom: 100%;
	left: 10%;
	content: '';
	height: 0;
	width: 0;
	border:12px solid transparent;
	overflow: hidden;

}
.waku16::before {
	border-bottom: 16px solid #f90;
	overflow: hidden;
}
.waku16::after {
	border-bottom: 16px solid #fff;
	margin-bottom: -5px;
	overflow: hidden;
}
