@charset "UTF-8";
/* =======================================================
common
======================================================= */
html {
  overflow: auto;
}

body {
  margin: 0;
  background: #ffffff;
  color: #545454;
  font-size: 1.6rem;
  line-height: 180%;
  position: relative;
}

body_bg {
  margin: 0;
}

/* bx-slider */
.bx-wrapper .bx-viewport {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  left: auto;
}

/* デバイス固有表示 */
.display_o_pc {
  display: block;
}

.display_u_pc {
  display: none;
}

.display_o_tablet {
  display: block;
}

.display_u_tablet {
  display: none;
}

@media screen and (max-width: 960px) {
  /* ---------- tablet ---------- */
  .display_o_pc {
    display: none;
  }
  .display_u_pc {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  /* ---------- phone ---------- */
  .display_o_tablet {
    display: none;
  }
  .display_u_tablet {
    display: block;
  }
}

/* =======================================================
header
======================================================= */
#header {
  margin-bottom: 70px;
  padding-bottom: 240px;
  position: relative;
  background-position: center 0;
  background-color: #faf9f7;
  background-repeat: repeat-x;
  background-image: url(../images/header_topline.gif);
}

#home #header {
  margin-bottom: 0;
  padding-bottom: 210px;
}

.logo_wrap {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

#logo {
  margin-left: -95px;
  position: absolute;
  top: 35px;
  left: 50%;
  z-index: 100;
}

#logo a {
  display: block;
  width: 190px;
  height: 184px;
  text-indent: -5000px;
  background-repeat: no-repeat;
  background-image: url(../images/logo_pc_l.png);
}

#home #logo {
  top: 480px;
}

.header_contact {
  position: absolute;
  top: 10px;
  right: 30px;
  border-radius: 0 0 4px 4px;
  overflow: hidden;
  z-index: 100;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.header_contact ul {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}

.header_contact ul li a {
  display: block;
  height: 50px;
  padding: 0 30px;
  color: #ffffff;
  text-decoration: none;
  line-height: 50px;
  background-color: #94ccdf;
}

.header_contact ul li .inner {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}

.header_contact ul li i {
  font-weight: normal;
  color: #94ccdf;
  text-align: center;
  line-height: 24px;
  margin: 13px 6px 0 0;
  transition: ease 0.2s;
  -webkit-transition: ease 0.2s;
}

.header_contact ul li i:before {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ffffff;
}

.header_contact ul .tel {
  font-size: 18px;
  border-right: solid 1px #B5DBE9;
}

.header_contact ul .tel a {
  cursor: default;
}

.header_contact ul .tel i {
  font-size: 16px;
}

.header_contact ul .reserve {
  font-size: 16px;
}

.header_contact ul .reserve a:hover {
  background-color: #6da1b4;
}

.header_contact ul .reserve a:hover i {
  color: #6da1b4;
}

.header_contact ul .reserve i {
  font-size: 14px;
}

@media screen and (max-width: 1200px) {
  /* ---------- pc ---------- */
  #header {
    padding-bottom: 210px;
  }
  #home #header {
    padding-bottom: 180px;
  }
  .logo_wrap {
    width: 960px;
    padding-left: 30px;
    padding-right: 30px;
  }
  #logo {
    margin-left: -80px;
    top: 35px;
  }
  #logo a {
    width: 160px;
    height: 154px;
    background-image: url(../images/logo_pc.png);
  }
  #home #logo {
    top: 402px;
  }
  .header_contact ul li a {
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
  }
  .header_contact ul li i {
    margin-top: 8px;
  }
}

