@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/
*/
#top_page .top_cnt{
  padding:50px 0;
}
#top_page .wrap{
  width:100%;
  max-width:1280px;
  padding:0 40px;
  margin:0 auto;
}
#top_page .top_h2{
  display:flex;
  flex-direction:column;
  flex-wrap:nowrap;
  align-content:center;
  justify-content:center;
  align-items:center;
  margin-bottom:30px;
}
#top_page .top_h2 b{
  font-weight:600;
  color:#E87722;
  font-size:21px;
  letter-spacing:1.4px;
  line-height:1em;
}
#top_page .top_h2 h2{
  background-color:unset;
  color:#343434;
  font-size:30px;
  line-height:1.5em;
  margin-bottom:10px;
  padding:8px 0px 15px 0px;
  border:aliceblue;
  text-align:center;
  font-weight:500;
  letter-spacing:1.4px;
  flex-wrap:nowrap;
  align-content:center;
  justify-content:center;
  position:relative;
  align-items:center;
}
#top_page .top_h2 h2:after{
  content:"";
  background:#E87722;
  width:150px;
  height:3px;
  position:absolute;
  display:block;
  bottom:0;
  left:50%;
  transform:translateX(-50%);
}
#top_page .top_h2 h2 span{
  color:#7ed957;
  font-weight:500;
  font-size:1.12em;
}
#top_page .top_h2 p{
  background-color:unset;
  color:#404040;
  line-height:25px;
  font-size:17px;
  margin:12px auto 0;
  font-weight:500;
  text-align:center;
}
#top_page .btn{
  margin:36px auto 0;
  display:block;
  text-align:center;
  max-width:350px;
  height:75px;
}
#top_page .btn a{
  letter-spacing:1.5px;
  width:100%;
  height:75px;
  font-weight:500;
  font-size:20px;
  text-decoration:none;
  display:flex;
  flex-direction:column;
  flex-wrap:nowrap;
  align-content:center;
  justify-content:center;
  align-items:center;
  color:#fff;
  position:relative;
  background-color:#E87722;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
#top_page .btn a::before{
  border-color:#ffffff;
  content:"";
  width:17px;
  height:18px;
  position:absolute;
  right:25px;
  background-image:url('images/icon_arrow.png');
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center;
}
#top_page .btn a:hover{
  opacity:0.7;
}
/*****768以下*****/
@media screen and (max-width:768px){

  #top_page .top_cnt{
    padding:10vw 0;
  }
  #top_page .wrap{
    padding:0 2%;
  }
  .home #content h2,
  .home #content h3{
    padding:0;
    border:unset;
    font-weight:600;
    background-color:unset;
  }
  #top_page .top_h2{
    margin:0% 0 7%;
  }
  #top_page .top_h2 h2{
    width:100%;
    padding-left:0;
    text-align:center;
    font-size:7vw;
    padding-bottom:4%;
    font-weight:500;
    letter-spacing:1.5px;
    line-height:1.65em;
  }
  #top_page .top_h2 p{
    font-size:3.65vw;
    line-height:1.45em;
  }
  #top_page .top_h2 h2:after{
    width:30%;
  }
  #top_page .top_h2 b{
    font-size:20px;
  }
}

/**********************************************************/
/*****メインイメージ下のSPメニュー(768以下)*************************/
/**********************************************************/
@media screen and (max-width:768px){
  #top_page .t_sp_menu ul {
    width:100%;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    align-content:center;
    justify-content:space-evenly;
    align-items:center;
    margin-top:4%;
  }
  #top_page .t_sp_menu ul li {
    width:46%;
    font-size:4vw;
    margin-bottom:3%;
  }
  #top_page .t_sp_menu ul li:nth-child(7){
    width:95%;
  }
  #top_page .t_sp_menu ul li a {
    background:#233A5E;
    display:block;
    padding:10% 5%;
    display:flex;
    text-decoration:none;
    flex-direction:row;
    flex-wrap:nowrap;
    align-content:center;
    justify-content:flex-start;
    align-items:center;
    position:relative;
	text-shadow: 0 1px 2px rgba(0,0,0,0.2);
  }
  #top_page .t_sp_menu ul li:nth-child(7) a {
    padding:5% 2.5%;
  }
  #top_page .t_sp_menu ul li a span.sp_memu_text{
    color:white;
    text-decoration:none;
    font-weight:600;
    letter-spacing:1px;
  }
  #top_page .t_sp_menu ul li a span.sp_memu_icon{
    width:1.5em;
    margin-right:0.5em;
  }
  #top_page .t_sp_menu ul li a span.sp_memu_icon img{
    image-rendering:auto;
    //image-rendering:pixelated;
    //image-rendering:-moz-crisp-edges;
    //image-rendering:crisp-edges;
    //-ms-interpolation-mode:nearest-neighbor;
  }
  #top_page .t_sp_menu ul li a::before{
    border-left:2px solid;
    border-top:2px solid;
    border-color:#ffffff;
    content:"";
    height:5px;
    position:absolute;
    right:15px;
    top:42%;
    -moz-transform:rotate(135deg);
    -webkit-transform:rotate(135deg);
    -ms-transform:rotate(135deg);
    transform:rotate(135deg);
    width:5px;
  }
}
/**********************************************************/
/********コンセプト*******************************************/
/**********************************************************/
#top_page #top_cnt_01 h2{
  background:none;
  text-align:center;
  color:#313131;
  font-size:32px;
  font-weight:500;
  line-height:1.75em;
}
#top_page #top_cnt_01 h2 span {
  color:#7ed957;
}

