@charset "utf-8";
/* CSS Document */

/*
Theme Name: AMATERASU
Description: Easy,SimpleDesign
Version: simple 1.1
Base Color: red
Author: AMATERASU
Author URI: http://www.seo-amaterasu.com/
*/

@media screen and (min-width: 769px){
.sp {
  display: none;
}

p.center{
  text-align: center;
}
p.center img{
  display: inline-block;
}

#content h2.h2_none{
  background: none;
  text-shadow: none;
  padding: 0px;
  margin: 0px;
}
#content h3.h3_none{
  background: none;
  text-shadow: none;
  padding: 0px;
  margin: 0px;
}

/* ヘッダー エリア */
.description {
  width: 100%;
  height: auto
  margin: 0;
  padding: 3px 0 2px 5px;
}

.description h1 {
  width: 100%;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.3em;
  color: #ffffff;
}

#header_in .inner_left {
  width: 25.42372881%;
  height: auto;
  margin: 0;
  padding-top: 15px;
  float: left;
}

#header_in .inner_left img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#header_in .inner_right {
  width: 46.61016949%;
  height: auto;
  margin: 0;
  padding: 0;
  float: right;
}

#header_in .inner_right ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  float: right;
}

#header_in .inner_right ul li:first-child {
  width: 15.45454545%;
  height: auto;
  margin: 0;
  padding: 0;
  float: right;
}

#header_in .inner_right ul li {
  width: 43.63636363%;
  height: auto;
  margin: 0;
  padding: 0;
  float: right;
}

#header_in .inner_right ul li ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  float: none;
}

#header_in .inner_right ul li ul li:first-child,
#header_in .inner_right ul li ul li,
#header_in .inner_right ul li ul li:last-child {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  float: none;
}

#header_in .inner_right ul li:last-child {
  width: 40.9090909%;
  height: auto;
  margin: 0;
  padding: 0;
  float: right;
}

#header_in .inner_right ul li:first-child img,
#header_in .inner_right ul li:last-child img,
#header_in .inner_right ul li ul li:first-child img,
#header_in .inner_right ul li ul li img,
#header_in .inner_right ul li ul li:last-child img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#header_in .inner_right p {
  font-size: 14px;
  line-height: 1.2em;
  text-align: right;
  color: #6d3113;
  margin: 0;
  padding: 5px 55px 0 0;
  float: right;
}

/* グローバルナビ エリア */
#nav ul {
  width: 100%;
  height: auto;
  list-style: none; 
  text-align: center;
  table-layout: fixed;
  display: table;
}

#nav ul li {
  display: table-cell;
  vertical-align: middle;
}

#nav ul li:hover {
  background-color: #ffffff;
}

#nav ul li a {
  height: auto;
  font-size: 16px;
  text-align: center;
  text-decoration: none; 
  padding: 15px 0;
  display: block;
  color: #ffffff;
}

#nav ul li a:hover {
  color: #c59b5c;
}

/* パンくずリスト エリア */
#breadcrumb {
  margin: -10px 0 5px 0;
}

#breadcrumb div {
  font-size: 12px;
  display: inline-block;
}

/* コンテンツ エリア */
#content h1 { 
  width: 100%;
  font-family: "ＭＳ Ｐ明朝";
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2em;
  text-shadow: 0 2px 0 rgba(0,0,0,0.1);
  margin-bottom: 30px;
  padding: 20px 0 18px 0;
  clear: both;
  color: #ff5656;
  border-top: 6px solid #ffa6a6;
  border-bottom: 1px solid #ffa6a6;
}

#content h2 {
  width: 100%;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2em;
  /* text-shadow: 0 2px 0 rgba(0,0,0,0.2); */
  margin-bottom: 20px;
  padding: 15px 10px 10px;
  clear: both;
  color: #e5654a;
  /* background-color: #e5654a; */
  background-position: 10px 5px;
  background-repeat: no-repeat;
  text-align: center;
}