@media screen and (max-width: 960px) {
  /* ---------- tablet ---------- */
  #header {
    padding-bottom: 15px;
    background-size: auto 5px;
    margin-bottom: 50px;
  }
  #home #header {
    padding-bottom: 0;
  }
  .logo_wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #logo {
    position: relative;
    top: auto;
    left: auto;
    padding-top: 20px;
    margin: 0;
  }
  #logo a {
    width: 220px;
    height: 63px;
    margin: 0 auto;
    background-size: 220px auto;
    background-image: url(../images/logo_tablet.png);
  }
  #home #logo {
    top: auto;
    left: auto;
  }
  .header_contact {
    width: 100%;
    position: fixed;
    top: auto !important;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0;
  }
  .header_contact ul {
    width: 100%;
  }
  .header_contact ul li {
    width: 50%;
  }
  .header_contact ul li a {
    display: block;
    width: 100%;
    height: 65px;
    line-height: 24px;
    padding: 0;
    position: relative;
  }
  .header_contact ul li a .inner {
    width: 100%;
    height: 24px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
  }
  .header_contact ul li a i {
    margin-top: 0;
  }
}

@media screen and (max-width: 640px) {
  /* ---------- phone ---------- */
  #logo a {
    width: 175px;
    height: 50px;
    margin: 0;
    background-size: 175px auto;
    background-image: url(../images/logo_phone.png);
  }
}

/* =======================================================
gnavi
======================================================= */
.gnavi_wrap {
  width: 100%;
  background-color: #faf9f7;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}

#gnavi {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

#gnavi ul.gnavi_body {
  display: block;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  position: relative;
}

#gnavi ul.gnavi_body:after {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background-color: #F3EFE9;
  position: absolute;
  bottom: 45px;
  right: 0;
}

#gnavi ul.gnavi_body li {
  width: 100%;
  height: 100%;
  position: relative;
}

#gnavi ul.gnavi_body li:before {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background-color: #F3EFE9;
  position: absolute;
  bottom: 45px;
  left: 0;
}

#gnavi ul.gnavi_body li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
}

#gnavi ul.gnavi_body li a img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

#gnavi ul.gnavi_body li a .icon {
  width: 50px;
  border-radius: 50%;
  margin-bottom: 8px;
  transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
}

#gnavi ul.gnavi_body li a .menu {
  width: 90px;
}

#gnavi ul.gnavi_body li a:hover {
  background-color: #ebe7df;
}

#gnavi ul.gnavi_body li a:hover .icon {
  margin-top: -10px;
  margin-bottom: 13px;
}

#gnavi ul.gnavi_body #gnavi02 {
  margin-right: 260px;
}

#gnavi ul.gnavi_body #gnavi02:after {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background-color: #F3EFE9;
  position: absolute;
  bottom: 45px;
  right: 0;
}

#gnavi ul.gnavi_body li#gnavi01 a .icon {
  background-color: #f6d600;
}

#gnavi ul.gnavi_body li#gnavi02 a .icon {
  background-color: #f1a7a6;
}

#gnavi ul.gnavi_body li#gnavi03 a .icon {
  background-color: #96bbdf;
}

#gnavi ul.gnavi_body li#gnavi04 a .icon {
  background-color: #9cb43a;
}

#gnavi ul.gnavi_body li#gnavi05 a .icon {
  background-color: #c084c1;
}

#gnavi ul.gnavi_body li#gnavi06 a .icon {
  background-color: #f69c4b;
}

#gnavi ul.gnavi_body {
  height: 230px;
}

#home #gnavi ul.gnavi_body {
  height: 210px;
}

#gnavi ul.gnavi_body li a {
  padding-top: 85px;
}

#home #gnavi ul.gnavi_body li a {
  padding-top: 65px;
}

.gnavi_sub {
  width: 100%;
  background: rgba(95, 79, 52, 0.9);
  position: absolute;
  left: 0;
  z-index: 9;
  transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
}