#top_cnt_01 .top_cnt_01_wrap figure {
  width:530px;
  height:450px;
}
#top_cnt_01 .top_cnt_01_wrap figure img{
  height:auto;
  width:100%;
  max-height:inherit;
}
#top_cnt_01 .top_cnt_01_wrap .top_cnt_01_text{
  width:590px;
  padding:0;
  margin-top:80px;
}
#top_cnt_01 .top_cnt_01_wrap .top_cnt_01_text .top_cnt_01_text_p{
  line-height:1.85;
}
#top_cnt_01 .top_cnt_01_text h3{
  margin-bottom:0.75em;
  border-left:none;
  font-size:25px;
  border-bottom:2px #E87722 solid;
  padding-left:0;
  padding-bottom:12px;
/*   color:#7ed957; */
  font-size:37px;
  font-weight:600;
}
#top_cnt_01 .top_cnt_01_text p{
  margin-bottom:1em;
  font-weight:500;
  font-size:17px;
}
#top_cnt_01 .top_cnt_01_text p span{
  background:#E87722;
  color:#fff;
  padding:1px 8px 3px;
  margin:0 3px;
}
/*****769以上*****/
@media screen and (min-width:769px){
  #top_cnt_01 .top_cnt_01_wrap{
    display:flex;
    flex-wrap:nowrap;
    flex-direction:row;
    justify-content:space-between;
    align-items:flex-start;
  }  
}
/*****768以下*****/
@media screen and (max-width:768px){
  #top_cnt_01 .top_cnt_01_wrap{
    display:block;
  }
  #top_cnt_01 .top_cnt_01_wrap figure,
  #top_cnt_01 .top_cnt_01_wrap .top_cnt_01_text{
    width:100%;
    height:auto;
    padding:0;
    margin:0;
  }
  #top_cnt_01 .top_cnt_01_wrap figure {
    margin-bottom:3%;
  }
  .top_cnt_01_wrap figure img{
    width:100%;
    height:auto;
  }
  #top_page #top_cnt_01 h2{
    font-size:5.5vw;
    line-height:1.5em;
  }
  #top_cnt_01 .top_cnt_01_text h3{
    font-size:6.8vw;
  }
  /*
  #top_page #top_cnt_01 .top_cnt_01_wrap .top_h2{
    width:100vw;
    left:0;
    top:1.2em;
    position:relative;
    text-align:center;
    padding-top:37%;
  }
  #top_cnt_01 #top_cnt_01 .top_cnt_01_wrap .top_cnt_01_text h3{
    font-size:5.25vw;
  }*/
  #top_cnt_01 .top_cnt_01_text p{
    font-size:15px;
  }
}

