/*
Theme Name:lightningpro-child
Template:lightning-pro
Version:8.19.0
*/
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
@import url('https://fonts.googleapis.com/earlyaccess/hannari.css');

.pc {
	display: block !important;
}
.sp {
	display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { 
        display: none !important;
    }
    .sp { 
        display: block !important;
    }
}
body{
	    font-family:  'Hannotate SC','ヒラギノ角ゴシック','Hiragino Sans';
}

.fa-line:before {
	color: #53e040;
}
.fa-instagram:before {
	color:rgb(255, 0, 200);
}
.left{
	text-align:right;
}
h2 {
    border-top: initial;
    border-bottom: initial !important;
    font-size: 20px;
} 
.heading07 {
	position: relative;
	padding-top: 50px;
	padding-left: 30px;
	font-size: 18px;
}

.heading07 span {
	position: relative;
	z-index: 2;
}
.heading07 span{
	font-size:12px;
}
.heading07::before {
	content: attr(data-en);
	position: absolute;
	transform: rotate(-5deg);
	top: -20px;
	left: 0;
	color:#f54e78;
	font-size: 60px;
	font-weight: 400;
	font-family: luxus-brut, cursive;
	font-style: italic;
}
@media screen and (max-width: 480px){
    .heading07 {
        position: relative;
        padding-top: 50px;
        padding-left: 160px;
    }    
}
/* p */
.p-1,.top-b,.top-h2{
    text-align: center;
}
/* ♡見出し */

.heart {
    font-size: 20px;
    color: #FF3D67;
    -webkit-animation: heart-beats .3s infinite alternate;
    animation: heart-beats .3s infinite alternate;
    transform-origin: center;
}

/* Animation Setting */
@-webkit-keyframes heart-beats {
    to { -webkit-transform: scale(1.1); }
}
@keyframes heart-beats {
    to { transform: scale(1.1); }
}

/* Basic style */
.heart1 {
    text-align: center;
}
.heart1 h2 {
    margin-top: 0;
    color:#f54e78;
}
/*  */
.textwidget{
	text-align:center;
}
.image5{
    text-align: center;
}
.image5 img{
     width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    object-position: 0 90%;
}
.image3{
    display: inline-block;
    text-align: center;
}
.image3 img{
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 50%;
}
.image4{
    display: inline-block;
}
.image4 img{
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    object-position: 0% 100%;
}

.image {
    display: inline-block;
}
.image img{
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
}
.image6 {
    display: inline-block;
		text-align:center;
}
.image6 img{
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
}
.image1 {
    display: inline-block;
}
.image1 img{
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 50%;
}
.image2 {
    display: inline-block;
}
.image2 img{
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 50%;
}

@media screen and (max-width: 480px){
    .image2 img{
        width: 250px;
        height: 250px;
    }
    .image3 img{
        width: 200px;
        height: 200px;
    }   
    #panel-9-9-1-1{
        text-align: left !important;
    }
}

/* li */
.top-li ul{
    text-align: left;
	display: inline-block;

}
.top-li li{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}

.top-li li:before {
    content: "\02665";
    margin-right: 5px;
    color: #f54e78;

}
.top-li{
	text-align: center;
	display: block;
}
/* ボタン */
@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
}
.btn,
a.btn,
button.btn {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 1rem 4rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #212529;
	border-radius: 0.5rem;
}

.btn-wrap {
	margin: 30px 0;
}

a.btn-c {
	font-size: 1.8rem;
	position: relative;
	padding: 1rem 2rem 1rem 2rem;
	color: #fff;
	background: #f54e78;
	-webkit-box-shadow: 0 5px 0 #FF9EB6;
	box-shadow: 0 5px 0 #FF9EB6;
}

a.btn-c i {
	margin-right: 1rem;
}

a.btn-c:hover {
	-webkit-transform: translate(0, 3px);
	transform: translate(0, 3px);
	color: #fff;
	background:  #f54e78;
	-webkit-box-shadow: 0 2px 0 #fd245a;
	box-shadow: 0 2px 0 #fd245a;
}
/*  */
.top-h2 h2 {
    font-size: 26px;
	font-weight: bold;
	color: #5c5c5c;
}

.top-h2 h2::first-letter {
    padding: 0.7rem;
    border-radius: 54% 46% 38% 62%/49% 70% 30% 52%;
    background-color: #2d1b11;
    background-image: linear-gradient(135deg,  #FF9EB6 10%,   #fd245a 100%);
    color: white;
    font-size: 36px;
}
.top-h2 span{
	font-size: 30px;
	color: #fd245a;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color:#fd245a;
}
/*  */
.heading16 {
	position: relative;
	padding-bottom: 20px;
	font-size: 20px;
	text-align: center;
	color: #5c5c5c;
}

.heading16::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 6px 0 6px;
	border-color:#fd245a rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
}
/* 料金表 */
table tbody tr th,table th,table tbody tr td,table td{
	border-bottom:initial !important;
}

table {
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0;
    width: 650px;
    table-layout: fixed;
}

table tr {
    background-color: #fff;
    border: 1px solid #f54e78 !important;
    padding: .35em;
}
table th,
table td {
    padding: 1em 10px 1em 1em;
    border-right: 1px solid #f54e78;
}
table th {
    font-size: .85em;
}
table thead tr{
    background-color:  rgb(253, 250, 252);
}
.txt{
    text-align: right;
    font-size: .85em;
}
.price{
    text-align: right;
}
@media screen and (max-width: 600px) {
    table {
    border: 0;
    width:100%
    }
    table th{
    background-color: rgb(253, 250, 252);
    display: block;
    border-right: none;
    }
    table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    }
    
    table tr {
    display: block;
    margin-bottom: .625em;
    }
    
    table td {
    border-bottom: 1px solid #f54e78 !important;
    display: block;
    font-size: .8em;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
    }
    
    table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
    }
    
    table td:last-child {
    border-bottom: 0;
    }
}