.gnavi_sub .gnavi_sub_inner {
  padding-top: 35px;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.gnavi_sub .gnavi_sub_inner ul.gnavi_sub_body {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.gnavi_sub .gnavi_sub_inner ul.gnavi_sub_body li {
  width: 25%;
  height: 60px;
  line-height: 100%;
  padding: 5px;
}

.gnavi_sub .gnavi_sub_inner ul.gnavi_sub_body li a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 16px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #614c29;
  text-align: center;
  text-decoration: none;
  border-left-style: solid;
  border-left-width: 5px;
  background-color: #ffffff;
  position: relative;
  transition: ease 0.2s;
  -webkit-transition: ease 0.2s;
}

.gnavi_sub .gnavi_sub_inner ul.gnavi_sub_body li a:before {
  content: "";
  font-family: FontAwesome;
  font-size: 14px;
  margin-top: -7px;
  color: #614c29;
  position: absolute;
  top: 50%;
  left: 10px;
  transition: ease 0.2s;
  -webkit-transition: ease 0.2s;
}

.gnavi_sub .gnavi_sub_inner ul.gnavi_sub_body li a:hover {
  background-color: #ebe7df;
}

.gnavi_sub .gnavi_sub_inner ul.gnavi_sub_body li a:hover:before {
  left: 20px;
}

#gnavi03_sub {
  visibility: hidden;
  height: 190px;
  bottom: -130px;
  opacity: 0;
}

#gnavi03_sub .gnavi_sub_inner ul.gnavi_sub_body li a {
  border-left-color: #94BDDE;
}

#gnavi03_sub.act {
  visibility: visible;
  opacity: 1;
  bottom: -190px;
}

@media screen and (max-width: 1200px) {
  /* ---------- pc ---------- */
  #gnavi {
    width: 960px;
    padding-left: 30px;
    padding-right: 30px;
  }
  #gnavi ul.gnavi_body:after {
    height: 40px;
    bottom: 25px;
  }
  #gnavi ul.gnavi_body li:before {
    height: 40px;
    bottom: 25px;
    left: 0;
  }
  #gnavi ul.gnavi_body li a .icon {
    width: 50px;
  }
  #gnavi ul.gnavi_body li a .menu {
    width: 90px;
  }
  #gnavi ul.gnavi_body #gnavi03 {
    margin-right: 200px;
  }
  #gnavi ul.gnavi_body #gnavi03:after {
    height: 40px;
    bottom: 25px;
  }
  #gnavi ul.gnavi_body {
    height: 200px;
  }
  #home #gnavi ul.gnavi_body {
    height: 180px;
  }
  #gnavi ul.gnavi_body li a {
    padding-top: 75px;
  }
  #home #gnavi ul.gnavi_body li a {
    padding-top: 55px;
  }
  .gnavi_sub .gnavi_sub_inner {
    width: 960px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .gnavi_sub .gnavi_sub_inner ul.gnavi_sub_body {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .gnavi_sub .gnavi_sub_inner ul.gnavi_sub_body li a {
    font-size: 14px;
  }
}

@media screen and (max-width: 960px) {
  /* ---------- tablet ---------- */
  #gnavi_accordion {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 101;
  }
  #gnavi_accordion #toggle_btn {
    float: right;
    width: 80px;
    height: 40px;
    margin-right: 20px;
    background-color: #6f624d;
    border-radius: 0 0 4px 4px;
    font-size: 13px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #ffffff;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  }
  #gnavi_accordion #toggle_btn a {
    width: 100%;
    height: 100%;
  }
  #gnavi_accordion #toggle_btn i {
    margin-right: 6px;
  }
  #gnavi_accordion .gnavi_accordion_inner {
    display: none;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  }
  #gnavi_accordion ul.gnavi_accordion_body {
    background-color: #6f624d;
    padding: 15px 5px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  #gnavi_accordion ul.gnavi_accordion_body li {
    width: 33.3%;
    height: 60px;
    padding: 3px;
    font-size: 13px;
    line-height: 54px;
    text-align: center;
  }
  #gnavi_accordion ul.gnavi_accordion_body li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #545454;
    text-decoration: none;
    background-color: #ffffff;
  }
  #gnavi_accordion ul.gnavi_accordion_body li i {
    float: left;
    line-height: 54px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 640px) {
  /* ---------- phone ---------- */
  #gnavi_accordion ul.gnavi_accordion_body li {
    width: 50%;
  }
}

/* =======================================================
mainimage
======================================================= */
#mainimage {
  padding: 40px 0 20px;
}

.bx-wrapper .bx-viewport {
  left: 0 !important;
}