/**********************************************************/
/********選ばれる理由****************************************/
/**********************************************************/
#top_cnt_02{
  overflow:hidden;
  background-image:url(images/reason_bg.webp);
  background-position:center;
}
#top_cnt_02 ul.wrap li.top_cnt_02_box{
  width:100%;
  display:flex;
  flex-direction:row;
  flex-wrap:nowrap;
  align-content:center;
  justify-content:flex-end;
  align-items:center;
  position:relative;
  padding-top:115px;
  margin-bottom:50px;
}
#top_cnt_02 ul.wrap li.top_cnt_02_box .top_cnt_02_text{
  width:800px;
  min-height:370px;
  padding:100px 50px 101px 155px;
  background:#fff;
  z-index:97;
}
#top_cnt_02 ul.wrap li.top_cnt_02_box:nth-child(2n){
  width:100%;
  display:flex;
  flex-direction:row;
  flex-wrap:nowrap;
  align-content:center;
  justify-content:flex-start;
  align-items:center;
  position:relative;
}
#top_cnt_02 ul.wrap li.top_cnt_02_box:nth-child(2n) .top_cnt_02_text{
  padding:100px 155px 101px 50px;
}
#top_cnt_02 ul.wrap li.top_cnt_02_box figure.top_cnt_02_img{
  position:absolute;
  top:0;
  z-index:99;
}
#top_cnt_02 ul.wrap li.top_cnt_02_box:nth-child(2n+1) figure.top_cnt_02_img{
  left:0;
}
#top_cnt_02 ul.wrap li.top_cnt_02_box:nth-child(2n) figure.top_cnt_02_img{
  right:0;
}
#top_cnt_02 ul.wrap li.top_cnt_02_box .top_cnt_02_text h3{
  font-size:37px;
  line-height:54px;
  letter-spacing:3px;
  margin-bottom:20px;
  color:#7ed957;
  padding:0;
  border:none;
}
#top_cnt_02 ul.wrap li.top_cnt_02_box .top_cnt_02_text p{
  color:#2E2E2E;
  margin-bottom:15px;
  line-height:25px;
  font-size:17px;
  font-weight:500;
  letter-spacing:1.4px;
}
#top_cnt_02 ul.wrap li.top_cnt_02_box .top_cnt_02_text p:last-child{
  margin-bottom:0;
}
/*****769以上*****/
@media screen and (min-width:769px){
  #top_cnt_02 ul.wrap{
    position:relative;
  }
  #top_cnt_02 ul.wrap::before{
    content:'';
    background-image:url('images/reason_add.png');
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
    position:absolute;
    width:248px;
    height:248px;
    right:-140px;
    top:-50px;
  }
}
/*****768以下*****/
@media screen and (max-width:768px){
  #top_cnt_02 ul.wrap li.top_cnt_02_box .top_cnt_02_text,
  #top_cnt_02 ul.wrap li.top_cnt_02_box:nth-child(2n) .top_cnt_02_text{
    width:100%;
    min-height:0;
    background:#fff;
    padding:0% 4% 5%;
  }
  #top_cnt_02 ul.wrap li.top_cnt_02_box,#top_cnt_02 ul.wrap li.top_cnt_02_box:nth-child(2n){
    flex-direction:column;
    margin:0 0 8%;
    padding-top:0;
  }
  #top_cnt_02 ul.wrap li.top_cnt_02_box:nth-child(5){
    padding-bottom:0;
  }
  #top_cnt_02 ul.wrap li.top_cnt_02_box:nth-child(2n+1) figure.top_cnt_02_img,
  #top_cnt_02 ul.wrap li.top_cnt_02_box:nth-child(2n) figure.top_cnt_02_img{
    left:0;
    position:relative;
    top:0vw;
    width:100%;
  }
  #top_cnt_02 ul.wrap li.top_cnt_02_box .top_cnt_02_text h3{
    align-items:flex-end;
    font-size:6.75vw;
    margin-bottom:4.5%;
    line-height:1;
    margin-top:5%;
  }
  #top_cnt_02 ul.wrap li.top_cnt_02_box .top_cnt_02_text h3 b{
    width:23%;
    letter-spacing:0;
    font-size:14.5vw;
  }
  #top_cnt_02 ul.wrap li.top_cnt_02_box .top_cnt_02_text h3 span{
    font-size:4.45vw;
    margin-left:0;
    line-height:1.55em;
    width:77%;
  }
  #top_cnt_02 ul.wrap li.top_cnt_02_box .top_cnt_02_text p{
    margin-bottom:0.75em;
    font-size:15px;
  }
}
/******************************************************************************/
/********症例メニュー*************************************************************/
/******************************************************************************/
#top_cnt_03 .wrap{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  align-content:center;
  justify-content:flex-start;
  align-items:center;
}
#top_cnt_03 .wrap li{
  width:270px;
  height:270px;
  display:flex;
  flex-direction:column;
  flex-wrap:nowrap;
  align-content:space-between;
  justify-content:center;
  background:#E9FFFE;
  align-items:center;
  margin:0 30px 30px 0;
  border-radius:8px;
  overflow:hidden;
  position:relative;
}
#top_cnt_03 .wrap li:nth-child(4n){
   margin-right:0;
}
#top_cnt_03 .wrap li a{
  display:block;
  width:100%;
  padding:30px 0;
  text-decoration:none;
}
#top_cnt_03 .wrap li a:hover{
  opacity:0.7;
}
#top_cnt_03 .wrap li figure{
  width:100%;
  text-align:center;
  padding:23px 0 20px;
}
#top_cnt_03 .wrap li figure img{
  max-width:136px;
  margin:0 auto;
}
#top_cnt_03 .wrap li h3{
  width:100%;
  text-align:center;
  display:flex;
  flex-direction:row;
  flex-wrap:nowrap;
  align-content:center;
  justify-content:center;
  align-items:center;
  border:none;
  padding:0;
}
#top_cnt_03 .wrap li h3::before{
  content:"";
  height:27px;
  width:27px;
  position:absolute;
  left:auto;
  top:auto;
  right:20px;
  background-image:url('images/icon_arrow02.png');
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center;
}
#top_cnt_03 .wrap li h3 span{
  font-size:20px;
  line-height:54px;
  display:block;
  width:100%;
  text-align:center;
  position:relative;
  letter-spacing:1px;
  font-weight:600;
}
#top_cnt_03 .wrap li h3.lh2em span{
  line-height:27px;
  font-size:20px;
}
/*****768以下*****/
@media screen and (max-width:768px){
  #top_cnt_03{
    width:96%;
    margin:0 auto;
  }
  #top_cnt_03 #top_cases_tit{
    flex-direction:column;
    padding:0 2%;
    margin:12% 0 5%;
    width:100%;
  }
  #top_cnt_03 #top_cases_tit .top_h2{
    padding:2% 2% 0% 2%;
    margin:2% auto 0%;
    border-right:unset;
    width:100%;
  }
  #top_cnt_03 #top_cases_tit .top_h2 h2{
    font-size:13vw;
  }
  #top_cnt_03 #top_cases_tit .top_h2 p{
    font-size:6vw;
    margin:10px auto 0;
  }
  #top_cnt_03 #top_cases_tit>p{
    font-size:16px;
    padding:5% 0 0;
    letter-spacing:0.75px;
    font-weight:400;
  }
  #top_cnt_03 .wrap li{
    width:48%;
    margin:0 4% 4% 0;
    height:45vw;
  }
  #top_cnt_03 .wrap li:nth-child(2n){
    margin:0 0% 4% 0;
  }
  #top_cnt_03 .wrap li a{
    padding:2% 0;
  }
  #top_cnt_03 .wrap li figure{
    width:100%;
    text-align:center;
    padding:0% 0 3vw;
    min-height:0;
    display:flex;
    flex-direction:column;
    flex-wrap:nowrap;
    align-content:center;
    justify-content:center;
    align-items:center;
  }
  #top_cnt_03 .wrap li figure img{
    max-width:60%;
  }
  #top_cnt_03 .wrap li h3{
    bottom:5vw;
    height:5vw;
    margin-bottom:0;
  }
  #top_cnt_03 .wrap li h3::before{
    height:10%;
    width:10%;
    right:8%;
  }
  #top_cnt_03 .wrap li h3 span{
    font-size:4vw;
    height:5vw;
    letter-spacing:0.3vw;
    display:flex;
    line-height:5vw;
    flex-direction:row;
    flex-wrap:nowrap;
    align-content:center;
    justify-content:center;
    align-items:center;
  }
  #top_cnt_03 .wrap li h3.lh2em span{
    font-size:4vw;
    height:2.3em;
    letter-spacing:0.3vw;
    line-height:1.3em;
  }
}
/**********************************************************/
/********オススメ施術メニュー************************************/
/**********************************************************/
#top_cnt_04 {
  background:#F7F1E6;
}
#top_cnt_04 ul.wrap.t_cnt04_01{
  display:flex;
  flex-direction:row;
  flex-wrap:nowrap;
  align-content:center;
  justify-content:space-between;
  align-items:center;
  max-width:1240px;
  padding:0;
}
#top_cnt_04 ul.wrap.t_cnt04_01 li{
  width:595px;
  height:386px;
  position:relative;
  border-radius:10px;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center;
  overflow:hidden;
}
#top_cnt_04 ul.wrap.t_cnt04_01 li:nth-child(1){
  background-image:url(images/osusume-menu_img01.webp);
}
#top_cnt_04 ul.wrap.t_cnt04_01 li:nth-child(2){
  background-image:url(images/osusume-menu_img02.webp);
}
#top_cnt_04 ul.wrap.t_cnt04_01 li:hover{
  //opacity:0.75;
}
#top_cnt_04 ul.wrap.t_cnt04_01 li a{
  position:absolute;
  top:0;
  left:0;
  display:block;
  width:100%;
  height:100%;
}
#top_cnt_04 ul.wrap.t_cnt04_01 li p{
  position:absolute;
  width:275px;
  height:80px;
  background:#299D92bb;
  display:flex;
  flex-direction:row;
  flex-wrap:nowrap;
  align-content:center;
  justify-content:center;
  align-items:center;
  bottom:20px;
  right:20px;
  font-size:21px;
  border-radius:8px;
  font-weight:600;
  color:#fff;
  letter-spacing:2px;
  pointer-events: none;
}
#top_cnt_04 .wrap.t_cnt04_02{
  margin-top:50px;
  display:flex;
  flex-direction:row;
  flex-wrap:nowrap;
  align-content:center;
  justify-content:flex-start;
  align-items:center;
  border-radius:10px;
  overflow:hidden;
  position:relative;
  background-image:url(images/osusume-menu_img03.webp);
  background-size:auto 100%;
  background-repeat:no-repeat;
  background-position:center right;
  padding:0;
  max-width:1240px;
}
#top_cnt_04 .wrap.t_cnt04_02 a{
  display:block;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:5;
  max-width:1240px;
}
#top_cnt_04 .wrap.t_cnt04_02 div{
  width:100%;
  max-width:480px;
  background:#299D92;
  padding:105px 66px;
  color: #fff;
}
#top_cnt_04 .wrap.t_cnt04_02 h3{
  color:#fff;
  font-size:28px;
  text-align:center;
  margin-bottom:22px;
  position:relative;
  display:flex;
  letter-spacing:1.75px;
  flex-direction:row;
  border:none;
  flex-wrap:nowrap;
  align-content:center;
  justify-content:center;
  align-items:center;
}
#top_cnt_04 .wrap.t_cnt04_02 h3::before{
  border-left:3px solid;
  border-top:3px solid;
  border-color:#ffffff;
  content: none;
  height:9px;
  position:
  absolute;
  left:
  auto;
  right:15px;
  -moz-transform:rotate(135deg);
  -webkit-transform:rotate(135deg);
  -ms-transform:rotate(135deg);
  transform:
  rotate(135deg);
  width:9px;
  top:
  auto;
  bottom:
  auto;
  background-color:
  unset;
}

