/* ==== ハンバーガーメニュー ナビゲーション====== */
.header_info{
    padding:40px 70px;
    max-width: 1000px;
}
.service_div{
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
}
.service_container{
    display: flex;
    flex-direction: column;
}
.service_container_bottom{
    display: flex;
}
.service_content{
    display: flex;
    width: 100%;
    margin-bottom: 30px;
}
.service_content a{
    width: 25%;
}
.service_title{
    margin-bottom: 20px;
    font-size: 1.2rem;
}
.service_title::after{
    content: '';
    position: absolute;
    top: 24px;
    left: 140px;
    width: 100px;
    height: 3px;
    background-color: rgba(63,193,201,1);
}

.ser_tit::after{
    content: '';
    position: absolute;
    top: 10px;
    left: 100px;
    width: 100px;
    height: 3px;
    background-color: rgba(63,193,201,1);
}
.price_tit::after{
    content: '';
    position: absolute;
    top: 24px;
    left: 60px;
    width: 100px;
    height: 3px;
    background-color: rgba(63,193,201,1);
}
.service_name{
    margin-bottom: 10px;
    color:#222;
}
.service_content a{
    margin-right: 25px;
}
.service_content img{
    width:100%;
    border-radius: 20px;
}

.heading07 {
    position: absolute;
    top: 550px;
    right: 60px;
	padding-top: 50px;
	padding-left: 30px;
}

.heading07 span {
	position: relative;
    z-index: 2;
    display: block;
    margin-bottom: 25px;
    font-size: 2.0rem;
    letter-spacing: 0.35rem;
}
.heading07 span:nth-of-type(2){
    margin-left: 80px;
}

.heading07::before {
	content: attr(data-en);
	position: absolute;
	transform: rotate(-5deg);
	top: -20px;
	left: 0;
	color: lightcoral;
	font-size: 80px;
	font-weight: 400;
	font-family: luxus-brut, cursive;
	font-style: italic;
}


/* ====== googleアイコン ======= */


.g_nav_contact .g_icon:nth-of-type(1):before{
    font-family: "Material Icons";
    content:"\e61d";
    color:#9BC42C;
    font-size: 3.0rem;
    padding-right: 10px;
    /* position: relative;
    top: 8px; */
}

.g_nav_contact .g_icon:nth-of-type(2):before{
    font-family: "Material Icons";
    content:"\e158";
    color:#9BC42C;
    font-size: 3.0rem;
    padding-right: 10px;
    /* position: relative;
    top: 8px; */
}
.g_nav_contact a{
    display: block;
    text-align: center;
    color:#222;
    position: relative;
    left: -6px;
    margin-bottom: 20px;
}
.test{
    position: fixed;
    top: 230px;
    right: 15px;
    z-index: 20;
}


/* ============================================================== */
/* ==============  2021タプレット 520-959px   ==================== */
/* ============================================================== */
@media screen and (max-width:959px){
    .heading07 {
      display: none;
    }
    .header_info{
        padding: 20px 40px;
    }
    .test{
        top: 18px;
        right: 105px;
    }
    .g_nav_contact{
       display: flex;
    }
    .g_icon{
        margin-right: 15px;
    }
    #header{
    width: 100%;
    height: 80px;
    position: fixed;
    z-index: 999;
    top: 0px;
    }
   
  
  }
  /* ============================================================== */
  /* ==============  2021タプレット 520-600px   ==================== */
  /* ============================================================== */
  
  
  
  /* ============================================================== */
  /* ==============  2021スマホ     320-519px   ==================== */
  /* ============================================================== */
  @media screen and (max-width:600px){
    .service_content{
        flex-wrap: wrap;
    }
    .service_content a{
        width: 45%;
        margin:2%;
        justify-content: flex-start;
    }
    .header_info{
        padding:20px
    }
    .test{
        right: 60px;
    }
  }