/*吹き出し  アイコン  左寄せ*/
.fukidashi1 {
	width: 100%;
	margin: 12px 14px;
	overflow: hidden;
}

.fukidashi1 .icon {
	float: left;
	margin-right: -70px;
	width: 70px;
}

.fukidashi1 .icon .wphg {
	width: 70px;
	height: 70px;
}

.fukidashi1 .icon img {
	width: 100%;
	height: auto;
	border: solid 3px #fa4da4;
	/*0%：四角  10%～:角丸  50%:円*/
	border-radius: 30%;
}

.fukidashi1 .bubble {
	display: inline-block;
	position: relative;
	margin: 25px 20px 0 95px;
	padding: 13px;
	border-radius: 25px;
	background:  #fff5fd;
	max-width: 500px;
	text-align:left;
}

.fukidashi1 .bubble:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 13px;
	left: -14px;
	border-style: solid;
	border-width: 0 24px 17px 0;
	border-color: transparent #fff5fd;
}

/*吹き出し  アイコン  右寄せ*/
.fukidashi2 {
	width: 97%;
	margin: 12px 14px;
	display: flex;
	justify-content: flex-start;
}

.fukidashi2 {
	justify-content: flex-end;
}

.fukidashi2 .icon {
	display: inline-block;
	order: 2 !important;
	margin-left: -70px;
	margin-right: 10px;
	width: 70px;
}

.fukidashi2 .icon img {
	width: 70px;
	height: 70px;
	border: solid 3px #fa4da4;
	/*0%：四角  10%～:角丸  50%:円*/
	border-radius: 30%;
}

.fukidashi2 .icon .wphg {
	width: 70px;
	height: 70px;
}

.fukidashi2 .iconfont {
	padding-top: 7px;
	font-size: 10px;
	text-align: center;
}

.fukidashi2 .bubble {
	float: left;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin: 25px 90px 30px 20px;
	padding: 13px;
	border-radius: 25px;
	background:   #fff5fd;
	max-width: 500px;
	text-align:left;
}

.fukidashi2 .bubble:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 13px; 
	right: -15px;
	border-style: solid;
	border-width: 17px 19px 0 0;
	border-color: #fff5fd transparent;
}

/* コメント */
.heading04 {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.heading04::before,
.heading04::after {
	content: '';
	width: 3px;
	height: 40px;
	background-color: #fa4da4;
}

.heading04::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.heading04::after {
	margin-left: 30px;
	transform: rotate(35deg)
}
.inpuct p{
	text-align: center;
}
.inpuct p span{
	font-size: 20px;
	color:  #fa4da4;
}
/* タイムライン */
.flow_design03 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 20px;
}

.flow_design03 ul {
	padding: 0;
}

.flow_design03 li {
	list-style-type: none;
}

.flow_design03 dd {
	margin-left: 0;
}

.flow03 {
	position: relative;
}

.flow03::before {
	content: "";
	width: 15px;
	height: 100%;
	background: #eee;
	margin-left: -129px;
	display: block;
	position: absolute;
	top: 0;
	left: 120px;
	border-radius: 20px;
}

.flow03 > li {
	position: relative;
}

.flow03 > li:not(:last-child) {
	margin-bottom: 60px;
}

.flow03 > li .icon03 {
	font-size: 0.8em;
	width: 2em;
	height: 2em;
	line-height: 2;
	text-align: center;
	font-weight: bold;
	border-radius: 100vh;
	color: #fff;
	background:  #f54e78;
	display: inline-block;
	margin-right: 0.3em;
}

.flow03 > li dl {
	padding-left: 70px;
	position: relative;
}

.flow03 > li dl::before,
.flow03 > li dl::after {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
}

.flow03 > li dl::before {
	width: 7px;
	height: 7px;
	margin-top: -3px;
	background:  #f54e78;
	border-radius: 50%;
	left: -4px;
}

.flow03 > li dl::after {
	width: 50px;
	border-bottom: 1px dashed #999;
	position: absolute;
	left: 5px;
}

.flow03 > li dl dt {
	font-size: 1.3em;
	font-weight: 600;
	color:  #f54e78;
	margin-bottom: 0.5em;
	display: flex;
	align-items: center;
}
@media screen and (max-width: 480px){
	.flow_design03 dd {
		text-align: left;
	}
}
	
  /* for Desktop */
@media ( min-width : 640px ){
	.timeline > li {
	overflow: hidden;
	margin: 0;
	position: relative;
}
.timeline-date {
	width: 110px;
	float: left;
	margin-top: 20px;
	}
.timeline-content {
	width: 75%;
	float: left;
	border-left: 3px #fdbbdc solid;
	padding-left: 30px;
}
.timeline-content:before {
	content: '';
	width: 12px;
	height: 12px;
	background: #fa4da4;
	position: absolute;
	left: 106px;
	top: 24px;
	border-radius: 100%;
	}
}
/*  ニコちゃん*/
.img-f img{
	width:100px;
}
.img-f{
	text-align:center;
}
.fa-line:before {
	color: #53e040;
}
.fa-instagram:before {
	color:rgb(255, 0, 200);
}