#top_cnt_04 .wrap.t_cnt04_02 p{
  margin-bottom:9px;
  color:#fff;
  font-size:16px;
  letter-spacing:0.5px;
}
@media screen and (max-width:768px){
  #top_cnt_04 ul.wrap.t_cnt04_01{
    flex-wrap:wrap;
    padding:0 3%;
  }
  #top_cnt_04 ul.wrap.t_cnt04_01 li{
    width:48%;
    height:35vw;
    text-align:center;
    display:flex;
    margin:0 0 4%;
    justify-content:center;
    border-radius:4vw;
  }
  #top_cnt_04 ul.wrap.t_cnt04_01 li p{
    width:auto;
    right:auto;
    margin:0 auto;
    height:3em;
    font-size:3.15vw;
    letter-spacing:1px;
    font-weight:500;
    padding:4% 8%;
    bottom:8%;
    right:5%;
    line-height:1.15em;
  }
  #top_cnt_04 ul.wrap.t_cnt04_01 li p::after{
    right:8%;
    border-width:2px;
    width:5px;
    height:5px;
  }
  #top_cnt_04 .wrap.t_cnt04_02{
    padding:210px 0 0;
    background-size:100% auto;
    background-position:top center;
    width:94%;
    margin:0 3% 0;
    background-size:cover;
  }
  #top_cnt_04 .wrap.t_cnt04_02 div{
    background:#299D92bb;
    padding:0%;
    max-width:100%;
  }
  #top_cnt_04 .wrap.t_cnt04_02 div p{
    display:none;
  }
  #top_cnt_04 .wrap.t_cnt04_02 div h3{
    margin:0;
    padding:0;
    height:55px;
    font-size:4.75vw;
  }
  #top_cnt_04 .wrap.t_cnt04_02 h3::before{
    right:8%;
    border-width:2px;
    width:5px;
    height:5px;
  }
}
/******************************************************************************/
/********おかもとからのお願い***********************************************************/
/******************************************************************************/
#top_page #top_cnt_05.top_cnt {
  padding-bottom:0;
}
#top_cnt_05 .wrap{
  display:flex;
  flex-direction:column;
  flex-wrap:nowrap;
  align-content:center;
  justify-content:space-evenly;
  max-width:1000px;
  border:solid 3px #D7E9E8;
  padding:40px 39px 40px 50px;
}
#top_page #top_cnt_05 .top_h2{
  margin-bottom:20px;
}
#top_page #top_cnt_05 .top_h2 p {
  margin-top:20px;
}
#top_page #top_cnt_05 .top_h2 h2{
  display:flex;
  flex-direction:row;
  flex-wrap:nowrap;
  align-content:center;
  justify-content:center;
  align-items:center;
  padding-bottom:0;
  margin-bottom:0;
}
#top_page #top_cnt_05 .top_h2 p:nth-child(3){
  margin-top:12px;
}
#top_page #top_cnt_05 .top_h2 h2:after{
  display:none;
}
#top_cnt_05 .wrap ul li {
  display:flex;
  flex-direction:row;
  flex-wrap:nowrap;
  align-content:center;
  justify-content:flex-start;
  align-items:center;
  margin-bottom:20px;
  /* margin-right:20px; */
}

