/*
Theme Name: Lightning Child Sample
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/
/*----
.siteHeader {
	background-repeat: repeat;
	background-image: url("");
}
---*/
.siteHeader_logo a {
    color: #pink;
}
.page-header {
	color: #333333;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 28px;
	background-image: url("https://beauty-karin.com/wp-content/uploads/header-pink2.jpg");
}
/*---TopPage headerline---*/
.sakura {
	background-image: url("https://beauty-karin.com/wp-content/uploads/header-line-2.png");
	height: 108px;
	background-position: center;
	background-repeat  : no-repeat;
}
.midashi {
		font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
.midashi-2 {
	font-weight: 500;
	color: #000000;
}
h1.style1{
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	text-align: center;
	fonr-size: 26px;
	letter-spacing: 0.05em;
	line-height: 1.5em;
}
/*---TopPage CatchCopy----*/
span.appeal {
   display: inline-block;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
span.appealtext {
font-size: 24px;
}
/*--.appeal-2{
	letter-spacing: 0em;---*/
}
/*-----underlineがグラデーション----*/
h2.style2 {
  position: relative;
  padding: 1rem .5rem;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	text-align: center;
	border-top: 1px solid #ffffff;
	letter-spacing: 0.2em;
}

h2.style2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: '';
  border-radius: 3px;
  background-image: -webkit-gradient(linear, right top, left top, from(#2af598), to(#009efd));
  background-image: -webkit-linear-gradient(right, #2af598 0%, #009efd 100%);
  background-image: linear-gradient(to left, #2af598 0%, #009efd 100%);
}
/*----------------*/



h3 {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	border-bottom: 2px solid #a69425; /*--黄土色---*/
}
h4 {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-weight: bold;
}
h5 {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-weight: bold;
}
.text-height {
	line-height: 1.8em;
}
/*-------スライドショー下から始まるContents----*/
.siteContent {
padding: 0 ;
}
/*------------*/
.gold {
  padding: 1rem 1rem;
  color: #704308;
  background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
  background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
	border-radius: 15px;
	text-align: center;	
}
/*------------*/
.center {
	text-align: center;
}
.text_L {
	font-size: 20px;
}
.text-M {
	font-size: 16px;
}
.text-S {
	font-size: 12px;
}
/*------Footer----*/
.siteFooter {
	background-color: #a25768; /*--あさすおう---*/
	color: #ffffff;
	a:link { color: #ffffff; }
	a:visited { color:#ebf6f7; }/*--あいじろ----*/
	a:hover { color: #83ccd2; }/*---びゃくぐん----*/
	a:active { color: #d3cbc6; }/*---かれのいろ----*/
	border-top : 2px solid #594255;	/*--けしむらさき---*/
	border-bottom : 2px solid #594255;	/*--けしむらさき---*/	
}

div.footerMenu {
	color: #ffffff;
	a:link { color: #ffffff; }
	a:visited { color:#ebf6f7; }/*--あいじろ-薄い水色---*/
	a:hover { color: #f7fcfe; }/*--うのはないろ-薄い水色---*/
	a:active { color: #d3cbc6; }/*---かれのいろ-薄い茶色---*/
	border-top : 2px solid #594255;	/*--けしむらさき---*/
	background-color: #a86965;/*--すおうこう-桃ベージュ--*/
	border-bottom : 2px solid #594255;	/*--けしむらさき---*/	
}
.copySection p {
	display: none;
}

/*-------table----*/
.col_2 {
  border-collapse: collapse;
  width: 100%;
	font-size: 16px;
	color: #000000;
}
 
.col_2 th,
.col_2 td {
  border: 1px solid #a69425; 
	text-align: left;

}
 
.col_2 th {
	background: #fdeff2;/*--うすざくら----*/
	text-align: center;
	width: 28%;
	color: #000000;

}
@media only screen and (max-width: 600px) {
  .col_2 tr,
  .col_2 th,
  .col_2 td {
    display: block;
    width: auto;
	}
  .col_2 tr:first-child {
    border-top: 1px solid #a69425; 
}
  .col_2 th,
  .col_2 td {
    border-top: none;
	}
}
.col_2 p{
	margin: 0px;
	padding: 0px;
	line-height: 1em;
}

/*------block----------*/
.block-01 {
	display: block;
	background-color: #c0c0c0;
	background-image: url("https://beauty-karin.com/wp-content/uploads/header-blue.jpg");
}
/*------ロゴ画像を大きくする----*/
.navbar-brand img {
max-height: 100px;
}

/*--- メニューバーの背景色・文字色変更--- */
ul.gMenu a{
	color:#c85179; /*中紅---*/
	margin-left: 2em;
	margin-right: 2em;

}
/**-- メニュ hoverの文字色変更--*/
ul.gMenu a:hover{

	color:#bfa46f;
	margin-left: 2em;
	margin-right: 2em;

}
/**-- メニュー下線--*/
.global-nav-list>li:before {
	border-bottom-color:#c85179; /*--中紅---*/
}

/**-- ロゴ中央　メニュー位置下部--*/
@media (min-width: 992px) {

.container.siteHeadContainer {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.navbar-header {
width: 100%;
order: 0;
float: none;
}

.siteHeader_logo {
float: none;
width: 100%;
}

.siteHeader_logo img {
margin: 0 auto;
}

.gMenu_outer {
width: 100%;
order: 1;
float: none;
}

ul.gMenu {
float: none;
display: flex;
justify-content: center;
}
}
/*---form button----*/
.wp-block-search_button, .btn-primary {
width: 200px;
}
/*-------form---- */
label {
	color: #333333;/*----*/
	font-weight: 600;
}

/*------Footer----*/
.siteFooter {
	padding-bottom: 5px;
	margin: 0;
}
.copySection {
	display: none;
}

/*----投稿のリスト----*/
.wp-block-latest-posts.wp-block-latest-posts__list li {
	text-indent: 2em;
}

/*---不使用なら削除--bootstrap Grid----*/
.themed-grid-col {
  padding-top: .75rem;
  padding-bottom: .75rem;
  background-color: rgba(112.520718, 44.062154, 249.437846, .15);
  border: 1px solid rgba(112.520718, 44.062154, 249.437846, .3);
}

.themed-container {
  padding: .75rem;
  margin-bottom: 1.5rem;
  background-color: rgba(112.520718, 44.062154, 249.437846, .15);
  border: 1px solid rgba(112.520718, 44.062154, 249.437846, .3);
}
/*--不使用なら削除---bootstrap Featurs----*/
.feature-icon {
  width: 4rem;
  height: 4rem;
  border-radius: .75rem;
}

.icon-square {
  width: 3rem;
  height: 3rem;
  border-radius: .75rem;
}

.text-shadow-1 { text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25); }
.text-shadow-2 { text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25); }
.text-shadow-3 { text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25); }

.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.feature-icon-small {
  width: 3rem;
  height: 3rem;
}

.bk-img-1 {
		background-image: url("https://beauty-karin.com/wp-content/uploads/header-blue.jpg");
}
/*------form background gradation----*/
.bk-gradation {
  background-image: linear-gradient(90deg, #ffffff, #f7d2cdf0);
}
/*---------Form CheckBox---------*/
span.wpcf7-list-item {
	display: block;
	margin: 10px 1em;
}
span.wpcf7-list-item-label {
	font-weight: 500;
}
/*---Form7-date-----*/
.cf7-appointment-date {
	height: 40px;
	padding: 10px;
}
/*-------h2 test-------*/
h2 {
  position: relative;
  padding: 1rem .5rem;
}

h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: '';
  border-radius: 3px;
  background-image: -webkit-gradient(linear, right top, left top, from(#2af598), to(#009efd));
  background-image: -webkit-linear-gradient(right, #2af598 0%, #009efd 100%);
  background-image: linear-gradient(to left, #2af598 0%, #009efd 100%);
}
/*--------お知らせ枠-*/
.wp-blick-lastest-posts li>a {
color : #000000;
font-size: 1.1em;
}
.wp-block-latest-posts_post-excerpt {
color: #333333;
font-size: 1.05em;
}
/*--------お知らせ抜粋----
.wp-block-latest-posts__post-excerpt, .wp-block-latest-posts__post-full-content {
	text-indent: 1em;
padding-left: 3em;
}--------*/

/*----ナビメニューの間隔---*/
.device-mobile .gMenu>li {
	padding: 14px 1em;
}
/*----申込フォームのおりたたみ選択肢---*/
.service-title {
	background: #fdeff2;/*--うすざくら----*/
	padding-left: 20px;
	padding-bottom: 0px;
	border-top: 1px solid #fff; 	
	border-bottom: 1px solid #a69425; 
	font-size: 18px;
	color: #000000;
	text-align: left;
	vertical-align: bottom;
	margin: 0px;
}
.service-menu {
	margin-top: 0px;
	margin-left: 10px;
	padding: 0px 10px 10px 30px;
	text-align: left;
	color: #000000;
	background-color:rgba(247,231,212,0.12);
	border-left: 1px solid #c0c0c0;

}

