@charset "utf-8";
body {
  font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
  color: #7D6C58;
  line-height: 1.5em;
}
a {
  text-decoration: none;
  color: #7D6C58;
}
.container {
  margin: 0 auto;
  width: 90%;
}





 .effect-fade {
  opacity: 0.1;
  transform: translateY(40px);
  transition: all 1.5s;
}
.effect-fade.scrollin {
  opacity: 1;
  transform: translateY(0);
}




/*============================
ヘッダー
============================*/

/*ハンバーガーメニュー*/
#top-head {
  display: flex;
  z-index: 999;

  background-color:rgba(247,244,239,0.8);
  width:100%;
  height:95px;
  position: fixed;
  top:0;
  left:0;
  border-top :5px rgba(68,171,150,0.8)  solid;
}
#top-head .inner {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:10px 0px;
}

.logo a img{
  width:240px;
}

#top-head nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style-type: none;

}

#top-head nav ul li a {
  font-size: 16px;
  font-weight: 500;
  padding-left:30px;
}
#top-head nav ul li a:hover {
  color: #57A382;
}
#nav_toggle {
  display: none;
}
#top-head nav ul li.tel_number p{
  margin-left:30px;
  padding:10px 20px;
  border-radius: 10px;
  background-color: #fef8a9;
  border: #f5df52 1px dotted;
  text-align: center;
  font-size: 14px;
}
#top-head nav ul li.tel_number p span a{
  font-size: 24px;
  font-weight: 500;
  letter-spacing:2.5px;
  line-height:30px;
  padding-left: 0px;
}
#top-head nav ul li.tel_number p span a:hover{
  color: #7D6C58;
}

/*============================
ヘッダーレスポンシブ
============================*/
@media screen and (max-width:680px) {
/*hamburger menu style*/
  #nav_toggle {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    top: 4px;
    z-index: 100;
  }
  #nav_toggle div {
    position: relative;
  }
/*hamburger menu close style*/
  #nav_toggle span {
    display: block;
    height: 2px;
    background: #7D6C58;
    position:absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #nav_toggle span:nth-child(1) {
    top:0px;
  }
  #nav_toggle span:nth-child(2) {
    top:10px;
  }
  #nav_toggle span:nth-child(3) {
    top:20px;
  }
/*hamburger menu open style*/
  .open #nav_toggle span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav_toggle span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
/*nav style*/
  #top-head nav {
    display: none;
    position: absolute;
    top: 95px;
    left: 0;
    width: 100%;
    height: auto;
    background-color:rgba(247,244,239,0.9);
    z-index: 999;
  }
  #top-head nav ul {
    display: block;
    width: 80%;
    margin:0 auto;

  }
  #top-head nav ul li {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
  }
  #top-head nav ul li:last-child {
    border: none;
  }
/*nav link style*/
  #top-head nav ul li a {
    display: block;
  }

}





/*============================
メインビジュアル
============================*/
.wrapper {
  /*overflow: hidden;*/
  background-color: #f7f4ef;
}

.top_mv{
  z-index: 10;
  margin-top:100px;
	width: 100%;
  min-height: 480px;
	background-color: #f7f4ef;
	background-position: center top;
	background-size: cover;
  background-repeat: no-repeat;
  position: relative;

  /*border-top-right-radius: 1000px 200px;
  border-top-left-radius: 0px 0px;
  border-bottom-right-radius: 0px 0px;
  border-bottom-left-radius: 1000px 200px;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;*/
}