#top_cnt_05 .wrap ul li figure {
  width:110px;
  height:110px;
  margin-right:30px;
}
#top_cnt_05 .wrap ul li figure img{
  width:100%;
  height:auto;
}

#top_cnt_05 .wrap ul {
  width:100%;
}

#top_cnt_05 .wrap ul li div h3 {
  border:none;
  padding:0;
  color:#7ed957;
  font-size:30px;
  letter-spacing:2px;
}

#top_cnt_05 .wrap ul li div p {
  font-size:17px;
  letter-spacing:0.4px;
}
@media screen and (max-width:768px){
  #top_cnt_05 .wrap{
    width:94%;
    padding:6% 4% ;
  }
  #top_page #top_cnt_05 .top_h2{
    margin-bottom:7vw;
  }
  #top_page #top_cnt_05 .top_h2 h2 figure {
    width:20%;
  }
  #top_page #top_cnt_05 .top_h2 h2 span {
    font-size:5.5vw;
    line-height:1.55em;
    font-weight:600;
  }
  #top_page #top_cnt_05 .top_h2 p:nth-child(2){
    margin-top:4%;
  }
  #top_cnt_05 .wrap ul li figure {
    width:17.5%;
    height:auto;
    text-align:center;
    margin-right:4.5%;
  }
  #top_cnt_05 .wrap ul li figure img{
    margin:0 auto;
  }
  #top_cnt_05 .wrap ul li div{
    width:78%;
  }
  #top_cnt_05 .wrap ul li div h3{
    font-size:3.9vw;
  }
  #top_cnt_05 .wrap ul li div p{
    font-size:15px;
  }
}
/**********************************************************/
/********アクセスエリア******************************************/
/**********************************************************/
#top_cnt_06 .wrap{
  display:flex;
  margin:50px  auto;
  flex-direction:row;
  flex-wrap:nowrap;
  align-content:center;
  justify-content:space-around;
  align-items:center;
  width:100%;
  max-width: 1300px;
}
#top_cnt_06 .wrap .top_cnt_06_text{
  width:490px;
  text-align:center;
  height:auto;
}
#top_cnt_06 .wrap .top_cnt_06_text p{
  margin:0px 0 15px;
}
#top_cnt_06 .wrap .top_cnt_06_gaikan{
  width:430px;
  height:auto;
}
/*****768以下*****/
@media screen and (max-width:768px){
  div#top_cnt_06 .wrap{
    flex-direction:column;
    max-width:96%;
    margin:5% auto 0;
  }
  #top_cnt_06 .wrap .top_cnt_06_text,
  #top_cnt_06 .wrap .top_cnt_06_gaikan{
    width:100%;
    height:auto;
  }
  #top_cnt_06 .wrap .top_cnt_06_text{
    margin-bottom:3%;
  }
}
/**********************************************************/
/********グーグルマップ****************************************/
/**********************************************************/
#top_google_cnt .gmap_bnr{
  padding:4% 3% 5%;
}

