@charset "UTF-8";
.pcv {
  display: block;
}

.spv {
  display: none;
}

#menu_btn,
#spnav_btn {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
}

.fade {
  opacity: 0;
  padding-top: 30px;
  overflow: hidden;
}

/* base */
/* ======================================================== */
#loading {
  width: 100%;
  height: 100%;
  background-color: #FFF;
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
}

.loader {
  width: 60px;
  height: 60px;
  position: fixed;
  z-index: 101;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
}

.square-spin > div {
  background-color: #CFCFCF;
  text-align: center;
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.sk-circle {
  margin-top: 30px;
}

.loading_logo {
  width: 260px;
  margin: -90px 0 0 -100px;
}

header,
.contents,
footer {
  position: relative;
  clear: both;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}

.header_base,
.contents_base,
.footer_base {
  position: relative;
  clear: both;
  margin: 0 auto;
  z-index: 2;
}

/* header */
header {
  z-index: 40;
}

.detail header {
  height: 480px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: cover;
}

.header_base {
  padding-top: 30px;
  width: 1200px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (max-width: 1300px) {
  .header_base {
    width: 90%;
  }
}

header h1 {
  width: 128px;
  line-height: 0;
  font-size: 0;
  text-align: center;
  margin: 0;
}
header h1 img {
  width: 128px;
}
header nav {
  width: 561px;
  padding-right: 30px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
header nav article {
  padding: 0 0;
}
header nav article a {
  text-decoration: none;
}
header nav article a p,
header nav article p {
  margin: 0;
  text-decoration: none;
  border: none;
  color: #FFF;
  text-align: center;
  text-decoration: none;
}
header nav article p:nth-child(1) {
  font-size: 16px;
  font-weight: bold;
}
header nav article p:nth-child(2) {
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  font-family: HKNova-MediumR, sans-serif;
}
header nav .header_contact {
  width: 239px;
  text-align: right;
  margin: 0;
  line-height: 0;
  font-size: 0;
}
header nav .header_contact p {
  color: #FFF;
  font-size: 14px;
  width: 239px;
  padding-right: 4.3%;
  margin: 0 auto;
  text-align: center;
}
header nav .header_contact p img {
  width: 100%;
}
@media screen and (max-width: 1300px) {
  header nav {
    width: 43.1%;
    padding-right: 0;
  }
  header nav article p:nth-child(1) {
    font-size: 1.4vw;
  }
  header nav article p:nth-child(2) {
    font-size: 1.1vw;
  }
  header nav .header_contact {
    width: 18.3vw;
  }
  header nav .header_contact p {
    width: 18.3vw;
    padding-right: 0;
  }
}
@media screen and (max-width: 750px) {
  header nav {
    width: 100%;
  }
  header nav article p:nth-child(1) {
    font-size: 16px;
  }
  header nav article p:nth-child(2) {
    font-size: 14px;
  }
  header nav .header_contact {
    display: none;
  }
}

/* menu */
#menu {
  display: none;
  position: fixed;
  width: 75px;
  height: 75px;
  right: 50px;
  top: 35px;
  cursor: pointer;
  margin: 0px;
  z-index: 40;
  background: #282828;
  border-radius: 37.5px;
  -webkit-border-radius: 37.5px;
  -moz-border-radius: 37.5px;
}

#menu::before,
#menu span {
  position: absolute;
  top: 42px;
  left: 20px;
  width: 33px;
  height: 2px;
  background-color: #FFF;
  text-indent: -9999px;
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#menu::before {
  content: "";
  top: 28px;
  background: #FFF;
}

#menu.on {
  background: none;
}

#menu.on::before {
  -webkit-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
  background-color: #282828;
}

#menu.on span {
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
  background-color: #282828;
}

/* global-spnav */
#global-spnav {
  color: #FFF;
  position: fixed;
  width: 100%;
  top: 0px;
  padding: 40px 0px 0 0px;
  display: none;
  z-index: 39;
}

#global-spnav article {
  float: none;
  width: 100%;
  margin: 0 0 30px 0;
  padding: 0;
  /*transition: .5s;*/
}

#global-spnav article:last-child {
  margin-bottom: 0;
}

#global-spnav article a p,
#global-spnav article a {
  color: #282828;
  line-height: 1.7em;
}

.gnav_tel {
  text-align: center;
  width: 240px;
  margin: 0 auto;
}

#global-spnav-bg {
  background-color: #FFF;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 38;
  display: none;
}