.slide_container {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

.slide_container .bxslider {
  width: 100%;
}

.slide_container .bxslider li {
  width: 800px !important;
  margin-right: 40px;
  font-size: 0;
  left: 0;
}

.slide_container .bxslider li img {
  width: 100%;
  vertical-align: bottom;
}

.slide_wrap01 {
  width: 800px;
  height: 420px;
  margin: 0 auto;
  position: relative;
}

.slide_wrap02 {
  width: 2400px;
  position: absolute;
  left: 50%;
  margin-left: -1240px;
}

@media screen and (max-width: 1200px) {
  /* ---------- pc ---------- */
  .slide_container .bxslider li {
    width: 650px !important;
  }
  .slide_wrap01 {
    width: 650px;
    height: 342px;
  }
  .slide_wrap02 {
    width: 1950px;
    margin-left: -1015px;
  }
}

@media screen and (max-width: 960px) {
  /* ---------- tablet ---------- */
  #mainimage {
    padding: 20px 0 40px;
  }
  .slide_container .bxslider li {
    width: 580px !important;
  }
  .slide_wrap01 {
    width: 580px;
    height: 305px;
  }
  .slide_wrap02 {
    width: 1740px;
    margin-left: -910px;
  }
}

@media screen and (max-width: 640px) {
  /* ---------- phone ---------- */
  #mainimage_phone {
    padding: 15px 0 40px;
  }
  #mainimage_phone .bxslider li img {
    padding: 0 10px;
  }
}

/* =======================================================
main
======================================================= */
#container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}

#home #container {
  padding: 0;
}

#main {
  width: 100%;
  margin-bottom: 70px;
  padding-right: 40px;
  position: relative;
}

#home #main {
  padding-right: 0;
  margin-bottom: 0;
  width: 100%;
}

#content {
  border-bottom: solid 1px #ede9e2;
}

#content header .page_title {
  margin-bottom: 70px;
  font-size: 4rem;
  color: #614c29;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 500;
}

#content .entry_header {
  width: 100%;
}

#content .entry_body h2,
#content .entry_header .entry_title {
  margin-bottom: 30px;
  font-size: 3rem;
  line-height: 120%;
  color: #614c29;
  font-weight: 500;
}

#content .entry_body h3 {
  margin-bottom: 20px;
  font-size: 2.4rem;
  line-height: 120%;
  color: #614c29;
  font-weight: 500;
}

#policy #content .entry_body h3 {
  color: #e79695;
}

#about #content .entry_body h3 {
  color: #f6d600;
}

#care-services #content .entry_body h3,
#general #content .entry_body h3,
#pediatrics #content .entry_body h3,
#orthodontics #content .entry_body h3,
#implant #content .entry_body h3,
#ethtetic #content .entry_body h3,
#prophylaxis #content .entry_body h3,
#breath #content .entry_body h3 {
  color: #85acd2;
}

#access #content .entry_body h3 {
  color: #94af28;
}

#comments #content .entry_body h3 {
  color: #94af28;
}

#blog #content .entry_body h3 {
  color: #ed8e39;
}

#home #content .entry_body {
  border-bottom: none;
}

#breadcrumbs {
  font-size: 1.3rem;
  position: absolute;
  top: -60px;
  left: 0;
}

#breadcrumbs a {
  text-decoration: none;
}

#breadcrumbs a:hover {
  text-decoration: underline;
}

#breadcrumbs,
#breadcrumbs a {
  color: #999999;
}

@media screen and (max-width: 1200px) {
  /* ---------- pc ---------- */
  #container {
    width: 960px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 960px) {
  /* ---------- tablet ---------- */
  #container {
    display: block;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #main {
    padding-right: 0;
    margin-bottom: 50px;
  }
  #content header .page_title {
    margin-bottom: 50px;
  }
  #breadcrumbs {
    top: -50px;
  }
}

@media screen and (max-width: 640px) {
  /* ---------- phone ---------- */
  #breadcrumbs {
    font-size: 1.1rem;
    top: -50px;
  }
}