#content h3 { 
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 15px;
  padding: 3px 10px 1px 10px;
  clear: both;
  color: #388393;
  border-left: 8px solid #1a5f6e;
  border-bottom: 3px dotted #1a5f6e;
}

#content h4,
#content h5,
#content h6 { 
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 15px;
  padding: 1px 10px 0 23px;
  clear: both;
  color: #388393;
  position: relative;
}

#content h4::before,
#content h5::before,
#content h6::before {
  position: absolute;
  content: url("../h4_before.png");
  top: 1px;
  left: 0;
}

#content h1 a {
  font-family: "ＭＳ Ｐ明朝";
  font-size: 34px;
  font-weight: bold;
  text-decoration: none; 
  color: #388393;
}

#content h2 a { 
  font-size: 20px;
  font-weight: bold;
  text-decoration: none; 
  color: #ffffff;
}

#content h3 a { 
  font-size: 18px;
  font-weight: bold;
  text-decoration: none; 
  color: #388393;
}

#content h4 a,
#content h5 a,
#content h6 a { 
  width: auto;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none; 
  color: #388393;
}

#content h1 a:hover,
#content h2 a:hover,
#content h3 a:hover,
#content h4 a:hover,
#content h5 a:hover,
#content h6 a:hover { 
  opacity: 0.5;
}

#content .post {
  padding-bottom: 20px;
}

#content .eye_catch img {
  margin: 0 10px 20px 0;
  float: left;
}

#content .contact_box {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: table;
}

#content .contact_box .inner_box {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 15px;
  background-color: #f5f0e9;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #f1ded2;
}

#content .contact_box .inner_box .inner {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 15px 15px 7px 15px;
  background-color: #ffffff;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
  border-radius: 9px;
  box-shadow: 0 0 8px rgba(236,223,205,0.3);
}

#content .contact_box .inner_box .inner img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#content .contact_box .inner_box .inner ul {
  width: 100%;
  height: auto;
  margin-top: 20px;
  padding: 0;
  float: left;
}

#content .contact_box .inner_box .inner ul li {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding: 0;
}

#content .contact_box .inner_box .inner ul li img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#content .contact_box .inner_box .inner ul li:last-child img {
  width: 75.21489971%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

#content .contact_box .inner_box .inner p {
  font-size: 15px;
  line-height: 1.5em;
  color: #444444;
  margin-bottom: 10px;
}

#content .contact_box .inner_box .inner p strong {
  color: #388393;
}

#content .contact_box .inner_box .inner p span {
  font-size: 14px;
  line-height: 1.5em;
  color: #e4789b;
  display: block;
}

/* 続きを読む エリア */
a.more-link {
  font-size: 14px;
  text-align: right;
  margin-right: 10px;
  display: block;
}

a.more-link:hover {
  text-decoration: underline;
}

a.more-link:link,
a.more-link:active,
a.more-link:visited,
a.more-link:hover {
  color: #dc143c;
}

/* ページトップ エリア */
p.pagetop {
  display: none;
  position: fixed;
  bottom: 4px;
  right: 2.604166666%;
}

p.pagetop a {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  color: #ffffff;
  background-color: rgba(56,131,147,0.7);
  border: 1px solid #ffffff;
}

p.pagetop a:hover {
  opacity: 0.7;
  color: #1a5f6e;
}

/* フッター エリア */
#footer_top_in ul {
  width: 69.49152542%;
  height: auto; 
  margin: 0 auto;
  padding: 0;
}

#footer_top_in ul li {
  width: 31.70731707%;
  height: auto;
  margin-right: 2.43902439%;
  padding: 0;
  float: left;
}

#footer_top_in ul li:last-child {
  margin: 0;
}

#footer_top_in ul li img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#footer_bottom_in ul {
  width: auto;
  display: inline-block;
  overflow: hidden;
  height: auto; 
  margin: 0 auto;
  padding: 0;
}

