@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/*-------------------------基本設定----------------------------------------------*/


/*--------------------------ヘッダー-----------------------------------------*/
@media (min-width: 960px) {
.-parallel .l-header__logo {
width: 20%;
}
.l-header.-parallel .w-header {
width: 80%;
}
.wp-block-search__input {
width: 350px;
}
}/*------横配置--------------*/

.header-tel {
	transition-duration: 0.4s;/*変化の時間*/
	
}


.header-tel:hover {
    transform: translateY(-3px);
}
.header-tel img {
	 border-radius: 10px;
}


.header-mail {
	transition-duration: 0.4s;/*変化の時間*/
	padding-right:10px;
}


.header-mail:hover {
    transform: translateY(-3px);
}
.header-mail img {
	 border-radius: 10px;
}






.header-line {
/* border-radius: 30px;*/
	transition-duration: 0.4s;/*変化の時間*/
    /*box-shadow: 0px 4px 15px -5px rgba(85, 85, 85, 0.75);*/
}


.header-line:hover {
    transform: translateY(-3px);
    /*box-shadow: 0px 8px 18px -5px rgba(85, 85, 85, 0.75);*/
}
.header-line img {
    /*vertical-align: bottom;*/
	 border-radius: 10px;
}


#header-right{
	display: flex;
  justify-content: center;
}


/*------------------------電話・メール用画像----------------------------------------------*/

#info-img{
	display: flex;
flex-wrap: wrap;
 justify-content: center;
	
}

#info-img .mail-img{
	margin-right:10px;
	
}

@media screen and (max-width:575px){
	#info-img .mail-img {
		margin-right:0px;
}
}




/*-------------------------コンテンツ01----------------------------------------------*/

#top-text01 {
	font-size:40px;
	text-align:center;
}

/*-------------------------コンテンツ02----------------------------------------------*/
#contents-02{
	text-align:center;
	width:auto;
	height:auto;
}

#contents-02 h2{
	margin: 0 auto;
	
	width:60%;
	margin-bottom: 0.2rem;
    padding: 1rem;
    border-radius: 1rem;
    box-shadow: 0 0 5px black, 10px 10px 0 #cfcfcf;
    background-color: white;
    color: black;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
}

@media screen and (max-width:575px){
	#contents-02 h2{
		
		font-size: 20px;
		width:100%;
}
}


#contents-02 p{
	font-size:18px;
}

#contents-02
.contents-02-text3 p{
	font-size:28px;
	padding: 0.8rem 0 0;
    margin-bottom: 0.2rem;
    background-image: linear-gradient(135deg, #F0FF00 10%, #58CFFB 100%);
    background-repeat: no-repeat;
    background-size: 20% 13px;
    background-position: bottom;
    color: #353535;
    text-align: center;
    font-weight: bold

}

@media screen and (max-width:575px){
	#contents-02
.contents-02-text3 p{
		font-size:20px;
	background-size: 50% 13px;
}
}

/*-------------------------コンテンツ03----------------------------------------------*/

#contents-03{
	padding-top:20px;
}
#contents-03 p{
	padding-top:10px;
	font-size:18px;
}

@media screen and (max-width:575px){
	#contents-03 p{
		padding-top:20px;
	font-size: 16px;
}
}


#contents-03 h2{
	margin: 0 auto;
	width:600px;
	text-align:center;
	padding: 12px;
    border: 5px solid #460e44;
    background-color: #460e44;
    border-radius: 50px;
    background-image: linear-gradient(90deg, white 10px, transparent 11px calc(100% - 11px), white calc(100% - 10px));
    color: white;
    font-size: 24px;
    font-weight: bold;
}




@media screen and (max-width:575px){
	#contents-03 h2{
		
	font-size: 20px;
		width:95%;
}
}


.detail-contents img{
	float:left;
	margin-right:10px;
	width:60px;
	height:60px;
}

.detail-contentstext{

	width:auto;
	height:auto;
}

@media screen and (max-width:575px){
	.detail-contentstext{
	font-size: 14px;
}
}


/*-------------------------コンテンツ04----------------------------------------------*/


.contents-04-1{
	display: flex;
flex-wrap: wrap;
 justify-content: center;
}

.contents04-img{
	width:200px;
	height:200px;
	padding-left:10px;
	padding-right:10px;
}

@media screen and (max-width:575px){
	.contents04-img{
	width:180px;
	height:180px;
}
}

/*-------------------------コンテンツ05----------------------------------------------*/

#contents05{
	
	width:auto;
	height:auto;
}

.contents05-img{
float:left;
	margin-right:30px;
	
	margin-left:50px;
}

