@charset 'UTF-8';

/* common
// ---------------------------------- */
html {
  overflow-x: hidden;
  overflow-y: auto;
}
body {
  padding-top: 0;
  padding-bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #463a3b;
  font-size: 14px;
/*  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;*/
  line-height: 1.7;
}

/* --- for SP --- */
@media screen and (max-width: 767px){
  body{
    line-height: 1.5;
  }
}

h1,
h2,
h3,
h4,
h5,
h6{
  line-height: 1.5;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  color: #463a3b;
  text-decoration: none;
}
a:hover,
a:focus,
a img:hover {
  color: #463a3b;
  text-decoration: none;
  opacity: 0.9;
}
hr{
  margin-top: 0;
  margin-bottom: 0;
}

/* --- for SP --- */
@media screen and (max-width: 767px){
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
}

/* --- for PC --- */
@media screen and (min-width: 768px){
  .pc{
    display: block;
  }
  .sp{
    display: none;
  }
}

/* --- for SP --- */
@media screen and (max-width: 767px){
}
/* --- for ipad portrait --- */
@media screen and (min-width: 768px) and (max-width: 991px){
}
/* --- for ipad landscape --- */
@media screen and (min-width: 992px) and (max-width: 1024px){
}
@media screen and (min-width: 1025px) and (max-width: 1199px){
}
@media screen and (min-width: 1200px){
}

.container {
  max-width: 970px;
}
/**{
  -webkit-appearance: none;
}*/
.green {
  color: #518a47;
}
.red {
  color: #da5535;
}
.blue {
  color: #34a2e2;
}
.brown {
  color: #92613e;
}
.back-yellow {
  background-color: #f0ff00;
}
.bold {
  font-weight: bold;
}
.col-adj-left {
  padding-right: 5px;
}
.col-adj-right {
  padding-left: 5px;
}
.overflow-hidden {
  overflow: hidden;
}

/* Body
// ---------------------------------- */
body {
  background-image: url("/img/bg-leaf.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 108px;
  background-color: #fdf6e7;
}

/* Header
// ---------------------------------- */
header {
  background: url("/img/bg-pattern-header.png") repeat-x;
}
header > div > div.container {
  padding-top: 25px;
}
header p {
  font-size: 1.3em;
}
header p i {
  color: #dfac6a;
  padding-right: 3px;
}
header p a,
header p a:hover {
  color: #92613e;
}
#catchcopy {
  font-size: 1.2em;
  padding-top: 15px;
}
header ul{
  text-align: right;
}
header h1 {
  margin-top: 5px;
  margin-bottom: 20px;
}
header ul li:first-child {
  font-size: 1.6em;
  margin-bottom: 5px;
  letter-spacing: 0.05em;
}
header ul li:first-child i {
  font-size: 1.0em;
  color: #ab9584;
  padding-right: 2px;
}
header ul li:nth-child(2) {
  width: 83%;
  background-color: #da5535;
  border-radius: 4px;
}
header ul li:nth-child(2) a {
  display: block;
  color: white;
  font-size: 1.1em;
  padding-top: 5px;
  padding-bottom: 5px
}
header ul li:nth-child(2) a:hover {
  opacity: 1.0;
}
#menu-button {
  background-color: #dfac6a;
  border-color: #dfac6a;
  border-radius: 4px;
  margin-top: 23px;
  margin-right: 15px;
}
#menu-button:hover {
  cursor: pointer;
}
#menu-button p {
  color: white;
  font-size: 1.0em;
  font-weight: bold;
  padding: 10px 10px 0 10px;
}
#sp-logo {
  width: 78%;
  margin-top: 10px;
  padding-bottom: 10px;
  clear: both;
}

/* --- for SP --- */
@media screen and (max-width: 767px){
  #sp-logo {
    padding-bottom: 15px;
  }
}

#sp-logo p {
  margin-bottom: 0;
}

