@charset "UTF-8";

/* 全体 */
html {
  font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HGS明朝E, "ＭＳ Ｐ明朝", serif;
  font-size: 13px;
  line-height: 160%;
  color: #777;
}

span {
  color:#AF965A;
  font-size:1.5rem;
}
h3 {
  font-size: 2.5rem;
}
button {
  padding: 15px 40px;
  border-radius: 3px;
  border: 2px solid rgba(141,247,230,1);
  color: #fff;
  transition: background-color 0.5s;
  background:  rgba(141,247,230,1);
}
button:hover {
  background-color :#fff;
  color: rgba(141,247,230,1);
}
a {
  color: #777;
  text-decoration: none;
}
.B_container {
  padding-top: 5px;
  background: linear-gradient(0deg, rgba(255,255,255,1) 85%, rgba(200,249,226,1) 105%);
}
.C_container {
  background: linear-gradient(0deg, rgba(255,255,255,1) 91%, rgba(200,249,226,1) 102%);
}
.container {
  max-width: 1200px;
  margin: 75px auto;
}
li {
  list-style: none;
}

/* TOPへ戻るボタン */
/* 
#page_top{
  width: 100px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: -60px;
  background: rgba(255, 255, 255, 0)
}
#page_top a{
  position: relative;
  display: block;
  width: 100px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: rgba(255, 198, 132, 0.897);
  position: absolute;
  width: 25px;
  height: 25px;
  top: -25px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: rgba(248, 78, 78, 0.897);
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
} */


/* ボタン */
.contact_btn {
  text-align: center;
  margin: 0 auto;
  padding: 50px 0 25px;
}
.contact_btn a {
  border: 10px double #FFF;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 15px;
  padding: 15px 150px;
  background-color: #FFB1ED;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  margin: 10px;
  color: #fff;
}
.contact_btn a:hover {
  opacity: 0.7;
}



/* ロゴ ・SNS */
.logo {
  margin: 15px 0 0 20px;
}
.logo img{
  width: 250px;
}
.logo_p {
  font-size: 2rem;
  color: #F0B5FF;
}
.logo_nav {
  display: flex;
}
.sns_b {
  margin-left: auto;
}
.fab {
  font-size: 2.3rem;
}

.logo_nav ul {

  padding-top: 20px; 
  margin-right: 10px;
}
.logo_nav ul li {
  list-style: none;
  padding: 0 10px;
}
.logo_nav ul li a {
  display: inline-block;
  font-size: 1.5rem;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.a_p {
  margin-top: 10px;
}


/* ヘッダーナビ */
.G_head {
  width: 100%;
  background: rgb(232,149,255);
  background: linear-gradient(0deg, rgba(232,149,255,0.19791666666666663) 0%, rgba(255,255,255,1) 30%);
}
header{
  width: 70%;
  margin: 0 auto;
  z-index: 10;
  padding-bottom: 35px;
  
}
.head_nav_LR {
  display: flex;
  justify-content: center;
}

.head_nav_LR ul{
  list-style: none;
  display: flex;
  justify-content: center;
  list-style: none;
}

.head_nav_LR ul li {
  padding: 20px 20px 0 10px;
}

.h_menu_p {
  font-size: 1.2rem;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 0 10px;
}

.h_menu_btn {
  font-size: 1.2rem;
  font-weight: bold;
  border: 3px solid #777;
  padding: 2px 10px;
}

.head_nav_LR ul{
  list-style: none;
  display: flex;
  justify-content: center;
  /* flex-wrap: wrap; */
  list-style: none;
}

.head_nav_LR ul li {
  padding: 20px 20px 0 10px;
}

.head_navLR ul li a {
  color: #777;
  font-size: 1.2rem;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 0 10px;
}

.item-btn {
  display: none;
}
.item {
  display: none;
}


/* トップイメージ */
main {
  width: 100%;
  margin: 0 auto;
  
}
.top_img {
  padding-bottom: 50px;
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(200,249,226,1) 12%);
}
.top_img02 {
  display: none;
}
.top_img img{
  height: auto;
  width: 100%;
  
}