#footer_bottom_in ul li {
  width: auto;
  height: auto;
  margin-right: 50px;
  padding: 0;
  float: left;
}

#footer_bottom_in ul li:last-child {
  margin: 0;
}

#footer_bottom_in ul li a {
  font-size: 15px;
  color: #683716;
  text-decoration: none;  
}

#footer_bottom_in ul li a:hover {
  opacity: 0.7;
}

#copyright p {
  width: auto;
  height: auto; 
  font-family: "arial";
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  margin: 0;
}

/* 404 エリア */
#content a.reverse_lnk {
  font-size: 16px;
  text-align: center;
  padding-top: 10px;
  text-decoration: underline;
}

/* テーブル */
table{
    margin: 0 auto 32px;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
}
table th{
  background: #4fbab0;
  color: #fff;
  width: 30%;
}
table td{

}
table th, table td{
  border: solid 1px #E7E7E7;
  padding:7px;
  text-align: left;
}

/****************************
****** サブメイン　骨盤矯正 ******
****************************/
/* サブメイン　骨盤矯正 */
.b_f_box{
  background: #ffe4e1;
  width: 870px;
  margin: 0px auto 40px;
  padding: 30px 0px;
}

/* 2ショット */
.tsu-shot_box{
padding: 30px;
border: 4px solid #a89985;
margin-bottom: 60px;
}
.tsu-shot_box ul{
overflow: hidden;
width: 960px;
margin: auto;
}
.tsu-shot_box ul li{
  display: inline-block;
  margin: 0px 15px 15px 0px;
}
.tsu-shot_box ul li:nth-child(3){
  margin-right: 0px;
}

/* 悩み */
.nayami{
  background: #ffe4e1;
  margin: 0px auto 40px;
  padding-top: 40px;
  overflow: hidden;
}
/* 悩み ul1 */
.nayami ul.nayami1 {
    width: 1140px;
    position: relative;
    margin: -30px auto 48px;
    height: 546px;
    background: url(../images/nayami_bak.png) no-repeat center bottom;
}
.nayami ul.nayami1 li {
    position: absolute;
}
.nayami ul.nayami1 li.li01 {
    left: 388px;
    top: 25px;
}
.nayami ul.nayami1 li.li02 {
    left: 85px;
    top: 180px;
}
.nayami ul.nayami1 li.li03 {
    bottom: 33px;
    left: 114px;
}
.nayami ul.nayami1 li.li04 {
    right: 70px;
    top: 145px;
}
.nayami ul.nayami1 li.li05 {
    bottom: 35px;
    right: 98px;
}
/* 悩み　ul2 */
#content .nayami ul.nayami2 h3 {
    background: url(../images/nayami_icon.png) no-repeat;
    font-size: 24px;
    padding: 5px 0 10px 15%;
    font-weight: normal;
    border: 0px;
    color: #3f3d3d;
}
.nayami ul.nayami2{
  overflow: hidden;
  margin: 15px auto 0px;
  padding: 0 0 32px;
  width: 960px;
}
.nayami ul.nayami2 li {
  display: inline-block;
  vertical-align: top;
  width: 445px;
  margin: 0 16px 0px;
  padding: 16px 32px 32px 0;
}

/* 希望 */
.hope{
  margin:0px auto 40px;
}

/* ポイント */
.point {
    background: #ffe4e1;
    overflow: hidden;
    padding: 45px 0 40px;
}
#content .point h2{
  text-align: center;
}
#content .point h2 img{
  display: inline-block;
}
.point ul{
  width: 880px;
  margin: auto;
}
.point li {
    margin: 10px 0 0;
    overflow: hidden;
}
#content .point h3 {
    width: 660px;
    float: left;
    border: 0px;
    color: #000;
}
.point .img_right {
    margin: 0 0 16px 16px;
    float: right;
}
.point .txt {
    float: left;
    width: 660px;
    padding: 8px 8px 32px;
    border-bottom: 1px dotted #e2cfce;
}
.point .txt p{
  font-size: 15px;
}
.point .txt_last{
  border-bottom: 0px;
}