/* Gloval Navigation
// ---------------------------------- */
/* --- for PC --- */
#pc-gnav ul {
  width: 100%;
  display: table;
  margin-bottom: 20px;
}
#pc-gnav ul li {
  display: table-cell;
  vertical-align: middle;
  color: #92613e;
  font-size: 1.6em;
  position: relative;
  padding-left: 25px;
  padding-right: 20px;
}

/* --- for ipad portrait --- */
@media screen and (min-width: 768px) and (max-width: 991px){
  #pc-gnav ul li {
    font-size: 1.1em;
  }
}
/* --- for ipad landscape --- */
@media screen and (min-width: 992px) and (max-width: 1024px){
  #pc-gnav ul li {
    font-size: 1.4em;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px){
  #pc-gnav ul li {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 1200px){
  #pc-gnav ul li {
    font-size: 1.6em;
  }
}

#pc-gnav ul li:nth-child(1) {
  width: 23%;
}
#pc-gnav ul li:nth-child(2) {
  width: 28%;
}
#pc-gnav ul li:nth-child(3) {
  width: 18%;
}
#pc-gnav ul li:nth-child(4) {
  width: 20%;
}
#pc-gnav ul li:nth-child(5) {
  width: 11%;
}
#pc-gnav ul li::before {
  content: "\f10c";
  font-family: FontAwesome;
  color: #da5535;
  font-size: 0.7em;
  position: absolute;
  top: 6px;
  left: 10px;
}
#pc-gnav ul li::after {
  content: url("/img/prts-part-bar.png");
  position: absolute;
  top: 4px;
  right: 0;
}
#pc-gnav ul li:last-child::after {
  content: none;
}
#pc-gnav ul li a {
  color: #92613e;
}
#pc-gnav ul li.current a {
  pointer-events: none;
}

/* --- for SP --- */
#sp-gnav {
  display: none;
}
#sp-gnav ul {
  padding-bottom: 20px;
}
#sp-gnav ul li {
  color: #92613e;
  font-size: 1.3em;
  padding-left: 60px;
}
#sp-gnav ul li a {
  display: block;
  color: #92613e;
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 7px;
}

/* Main
// ---------------------------------- */
.wrap {
  background-color: white;
  border-radius: 20px;
  padding: 20px 30px 15px 30px;
}

/* --- for SP --- */
@media screen and (max-width: 767px){
  .wrap {
    padding: 15px 15px 15px 15px;
  }
}

/* ### Contents ###
// ---------------------------------- */
#contents h2 {
  font-size: 1.7em;
  position: relative;
  padding-left: 22px;
  margin-top: 0;
}
#contents h2::before {
  content: "\f10c";
  font-family: FontAwesome;
  color: #da5535;
  font-size: 0.7em;
  font-weight: bold;
  position: absolute;
  top: 6px;
  left: 1px;
}
hr.underline {
  clear: both;
  height: 3px;
  background: url("/img/prts-underline.png") top repeat-x;
  border-top: none;
  margin: 0;
  margin-bottom: 20px;
}
.break-thumb {
  background-color: #efe3c9;
  line-height: 40px;
  border-radius: 6px;
  margin: 0 15px 30px;
  padding-left: 15px;
}
.break-thumb a {
  color: #da5535;
  text-decoration: underline;
}
.col-adj-side {
  padding-left: 5px;
}
/* --- for SP --- */
@media screen and (max-width: 767px){
  .col-adj-side {
    padding-left: 15px;
  }
}

/* ### Sidebar ###
// ---------------------------------- */
#sidebar h2 {
  font-size: 1.5em;
}
#sidebar .side-wrap {
  border-radius: 20px;
  padding: 15px 30px 10px 30px;
}

/* --- for SP --- */
@media screen and (max-width: 767px){
  #sidebar .side-wrap {
    padding: 15px 20px 10px 20px;
  }
}