@media screen and (max-width: 520px) {
  /* ---------- phone_s ---------- */
  #content header .page_title {
    font-size: 2.4rem;
  }
  #content .entry_body h2,
  #content .entry_header .entry_title {
    font-size: 2.4rem;
  }
}

/* =======================================================
archive
======================================================= */
#blog .entry_header,
#news .entry_header {
  position: relative;
}

#blog .entry_header h2,
#blog .entry_header h1,
#blog .entry_body .entry_title,
#news .entry_header h2,
#news .entry_header h1,
#news .entry_body .entry_title {
  padding-left: 85px;
}

#blog h1 a,
#blog h2 a,
#blog .entry_body .entry_title a,
#news h1 a,
#news h2 a,
#news .entry_body .entry_title a {
  text-decoration: none;
  color: #614c29;
}

.entry_header .date {
  display: block;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 100%;
  color: #ffffff;
  position: absolute;
  padding-top: 8px;
  top: -27px;
  left: 0;
}

.entry_header .date .year {
  font-size: 10px;
  display: block;
  margin-bottom: 8px;
}

.entry_header .date .day {
  font-size: 40px;
  font-weight: 500;
  display: block;
}

.entry_header .date.month01 {
  background-color: #d06868;
}

.entry_header .date.month02 {
  background-color: #88cbd9;
}

.entry_header .date.month03 {
  background-color: #adcc3d;
}

.entry_header .date.month04 {
  background-color: #eb8fa2;
}

.entry_header .date.month05 {
  background-color: #5a9300;
}

.entry_header .date.month06 {
  background-color: #cf82d2;
}

.entry_header .date.month07 {
  background-color: #5b9ce6;
}

.entry_header .date.month08 {
  background-color: #f89412;
}

.entry_header .date.month09 {
  background-color: #a0ad12;
}

.entry_header .date.month10 {
  background-color: #e8b504;
}

.entry_header .date.month11 {
  background-color: #bd471e;
}

.entry_header .date.month12 {
  background-color: #1a4574;
}

.entry_footer {
  padding-top: 30px;
  font-size: 13px;
}

.entry_footer .author {
  color: #614c29;
  margin-bottom: 10px;
}

.entry_footer .post-footer-list .cat i {
  margin-right: 10px;
}

.entry_footer .post-footer-list a {
  font-size: 12px;
  padding: 2px 10px;
  background-color: #60523a;
  border-radius: 4px;
  text-decoration: none;
  color: #ffffff;
}

.pagination {
  border-top: 1px solid #ede9e2;
  line-height: 60px;
  text-align: center;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.pagination span, .pagination a {
  padding: 0 10px;
  border-right: solid 1px #ffffff;
  background-color: #faf9f7;
  min-width: 50px;
}

.pagination a {
  text-decoration: none;
  color: #545454;
  transition: ease 0.2s;
  -webkit-transition: ease 0.2s;
}

.pagination a:hover {
  color: #ffffff;
  background-color: #60523a;
}

@media screen and (max-width: 960px) {
  /* ---------- tablet ---------- */
  #blog .entry_header h2,
  #blog .entry_header h1,
  #blog .entry_body .entry_title,
  #news .entry_header h2,
  #news .entry_header h1,
  #news .entry_body .entry_title {
    padding-left: 70px;
    margin-bottom: 40px;
  }
  .entry_header .date {
    padding-top: 4px;
    width: 55px;
    height: 55px;
    top: -15px;
  }
  .entry_header .date .year {
    font-size: 10px;
    margin-bottom: 5px;
  }
  .entry_header .date .day {
    font-size: 35px;
  }
}

@media screen and (max-width: 640px) {
  /* ---------- phone ---------- */
  .pagination {
    line-height: 40px;
  }
  .pagination span, .pagination a {
    min-width: 40px;
  }
}

@media screen and (max-width: 520px) {
  /* ---------- phone_s ---------- */
  .entry_header .date {
    top: -22px;
  }
}