/* ディスカウント */
.discount {
  width: 100%;
  text-align: center;
  margin: 150px 0 200px;
}
.discount a {
  font-size: 2rem;
  color: #FFB1ED;
  font-weight: bold;
}
.discount a:hover {
  color: aqua;
}


/* troubleイメージ */
.trouble {
  text-align: center;
  margin-top: 50px;
}
.trouble_image_02 {
  display: none;
}
.trouble_image_03 {
  margin-bottom: 50px;
}



/* person・人物紹介 */

.person_title_image {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
.person_title_image img {
  width: 60%;
}
.person_area {
  max-width: 1300px;
  display: flex;
  margin: 0 auto;
}
.person_area_L{
  width: 45%;
  text-align: center;
}
.person_area_R {
  width: 55%;
  margin: 50px auto;
}

.person_area_L img {
  width: 70%;
}
.person_name {
  width: 350px;
}
.person_name h3 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
.person_name p {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 50px;
}




/* 鑑定メニュー */
.menu_area {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
.menu_area img {
  width: 60%;
  margin-top: 50px;
}
.menu_section {
  width: 75%;
  margin: 0 auto;
  color: #957D58;
}
.menu_section ul{
  width: 100%;
  margin: 50px auto;
}

.menu_section ul li {
  margin-bottom:10px;
}

.menu_LR {
  width: 80%;
  display: flex;
  margin: 0 auto;
}
.menu_L{
  width: 40%;
}
.menu_R{
  width: 60%;
  display: block;
}
.menu_L h3 {
  margin-top: 5px;
}
.menu_R h3 {
  margin-bottom: 10px;
}
.menu_R p {
  max-width: 600px;
}
.menu_L img{
  width: 90%;
  height: auto;
  box-shadow: 10px 5px rgba(203,248,227,0.622);
}



/* お客様の声 */
.voice_area {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
.voice_area img {
  width: 60%;
  margin-top: 50px;
}

.voice_section ul{
  width: 90%;
  margin: 20px auto;
  padding: 60px 0 30px;
}
.voice_section ul li {
  margin-bottom:10px;
}
.voice_LR {
  width: 100%;
  display: flex;
}
.voice_L{
  width: 60%;
  margin-right: 30px;
}
.voice_R{
  width: 40%;
}
.voice_thumb01 {
  margin-bottom: 5px;
}
.voice_thumb01 img{
  width: 80%;
  height: auto;
  box-shadow: 10px 5px rgba(231,140,255,0.622);
}
.voice_thumb02 {
  display: none;
}
.voice_excerpt_area {
  width: 100%;
  margin-bottom: 20px;
}

.voice_btn {
  text-align: center;
  margin-bottom: 100px;
  font-size: 1.2rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  border-radius: 2px;
}
.voice_btn :hover{
  
}

.voice_title h3 {
  font-size: 1.5rem;
  margin: 10px 0;
}




/* price */
.price_area {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
.price_area img {
  width: 60%;
  margin-top: 20px;
  padding-bottom: 30px;
}


.price_section ul{
  width: 100%;
  margin-top: 50px;
}
.price_section ul li {
  width: 80%;
  margin: 0 auto;
  padding: 30px;
  background: rgba(255,229,229,0.25);

}
.img_guide {
  text-align: center;
}
.img_guide img {
 
  width: 50%;
}
.price_title02 {
  display: none;
}
.price_title {
  max-width: 600px;
  border-bottom:2px solid #957D58;;
  margin: 10px auto;
  color: #957D58;
}
.price_title h4{
  display: inline-block;
  text-align: left;
  font-size: 1.7rem;
  margin-bottom: 10px;
  color: #957D58;
}
.price_title p {
  display: inline-block;
}

.price_description_area {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 20px;
  color: #957D58;
}
.p_d {
  font-size: 1.5rem;
  color: red;
}
.p_s {
  font-size: 1.5rem;
  color: violet;
}





/* マップエリア */
.address_map {
  margin-bottom: 50px;
}
.a_m_title {
  position: relative;
}
.a_m_title img {
  width: 100%;
}
.a_m_title h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  color: white;
  text-align: center;
}


.a_m_area {
  display: flex;
  width: 100%;
}

.address_area {
  width: 50%;
  margin-top:auto;
  margin-bottom: auto;
  text-align: center;

}
.map_area {
  width: 50%;
}
.address_area img {
  width: 250px;
}
iframe {
  width: 80%;
}
.sp_footer {
  display: none;
}



/* モバイル版
------------------------------- */
@media (max-width:1200px) {
  .head_nav_LR{
    display: block;
  }
  .menu_btn, 
  .news_btn{
    margin: 0 auto;
    text-align: center;
  }
}

@media (max-width:900px) {
  .head_nav_LR {
    display: none;
  }
  .top_img {
    display: none;
  }
  .top_img02 {
    display: block;
    width: 100%;
    padding-bottom: 50px;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(200,249,226,1) 12%);
  }
  .top_img02 img {
    width: 100%;
  }
  .trouble_image_01 {
    display: none;
  }
  .trouble_image_02 {
    display: block;
    width: 100%;
  }
  .trouble_image_02 img {
    width: 100%;
    text-align: center;
    margin-top: 50px;
  }
  .person_area {
    display: block;
    width: 100%;
  }
  .person_area {
    margin: 0 auto;
  }
  .person_area_L {
    width: 100%;
    text-align: center;
  }
  .person_area_L img{
    width: 40%;
    margin-bottom: 20px;
  }
  .person_area_R {
    max-width: 900px;
    margin: 0 auto;
  }
  .person_name {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .menu_LR {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .menu_L {
    width: 100%;
    text-align: center;
  }
  .menu_L img {
    width: 50%;
    margin-bottom: 20px;
  }
  .menu_R {
    width: 90%;
    margin: 0 auto 20px;
  }
  .menu_R h3 {
    text-align: center;
    font-size: 1.7rem;
  }
  .voice_LR {
    display: block;
    width: 100%;
  }
  .voice_L {
    width: 100%;
  }
  .voice_R
  .voice_thumb01 {
    display: none;
  }
  .voice_thumb02 {
    display: block;
    text-align: center;
  }
  .voice_thumb02 img {
    width: 40%;
  }
  .initial,
  .voice_title {
    text-align: center;
  }
  .price_title {
    display: none;
  }
 
  .price_title02 {
    display: block;
    max-width: 600px;
    text-align: center;
    border-bottom:2px solid #957D58;;
    margin: 10px auto;
    color: #957D58;
  }
  .price_title02 h4{
    border-bottom:2px solid #957D58;;
    display: inline-block;
    text-align: left;
    font-size: 1.7rem;
    margin-bottom: 10px;
    color: #957D58;
  }
  .p_s {
    font-size: 1.1rem;
  }

  .a_m_area{
    display: block;
    width: 100%;
    padding-bottom: 50px;
  }
  .address_area {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .map_area {
    text-align: center;
    width: 100%;
  }
  .map_area iframe {
    width: 75%;
    height: 400px;
  }
  

  .sp_footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    text-align: center;
    width: 100%;
    background-color: #aaa;
    display: block;
}
  
  /* ボタン */
  .contact_btn {
    display: none;
  }

  .sp_menu {
    width: 70%;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 25px 0;
    padding: 15px 0;
    background-color: rgba(255,177,237,0.8);
    display: inline-block;
    border-radius: 5px;
  }
  .sp_menu a {
    color: #fff;
  }
  .sp_menu:hover {
    background-color: rgba(255,177,237,1);
  }


}

@media (max-width:800px) {
  header {
    width: 100%;
  }

  /*----------------------------
* メニュー開閉ボタン
*----------------------------*/
/* 
.item-btn{
  margin-top: 5px;
  position: fixed;
  top: 20px;
  right: 10px;
  z-index: 2;
  width: 40px;
  height: 40px;
  display: block;
  color: #333;
  font-size: 35px;
  transition: 0.7s ;
  }
  .item-btn:hover {
    color:  rgb(248, 78, 78);
    transition: 0.7s ;
  } */

/*----------------------------
* メニュー本体
*----------------------------*/
/* 
.item a{
  display: block;
}
.item{
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(85, 85, 85, 0.7);
  }
.menu__item{
  width: 50%;
  height: auto;
  margin: 10px 0;
  background-color: rgba(248, 78, 78, 0.397);
  box-sizing: border-box;
  transition: 0.7s ;
  }
  .menu__item:hover {
    background-color: rgba(248, 78, 78, 0.897);
    transition: 0.7s ;
  }
  .menu__item a {
    color: #fff;
    padding: 20px 10px 20px 20px;
    font-size: 1rem;
  } 
  */

/*----------------------------
* アニメーション部分
*----------------------------*/

/* アニメーション前のメニューの状態 */
/* 
.item {
  pointer-events: none;
  opacity: 0;
  transition: opacity .3s linear;
  }
  /* アニメーション後のメニューの状態 */
  .item.is-active{
    pointer-events: auto;
    opacity: 1;
  }
   */
  /* ここまでハンバーガーメニュー */



  .head_nav_LR {
    display: none;
  }
  #page_top {
    display: none;
  }


  .logo_nav {
    display: block;
    text-align: center;
  }
  .logo {
    margin: 25px;
  }
  .sns_b {
    margin: 0 auto;
  }
  .web_footer {
    display: none;
  }


}

@media (max-width:700px) {
  .person_area_R {
    width: 90%;
  }
  .menu_R {
    margin: 0 auto;
    width: 100%;
  }
  .news_section ul {
    display: block;
  }
  .news_section ul li {
    width: 100%;
    margin: 30px 0;
  }
  .news_thumb img{
    width: 40%;
    height: auto;
  }
  .news_excerpt_area {
    width:40%;
  }
  .menu_section ul {
    display: block;
  }
  .menu_section ul li {
    width: 100%;
    margin: 30px 0;
  }
  .menu_thumb img{
    width: 40%;
    height: auto;
  }
  .menu_excerpt_area {
    width:40%;
  }
 
  .menu_section_top,
  .menu_section_bottom {
    display: block;
  }
  .menu_article {
    width: 60%;
    margin-bottom: 50px;
  }
  .menu_article h4 {
    text-align: center;
  }
 
  
  .news_article {
    width: 60%;
    margin-bottom: 50px;
  }
  .news_article h4 {
    text-align: center;
  }
}

@media (max-width:600px) {
.trouble_image_03 img{
  width: 90%;
}
.person_name h3 {
  font-size: 1.5rem;
}

}
@media (max-width:500px) {
  .voice_thumb02 img {
    width: 45%;
  }
  /* .logo img {
    width: 150px;
  } */
  
  .a_m_area img {
    width: 150px;
  }
  .about h3,
  .menu h3,
  .chat h3,
  .news h3,
  .address_map h3 {
    font-size: 1.4rem;
    margin: 0;
  }
  .sub_t {
    display: none;
  }
  .about_img h2 {
    font-size: 1rem;
  }
  .narrow_h2 {
    font-size: 1.5rem;
  }
  .about_sentence p {
    font-size: 1rem;
  }
}

@media (max-width:380px){

  .narrow_h2 {
    font-size: 1.3rem;
  }
  .about_sentence p {
    font-size: 0.7rem;
  }
}