/******************************************************************************/
/********お問い合わせ************************************************************/
/******************************************************************************/
#top_cntact_cnt{
  padding:70px 0;
  background-position:center;
  background-size:cover;
/*   background-image:url(images/contact_bg.webp); */
}
#top_page #top_cntact_cnt .top_h2{
  margin-bottom:30px;
}
#content #top_cntact_cnt .wrap{
  background:#fff;
  padding:80px 0 90px;
  max-width:1000px;
}
.page-id-195 #content #top_cntact_cnt .wrap{
  background: #fff;
  padding: 0px 0 90px;
  max-width: 1000px;
}
#content #top_cntact_cnt figure{
  text-align:center;
  max-width:700px;
  margin:0px auto 20px;
}
#content #top_cntact_cnt ul{
  display:flex;
  flex-direction:row;
  flex-wrap:nowrap;
  align-content:center;
  justify-content:space-between;
  align-items:center;
  width:100%;
  max-width:834px;
  margin:0 auto 0;
}
#content #top_cntact_cnt ul li{
  width:48%;
}

/*****768以下*****/
@media screen and (max-width:768px){
  #content #top_cntact_cnt .wrap{
    width:94%;
    padding:8% 5%;
  }
  #content #top_cntact_cnt ul{
    flex-direction:column;
  }
  #content #top_cntact_cnt ul li{
    width:100%;
  }
  #content #top_cntact_cnt ul li:nth-child(2){
    margin-top:5%;
  }
}

.top_h2.special {
  margin-top: 30px;
}

.f_box {
  display: flex;
  gap: 20px;
}

@media screen and ( max-width:768px ) {
  .f_box {
    flex-wrap: wrap;
  }
}