.catchcopy {
  font-family: yamamotoan-classic-stdn, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  text-shadow: 1px 2px 3px #817759;
  letter-spacing:0.5em;
  line-height: 2.0em;
  color:#fff;  
  
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.flo01 img{
  width:100px;
  position: absolute;
    top: 20%;
    right: 20%;

    animation: fuwafuwa01 3s infinite ease-in-out .8s alternate;
    display: inline-block;
    transition: 1.5s ease-in-out;
}
@keyframes fuwafuwa01 {
  0% {
    transform:translate(0, 0) rotate(-7deg);
  }
  50% {
    transform:translate(0, -7px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(7deg);
  }
}
.flo02 img{
  width:100px;
  position: absolute;
  bottom: -10%;
  right: 30%;

  animation: fuwafuwa02 5s infinite ease-in-out .9s alternate;
    display: inline-block;
    transition: 2s ease-in-out;

}
@keyframes fuwafuwa02 {
  0% {
    transform:translate(0, 0) rotate(-10deg);
  }
  50% {
    transform:translate(0, -10px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(10deg);
  }
}
.flo05 img{
  width:100px;
  position: absolute;
  bottom: 0;
  left: 5%;

  animation: fuwafuwa05 6s infinite ease-in-out .6s alternate;
    display: inline-block;
    transition: 4s ease-in-out;

}
@keyframes fuwafuwa05 {
  0% {
    transform:translate(0, 0) rotate(-6deg);
  }
  50% {
    transform:translate(0, -6px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(6deg);
  }
}





/*============================
メインビジュアルレスポンシブ
============================*/
@media screen and (max-width:680px) {
  .top_mv{
    position:relative;
  }

  .catchcopy {
    font-size: 24px;
    letter-spacing:0em;
    line-height: 1.8em;
  }
  .flo01 img{
    position: absolute;
      top: 20%;
      right: 20%;
  }
  .flo02 img{
    position: absolute;
    bottom: -10%;
    right: 30%;
  }

}
/*============================
はじめに
============================*/
.hajimeni{
  padding:100px 0;
  width:100%;
  min-height: 400px;
	background-color: #f7f4ef;
  position: relative;
}
.flo03 img{
  width:70px;
  position: absolute;
  bottom: -50px;
  left: 220px;
}
.hajimeni h2{
  font-family: yamamotoan-classic-stdn, sans-serif;
  font-weight: 400;
  font-style: normal;


  color:#57A382;
  font-size: 20px;
  text-align: center;
  padding-bottom:20px;
}
.female0102{
  display: flex;
}
.female0102 img{
  width:120px;
}
.text02{
  display: flex;
  justify-content: space-around;
  flex-wrap:wrap;
  align-items: center;
  padding-top:40px;
}
.female0102{
  display: flex;
}
.syoujyou{
  background-color: #edf5fa;
  padding: 30px;
  border-radius: 10px;
  border: #c0d6e4 dashed 1px;
  box-shadow: 0px 0px 0px 10px #edf5fa;
}
.syoujyou h3{
  font-family: yamamotoan-classic-stdn, sans-serif;
  font-weight: 400;
  font-style: normal;
  
  color:#6F9DCB;
  font-size: 20px;
  padding-bottom:10px;
}
.syoujyou ul{
  list-style: none;
}
/*============================
はじめにレスポンシブ
============================*/
@media screen and (max-width:680px) {
   .hajimeni{
    padding:100px 0;
    width:100%;
    min-height: 400px;
    background-color: #f7f4ef;
    position: relative;
  }
  .flo03 img{
    position: absolute;
    bottom: -50px;
    left: 220px;
  }
  .female0102 img{
    width:100px;
    padding-bottom:40px;
  }
}


/*項目（見出し）*/
.categories h3{
  font-family: yamamotoan-classic-stdn, sans-serif;
  font-weight: 400;
  font-style: normal;
  color:#57A382;
  font-size: 30px;
  text-align: center;
  padding-top:100px;
  padding-bottom:50px;
}
.categories h3 span{
  font-family: hellofont-id-tongzhiti, sans-serif;
  font-weight: 400;
  font-style: normal;

  color:#57A382;
  font-size: 24px;
}

/*メニュー*/
.top_menu{
  padding-bottom:50px;
}
.menu_items{
  display: flex;
  justify-content: space-evenly;
  flex-wrap:wrap;
  align-items: center;
}
.menu_items img,.menu_items p{
  width:270px;
  display: block;
  margin: auto;
}
.menu_items h4{
  font-family: yamamotoan-classic-stdn, sans-serif;
  font-weight: 400;
  font-style: normal;

  color:#57A382;
  font-size: 20px;
  text-align: center;
  padding:20px 0px;
}
.menu_items h4 span{
  font-size: 18px;
}
.m_item01,.m_item02,.m_item03{
  background-color: #fff;
  padding: 20px;
  margin-bottom:40px;
  border-radius: 10px;
  box-shadow: 5px 5px 15px 0 rgba(125, 108, 88, .3);
}

/*============================
メニューレスポンシブ
============================*/
@media screen and (max-width:680px) {

}

/*============================
トップスタッフ紹介
============================*/
.staff_faq_bg{
  background-color: #FAF9E8;
}
.top_staff{
  padding-bottom:50px;
  position: relative;
}
.staff_introduction{
  display: flex;
  justify-content: space-around;
  align-items: center; 

}
.staff_introduction h4{
  padding:20px 0px;
}
.staff_introduction img{
  width:400px;
  border-radius:40px;
  box-shadow: 0 10px 15px 0 rgba(179, 167, 107, 0.3);
}
.staff_toptext{
  padding-left:40px;
}
.flo04 img{
  width:100px;
  position: absolute;
  top: -5%;
  right: 20%;

  animation: fuwafuwa03 3s infinite ease-in-out .8s alternate;
    display: inline-block;
    transition: 1.5s ease-in-out;
}
@keyframes fuwafuwa03 {
  0% {
    transform:translate(0, 0) rotate(-7deg);
  }
  50% {
    transform:translate(0, -7px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(7deg);
  }
}
/*============================
トップスタッフ紹介レスポンシブ
============================*/
@media screen and (max-width:680px) {
  .staff_introduction{
    display: block;
  }
  .staff_introduction{
    display: flex;
    justify-content: space-around;
    flex-wrap:wrap;
    align-items: center; 
    }
    .staff_introduction img{
      width:100%;
    }

  .staff_toptext{
    padding-left:0px;
  }
}
/*============================
トップよくあるご質問
============================*/
.top_faq{
  background-color: #C0D6E4;
  padding-bottom:40px;
  /*border-top-right-radius: 1000px 200px;
  border-top-left-radius: 1000px 200px;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom:50px;*/
}
.top_faq h4{
  padding-bottom: 20px;
}
.top_faq img{
  width:100px;
  padding:10px;
}
.faq01,.faq02,.faq03{
  background-color: #ffffff;
  border-radius: 20px;
  padding:20px;
  margin-bottom:40px;
  box-shadow: 5px 5px 10px 0 rgba(110, 148, 185, 0.5);
}
.dir_r{
  display:flex;
  flex-direction:row-reverse;
  justify-content: space-around;
  align-items:center;
}
.dir_l{
  display:flex;
  flex-direction:row;
  justify-content: space-around;
  align-items:center;
}
.faq_detail{
  margin-top:50px;
  }
/*============================
フッタ―
============================*/
#top-footer{
  z-index: 10;
  width:100%;
  height:auto;
  background-color: #F7F4EF;
  padding-bottom:20px;

  border-bottom :10px #7d6c58 solid;
}
.footer_all{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap:wrap;
  padding:40px 0 20px 0;
}
.footer_l{

}
.insta{
  display:flex;
  align-items:center;
}
.insta span img{
  z-index: 20;
  width:50px;
}
.footer_r .footer_tel p{
  padding:10px 40px;
  border-radius: 10px;
  background-color: #fef8a9;
  border: #f5df52 1px dotted;
  text-align: center;
  font-size: 14px;
}
#top-footer .footer_tel p span a{
  font-size: 24px;
  font-weight: 500;
  letter-spacing:2.5px;
  line-height:30px;
}
.copyright{
  text-align: right;
}
/* ページTOPに戻る */
.pagetop{
  display: none;
  position: fixed;
  right: 20px;
  bottom: 40px;
}
.pagetop a{
  display: block;
  font-size: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  background: rgba(68,171,150,0.8);
  border-radius: 50%;
  line-height: 50px;

  position: relative;
  z-index: 1;
  display: inline-block;
  transition: .5s;
}
.pagetop a::before {
  content: "";
  width: 90%;
  height: 10px;
  position: absolute;
  top: 100%;
  left: 5%;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  z-index: -1;
  opacity: 0;
  transition: .5s;
}
.pagetop a:hover{
  transform: translateY(-7px);
}
.pagetop a:hover::before {
  transform: translateY(7px);
  opacity: 1;
}
.pagetop a p{
  font-size: 16px;
  color:#fff;
  line-height: 60px;
}


.details{
  margin-top:20px;
  }
  .details p a{
    color:#ffffff;
    background-color: #7D6C58;
    border-radius: 20px;
    text-align: center;
    padding: 8px 10px;
    width:150px;
    display: block;
    margin: auto;
    box-shadow: 5px 5px 5px 0 rgba(97, 96, 95, 0.3);
    transition: .5s;
  }
  
  .details p a:hover{
    transform: scale(1.1);
  }
/*============================
フッタ―レスポンシブ
============================*/
@media screen and (max-width:680px) {
  .footer_all{
    display: flex;
    justify-content: space-around;
    flex-wrap:wrap;
    align-items: center; 
  }
  .footer_r{
    margin-top:20px;
    width:100%;
  }
  .copyright{
    text-align: center;
  }
}
/*============================
その他レスポンシブ
============================*/
@media (min-width: 751px) {
  a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  }
}







/*============================
★施術メニューページ
============================*/
.menu_mv{
  z-index: 10;
  margin-top:100px;
	width: 100%;
  min-height: 300px;
	background-color: #f7f4ef;
  background-image: url(../images/menu_mv.jpg);
	background-position: center top;
	background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.menu_l01,.menu_l03,.menu_l04{
  display:flex;
  flex-direction:row;
  justify-content: space-around;
  align-items:center;
}
.menu_l02{
  display:flex;
  flex-direction:row-reverse;
  justify-content: space-around;
  align-items:center;
}

.menu_l01 img,.menu_l02 img,.menu_l03 img{
  width:500px;
  border-radius:40px;
  box-shadow: 0 10px 15px 0 rgba(122, 122, 122, 0.3);
}

.op_matsuge{
  display:flex;
  flex-direction:row;
  justify-content: space-around;
  align-items:center;
}
.op01 img,.op02 img,.op03 img{
  width:200px;
  border-radius:40px;
  box-shadow: 0 10px 15px 0 rgba(122, 122, 122, 0.3);
  margin-left:40px;
}

.l01_text,.l03_text{
  margin-right:40px;
}
.l01_text h3,.l03_text h3{
  color:#44ab96;
  font-size: 20px;
  padding-bottom:20px;
}
.l02_text{
  margin-left:40px;
}
.l02_text h3{
  color:#44ab96;
  font-size: 20px;
  padding-bottom:20px;
}
.l04_text h3{
  color:#c99e4d;
  font-size: 20px;
  padding-bottom:20px;
}

.m_text{
  margin-top:20px;
}
.m_syoujyou{
  background-color: #edf5fa;
  padding: 20px;
  border-radius: 10px;
  border: #c0d6e4 dashed 1px;
  box-shadow: 0px 0px 0px 10px #edf5fa;
}
.m_syoujyou h4{
  font-weight: 600;
  font-style: normal;
  padding-bottom:20px;
}
.drt{
  padding-top: 20px;
}
.drt h4{
  color:#6f9dcb;
  padding-bottom:10px;
}

.gsj{
  display:flex;
  flex-direction:row;
  justify-content: space-around;
  align-items:center;
  padding-top: 20px;
}
.gsj h4{
  color:#6f9dcb;
  padding-bottom:10px;
}
.gsj img{
  width:200px;
  border-radius: 50%;
  padding-left:40px;
}

.other{
  background-color: #faf9e8;
  margin-bottom: 100px;
  padding: 1em;
  border-radius: 10px;
  border: #F5DF52 dashed 1px;
  box-shadow: 0px 0px 0px 10px #faf9e8;

  display:flex;
  flex-direction:row;
  justify-content: space-around;
  align-items:center;
}
.other ul{
  list-style-type: none;
}
.kangei{
  padding-bottom:30px;
}
.youi img{
  width:200px;
  border-radius: 10px;
}
.syucchou h4{
  padding-bottom:10px;
}
.syucchou p{
  padding-top:5px;
}

/*============================
★施術メニューページレスポンシブ
============================*/
@media screen and (max-width:680px) {

  .menu_l01,.menu_l02,.menu_l03,.menu_l04,.gsj,.op_matsuge{
    display: flex;
    justify-content: space-around;
    flex-wrap:wrap;
    align-items: center; 
  }
  .l01_text,.l03_text{
    margin-right:0;
  }
  .l02_text,.op01 img,.op02 img,.op03 img{
    margin-left:0;
  }
  .menu_l01 img,.menu_l02 img,.menu_l03 img,.op01 img{
    width:100%;
    margin-top:40px;
  }
  .op02 img,.op03 img{
    display: none;
  }
  .gsj img{
    width:200px;
    border-radius: 50%;
    padding-top:30px;
  }
 
  .other img{
    display: none;
  }
}



/*============================
★スタッフ紹介ページ
============================*/
.staff_mv{
  z-index: 10;
  margin-top:100px;
	width: 100%;
  min-height: 300px;
	background-color: #f7f4ef;
  background-image: url(../images/staff_mv.jpg);
	background-position: center top;
	background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.staff_list{
  margin-bottom: 100px;
}
.staff_l01,.staff_l03{
  display:flex;
  flex-direction:row;
  justify-content: space-around;
  align-items:center;
}
.staff_l02,.staff_l04{
  display:flex;
  flex-direction:row-reverse;
  justify-content: space-around;
  align-items:center;
  padding-top:40px;
}
.staff_l01 img,.staff_l02 img,.staff_l03 img,.staff_l04 img{
  width:500px;
  border-radius:40px;
  box-shadow: 0 10px 15px 0 rgba(122, 122, 122, 0.3);
}
.sl01_text,.sl03_text{
  margin-right:40px;
}
.sl01_text h3,.sl03_text h3{
  color:#44ab96;
  font-size: 20px;
  padding-bottom:20px;
}
.sl02_text,.sl04_text{
  margin-left:40px;
}
.sl02_text h3,.sl04_text h3{
  color:#44ab96;
  font-size: 20px;
  padding-bottom:20px;
}
.m_text{
  margin-top:20px;
}
.shikaku{
  background-color: #edf5fa;
  padding: 20px;
  border-radius: 10px;
  border: #c0d6e4 dashed 1px;
  box-shadow: 0px 0px 0px 10px #edf5fa;
}
.shikaku h4{
  font-weight: 600;
  font-style: normal;
  padding-bottom:20px;
}
/*============================
★スタッフ紹介ページレスポンシブ
============================*/
@media screen and (max-width:680px) {

  .staff_l01,.staff_l02,.staff_l03,.staff_l04{
    display: flex;
    justify-content: space-around;
    flex-wrap:wrap;
    align-items: center; 
  }
  .sl01_text,.sl03_text{
    margin: right 0;
  }
  .sl02_text,.sl04_text{
    margin-left:0;
  }
  .staff_l01 img,.staff_l02 img,.staff_l03 img,.staff_l04 img{
    width:100%;
    margin-top:40px;
  }
}



/*============================
★よくあるご質問ページ
============================*/
.faq_mv{
  z-index: 10;
  margin-top:100px;
	width: 100%;
  min-height: 300px;
	background-color: #f7f4ef;
  background-image: url(../images/faq_mv.jpg);
	background-position: center top;
	background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.faq_gaiyo{
  padding-top:100px;
  padding-bottom:80px;
  background-color: #FAF9E8;
}
.faq_gaiyo p{
  text-align: center;
}
.faq_main{
  background-color: #FAF9E8;
  padding-bottom:40px;
  /*border-top-right-radius: 1000px 200px;
  border-top-left-radius: 1000px 200px;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom:50px;*/
}
.faq_main h4{
  padding-bottom: 20px;
}
.faq_main img{
  width:100px;
  padding:10px;
}
.faq_c01{
  background-color: #C0D6E4;
  border-radius: 20px;
  padding:20px;
  margin-bottom:40px;
  box-shadow: 5px 5px 10px 0 rgba(185, 185, 154, 0.5);
}
.faq_c02{
  background-color: #EDF5FA;
  border-radius: 20px;
  padding:20px;
  margin-bottom:40px;
  box-shadow: 5px 5px 10px 0 rgba(185, 185, 154, 0.5);
}
.dir_r{
  display:flex;
  flex-direction:row-reverse;
  justify-content: space-around;
  align-items:center;
}
.dir_l{
  display:flex;
  flex-direction:row;
  justify-content: space-around;
  align-items:center;
}
.faq_detail{
  margin-top:50px;
  }
/*============================
★よくあるご質問ページレスポンシブ
============================*/
@media screen and (max-width:680px) {
}



/*============================
★店舗案内ページ
============================*/
.access_mv{
  z-index: 10;
  margin-top:100px;
	width: 100%;
  min-height: 300px;
	background-color: #f7f4ef;
  background-image: url(../images/access_mv.jpg);
	background-position: center top;
	background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.access_gaiyo{
  padding-top:100px;
  padding-bottom:80px;
}
.access_gaiyo p{
  text-align: center;
}
.access_list{
  margin-bottom: 80px;
}
.adress{
  display:flex;
  flex-direction:row;
  justify-content: space-around;
  align-items:center;
}
.adress img{
  width:350px;
  border-radius:20px;
  box-shadow: 0 10px 15px 0 rgba(122, 122, 122, 0.3);
}
.adress_text{
  margin-right:40px;
}
.kotsu{
  margin-top:20px;
}
.mobile_img{
  display: none;
}
.map img{
  width:100%;
  border-radius:20px;
  box-shadow: 0 10px 15px 0 rgba(122, 122, 122, 0.3);
}
.gm{
  text-align: right;
}
.gm a{
  display: inline-block;
  margin-top:10px;
  padding:10px;
  border: 1px solid #7D6C58;
  border-radius:10px;

  box-shadow: 5px 5px 5px 0 rgba(97, 96, 95, 0.3);
    transition: .5s;
}
.gm a:hover{
  color:#ffffff;
  background-color: #887d70;
  border: 1px solid #7D6C58;

  transform: scale(1.1);
}
.photo{
  display:flex;
  flex-direction:row;
  justify-content: space-between;
  align-items:center;
}
.photo01 img,.photo02 img,.photo03 img{
  width:350px;
  border-radius:20px;
  box-shadow: 0 10px 15px 0 rgba(122, 122, 122, 0.3);
}
.flo_a{
  text-align: center;
  padding:80px 0;
}
.flo_a img{
  width:70px;
}
/*============================
★店舗案内ページレスポンシブ
============================*/
@media screen and (max-width:680px) {

  .mobile_img{
    display:flex;
    flex-direction:row;
    justify-content: space-around;
    align-items:center;
    margin-top:80px;
  }
  .mobile_img img{
  width:100%;
  border-radius:20px;
  box-shadow: 0 10px 15px 0 rgba(122, 122, 122, 0.3);
  }
  .door{
    padding-left:10px;
  }
  .adress img{
    display: none;
  }
  .adress_text{
    margin: right 0;
  }
  .photo01{
    padding-right:10px;
  }
  .photo01 img{
    width:100%;
  }
  .photo02 img{
    display: none;
  }
  .photo03 img{
    width:100%;
  }

}





/*============================
★各ページ共通（topを除く）
============================*/
.page_title{
  display: flex;
  justify-content: center;

  position: absolute;
  bottom: -25%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%); /*要素の大きさの半分ずつを戻す*/
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.page_title h2{
  width:300px;
  padding:10px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 40% 40% 50% 40%/40% 40% 50% 50%;
  box-shadow: 0 10px 15px 0 rgba(179, 167, 107, 0.3);
  font-family: yamamotoan-classic-stdn, sans-serif;
  font-weight: 400;
  font-style: normal;
  color:#57A382;
  font-size: 30px;
  text-align: center;
}
.page_title h2 span{
  color:#57A382;
  font-size: 24px;
  font-family: hellofont-id-tongzhiti, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.gaiyo{
  padding-top:100px;
}
.flo_m{
  text-align: center;
  padding:80px 0;
}
.flo_m img{
  width:70px;
}