/* 挨拶 */
.greeting {
    width: 1000px;
    margin: 0px auto 40px;
    overflow: hidden;
}
.greeting ul {
    width: 250px;
    float: right;
    margin: 0 0 0 16px;
}
.greeting .txt{
  float: left;
  width: 730px;
}
.greeting .txt p{
  font-size: 15px;
}

/* コンタクト */
.contact_under{
    width: 1000px;
    margin: 40px auto 40px;
    padding: 32px;
    border: solid 6px #ec6d71;
    text-align: center;
}
.contact_under span{
    color: #683716;
}
.contact_under ul{
  width: 90%;
  margin: auto;
}
.contact_under li{
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 auto 18px;
}
.contact_under li img{
  margin: 0 auto;
}
/* 流れ */
.nagare{
  background: #fff4e1;
  padding: 48px 0;
  overflow: hidden;
}
#content .nagare h2{
  text-align: center;
  border-top: 1px dotted #333;
  border-bottom: 1px dotted #333;
  padding: 24px 0 16px;
  margin: 0 0 24px;
}
#content .nagare h3{
  text-align: center;
  border: 0px;
}
#content .nagare h2 img, #content .nagare h3 img{
  display: inline-block;
}
.nagare .nagare_in {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
.nagare .flowBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.nagare li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  background: url(../images/flow_icon.png) no-repeat right 50%;
  padding: 0 1% 0;
  margin-bottom: 20px;
}
.nagare li.last{
  background:none;
}
.nagare li p{
  font-size: 15px;
}
.nagare li p.img{
  margin-bottom: 0.75em;
}
.nagare li p.img img{
  margin: 0 auto;
}

/*h3.ba{
  position: relative;
}
  
.ba::after{
  content: "";
  background-image: url(../images/point_ba.png);
  position: absolute;
  width: 100px;
  height: 100px;
  bottom: -56px;
  right: -25px;
  transform: rotate(14deg);
}*/

  #content h4.aft{
    color: #ed6868;
    font-size: 17px;
    padding: 0;
    margin: 0;
  }

.instaWrap {
  max-width: 760px;
  margin: 50px auto 0;
}

.insta {
  max-width: 760px;
  padding: 0 0 40px;
}
  
/* コンタクト2 */
.contact_under2{
  width: 1000px;
  margin: 40px auto 0px;
  padding: 15px 0px;
}
.gmap-container{
  margin-top: 10px;
}
#content .contact_under2 h2{
  text-align: center;
  border-top: 1px dotted #333;
  border-bottom: 1px dotted #333;
  padding: 3% 2%;
  margin: 0px auto 3%;
}
#content .contact_under2 h2 img{
  margin: 0 auto;
}
/**/
}
/**/

/*2021/05/26お客様の声追加CSS*/
@media screen and (min-width: 769px){
    .tsu-shot ul {
        margin-top: 20px;
        display: flex;
        justify-content: space-evenly;
    }

    .tsu-shot ul li {
        width: 47.5%;
        display: inline-block;
    }

    .tsu-shot {
        border: solid 5px #ec6d71;
        padding: 3%;
        width: 1000px;
        margin: 50px auto 60px;
    }

/*    #content h2.h2_none_2 {
        background: none;
        text-shadow: none;
        margin: 0px;
        text-align: center;
    }*/

    #tsu-shot_center{
      margin: auto;
    }
}

/*吹き出し追加*/
.comment_biyou img{
  margin: auto;
}