/* 追記（トップページ／選ばれる理由エリア）ここから HONDA 2024.1.6 */
@media screen and (min-width: 769px){
.top_reason {
  width: 100%;
  height: auto;
  margin: 0;
  padding-bottom: 100px;
  background-color: #F4E7D3;
}

.top_reason .inner_title {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background-image:
linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
url("/wp-content/uploads/2026/06/point_title_bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: table;
}	

.top_reason .inner_title ul {
  width: 1240px;
  height: 600px;
  margin: 0 auto;
  padding: 0;
  display: flex; 
  justify-content: flex-end;
  align-items: flex-end;
}	

.top_reason .inner_title ul li {
  width: 65%;
  min-height: 50vh;
  margin: 0;
  padding: 0;
}

.top_reason .inner_title ul li strong {
  font-family: "Noto Serif JP", serif;
  font-size: 165px;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  display: block;
}	
	
.top_reason .inner_title ul li strong span {
  font-size: 30px;
  font-weight: 600;
  color: #ffffff;
  position: relative;
}		
	
.top_reason .inner_title ul li strong span::before {
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  background-color: #ffffff;
  display: block;
}

.top_reason .inner_odd,
.top_reason .inner_even {
  width: 100%;
  height: auto;
  margin-top: 100px;
  padding: 0;
  position: relative;
  display: table;
}	

.top_reason .inner_odd .inner_img01 {
  width: 48.07692307%;
  height: 579px;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url("/wp-content/uploads/2026/06/inner_img01_bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.top_reason .inner_even .inner_img02 {
  width: 48.07692307%;
  height: 544px;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("/wp-content/uploads/2026/06/inner_img02_bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.top_reason .inner_odd .inner_img03 {
  width: 48.07692307%;
 height: 513px;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url("/wp-content/uploads/2026/06/inner_img03_bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.top_reason .inner_even .inner_img04 {
  width: 48.07692307%;
 height: 510px;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("/wp-content/uploads/2026/06/inner_img04_bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.top_reason .inner_odd .inner_img05 {
  width: 48.07692307%;
  height: 510px;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url("/wp-content/uploads/2026/06/inner_img05_bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.top_reason .inner_odd .inner,
.top_reason .inner_even .inner {
  width: 1240px;
  height: auto;
  margin: 0 auto;
  padding: 100px;
  background-color: #ffffff;
  display: table;
}	

.top_reason .inner_odd .inner ul {
  width: 48.07692307%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
}

.top_reason .inner_even .inner ul {
  width: 48.07692307%;
  height: auto;
  margin: 0;
  padding: 0;
  float: right;
}

.top_reason .inner_odd .inner ul li,
.top_reason .inner_even .inner ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top_reason .inner_odd .inner ul li:first-child,
.top_reason .inner_even .inner ul li:first-child {
  margin-bottom: 60px;
  display: flex;
  align-items: center;
}

.top_reason .inner_odd .inner ul li:first-child::after,
.top_reason .inner_even .inner ul li:first-child::after {
  content: "";
  margin-left: 1.0rem;
  border-top: 1px solid #E87722;
  flex-grow: 1;
}

.top_reason .inner_odd .inner ul li:first-child span,
.top_reason .inner_even .inner ul li:first-child span {
  font-family: "Noto Serif JP", serif;
  font-size: 54px;
  font-weight: 500;
  color: #E87722;
  display: inline-block;
}

.top_reason .inner_odd .inner ul li:first-child span.number,
.top_reason .inner_even .inner ul li:first-child span.number {
  font-family: "Noto Serif JP", serif;
  font-size: 80px;
  font-weight: 500;
  color: #E87722;
  margin-top: -20px;
  display: inline-block;
}

.top_reason .inner_odd .inner ul li strong,
.top_reason .inner_even .inner ul li strong {
  font-size: 29px;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: 0.05em;
  color: #42210b;
  display: block;
}

.top_reason .inner_odd .inner ul li:last-child,
.top_reason .inner_even .inner ul li:last-child {
  margin-top: 40px;
}

.top_reason .inner_odd .inner ul li:last-child p,
.top_reason .inner_even .inner ul li:last-child p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: justify;
  line-height: 2.0em;
  color: #42210b;
}
}

@media screen and (max-width: 768px){
.top_reason {
  width: 100%;
  height: auto;
  margin: 0;
  padding-bottom: 10.41666666%;
  background-color: #F4E7D3;
}

.top_reason .inner_title {
  width: 100%;
  height: auto;
  margin-bottom: 10.41666666%;
  padding-top: 10.41666666%;
  background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url("/wp-content/uploads/2026/06/point_title_bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: table;
}	

.top_reason .inner_title ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: flex; 
  justify-content: flex-end;
  align-items: flex-end;
}	

.top_reason .inner_title ul li {
  width: 85%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top_reason .inner_title ul li strong {
  font-family: "Noto Serif JP", serif;
  font-size: 17.0vw;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  display: block;
}	
	
.top_reason .inner_title ul li strong span {
  font-family: "Noto Serif JP", serif;
  font-size: 4.5vw;
  font-weight: 600;
  color: #ffffff;
  position: relative;
}		
	
.top_reason .inner_title ul li strong span::before {
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  top: -3.0vw;
  left: 0;
  background-color: #ffffff;
  display: block;
}

.top_reason .inner_odd,
.top_reason .inner_even {
  width: 100%;
  height: auto;
  margin-top: 7.8125%;
  padding: 0 2.604166666%;
  position: relative;
  display: table;
}	

.top_reason .inner_odd .inner,
.top_reason .inner_even .inner {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 7.8125%;
  background-color: #ffffff;
  display: table;
}	

.top_reason .inner_odd .inner ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top_reason .inner_even .inner ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top_reason .inner_odd .inner ul li,
.top_reason .inner_even .inner ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top_reason .inner_odd .inner ul li:first-child,
.top_reason .inner_even .inner ul li:first-child {
  margin-bottom: 7.8125%;
  display: flex;
  align-items: center;
}

.top_reason .inner_odd .inner ul li:first-child::after,
.top_reason .inner_even .inner ul li:first-child::after {
  content: "";
  margin-left: 1.0rem;
  border-top: 1px solid #E87722;
  flex-grow: 1;
}

.top_reason .inner_odd .inner ul li:first-child span,
.top_reason .inner_even .inner ul li:first-child span {
  font-family: "Noto Serif JP", serif;
  font-size: 6.5vw;
  font-weight: 500;
  color: #E87722;
  display: inline-block;
}

.top_reason .inner_odd .inner ul li:first-child span.number,
.top_reason .inner_even .inner ul li:first-child span.number {
  font-family: "Noto Serif JP", serif;
  font-size: 11.0vw;
  font-weight: 500;
  color: #E87722;
  margin-top: -3.0vw;
  display: inline-block;
}

.top_reason .inner_odd .inner ul li img,
.top_reason .inner_even .inner ul li img {
  width: 100%;
  height: auto;
  margin-bottom: 3.90625%;
  padding: 0;
}

.top_reason .inner_odd .inner ul li strong,
.top_reason .inner_even .inner ul li strong {
  font-size: 5.8vw;
  font-weight: 500;
  line-height: 1.3em;
  color: #42210b;
  display: block;
}

.top_reason .inner_odd .inner ul li:last-child,
.top_reason .inner_even .inner ul li:last-child {
  margin-top: 5.208333333%;
}

.top_reason .inner_odd .inner ul li:last-child p,
.top_reason .inner_even .inner ul li:last-child p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3.8vw;
  font-weight: 400;
  text-align: justify;
  line-height: 1.8em;
  color: #42210b;
}	
}
/* 追記ここまで */
.top_reason {
  padding: 100px 40px;
}

.top_worry {
  width: 100%;
  height: auto;	
  margin: 0;
  padding: 50px;
}

.top_worry .inner_top {
  width: 90%;
  height: auto;	
  margin: 0 auto;
  padding-top: 40px;
  background-image: url("/wp-content/uploads/2026/06/top_worry_bg.jpg");
  background-position: right top;
  background-repeat: no-repeat;
}

.top_worry .inner_top img {
  width: 46.61016949%;
  height: auto;	
  margin: 0;
  padding: 0;
}

.top_worry .inner_top ul {
  width: 50%;
  height: auto;	
  margin: 0;
  padding-top: 10px;
}

.top_worry .inner_top ul li {
  width: 100%;
  height: auto;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.0em;
  color: #9c896a;
  margin-top: 20px;
  padding-left: 35px;
  background-image: url("http://linkwin-client.pecori.jp/sakuma-test/wp-content/uploads/2026/02/check_icon.png");
  background-position: 0 center;
  background-repeat: no-repeat;
}

.top_worry .inner_bottom {
  height: auto;	
  margin: 40px auto 0 auto;
  padding-bottom: 30px;
  border-bottom: 2px solid #665544;
}

.top_worry .inner_bottom strong {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  line-height: 1.4em;
  letter-spacing: 0.03em;
  color: #665544;
  display: block;
}

.top_worry .inner_bottom strong .gray {
  color: #999999;
}

.top_worry .inner_bottom strong .green {
  color: #7ed957;
}

.f_box {
    justify-content: center;
    align-items: center;
}

  .top_reason .inner_title ul li strong{
    line-height: 1.1;
    display: block;
    word-break: keep-all;
    overflow-wrap: normal;
  }

  .top_reason .inner_title ul li strong span{
	display: block;
    font-size: 3.5vw;
    line-height: 1.5;
  }

  .top_reason{
    width: 100%;
    margin: 0;
    padding: 10px 5px;
    box-sizing: border-box;
  }	
}
/* アクセスエリアカレンダー */
.schedule-box {
  width: 100%;
  max-width: 610px;
  margin-top: 20px;
  border: 1px solid #8ec7c1;
  background: #fff;
}
.schedule-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.schedule-table thead th {
  background: #233A5E;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: 14px 8px;
  border: 1px solid #7ea9a2;
}

.schedule-table thead th:first-child {
  width: 34%;
}

.schedule-table tbody th,
.schedule-table tbody td {
  border: 1px solid #8ec7c1;
  background: #fff;
  text-align: center;
  vertical-align: middle;
  padding: 14px 8px;
}

.schedule-table tbody th {
  color: #5b190c;
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
}

.mark {
  display: inline-block;
  line-height: 1;
  font-weight: 700;
}

.mark-circle {
  color: #F3970099;
  font-size: 34px;
}

.mark-triangle {
  color: #F3970099;
  font-size: 32px;
}

.mark-cross {
  color: #111;
  font-size: 32px;
}

.schedule-note {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 10px 0 0;
  color: #118a83;
  font-size: 18px;
  font-weight: 500;
  flex-wrap: wrap;
}

.schedule-note__sat {
  color: #233A5E;
}

.schedule-note__holiday {
  color: #233A5E;
}

.schedule-note__sub {
  color: #118a83;
  font-size: 16px;
}
#top_cnt_06 .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  flex-wrap: wrap;
}

#top_cnt_06 .top_cnt_06_text {
  flex: 1 1 600px;
  max-width: 610px;
}

#top_cnt_06 .top_cnt_06_gaikan {
  flex: 0 1 530px;
  max-width: 530px;
}

#top_cnt_06 .top_cnt_06_gaikan img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .schedule-table thead th {
    font-size: 14px;
    padding: 10px 4px;
  }

  .schedule-table tbody th,
  .schedule-table tbody td {
    padding: 10px 4px;
  }

  .schedule-table tbody th {
    font-size: 16px;
	text-align: center;
  }

  .mark-circle,
  .mark-triangle,
  .mark-cross {
    font-size: 22px;
  }

  .schedule-note {
    font-size: 14px;
  }

  .schedule-note__sub {
    font-size: 12px;
  }
#top_cnt_06 .wrap {
    flex-direction: column;
  }

  #top_cnt_06 .top_cnt_06_text,
  #top_cnt_06 .top_cnt_06_gaikan {
    max-width: 100%;
    flex: 1 1 auto;
  }
}
/* フッターカレンダー */
.footer-schedule-box {
  width: 100%;
  max-width: 620px;
}