/* footer */
footer {
  background: #282828;
}

.footer_base {
  width: 1010px;
  padding: 70px 0;
  z-index: 1;
}

.footer_base p a,
.footer_base p {
  text-decoration: none;
  color: #FFF;
  font-size: 14px;
  /*transition: .5s;*/
}

.footer_base p br {
  display: none;
}

.footer_base address {
  color: #FFF;
  font-style: normal;
  font-size: 11px;
  margin: 0;
}

.footer_base address br {
  display: none;
}

.footer_base .copyright {
  font-size: 11px;
  margin: 0;
}

.pagetop {
  position: absolute;
  /*right: 0;
  top: 88px;*/
  right: 50px;
  bottom: 50px;
  display: inline-block;
  width: 75px;
  z-index: 2;
}

.pagetop a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.pagetop a:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/* contents */
#contents {
  z-index: 1;
}

#information.blog header {
  background: url(../images/blog/blog_title@2x.jpg) no-repeat center center;
  background-size: cover;
}
#information.blog #blog .title_wrap {
  margin-top: 0;
}

.title_wrap {
  position: relative;
  clear: both;
  width: 286px;
  margin: 140px auto 130px auto;
  text-align: center;
}

.title_wrap h2 {
  font-size: 32px;
  padding-bottom: 30px;
  background: url(../images/share/title_line.png) no-repeat center bottom;
  background-size: 100%;
  margin-bottom: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3em;
  text-align: center;
}

.title_wrap h3 {
  font-size: 24px;
  color: #AFAFAF;
  line-height: 1.2em;
  letter-spacing: 0;
  text-align: center;
  font-weight: normal;
  font-family: HKNova-MediumR, sans-serif;
}

.detail_wrap {
  position: relative;
  clear: both;
}

.detail_wrap .detail_left {
  float: left;
}

.detail_wrap .detail_right {
  float: right;
}

.detail .title_wrap h2 {
  color: #FFF;
  background: url(../images/share/title_linew.png) no-repeat center bottom;
  background-size: 100%;
}

.detail .title_wrap h3 {
  color: #FFF;
  font-weight: normal;
  font-family: HKNova-MediumR, sans-serif;
}

/* slider */
.prev,
.next {
  position: absolute;
  width: 22px;
  height: 44px;
  top: 50%;
  margin-top: -22px;
  outline: 0;
  text-indent: -9999px;
  z-index: 4;
  cursor: pointer;
}

.prev {
  left: -70px;
  background: url(../images/share/nav_left.png) no-repeat left center;
  background-size: 100%;
}

.next {
  right: -70px;
  background: url(../images/share/nav_right.png) no-repeat left center;
  background-size: 100%;
}

.slick-dots li {
  margin: 0 2px;
}

.slick-dots li button:before {
  font-size: 12px;
}

.slick-dots {
  bottom: -65px;
}

/* ====================================================== */
/* 1.teaser --------------------------------------------- */
#teaser .header_base,
#teaser .contents_base,
#teaser .footer_base {
  width: 540px;
}

#teaser h1 {
  line-height: 0;
  font-size: 0;
  margin: 105px 0 147px 0;
}

#teaser h2 {
  line-height: 0;
  font-size: 0;
  margin: 0 auto 55px auto;
  width: 458px;
  text-align: center;
}

#teaser h3 {
  margin: 0 auto 150px auto;
  width: 460px;
  text-align: center;
}

#teaser p {
  margin: 0 0 50px 0;
  text-align: center;
  font-size: 12px;
}

/* ====================================================== */
/* 2.home ----------------------------------------------- */
.swiper-container {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 0;
  z-index: 1;
}

.swiper-container ul,
.swiper-container ul li {
  position: relative;
  clear: both;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
}

.swiper-container ul li.slider1 {
  background: url(../images/home/main_image1.jpg) no-repeat center center;
  background-size: cover;
}

.swiper-container ul li.slider2 {
  background: url(../images/home/main_image2.jpg) no-repeat center center;
  background-size: cover;
}

.swiper-container ul li.slider3 {
  background: url(../images/home/main_image3.jpg) no-repeat center center;
  background-size: cover;
}

.swiper-container ul li.slider4 {
  background: url(../images/home/main_image4.jpg) no-repeat center center;
  background-size: cover;
}

.swiper-container ul li.slider5 {
  background: url(../images/home/main_image5.jpg) no-repeat center center;
  background-size: cover;
}