/*2021-12-02*/
#introduction{
  background: url(https://eikou-kai.com/c/biyou/images/topmovie_bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 40px 0;
}
#introduction h2{
    font-family: serif;
    font-size: 25px;
    width: 100%;
}
#introduction h2 span {
    font-family: serif;
    margin: 0;
    text-align: center;
    display: block;
    font-size: 42px;
    color: #1a612e;
}
#introduction h3{
    font-family: serif;
    font-size: 20px;
}
.introduction-inner p{
  text-align: center;
  margin-bottom: 40px;
}
.introduction-inner ul{
  overflow: hidden;
  margin-top: 30px;
}
.introduction-inner ul li{
  float: left;
  width: 50%;
  margin-bottom: 10px;
}
#introduction .wrap{
  overflow: hidden;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}
.header-point a{
    text-decoration: none;
    color: #1a612e;
    font-size: 22px;
    font-weight: bold;  
}
.header-point a:hover{
  opacity:0.5;
}
@media screen and (max-width: 768px){
#top_page .corona .header-point a{
    color: #1a612e;
    font-size: 4vw;
    font-weight: bold;
    line-height: 1.3;
    text-decoration: none;  
  }
  .wrap .introduction-inner .voiceImgBox a:before {
width: 60px;
height: 60px;   
  } 
  #introduction{
padding: 0px 0;   
  }
  #wrapper #content .post #introduction .wrap .introduction-inner h2{
font-size: 24px !important;   
  } 
}
.voiceImgBox{
    position: relative;
    max-width: 650px;
    margin: 20px auto;
    width: 100%;  
}
.voiceImgBox img {
width: 100%;
filter: brightness(0.8);
border: solid 2px #ec6d71;
box-shadow: 2px 2px 3px #00000024;  
}
.voiceImgBox a:before {
    content: "";
    position: absolute;
    display: block;
    width: 80px;
    height: 80px;
    box-sizing: border-box;
    left: 0;
    right: -10px;
    top: 0;
    bottom: -3px;
    margin: auto;
    background: url(https://eikou-kai.com/c/biyou/images/movieicon.png);
    background-size: cover;
    -moz-transition: all .2s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all .2s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all .2s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all .2s cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 10;
}
#wrapper #content .post #introduction .wrap .introduction-inner h2{
    color: #ff5656;
    font-size: 34px;
    font-weight: normal;
    line-height: 1.6;
    font-family: serif;
    background: none;
    text-align: center;
    border: none; 
}



/*2022-01-17*/

/*--------------footer-popupcss--------------*/
@media (max-width:768px){
/*--------------footer-popupcss--------------*/
 .modal,
 .modal__bg,
 .modal__content,
 div#popuptel_wrap div.popuptel_inner ul,
 .modal__content li,
 .modal__content li a {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

 .modal {
    display: flex;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    justify-content: center;
    align-items: center;
    width: 100vw;
    z-index: 99999999999999999999999999;
}
 .modal__bg {
    cursor: pointer;
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
 #popuptel_wrap {
    display: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  z-index: 99999999999999999999999999;
}
 div#popuptel_wrap div.popuptel_inner {
   background-color: #fff;
   border-radius: 8px;
   display: block;
   margin-bottom: 15vw;
   width: 84vw;
   height: auto;  
   padding: 5vw 0;
   z-index: 0;
  margin: auto
}
div#popuptel_wrap div.popuptel_inner > p{
  font-size: 4.5vw;
  line-height: 1.35em;
  font-weight: bold;
  text-align: center;
  display: block;
  color: #5c2f0d;
  font-family: "Noto Sans Japanese", "Meiryo", "Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª", "MS PGothic", "MS PÃ£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯", sans-serif;
}
div#popuptel_wrap div.popuptel_inner ul{
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  padding: 3.5vw 5vw;
  background: #ffeaea;
  margin: 3.5vw 0 4vw;
}
div#popuptel_wrap div.popuptel_inner ul li{
  width: 45%;
  margin: 0 auto;
  border-radius: 1.5vw;
  padding-bottom: 3vw;
  list-style: none;
}
div#popuptel_wrap div.popuptel_inner ul li:nth-child(1) {
    background: #8c1c1c;
}
div#popuptel_wrap div.popuptel_inner ul li:nth-child(2) {
  background:#a55c5d;
}
div#popuptel_wrap div.popuptel_inner ul li a{
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 3.75vw;
}
div#popuptel_wrap div.popuptel_inner ul li span{
  width: 9vw;
  background-color: #fff;
  height: 9vw;
  border-radius: 800px;
  text-align: center;
  display: flex;
  align-items: center;
  margin: 3vw auto;
}
div#popuptel_wrap div.popuptel_inner ul li span i{
  margin: 0 auto;
  font-size: 4.2vw;
}
div#popuptel_wrap div.popuptel_inner ul li:nth-child(1) span i {
  color: #b92221;
}
div#popuptel_wrap div.popuptel_inner ul li:nth-child(2) span i {
  color: #814041;
}
div#popuptel_wrap div.popuptel_inner ul li b{
  text-align: center;
  display: block;
}
div#popuptel_wrap div.popuptel_inner label{
  background-color: #b92221;
  width: 80%;
  border-radius: 5000px;
  text-align: center;
  display: block;
  padding: 1.25vw;
  position: relative;
  color: #fff;
  max-width: 280px;
  margin: 0vw auto 0;
}
div#popuptel_wrap div.popuptel_inner label::before{
  border-left: 2px solid ;
  border-top: 2px solid ;
  border-color: #fff;
  content: "";
  height: 6px;
  position: absolute;
  right: 15px;
  top: 45%;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 6px;  
}

