@charset "UTF-8";
@import url("grid.css");

img {
  max-width:100%;
  height: auto;
  display: block;
}
a {
  display:block;
  color: #666;
  text-decoration-line: none;
}
a:hover { 
  color: #999;
}
.bold {
  font-weight: bold;
}

/*ヘッダー
-------------------------------------*/
.header{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  z-index: 1;
}
.logo{
  width: 100%;
  background: #AF927D;
  padding: 10px 0;
  margin: 0;
  box-sizing: border-box;
}
.logo h1.title {
  width: 900px;
  margin: auto;
}
.logo h1.title img {
  margin-top: 6px;
}
/* sp */
@media only screen and (max-width: 768px) {
  .nav {
    position: fixed;
    right: -320px;
    top: 0;
    width: 300px;
    height: 100vh;
    padding-top: 60px;
    background-color: #fff;
    transition: all .6s;
    z-index: 200;
    overflow-y: auto;
  }
  .hamburger {
    position: absolute;
    right: 15px;
    top: 8px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 300;
  }
  .nav_list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .nav_item {
    text-align: center;
    padding: 0 14px;
    margin: 0;
  }
  .nav_item a {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #AF927D;
  }
  .nav_item a:hover {
    background-color: #E6DED8;
  }
  .hamburger_border {
    position: absolute;
    left: 11px;
    width: 18px;
    height: 2px;
    background-color: #fff;
    transition: all .6s;
  }
  .hamburger_border_top {
    top: 14px;
  }
  .hamburger_border_center {
    top: 20px;
  }
  .hamburger_border_bottom {
    top: 26px;
  }
  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }
  .nav-open .nav {
    right: 0;
  }
  .nav-open .black_bg {
    opacity: .8;
    visibility: visible;
  }
  .nav-open .hamburger_border {
    background-color: #AF927D;
  }
  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 20px;
  }
  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 20px;
  }
}
/* pc */
@media only screen and (min-width: 769px) {
  .header_inner {
    position: relative;
    padding: 0;
    background: #fff;
    height: 40px;
    box-sizing: border-box;
  }
  .header_inner {
    border-top: 1px solid #AF927D;
    border-bottom: 1px solid #AF927D;
  }
  .nav {
    width: 900px;
    margin: auto;
  }
  .nav_list{
    display: flex;
    text-align: center;
    margin-bottom: 0;
    list-style: none;
  }
  .nav_list li{
    flex: 1;
    text-align: center;
    padding: 0;
    margin: 0;
  }
  .nav_list li a{
    color: #D1C3B8;
    font-weight: bold;
    padding: 6px;
  }
  .home .nav_list li a.current, .it-kindness .nav_list li a.current{
    color: #AF927D;
    background:#E6DED8;
  }
  .sekkotsuin .nav_list li a.current{
    color: #009C76;
    background:#D9EFE9;
  }
  .esthetic .nav_list li a.current{
    color: #FF91B5;
    background:#FEF4F8;
  }
  .nav_list li a:hover:not(.current){
    text-decoration: underline;;
  }
}
/*パンくず*/
.breadcrumb {
  width: 900px;
  margin: 0 auto;
  padding: 110px 0 10px;
  list-style: none;
}
.breadcrumb li {
  display: inline;
  list-style: none;
  font-size: 1.2rem;
}
.breadcrumb li:after {
  content: '>';
  padding: 0 0.2em;
  color: #555;
}
.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb li a {
  display: inline;
  text-decoration: none;
  color: #D1C3B8;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
.breadcrumb li a.b_current {
  font-weight: bold;
  color: #AF927D;
}

/*メイン画像・キャッチコピー
-------------------------------------*/
.mainimg {
  width: 900px;
  margin: 20px auto;
}
.home .mainimg {
  padding-top: 110px;
}
.mainimg img {
  width: 100%;
  height: auto;
}
.mainimg .sb_bn {
  text-align: right;
  padding: 10px 0;
}
.mainimg .sb_bn img {
  display: inline-block;
  width: 274px;
  height: auto;
}
.main_catch {
  color: #AF927D;
  text-align: center;
  font-size: 4rem;
  letter-spacing: 0.3em;
  margin: 40px auto 0;
}
.catch {
    text-align: center;
}
.catch h2 {
  padding-bottom: 1rem;
  font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  letter-spacing: 0.05em;
  font-size: 2.6rem;
}
.home .catch h2 {
  color: #F699B0;
}
.it-kindness .catch h2 {
  color: #AF927D;
}
.img_box_wrap {
  display: flex;
  flex-wrap: wrap;
}
.img_box {
  flex: 1;
}
.img_box img {
  width: 100%;
  height: auto;
  padding: 1px;
box-sizing: border-box;
}

/*メインコンテンツ
-------------------------------------*/
main {
  width: 900px;
  margin: 0 auto;
}
section {
  margin: 5rem 0;
}
section h2 {
  color: #231815;
  font-size: 2rem;
  font-weight: bold;
  margin: 10px 0;
}
.home section h2, .it-kindness section h2 {
  border-bottom: 1px solid #AF927D;
  padding-bottom: 10px;
}
section h2 span {
  position: relative;
}
.home section h2 span:before, .it-kindness section h2 span:before {
  position: relative;
  content: '●';
  color: #D1C3B8;
  padding-right: 06px;
}
.box_sekkotsuin, .box_esthetic {
  padding: 20px;
  border-radius: 20px;
  margin: 30px 0;
}
.box_sekkotsuin h3, .box_esthetic h3 {
  font-size: 2rem;
  font-weight: bold;
}
.box_sekkotsuin {
  border: 3px solid #ACDCCF;
  background: #E7F5F1;
}
.box_sekkotsuin h3 {
  color: #009C76;
}
.box_esthetic {
  border: 3px solid #FBCDDE;
  background: #FEF4F8;
}
.box_esthetic h3 {
  color: #FF91B5;
}
.bn_box {
  margin-bottom: .5rem;
}
.bn_box img {
  width: 100%;
  max-width: 350px;
  height: auto;
}
p.tel {
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 0;
}
/*接骨院*/
.sekkotsuin section h2 span:before {
  position: relative;
  content: '●';
  color: #ACDCCF;
  padding-right: 6px;
}
.box_sekkotsuin.box_menu {
  border: 0;
}
.box_sekkotsuin.box_menu h3 {
  color: #231815;
  background: #ACDCCF;
  padding: 3px 6px;
}
.point {
  font-weight: bold;
}
.point span{
  padding-right: 3px;
}
.box_sekkotsuin.box_menu .point span {
  color:#ACDCCF;
}
.sekkotsuin section.t_border {
  border-top: 1px solid #ACDCCF;
  padding-top: 20px;
}
.sekkotsuin .timetable td span {
  color: #009C76;
}
table.timetable th, table.timetable td {
  font-weight: bold;
  height: 50px;
}
table.timetable .small {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
}
table.timetable .day {
  width: 4.5rem;
}
/*エステ*/
.esthetic section h2.icon {
  position: relative;
  font-size: 3rem;
  color: #FF91B5;
  border-bottom: 6px solid #FAC8DB;
  padding-right: 100px;
  padding-top: 100px;
}
.esthetic section h2.icon:after {
  content: "";
  display: inline-block;
  width: 160px;
  height: 160px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.esthetic section h2.icon.icon01:after {
  background: url(../esthetic/img/img_esthe01.png) no-repeat;
  background-size: contain;
}
.esthetic section h2.icon.icon02:after {
  background: url(../esthetic/img/img_esthe02.png) no-repeat;
  background-size: contain;
}
.esthetic section.esthemenu h2 {
  background: #FF91B5;
  border-radius: 60px;
  color: #fff;
  padding: 6px 20px;
  font-size: 2.4rem;
  text-align: left;
}
.box_esthetic.box_menu {
  border: 0;
}
.box_esthetic.box_menu h3 {
  color: #F19DAE;
}
.box_esthetic.box_menu h3.circle:before {
  position: relative;
  content: '●';
  color: #F19DAE;
  padding-right: 6px;
}
.box_esthetic.box_menu .sub_box {
  padding: 20px;
  border-radius: 20px;
  margin: 15px 0;
  border: 1px solid #FBCDDE;
  background: #fff;
}
.box_esthetic.box_menu02 {
  background: #F4F4F4;
  border: 0;
}
.box_esthetic.box_menu02 h3 {
  background: #FF91B5;
  border-radius: 60px;
  color: #fff;
  padding: 6px 12px;
  font-size: 2.4rem;
  text-align: center;
}
dl.faq {
  margin: 10px 0 20px;
  padding: 0;
}
dl.faq dt, dl.faq dd {
  margin: 0;
  padding: 6px 0 6px 36px;
  position: relative;
}
dl.faq dt {
  color: #FF91B5;
  font-size: 1.8rem;
  font-weight: bold;
}
dl.faq dt:before {
  content: "Ｑ：";
  position: absolute;
  left: 0;
  top: 6px;
}
dl.faq dd:before {
  content: "Ａ：";
  position: absolute;
  left: 0;
  top: 6px;
}
table.esthecycle {
  background: #fff;
}
table.esthecycle th, table.esthecycle td {
  padding: 6px 0;
}
.esthetic section.esthemenu .box {
  padding: 0 20px;
}
.esthetic section.esthemenu .box h3 {
  font-size: 2.4rem;
  color: #FF91B5;
  padding: 6px 0;
  margin-top: 6px;
  border-bottom: 6px solid #FAC8DB;
}
.esthetic section.esthemenu dl.sub_menu {
  margin: 0 0 15px;
  padding: 0;
}
.esthetic section.esthemenu dl.sub_menu dt, .esthetic section.esthemenu dl.sub_menu dd {
  padding: 3px 0;
}
.esthetic section.esthemenu dl.sub_menu dt {
  color: #FF91B5;
  font-weight: bold;
}
.esthetic section.esthemenu dl.sub_menu dd {
  overflow: hidden;
  border-bottom: 1px dashed #666;
}
.esthetic section.esthemenu dl.sub_menu dd span {
  display: inline-block;
  float: right;
  font-weight: bold;
}
.pop_img img{
  width: auto;
  height: 140px;
  margin: 0 0 0 auto;
}
.esthetic section h2.style_c span:before {
  position: relative;
  content: '●';
  color: #FAC8DB;
  padding-right: 6px;
}
/*IT Kindness*/
.rinen {
  font-size: 2.1rem;
}

/*フッター
-------------------------------------*/
footer {
  padding: 2rem 0 1rem;
}
.footer_navi {
  display: flex;
  width: 900px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: center;
}
.footer_navi li {
  flex: 1;
  text-align: center;
  padding: 0;
  margin: 0;
}
.footer_navi li a {
  position: relative;
  font-size: 1.4rem;
  color: #AF927D;
}
.footer_navi li a:before {
  content: "\25B6";
  position: relative;
  padding-right: 2px;
  text-decoration: none;
}
.footer_navi li a span {
  text-decoration: underline;
}
.footer_navi li a:hover span {
  text-decoration: none;
}

/*コピーライト
-------------------------------------*/
.copyright {
  text-align: center;
  padding: 1rem 0;
  color: #fff;
  background-color: #AF927D;
}
/*ページトップ
-------------------------------------*/
#pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  margin: 0;
}
#pagetop a {
  display: block;
  background: #AF927D;
  color: #fff;
  width: 50px;
  height: 50px;
  padding: 12px;
  text-align: center;
  position: relative;
  border-radius: 50px;
}
#pagetop a:before {
  content: "▲";
}
#pagetop a:hover {
  background: #E6DED8;
}