.swiper-container ul li.slider6 {
  background: url(../images/home/main_image6.jpg) no-repeat center center;
  background-size: cover;
}

.swiper-container ul li.slider7 {
  background: url(../images/home/main_image7.jpg) no-repeat center center;
  background-size: cover;
}

.swiper-container ul li.slider8 {
  background: url(../images/home/main_image8.jpg) no-repeat center center;
  background-size: cover;
}

.swiper-container ul li.slider9 {
  background: url(../images/home/main_image9.jpg) no-repeat center center;
  background-size: cover;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  text-align: right;
  z-index: 3;
  bottom: 30px;
}

.swiper-container-horizontal > .swiper-pagination-bullets span:last-child {
  margin-right: 45px;
}

.swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.7);
}

.swiper-pagination-bullet-active {
  background: #FFF;
}

#home header {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*
  background: url(../images/home/main_image1.jpg) no-repeat center center;
  background-size: cover;
  */
}

.home_head_copy {
  position: relative;
  clear: both;
  width: 1080px;
  margin: 0 auto;
  top: 33%;
  z-index: 2;
}

.home_head_copy h2 {
  width: 46.4%;
  font-size: 0;
  line-height: 0;
  z-index: 2;
}

.home_head_copy .home_copy1,
.home_head_copy h3,
.home_head_copy h4 {
  font-weight: bold;
  color: #FFF;
  font-size: 32.5px;
  letter-spacing: 0.2em;
}

.home_head_copy h4 {
  font-size: 34.7px;
}

.home_head_copy .home_copy1 {
  margin-bottom: 1em;
}

.home_detail {
  position: relative;
  clear: both;
  width: 1040px;
  margin: 0 auto 140px auto;
}

/* greeting ----------------------- */
#home #greeting .detail_left {
  width: 55%;
}

#home #greeting .detail_left.greeting_pd {
  padding-bottom: 100px;
}

#home #greeting .detail_left h3 {
  font-size: 22px;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
}

#home #greeting .detail_right h4 {
  font-size: 12px;
  margin-bottom: 1em;
}

#home #greeting .detail_right {
  width: 38.5%;
}

/* treatment ---------------------- */
#home #treatment {
  background: #F8F5F2;
  padding-top: 1px;
}

#treatment .home_detail {
  margin-bottom: 0;
}

#home #treatment .title_wrap {
  margin: 165px auto 60px auto;
}

.home_treatment_base {
  position: relative;
  clear: both;
  padding-bottom: 190px;
}

.home_slider_triger {
  position: relative;
  clear: both;
  width: 1040px;
  margin: 0 auto;
}

.home_treatment_base article {
  background: #FFF;
  padding-bottom: 120px;
  text-align: center;
}

[data-whatinput=mouse] :focus,
[data-whatinput=touch] :focus {
  outline: none;
}

.home_treatment_base article figure {
  line-height: 0;
  font-size: 0;
}

.home_treatment_base article h3 {
  position: relative;
  line-height: 0;
  font-size: 0;
  margin: -64px auto 63px auto;
  padding-right: 15px;
  width: 46.5px;
}

.treatment_title h2,
.home_treatment_base article h2 {
  text-align: center;
  margin: 0 auto 60px auto;
  font-size: 34px;
  padding-bottom: 15px;
  line-height: 1.1em;
  border-bottom: 3px solid #282828;
  display: inline-block;
}

.treatment_detail {
  position: relative;
  clear: both;
  width: 77%;
  margin: 0 auto;
  text-align: left;
  padding-bottom: 174px;
}

.treatment_detail ul li {
  list-style: none;
  font-weight: bold;
  line-height: 1.5em;
  margin: 0 0 8px 0;
  padding: 0 0 8px 0;
  padding-left: 1em;
  text-indent: -0.9em;
  border-bottom: 1px solid #E2E2E2;
}