/*    labelCSS*/
input#sp-popup:checked + #popuptel_wrap {
    display: flex; 
}
   .footer-popup {
        width: 100%;
        overflow: hidden;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 9999;
    }

    .footer-popup ul {
        width: 100%;
        overflow: hidden;
        display: table;
        table-layout: fixed;
        margin: 0;
    padding: 0;
    }

    .footer-popup ul li {
        display: table-cell;
        background-color: #ff4b64;
    }

    .footer-popup ul li.tel {
        background-color: #ff8400;
        animation: buruburu 1.0s infinite;
    }
    .sp-modal{
    display:block !important;
  }
  #popup label{
      width: 50%;
    float: left;  
  }
  div#popuptel_wrap div.popuptel_inner > p.pointText {
    padding: 0 7% 3%;
    font-size: .8em;
}
 }
    @keyframes furifuri {
        0% {transform: rotate(0deg)}
        25% {transform: rotate(-2deg)}
        50% {transform: rotate(0deg)}
        75% {transform: rotate(2deg)}
        100% {transform: rotate(0deg)}
    }

    @keyframes buruburu {
        0% {transform: rotate(0deg)}
        25% {transform: rotate(-2deg)}
        50% {transform: rotate(0deg)}
        75% {transform: rotate(2deg)}
        100% {transform: rotate(0deg)}
    }

    @keyframes kurakura {
        0% {transform: rotate(0deg)}
        25% {transform: rotate(-1deg)}
        50% {transform: rotate(0deg)}
        75% {transform: rotate(1deg)}
        100% {transform: rotate(0deg)}
    }

    .footer-popup ul li.contact {
        background-color: #92bfe0;
    }

    .footer-popup ul li a {
        display: block;
    }

    .footer-popup ul li a img {
        margin: auto;
    }

@media screen and ( min-width:768px ) {
  #popuptel_wrap {
      display: none!important;
  }

}
  .sp-modal{
    display:none;
  }

#content .instaWrap h2 {
  position: relative;
  padding-bottom: 15px;
}

.instaWrap h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX( -50% );
  display: block;
  height: 2px;
  width: 80px;
  background: #e5654a;
}

/* 画像の調整*/
.pc  img{
margin: 0 auto;
}
/* 喜びの声*/
.voice{
display: flex;
}
.voice img{
margin: 0 auto;
    width: 40%;
    margin-top: 20px;
}