.footer-schedule-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff;
}

.footer-schedule-table th,
.footer-schedule-table td {
  border: 1px solid #7bb6b3;
  text-align: center;
  vertical-align: middle;
}

.footer-schedule-table thead th {
  padding: 14px 6px;
  background: #233A5E;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.footer-schedule-table thead th:first-child {
  width: 40%;
}

.footer-schedule-table tbody th {
  padding: 16px 10px;
  color: #5b190c;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.0;
  white-space: nowrap;
  background: #fff;
}

.footer-schedule-table tbody td {
  padding: 12px 4px;
  color: #1f8a83;
  font-size: 28px;
  line-height: 1;
}

.schedule-mark {
  display: inline-block;
  font-style: normal;
  font-weight: 700;
}

.schedule-mark.is-open {
  color: #F3970099;
}

.schedule-mark.is-triangle {
  color: #F3970099;
}

.schedule-mark.is-close {
  color: #555;
}

.footer-schedule-notes {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
  color: #008b8b;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.footer-schedule-note {
  white-space: nowrap;
}

@media (max-width: 767px) {
  .footer-schedule-table thead th {
    padding: 10px 4px;
    font-size: 13px;
  }

  .footer-schedule-table tbody th {
    padding: 12px 6px;
    font-size: 16px;
  }

  .footer-schedule-table tbody td {
    padding: 10px 2px;
    font-size: 20px;
  }

  .footer-schedule-notes {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    font-size: 12px;
  }
}