.treatment_detail ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.treatment_detail h5 {
  width: 4em;
  text-align: center;
  background: #282828;
  color: #FFF;
  font-size: 18px;
  padding: 10px 1em 9px 1em;
  line-height: 1.2em;
  margin-bottom: 1em;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.tdetail_btn {
  position: absolute;
  margin: 0;
  bottom: 0;
  text-align: center;
  font-size: 24px;
  width: 100%;
}

.tdetail_btn a {
  clear: both;
  display: block;
  border: 1px solid #E2E2E2;
  padding: 4.875% 0;
  text-decoration: none;
  line-height: 1.1em;
  border-radius: 80px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.tdetail_btn a span .arrow_icon {
  fill: #282828;
}

.tdetail_btn a:hover {
  background: #282828;
  color: #FFF;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.tdetail_btn a:hover span .arrow_icon {
  fill: #FFF;
}

.home_treatment_base .htreatment2 h3 {
  width: 77px;
  margin-top: -69px;
  padding-right: 0;
}

.home_treatment_base .htreatment3 h3 {
  width: 75px;
  margin-top: -69px;
  padding-right: 0;
}

.home_treatment_base .htreatment4 h3 {
  width: 80px;
  margin-top: -66px;
  padding-right: 0;
}

.htreatment2 .treatment_detail {
  padding-bottom: 156px;
}

.tdetail_btn a span {
  position: absolute;
  width: 90px;
  top: 30%;
  right: 21.5%;
}

.ht4_wrap {
  position: relative;
  clear: both;
}

.treatment_detail .ht4_title {
  position: absolute;
  width: 4.5em;
  padding: 10px 1em 9px 1em;
}

.treatment_detail .ht4_detail {
  padding-left: 9em;
  margin: 0;
}

/* information -------------------- */
#home #information {
  background: #F8F5F2;
  padding-bottom: 55px;
}

#information .title_wrap {
  margin: 140px auto 75px auto;
}

.home_information_base {
  position: relative;
  clear: both;
}
.home_information_base article {
  position: relative;
  clear: both;
  margin-bottom: 16px;
  padding: 0 12px 18px 12px;
  border-bottom: 1px solid #AFAFAF;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}
.home_information_base article .news_cate {
  font-weight: bold;
  margin: 0 1.5em 0 0;
  background: #8F6E55;
  color: #FFF;
  line-height: 2.2em;
  padding: 0 1em;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.home_information_base article p {
  width: 6em;
  text-align: center;
}
.home_information_base article h3 {
  padding: 0.3em 1em 0 0;
  font-weight: normal;
  width: calc(100% - 8em);
}
@media screen and (max-width: 750px) {
  .home_information_base article .news_cate {
    font-size: 12px;
  }
  .home_information_base article h3 {
    padding: 0.1em 0 0 0;
    font-size: 13px;
    min-width: 5vw;
  }
}

/* access ------------------------- */
#access.contents .title_wrap {
  margin: 120px auto 75px auto;
}

.map {
  text-align: center;
  margin: 0 auto 60px auto;
}

#access.contents .home_detail {
  width: 1010px;
  margin: 0 auto;
}

.access_detail {
  width: 490px;
  float: left;
  margin-bottom: 90px;
}

.access_detail h3 {
  font-size: 14px;
  margin-bottom: 10px;
}

.access_detail p {
  margin: 0;
}

.acc_table1 {
  width: 100%;
  margin-bottom: 23px;
}

.acc_table1 tr {
  border-top: 1px solid #AFAFAF;
  vertical-align: top;
}

.acc_table1 td {
  padding: 10px 0;
  font-size: 15px;
}

.acc_table1 th {
  width: 105px;
  padding: 10px 0;
}

.acc_table2 {
  clear: both;
  width: 100%;
  margin-bottom: 24px;
}

.acc_table2 th,
.acc_table2 td {
  text-align: center;
  border-collapse: collapse;
  border: 1px solid #AFAFAF;
  padding: 19px 15px 17px 15px;
}