/* =======================================================
wysisyg
======================================================= */
/* =======================================================
gallery
======================================================= */
.gallery ul {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.gallery ul li.gallery-item {
  width: 25%;
  padding: 10px;
}

.gallery ul li.gallery-item a {
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  transition: ease 0.2s;
  -webkit-transition: ease 0.2s;
}

.gallery ul li.gallery-item a:hover {
  opacity: 0.6;
}

.gallery ul li.gallery-item a {
  display: block;
  position: relative;
  line-height: 0;
}

.gallery ul li.gallery-item a:before, .gallery ul li.gallery-item a:after {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url(../images/frame01.png);
  background-size: 18px 18px;
  background-repeat: no-repeat;
}

.gallery ul li.gallery-item a:before {
  top: -4px;
  left: -4px;
}

.gallery ul li.gallery-item a:after {
  right: -4px;
  bottom: -4px;
  transform: rotate(180deg);
}

@media screen and (max-width: 960px) {
  /* ---------- tablet ---------- */
  .gallery ul li.gallery-item {
    width: 16.6%;
  }
}

@media screen and (max-width: 800px) {
  /* ---------- tablet_s ---------- */
  .gallery ul li.gallery-item {
    width: 25%;
  }
}

@media screen and (max-width: 640px) {
  /* ---------- phone ---------- */
  .gallery ul li.gallery-item a:before, .gallery ul li.gallery-item a:after {
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
  }
  .gallery ul li.gallery-item a:before {
    top: -4px;
    left: -4px;
  }
  .gallery ul li.gallery-item a:after {
    right: -4px;
    bottom: -4px;
  }
}

@media screen and (max-width: 520px) {
  /* ---------- phone_s ---------- */
  .gallery ul li.gallery-item {
    width: 33.3%;
    padding: 5px;
  }
}

/* =======================================================
side
======================================================= */
#side {
  display: block;
  width: 260px;
}

.side_bn_list .side_bn {
  margin-bottom: 20px;
  line-height: 0;
}

.side_bn_list .side_bn a {
  text-decoration: none;
}

.side_bn_list .side_bn a .ex {
  display: block;
  padding-top: 3px;
  text-align: center;
  color: #545454;
  font-size: 1.4rem;
  line-height: 140%;
}

.side_bn_list .side_bn:hover .ex {
  text-decoration: underline;
}

.side_bn_list .contact {
  background-color: #faf9f7;
  padding-bottom: 25px;
}

.side_bn_list .contact a {
  display: block;
  width: 220px;
  height: 50px;
  padding-left: 45px;
  margin: 0 auto;
  color: #ffffff;
  line-height: 50px;
  text-decoration: none;
  background-color: #94ccdf;
}

.side_bn_list .contact i {
  float: left;
  color: #94ccdf;
  text-align: center;
  line-height: 24px;
  margin: 13px 6px 0 0;
  transition: ease 0.2s;
  -webkit-transition: ease 0.2s;
}

.side_bn_list .contact i:before {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ffffff;
}

.side_bn_list .contact .reserve {
  display: block;
  font-size: 16px;
}

.side_bn_list .contact .reserve a {
  border-radius: 4px;
}

.side_bn_list .contact .reserve a:hover {
  background-color: #6da1b4;
}

.side_bn_list .contact .reserve a:hover i {
  color: #6da1b4;
}

.side_bn_list .contact .reserve i {
  font-size: 14px;
}

#blog_side {
  display: block;
  text-align: center;
  line-height: 140%;
}

#blog_side #blog_news_navi,
#blog_side #blog_category_navi,
#blog_side #blog_archive_navi {
  margin-bottom: 50px;
}

#blog_side h3 {
  padding-bottom: 20px;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
  font-size: 2rem;
  font-weight: 500;
  color: #614c29;
  border-bottom: 1px solid #ede9e2;
}

#blog_side li {
  margin-bottom: 10px;
  font-size: 1.4rem;
}

#blog_side a {
  text-decoration: none;
  color: #545454;
}

#blog_side a:hover {
  text-decoration: underline;
}

#blog_side select {
  padding: 10px 20px;
  width: 160px;
}