.contents05-text1{
	margin-right:50px;
}



@media screen and (max-width:575px){
	.contents05-img{
		margin-left:30px;
}
}



@media screen and (max-width:575px){
	.contents05-text1{
		clear:both;/*--左寄せ解除--*/
		font-size: 14px;
		margin-left:20px;
}
}
.contents05-text1::before{
	content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(https://pikapika-life.com/wp-content/uploads/2023/03/checkicon.png) no-repeat;
  background-size: contain;
  margin-right: 8px;
	transform: translate(25%, 25%);
	margin-right:10px;
}

@media screen and (max-width:575px){
	.contents05-text1::before{
		width: 20px;
  height: 20px;
}
}

.contents05-text2{
	
	font-size:16px;
	margin-top:30px;
	margin-right:100px;
}
@media screen and (max-width:575px){
	.contents05-text2{
		font-size:16px;
		padding-left:20px;
		padding-right:20px;
		margin-right:0px;
}
}

/*-------------------------コンテンツ06----------------------------------------------*/
.contents06-img{
	text-align-last:center;
}


.text-2{
	font-size:20px;
	font-weight:bold;
	text-align:center;
}

.text-title-2{
	padding-top:10px;
	font-size:30px;
	font-weight:bold;
	text-align:center;
	color:red;
}


.worries-text{
	width:auto;
	height:auto;
	font-size:36px;
	text-align:center;
	border-bottom: solid 3px #ffc778;
  position: relative;
}


.worries-text:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px skyblue;
  bottom: -3px;
  width: 50%;
}

@media screen and (max-width:575px){
	.worries-text{
		font-size:20px;
		
}
}

#h2-title {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	text-align: center;
}

#h2-title::before,
#h2-title::after {
	content: '';
	width: 3px;
	height: 40px;
	background-color: #3fc1c9;
}

#h2-title::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
#h2-title::after {
	margin-left: 30px;
	transform: rotate(35deg)
}





#h2-title p{
	text-align:center;
}



#h2-area {
    position: relative;
    padding-bottom: 0.5rem;
    border-bottom: 3px solid #333;
    background-color: white;
    color: #333;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
}


#h2-area:before {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) skew(-25deg);
    height: 20px;
    width: 10px;
    border-right: 3px solid #333;
    background-color: white;
    content: "";
}

/*-------エリアページ--------*/
#inquiry-title{
	margin:0 auto;
	width:400px;
}
#inquiry-title p {
    position: relative;
    /*padding: 1rem 1.5rem;*/
    color: transparent;
   background-image: linear-gradient(180deg, rgba(62, 161, 219, 1) 11.2%, rgba(93, 52, 236, 1) 100.2%);
    -webkit-background-clip: text;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}

#inquiry-title p::before,
#inquiry-title p::after {
    --gradient: linear-gradient(109.6deg, rgba(62, 161, 219, 1) 11.2%, rgba(93, 52, 236, 1) 100.2%);
    position: absolute;
    top: 0.8rem;
    width: 4px;
    height: 30px;
    content: '';
}

#inquiry-title p::before {
    background-image: var(--gradient);
    left: 0;
    transform: rotate(-30deg);
}

#inquiry-title p::after {
    background-image: var(--gradient);
    right: 0;
    transform: rotate(30deg);
}

/*-------------------------フッター設定----------------------------------------------*/

#footer-contents{
display: flex;
}

@media screen and (max-width:575px){
	#footer-contents{
	display: block;	
}
}

.footer-left{
	width:50%;
	height:auto;
}

@media screen and (max-width:575px){
	.footer-left{
	width:100%;
		text-align:center;
		margin-bottom:20px;
		
}
}


.footer-left img{
width:240px;
	height:80px
	
}

.footer-right{
		display: flex;
flex-wrap: wrap;
 justify-content: center;

}
.footer-right p{
	font-size:14px;
}

.footer-2{
	width:200px;
	height:auto;
	padding-right:20px;

}

.footer-3{
	width:200px;
	height:auto;

}




/*-------フッターグローバルナビ設定--------*/

.footer-gnavi li a{
    /*線の基点とするためrelativeを指定*/
  position: relative;
	color:#250d00;
	
}

.footer-gnavi li {
	font-size:14px;
	color:#640125;
	list-style:none
}


.footer-gnavi li a::after {
    position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #333;
  transition: .3s;
　
}

/*現在地とhoverの設定*/
.footer-gnavi li a:hover::after {
   width: 100%;
}

.footer-gnavi li a:hover{
	color:#007b43;
}