/* 初めてのご来院をお考えの方へ */
#side-message {
  background-color: #e3efc6;
  margin-bottom: 20px;
}
#side-message .mini-wrap {
  overflow: hidden;
}
#side-message .mini-wrap p {
  float: left;
  width: 20%;
}
#side-message .mini-wrap h2 {
  float: left;
  width: 78%;
  padding-left: 2%;
  margin-top: 0;
  font-size: 1.6em;
  line-height: 1.2;
}
#side-message > p {
  width: 100%;
  letter-spacing: -0.03em;
  margin-bottom: 0;
}

/* --- for SP --- */
@media screen and (max-width: 767px){
  #side-message > p {
    letter-spacing: -0.05em;
  }
}

/* ご予約はこちら */
#side-reservation {
  background-color: #fae2d4;
}
#side-reservation h2 {
  color: #675d55;
  margin-top: 0;
  margin-bottom: 0;
}
#side-reservation p.p-01 {
  color: #675d55;
  font-size: 2.0em;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}

/* --- for SP --- */
@media screen and (max-width: 767px){
  #side-reservation p.p-01 {
    font-size: 1.8em;
  }
}

#side-reservation p.p-01 i {
  color: #baa594;
  padding-right: 5px;
}
#side-reservation a:hover {
  text-decoration: none;
}
#side-reservation a:hover p {
  opacity: 0.8;
}
#side-reservation p.p-02 {
  background-color: #da5535;
  border-radius: 10px;
  color: white;
  width: 100%;
  font-size: 1.5em;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
#side-reservation p.p-02 span {
  margin-top: 1%;
  padding-right: 5%;
}

/* 治療院紹介動画 */
#side-video iframe {
  width: 100%;
  height: 168px;
}

/* 診察カレンダー */
#side-calendar {
  margin-bottom: 20px;
}
#side-calendar iframe {
  width: 100%;
  /*height: 350px;*/
  height: 500px;
  padding-bottom: 10px;
}

/* 患者さんの声 */
#side-patient-voice p{
  width: 100%;
  margin-bottom: 20px;
}
#side-patient-voice p img{
  width: 100%;
}

/* Facebookでシェアしてね！ */
#side-facebook {
  background-color: #dee3f6;
  margin-bottom: 20px;
}
#side-facebook .mini-wrap {
  overflow: hidden;
}
#side-facebook .mini-wrap p {
  float: left;
  width: 20%;
}
#side-facebook .mini-wrap h2 {
  float: left;
  width: 76%;
  padding-left: 4%;
  color: #3a54a3;
  margin-top: 0;
  font-size: 1.6em;
  line-height: 1.0;
  letter-spacing: 0.01em;
}
#side-facebook > p {
  width: 100%;
  margin-bottom: 0;
}
#side-facebook .like-btn {
  background-color: #ccd3ed;
  line-height: 38px;
  border-radius: 10px;
  margin-right: 5%;
  text-align: center;
}

/* Instagram */
#side-instagram {
  margin-bottom: 20px;
}

/* 治療院ブログ */
#side-blog p{
  width: 100%;
  margin-bottom: 20px;
}
#side-blog p img{
  width: 100%;
}

/* Back to top
// ---------------------------------- */
/* --- for SP --- */
@media (max-width: 1024px) {
  #back-top p {
    display: none;
  }
}

/* --- for PC --- */
@media (min-width: 1025px) {
  #back-top:hover {
    cursor: pointer;
  }
  #back-top p {
    width: 54px;
    height: 54px;
    background-color: #83af75;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
    position: fixed;
    bottom: 15px;
    right: 70px;
    z-index: 1;
    text-align: center;
  }
  #back-top p i {
    display: block;
    color: white;
    font-size: 1.7em;
    padding-top: 12px;
  }
}

/* Footer
// ---------------------------------- */
footer {
  background: url("/img/bg-pattern.png") repeat;
  height: 103px;
  padding-top: 40px;
}
footer p {
  color: #518a47;
}