@media screen and (max-width: 960px) {
  /* ---------- tablet ---------- */
  #side {
    width: 100%;
  }
  #side_bn {
    display: none;
  }
  #blog_side {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
  }
  #blog_side #blog_news_navi,
  #blog_side #blog_category_navi,
  #blog_side #blog_archive_navi {
    width: 33.3%;
    padding: 0 10px;
  }
}

@media screen and (max-width: 640px) {
  /* ---------- phone ---------- */
  #blog_side {
    display: block;
  }
  #blog_side #blog_news_navi,
  #blog_side #blog_category_navi,
  #blog_side #blog_archive_navi {
    width: 100%;
    padding: 0;
  }
}

/* =======================================================
botttom_info
======================================================= */
#bottom_info {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
	margin-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-bottom: 70px;
  font-size: 1.4rem;
  line-height: 140%;
}

#bottom_info .bottom_logo {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

#bottom_info .open,
#bottom_info .contact {
    margin-bottom: 50px;
}

#bottom_info .open .adress {
  margin-bottom: 10px;
}

#bottom_info .open .address_ex {
  font-size: tx_font-size_xs;
  color: #999999;
  margin-bottom: 15px;
}

#bottom_info .open .ex {
  font-size: 1.3rem;
}

#bottom_info .open table {
  margin-bottom: 5px;
}

#bottom_info .contact {
  padding-left: 40px;
}

#bottom_info .contact li {
  line-height: 100%;
  text-align: center;
}

#bottom_info .contact li a {
  display: block;
  height: 85px;
  padding: 15px 60px 0;
  color: #ffffff;
  text-decoration: none;
  background-color: #94ccdf;
}

#bottom_info .contact li i {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto 8px;
  color: #94ccdf;
  text-align: center;
  line-height: 32px;
  transition: ease 0.2s;
  -webkit-transition: ease 0.2s;
}

#bottom_info .contact li i:before {
  display: block;
  border-radius: 50%;
  background-color: #ffffff;
}

#bottom_info .contact .tel {
  font-size: 18px;
  border-bottom: solid 1px #B5DBE9;
}

#bottom_info .contact .tel a {
  border-radius: 4px 4px 0 0;
  cursor: default;
}

#bottom_info .contact .tel i {
  font-size: 20px;
}

#bottom_info .contact .reserve {
  font-size: 16px;
  border-right: solid 1px #B5DBE9;
}

#bottom_info .contact .reserve a {
  border-radius: 0 0 4px 4px;
}

#bottom_info .contact .reserve a:hover {
  background-color: #6da1b4;
}

#bottom_info .contact .reserve a:hover i {
  color: #6da1b4;
}

#bottom_info .contact .reserve i {
  font-size: 18px;
}

#bottom_info .botttom_mnb {
    width: 100%;
    text-align: center;
	margin-bottom: 30px;
    padding:  30px 20px;
    background-color: #faf9f7;
}
#bottom_info .botttom_mnb .tx01 {
    padding-bottom: 15px;
}
#bottom_info .botttom_mnb .tx01_1,
#bottom_info .botttom_mnb .tx01_2,
#bottom_info .botttom_mnb .tx01_3 {
    display: block;
}
#bottom_info .botttom_mnb .tx01_1 {
    margin-bottom: 5px;
}
#bottom_info .botttom_mnb .tx01_2 {
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 120%;
    margin-bottom: 5px;
    color: #f06600;
}
#bottom_info .botttom_mnb .tx01_3 {
}
#bottom_info .botttom_mnb .tx02 {
    font-size: 1.2rem;
}
#bottom_info .bottom_bn {
	width: 100%;
}
#bottom_info .bottom_bn ul {
	width: 100%;
	display: flex;
	justify-content: center;
}
#bottom_info .bottom_bn li {
	width: 100%;
	max-width: 260px;
	margin: 0 10px;
}
#bottom_info .bottom_bn li a {
	display:  block;
	width: 100%;
	transition: all ease-in-out 0.2s;
}
#bottom_info .bottom_bn li a:hover {
	opacity: 0.6;
}
#bottom_info .bottom_bn li a img {
	width: 100%;
}