.acc_table2 td {
  font-size: 20px;
  min-width: 52px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.acc_table2 td strong {
  font-weight: normal;
  font-size: 15px;
}

.access_fig {
  width: 490px;
  float: right;
}

.access_fig figure {
  line-height: 0;
  font-size: 0;
  margin-bottom: 25px;
}

.contact_wrap {
  clear: both;
  background: #F8F5F2;
  padding: 55px 110px 55px 110px;
  margin-bottom: 124px;
}

.contact_wrap figure {
  line-height: 0;
  font-size: 0;
  width: 195px;
  float: left;
}

.contact_wrap p {
  line-height: 0;
  font-size: 0;
  width: 525px;
  float: right;
  margin: 0;
}

/*
.tel{
	float: left;
}
.tel h3{
	font-size: 21px;
	margin-bottom: 10px;
}
.tel h3 br{
	display: none;
}
.tel p{
	float: left;
	margin-bottom: 0;
}
.tel_title{
	background: #8F6E55;
	color: #FFF;
	font-size: 20px;
	line-height: 1.1em;
	padding: 10px 18px 11px 18px;
	margin-right: 20px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.tel p img{
	width: 308px;
	margin-top: 3px;
}
.reserve{
	float: right;
}
.reserve h4{
	font-size: 14px;
	margin-bottom: 0.8em;
}
.reserve p{
	margin: 0;
	font-size: 14px;
}
*/
.home_kasan {
  width: 1040px;
  margin: 0 auto;
  background: #FFF;
  padding: 55px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.home_kasan dl {
  padding-bottom: 38px;
  margin-bottom: 38px;
  border-bottom: 1px solid #e2e2e2;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.home_kasan dl:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.home_kasan dl dt {
  width: 345px;
  font-size: 20px;
  font-weight: bold;
  color: #282828;
  margin: 0;
}
.home_kasan dl dd {
  width: 590px;
  font-size: 15px;
  line-height: 2.13em;
  color: #282828;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .home_kasan {
    width: 86%;
    padding: 4.5vw 4.1vw;
  }
  .home_kasan dl {
    padding-bottom: 3.1vw;
    margin-bottom: 3.1vw;
  }
  .home_kasan dl dt {
    width: 33.1%;
    font-size: 1.67vw;
  }
  .home_kasan dl dd {
    width: 56.7%;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 750px) {
  .home_kasan {
    width: 86%;
    padding: 7.3vw 5.8vw;
  }
  .home_kasan dl {
    padding-bottom: 7vw;
    margin-bottom: 7vw;
  }
  .home_kasan dl dt {
    width: 100%;
    font-size: 15px;
    margin-bottom: 1em;
  }
  .home_kasan dl dd {
    width: 100%;
    font-size: 12px;
  }
}

/* ====================================================== */
/* 03.treatment ----------------------------------------- */
#treatment header {
  background: url(../treatment/images/header_image.jpg) no-repeat center center;
  background-size: cover;
}

.detail .contents {
  background: #F8F5F2;
}

.contents_base {
  width: 980px;
  padding-bottom: 140px;
}

.detail #access.contents {
  background: #FFF;
  padding-top: 125px;
}

.page_copy {
  position: relative;
  clear: both;
  padding: 120px 0 105px 0;
}

.page_copy figure {
  float: right;
  width: 44.7%;
  line-height: 0;
  font-size: 0;
}

.page_copy_text {
  width: 50%;
  float: left;
}

.page_copy_text h2 {
  font-size: 34px;
  margin-bottom: 1em;
}

/* treatment_item */
.treatment_item {
  position: relative;
  clear: both;
  background: #FFF;
  padding: 65px 80px;
  margin: 0 0 75px 0;
}

.treatment_title {
  position: relative;
  clear: both;
}

.treatment_title h3 {
  float: left;
  line-height: 0;
  font-size: 0;
  margin: 0;
}

.treatment_fig {
  position: absolute;
  width: 58.16%;
  right: -15.3%;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
}

.treatment_text {
  clear: both;
  float: left;
  width: 54.15%;
  margin: 74px 0 0 0;
}

.treatment_text p {
  letter-spacing: 0.02em;
}

#item1 .treatment_title h3 {
  width: 46px;
}

#item1 .treatment_title h2 {
  margin: 34px 0 0 49px;
}

#item2 .treatment_title h3,
#item3 .treatment_title h3 {
  width: 76px;
}

#item2 .treatment_title h2 {
  margin: 32px 0 0 61px;
}

#item2 .treatment_text,
#item4 .treatment_text {
  float: right;
}

#item2 .treatment_fig,
#item4 .treatment_fig {
  right: 0;
  left: -15.3%;
}

.treatment_text ul {
  padding: 20px 0 3em 0;
  border-top: 1px solid #E2E2E2;
}

.treatment_text ul li {
  list-style: none;
  font-weight: bold;
  line-height: 1.5em;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #E2E2E2;
  padding-left: 1em;
  text-indent: -0.9em;
}

#item3 .treatment_title h2 {
  margin: 34px 0 0 47px;
}

#item4 .treatment_title h2 {
  margin: 34px 0 0 45px;
}

#item4 .treatment_title h3 {
  width: 76px;
}