/* 幅768px以下の表示
-------------------------------------*/
@media screen and (max-width: 768px){
  .header {
    height: 60px;
  }
  .logo {
    height: 60px;
  }
  .logo h1.title {
    width: 100%;
    padding: 0 1rem;
  }
  .logo h1.title img {
    width: 240px;
    height: auto;
  }
  .breadcrumb {
    width: 100%;
    padding: 60px 0 0 20px;
  }
  .mainimg {
    width: 100%;
    margin-top: 0;
  }
  .home .mainimg {
    padding-top: 60px;
  }
  main {
    width: 100%;
  }
  .main_catch {
    font-size: 2.6rem;
    letter-spacing: 0.05em;
  }
  .catch h2 {
    font-size: 2rem;
  }
  .img_box {
    flex: auto;
    width: 33.33%;
  }
  section {
    margin: 3rem 0;
    padding: 0 2rem;
  }
  .home .box_sekkotsuin h3, .home .box_esthetic h3 {
    margin-top: 1rem;
  }
  .mainimg .sb_bn {
    text-align: center;
  }
  .esthetic section h2.icon {
    position: relative;
    font-size: 2rem;
    color: #FF91B5;
    border-bottom: 6px solid #FAC8DB;
    padding-right: 40px;
    padding-top: 20px;
  }
  .esthetic section h2.icon:after {
    content: "";
    display: inline-block;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  table.flat th,
  table.flat td {
    display: block;
  }
  table.flat th {
    font-weight: bold;;
  }
  .box_esthetic.box_menu02 h3, .esthetic section.esthemenu h2, .esthetic section.esthemenu .box h3 {
    font-size: 2rem;
  }
  .footer_navi {
    width: 100%;
  }
  .footer_navi li a {
    font-size: 1rem;
  }
  .copyright {
    font-size: 1.2rem;
  }
  #pagetop {
    bottom: 5px;
  }
  #pagetop a {
    width: 40px;
    height: 40px;
    padding: 6px;
    border-radius: 40px;
  }
}
