@charset "utf-8";
@import "html5reset-1.6.1.css";
body {
  font-family: "Hiragino Kaku Gothic ProN", YuGothic, "Yu Gothic", Meiryo, sans-serif;
  color: #000;
  font-size: 20px;
  height: 100%;
  letter-spacing: 0.05em;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  position: relative;
}
html {
  height: 100%;
}
address {
  font-style: normal;
}
@media only screen and (min-width: 1024px) {
  a, a:hover {
    transition: 0.3s;
  }
}
@media only screen and (min-width: 768px) {
  body, html {
    min-width: 1200px;
  }
  br.sp {
    display: none;
  }
  img.spImg {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 18px;
  }
  br.pc {
    display: none;
  }
  img.pcImg {
    display: none;
  }
}
/*---------------------- Loading ----------------------*/
.loading {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 1.0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}
.loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -60px;
}
/*---------------------- Wrapper ----------------------*/
#wrapper {
  max-width: 1366px;
  margin: auto;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.3);
  background-color: #FFF;
}
@media only screen and (max-width: 767px) {
  #wrapper {
    padding: 0 0 21.3%;
  }
}
/*---------------------- Header ----------------------*/
#header {
  background-color: #FFFCD9;
}
@media only screen and (min-width: 768px) {
  #header {
    padding: 0 30px;
    border-bottom: 10px solid #FFEE98;
  }
  #header .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
  }
  #header .hLogo a {
    width: 495px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #header .hLogo .logoMark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: 1;
    padding: 0 0 5px;
  }
  #header .hLogo .logoMark img {
    position: absolute;
    bottom: 85px;
    left: 60px;
    z-index: 2;
  }
  #header .hContact {
    padding: 0 0 5px;
    color: #785137;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #header .hContact a {
    text-decoration: none;
    color: #785137;
  }
  #header .hContact .tel {
    font-weight: bold;
    margin-bottom: 5px;
  }
  #header .hContact .tel .title {
    margin-right: 5px;
    font-weight: bold;
  }
  #header .hContact .tel a {
    font-size: 27px;
  }
  #header .hContact .text {
    font-size: 12px;
    line-height: 1.5;
    color: #000;
  }
  #header .hContact .appointmentBtn {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #header {
    border-bottom: 5px solid #FFEE98;
    text-align: center;
    padding: 0 0 10px;
  }
  #header .hLogo img {
    width: 100%;
    height: auto;
  }
  #header .hLogo .logoMark {
    width: 45px;
    height: 57px;
    margin: 0 auto 10px;
    padding: 10px 0 0;
    z-index: 1;
    position: relative;
  }
  #header .hLogo .logoMark img {
    position: absolute;
    top: -60px;
    left: 0;
    z-index: 2;
  }
  #header .hLogo .logoText {
    width: 320px;
    margin: auto;
  }
  #header .hContact {
    padding-top: 10px;
    color: #FFF;
  }
  #header .hContact .tel {
    display: none;
  }
  #header .hContact .text {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: normal;
    color: #000;
  }
  #header .hContact .appointmentBtn {
    display: none;
  }
}
/*---------------------- Global Navi Button ----------------------*/
@media only screen and (min-width: 768px) {
  #globalNaviBtn {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #globalNaviBtn {
    display: block;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 99999;
    background-color: #F3982D;
    text-align: center;
    position: fixed;
    transition: all 0.5s ease-in-out 0.0s;
  }
  #globalNaviBtn span {
    display: block;
    position: absolute;
    width: 40px;
    border-bottom: solid 2px #FFFFFF;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 10px;
    letter-spacing: normal;
  }
  #globalNaviBtn span:nth-child(1) {
    border: none;
    color: #FFFFFF;
    font-size: 9px;
    font-weight: bold;
    top: 8px;
    letter-spacing: normal;
    text-align: center;
    white-space: nowrap;
  }
  #globalNaviBtn span:nth-child(2) {
    top: 26px;
  }
  #globalNaviBtn span:nth-child(3) {
    top: 36px;
  }
  #globalNaviBtn span:nth-child(4) {
    top: 46px;
  }
  /* 最初のspanをマイナス45度に */
  #globalNaviBtn.active span:nth-child(2) {
    top: 36px;
    left: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* 2番目と3番目のspanを45度に */
  #globalNaviBtn.active span:nth-child(3), #globalNaviBtn.active span:nth-child(4) {
    top: 36px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #globalNaviBtn.active {
    left: 75%;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3);
  }
}
/*---------------------- Global Navi ------------------------*/
@media only screen and (min-width: 768px) {
  #globalNaviMenu {
    background-color: #F3982D;
  }
}
@media only screen and (max-width: 767px) {
  #globalNaviMenu {
    width: 75%;
    height: 100%;
    background-color: #FFFFFF;
    transition: all 0.5s ease-in-out 0.0s;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: -75%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
  }
  #globalNaviMenu.active {
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3);
    left: 0px;
  }
}
/*---------------------- Global Menu ------------------------*/
#globalMenu li a {
  display: block;
  text-decoration: none;
  box-sizing: border-box;
  font-weight: 700;
}
#globalMenu > li > a {
  color: #FFF;
}
@media only screen and (min-width: 768px) {
  #globalMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    margin: auto;
  }
  #globalMenu > li {
    width: calc(100% / 5);
    position: relative;
    box-sizing: border-box;
  }
  #globalMenu li a {
    text-align: center;
  }
  #globalMenu > li > a {
    line-height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #globalMenu > li > a .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #globalMenu > li > a .text {
    font-weight: 700;
    margin-left: 10px;
  }
  #globalMenu li ul {
    width: 200%;
    display: none;
    position: absolute;
    z-index: 100;
    margin-left: -50%;
  }
  #globalMenu li ul.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #globalMenu li ul li {
    border-right: 1px solid #E57F95;
    border-left: 1px solid #E57F95;
    border-bottom: 1px solid #E57F95;
    background-color: #FFF;
    width: 50%;
    box-sizing: border-box;
  }
  #globalMenu li ul li:nth-child(2n) {
    margin-left: -1px;
  }
  #globalMenu li ul li a {
    color: #DE6D77;
    text-align: center;
    padding: 15px 0;
  }
  #globalMenu li ul li a .icon {
    display: block;
    margin: 0 0 10px;
  }
  #globalMenu li ul li a .icon img {
    height: 26px;
    width: auto;
  }
  #globalMenu li ul li a .text {
    display: block;
    font-weight: 700;
  }
}
@media only screen and (min-width: 1025px) {
  #globalMenu li a:hover {
    transition: 0.3s;
  }
  #globalMenu > li a:hover {
    background-color: #E57F95;
  }
  #globalMenu ul li a:hover {
    background-color: rgba(229, 127, 149, 0.1);
  }
}
@media only screen and (max-width: 767px) {
  #globalMenu > li:not(.link) > a {
    display: none;
  }
  #globalMenu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    line-height: 50px;
  }
  #globalMenu li a .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100px;
  }
  #globalMenu li a .icon img {
    height: 34px;
    width: auto;
  }
  #globalMenu > li > a {
    background-color: #917051;
  }
  #globalMenu > li.link > a {
    background-color: #FFF;
    color: #917051;
    border-bottom: 1px solid #917051;
  }
  #globalMenu > li.link:first-child > a {
    background-color: #917051;
    color: #FFF;
  }
  #globalMenu ul li {
    border-bottom: 1px solid #917051;
  }
  #globalMenu ul li a {
    color: #917051;
  }
}
/*---------------------- PC Side Appointment Btn ----------------------*/
.pcSideAppointmentBtn {
  position: fixed;
  top: 50vh;
  margin-top: -160px;
  left: -78px;
  z-index: 99999;
  width: 78px;
}
@media only screen and (max-width: 767px) {
  .pcSideAppointmentBtn {
    display: none;
  }
}
/*---------------------- Scroll Top Btn ----------------------*/
.scrollTopBtn {
  position: fixed;
  bottom: 50px;
  right: -130px;
  z-index: 99999;
}
@media only screen and (max-width: 767px) {
  .scrollTopBtn {
    bottom: 100px;
    right: -65px;
  }
  .scrollTopBtn img {
    width: 65px;
    height: auto;
  }
}
/*---------------------- SP Footer Btn ----------------------*/
@media only screen and (min-width: 768px) {
  .spFooterBtn {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .spFooterBtn {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 999;
  }
  .spFooterBtn p {
    width: 50%;
  }
  .spFooterBtn a {
    display: block;
  }
  .spFooterBtn a img {
    width: 100%;
    display: block;
  }
}
/*---------------------- Footer ----------------------*/
#footer {
  text-align: center;
  margin-top: -50px;
}
#footer img {
  max-width: 100%;
}
#footer .footerInner {
  max-width: 1024px;
  margin: auto;
}
#footer h2 {
  font-size: 40px;
  color: #785137;
  font-weight: 700;
  margin-bottom: 50px;
}
#footer .address {
  font-size: 30px;
  line-height: 1.5;
}
#footer .map {
  margin: 30px 0 24px;
}
#footer .map p {
  line-height: 1.75;
  margin: 0 0 30px;
}
#footer .map iframe {
  width: 100%;
  height: 350px;
}
#footer .imgContainer li {
  list-style-type: none;
}
#footer .imgContainer li img {
  width: 100%;
}
#footer .tel {
  font-style: normal;
  font-size: 50px;
  margin: 50px 0 40px;
  color: #5C3322;
}
#footer .tel .title {
  font-size: 30px;
  margin-right: 10px;
}
#footer .tel a {
  text-decoration: none;
  color: #5C3322;
}
#footer .fax {
  font-style: normal;
  margin: 0 0 15px;
}
#footer .email a {
  font-style: normal;
  color: #000;
  text-decoration: none;
}
#footer .sns {
  margin: 50px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .sns li {
  list-style-type: none;
  margin: 0 15px;
}
#footer .bottomArea {
  background-color: #EFBB57;
  font-size: 15px;
  padding: 20px 0;
}
#footer .bottomArea a {
  color: #FFF;
  text-decoration: none;
}
#footer .copy {
  letter-spacing: normal;
  font-size: 14px;
  color: #FFFFFF;
  margin: 10px 0 0;
}
@media only screen and (min-width: 768px) {
  #footer .footerInner {
    padding: 70px 0 30px;
  }
  #footer .imgContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #footer .imgContainer li {
    width: 500px;
  }
}
@media only screen and (max-width: 767px) {
  #footer {
    margin-top: -45px;
  }
  #footer .footerInner {
    padding: 30px 15px 50px;
  }
  #footer h2 {
    font-size: 25px;
    margin-bottom: 25px;
  }
  #footer .address {
    font-size: 15px;
  }
  #footer .map {
    margin: 25px 0 15px;
  }
  #footer .map p {
    line-height: 1.75;
    font-size: 15px;
    margin: 0 0 10px;
  }
  #footer .map iframe {
    height: 250px;
  }
  #footer .imgContainer li {
    margin: 0 0 15px;
  }
  #footer .tel {
    font-size: 25px;
    margin: 15px 0;
  }
  #footer .tel .title {
    font-size: 16px;
    margin-right: 5px;
  }
  #footer .fax {
    margin: 0 0 10px;
  }
  #footer .sns {
    margin: 20px 0 0;
  }
}
/*---------------------- Clearfix ----------------------*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}

/*---------------------- More ------------------------*/

.sm90{font-size:90%;}
.sm80{font-size:80%;}
.sm70{font-size:70%;}
.sm60{font-size:60%;}
.big150{font-size:150%;}
.big120{font-size:120%;}
.fbd{font-weight:bold;}

.fmikan{color: #F3982D;}
.fmomo{color: #E56F95;}
.fchairo{color: #5C3322;}

.pright{text-align: right;}

.box01{
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #ffffff;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