@media screen and (max-width: 1200px) {
  /* ---------- pc ---------- */
  #bottom_info {
    width: 960px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 960px) {
  /* ---------- tablet ---------- */
  #bottom_info {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    font-size: 1.3rem;
  }
  #bottom_info .bottom_logo a img {
    width: 220px;
  }
  #bottom_info .open {
    text-align: center;
  }
  #bottom_info .open .adress {
    margin-bottom: 20px;
    font-size: 1.3rem;
  }
  #bottom_info .open .ex {
    font-size: 1.3rem;
  }
  #bottom_info .open table {
    width: 340px;
    margin: 0 auto 5px;
  }
  #bottom_info .contact {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  /* ---------- phone ---------- */
  #bottom_info {
    font-size: 1.1rem;
  }
  #bottom_info .bottom_logo a img {
    width: 200px;
  }
  #bottom_info .open .adress {
    margin-bottom: 20px;
    font-size: 1.3rem;
  }
  #bottom_info .open .ex {
    font-size: 1.1rem;
  }
  #bottom_info .open table {
    width: 280px;
  }
    #bottom_info .botttom_mnb .tx01_2 {
        font-size: 1.8rem;
    }
	#bottom_info .bottom_bn li {
		width: 100%;
		margin: 0;
	}
}


/* =======================================================
footer
======================================================= */
.pagetop {
  right: 30px;
}

.pagetop a {
  display: block;
  width: 60px;
  height: 60px;
  background-color: #614c29;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  opacity: 0.8;
  z-index: 100;
}

.pagetop a i {
  font-size: 60px;
  line-height: 52px;
}

.pagetop a:hover {
  opacity: 1;
}

.footer_wrap {
  background-color: #EBE7DF;
}

#footer {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 50px;
  padding-bottom: 30px;
  font-size: 1.3rem;
  line-height: 140%;
}

#footer .footer_navi {
  margin-bottom: 30px;
}

#footer .footer_navi ul {
  display: block;
  margin-bottom: 0.5em;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

#footer .footer_navi li {
  margin-bottom: 10px;
}

#footer .footer_navi li:after {
  content: "　|　";
  font-size: 1.3rem;
  opacity: 0.2;
  font-weight: 100;
}

#footer .footer_navi li:last-child:after {
  display: none;
}

#footer .footer_navi li a {
  color: #545454;
  text-decoration: none;
}

#footer .footer_navi li a:hover {
  text-decoration: underline;
}

#footer .copyright {
  text-align: center;
}

@media screen and (max-width: 1200px) {
  /* ---------- pc ---------- */
  #footer {
    width: 960px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 960px) {
  /* ---------- tablet ---------- */
  .pagetop {
    right: 20px;
  }
  .pagetop a {
    width: 40px;
    height: 40px;
    color: #ffffff;
    z-index: 100;
  }
  .pagetop a i {
    font-size: 40px;
    line-height: 34px;
  }
  .pagetop a:hover {
    opacity: 1;
  }
  .footer_wrap {
    padding-bottom: 65px;
  }
  #footer {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #footer {
    width: 100%;
    padding: 0 0 30px;
    text-align: center;
  }
  #footer .footer_navi {
    margin-bottom: 30px;
  }
  #footer .footer_navi ul {
    display: block;
    margin-bottom: 0.5em;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  #footer .footer_navi li {
    width: 50%;
    height: 50px;
    margin-bottom: 0;
    border-right: solid 1px rgba(0, 0, 0, 0.1);
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  }
  #footer .footer_navi li:nth-child(even) {
    border-right: none;
  }
  #footer .footer_navi li:after {
    display: none;
  }
  #footer .footer_navi li a {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 15px;
  }
  #footer .footer_navi li a:hover {
    text-decoration: none;
  }
  #footer .footer_navi li a:after {
    content: "";
    display: block;
    float: right;
    padding-right: 15px;
    font-family: FontAwesome;
  }
}

@media screen and (max-width: 520px) {
  /* ---------- phone_s ---------- */
  #footer .footer_navi li {
    width: 100%;
    border-right: none;
  }
}