.treatment_text h5 {
  width: 4.5em;
  text-align: center;
  background: #282828;
  color: #FFF;
  font-size: 18px;
  padding: 7px 1em 6px 1em;
  line-height: 1.2em;
  margin-bottom: 1em;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.treatment_text p {
  /*border-bottom: 1px solid #E2E2E2;
  padding-bottom: 3em;*/
  margin-bottom: 3em;
}

.treatment_text .bd1px {
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 3em;
}

.treatment_text p:last-child {
  border: none;
  margin: 0;
  padding: 0;
}

/* ====================================================== */
/* 04.information ----------------------------------------- */
.info404 header,
#information header {
  background: url(../images/information/main_image.jpg) no-repeat center center;
  background-size: cover;
}

.info404 .contents,
#information .contents {
  background: #F8F5F2;
}

.info404 .contents_base,
#information .contents_base {
  padding: 120px 0 50px 0;
}

.entry {
  position: relative;
  clear: both;
  background: #FFF;
  padding: 65px 75px 40px 75px;
  margin-bottom: 90px;
}

.entry_title {
  position: relative;
  clear: both;
  border-bottom: 1px solid #C8C8C8;
  padding-bottom: 25px;
  margin-bottom: 50px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.entry_title .entry_cat {
  display: inline-block;
  font-weight: bold;
  margin: 0 1.5em 0 0;
  background: #8F6E55;
  color: #FFF;
  line-height: 2.2em;
  padding: 0 1em;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.entry_title .entry_date {
  padding-top: 3px;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0.15em;
}
.entry_title h2,
.entry_title h1 {
  float: left;
  font-size: 18px;
  padding: 2px 0 0 0;
  width: auto;
}
.entry_title h2 a,
.entry_title h1 a {
  text-decoration: none;
}
.entry_title h2 a:hover,
.entry_title h1 a:hover {
  text-decoration: underline;
}

.entry_detail {
  position: relative;
  clear: both;
}

.pagination {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 90px;
}

.pagination .current,
.pagination a {
  font-weight: bold;
  background: #FFF;
  display: inline-block;
  padding: 4px 0 4px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 16px;
  width: 50px;
  text-decoration: none;
  font-size: 26px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.pagination a:hover {
  background: #282828;
  color: #FFF;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.pagination .current {
  font-weight: bold;
  background: #ECE3DB;
}

.pagination .nextprev {
  padding-left: 25px;
}

.pagination .nextprev a {
  font-size: 18px;
  font-weight: bold;
  background: none;
  -webkit-transition: 0;
  transition: 0;
}

.pagination_single a:hover,
.pagination .nextprev a:hover {
  color: #8F6E55;
  -webkit-transition: 0;
  transition: 0;
}

.pagination_single {
  position: relative;
  clear: both;
  margin-bottom: 90px;
}

.pagination_single a {
  text-decoration: none;
}

.pagination_single .navprev {
  width: 40%;
  text-align: right;
  float: left;
  font-size: 18px;
  font-weight: bold;
}

.pagination_single .navlist {
  float: left;
  width: 20%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.pagination_single .navnext {
  width: 40%;
  text-align: left;
  float: right;
  font-size: 18px;
  font-weight: bold;
}

#information.blog .contents_base {
  z-index: 1;
}

.blog_nav {
  position: relative;
  z-index: 2;
  padding: 80px 0 0 0;
  margin-bottom: -80px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.blog_nav li {
  list-style: none;
  font-size: 18px;
  font-weight: bold;
  padding: 0 2em;
  border-right: 1px solid #000;
}
.blog_nav li:last-child {
  border-right: none;
}
.blog_nav li a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.blog_nav li a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 750px) {
  .blog_nav {
    margin-bottom: 0;
    padding: 40px 0;
  }
  .blog_nav li {
    font-size: 3.2vw;
  }
}

/* ====================================================== */
/* 99.share --------------------------------------------- */
.treatment_item:before,
.treatment_item:after,
.home_information_base article:before,
.home_information_base article:after,
.contact_wrap:before,
.contact_wrap:after,
.home_detail:before,
.home_detail:after,
header:before,
header:after {
  content: "";
  display: table;
}

.treatment_item:after,
.home_information_base article:after,
.contact_wrap:after,
.home_detail:after,
header:after {
  clear: both;
}

.treatment_item,
.home_information_base article,
.contact_wrap,
.home_detail,
header {
  zoom: 1;
}

.prev:hover,
.next:hover,
.gnav_tel a:hover,
.footer_base p a:hover,
header nav article:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.bold {
  font-family: "Yu Gothic Bold", "游ゴシック Bold", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.med {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

#gnav ul li,
.gallery_title h2,
.works_title h2,
.min {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", serif;
}