@charset "UTF-8";
/*==========================================
 全デバイス共通［common］
===========================================*/
html {
  font-size: 62.5%;
}
body {
  width: 100%;
  color: #554444;
  line-height: 1.5;
  font-size: 1.6rem;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  background: #fdfaff;
}
*, *:before, *:after {
  box-sizing: border-box;
}
a:link {
  color: #554444;
  transition-duration: .3s;
  text-decoration: none;
}
a:hover {
  color: #cc7eb1;
}
a:visited {
  color: #554444;
}
@media screen and (min-width: 768px) {
  a[href^="tel:"],
	#content_area a[href^="tel:"]{
    pointer-events: none;
	text-decoration: none;
  }
}
/*------------
 hoverスタイル
------------*/
.hover_opacity {
  transition-duration: .3s;
}
.hover_opacity:hover {
  opacity: .7;
}
/*------------
ボタンのスタイル
------------*/
a.btm {
  margin: 5% 0 0;
  padding: 10px 0 5px;
  width: 200px;
  font-size: 1.4rem;
  letter-spacing: .25rem;
  font-weight: bold;
  display: block;
  transition-duration: .3s;
  position: relative;
  border-bottom: solid 2px #554444;
  color: #554444;
  text-align: left;
}
a.btm::after {
  content: "";
  margin: auto;
  position: absolute;
  bottom: -5px;
  right: 2px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #554444;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
a.btm:hover {
  width: 210px;
  opacity: .7;
}
a.btm[target="_blank"]:after {
  content: none;
}
/*==========================================
 PC［1001px~］
===========================================*/
.sp_on,.tb_on {
  display: none;
}
/*------------
	 見出し
------------*/
.content-ttl-h2 {
  padding: 70px 70px 0;
  font-size: 2.5rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: start;
  letter-spacing: 1rem;
  font-weight: normal;
  position: relative;
}
.content-ttl-h2:before {
  content: '';
  margin: 0 auto;
  width: 2px;
  height: 50px;
  background: #554444;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
/*------------
 フレーム
------------*/
#contents_wrap {
  display: flex;
  min-height: 100vh;
}
#side {
  padding: 5% 0;
  width: 250px;
}
#main {
  width: calc(100% - 250px);
}
/*------------
 side
------------*/
.logo_area {
  margin: 0 auto;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: start;
  position: fixed;
  top: 60px;
  left: 80px;
}
.logo_area p {
  font-size: 1.2rem;
  margin-left: 20px;
  letter-spacing: 0;
}
.logo_area img {
  width: 35px;
  height: auto;
}
.adress_area {
  position: fixed;
  bottom: 5%;
  left: 30px;
  padding: 25px 5px;
  border-top: solid 2px #554444;
  border-bottom: solid 2px #554444;
  font-size: 1.1rem;
  font-weight: bold;
}
.adress_area p {
  margin-bottom: 5px;
}
a.side_links {
  display: block;
  text-decoration: underline;
  font-size: 1.4rem;
}
a.side_links:nth-of-type(1) {
  margin-top: 25px;
}
/*------------
 header
------------*/
header {
  padding: 50px 0 30px;
}
#gl_nav {
  padding-right: 5%;
  position: relative;
  z-index: 100;
}
.gl_nav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.gl_nav li a {
  margin-left: 25px;
  font-weight: bold;
}
.gl_nav li a.current, .gl_nav li a:hover {
  color: #cc7eb1;
	position: relative;
}
.gl_nav li a.current:after{
	margin: 0 auto;
	content: '';
	position: absolute;
	top: -15px;
	right: 0;
	left: 0;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background:  #cc7eb1;
}
/*------------
slide
------------*/
.side_wrap {
  max-width: 95%;
  position: relative;
}
#slider {
  width: 100%;
  max-height: 625px;
  overflow: hidden;
  border-radius: 0 20px 0 0;
	z-index: 1;
}
#slider img {
  width: 100%;
  max-height: 625px;
  object-fit: cover;
  object-position: 50% 50%;
}
.catch {
  width: 230px;
  height: 230px;
  background: #fdfaff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  border-radius: 15px;
  position: absolute;
  bottom: -70px;
  right: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
	z-index: 2;
}
.catch p {
  font-weight: bold;
  line-height: 2.5;
  letter-spacing: .8rem;
}
/*------------
 info　
 ※下層ページのお知らせ一覧とスタイル共通
------------*/
#info {
  margin: 50px auto;
  width: 90%;
  max-width: 1000px;
  position: relative;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
/*お知らせのリスト*/
.info-list {
  width: 70%;
  margin-right: 5%;
}
.info-list dt {
  padding: 10px 30px 10px 20px;
  float: left;
  font-weight: bold;
}
.info-list dd {
  font-size: 1.6rem;
}
.info-list dd a {
  padding: 10px 20px 10px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
/*------------
 contents
------------*/
#contents {
  margin: 50px auto;
  padding: 70px 0;
  background: #fff;
}
.contents_wrap {
  width: 90%;
  display: flex;
  justify-content: space-between;
}
.contents_inner {
  padding: 100px 5%;
  width: 100%;
}
.flex_2col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/*------------
 information
------------*/
.info_card li {
  margin-bottom: 5px;
  width: calc(50% - 2.5px);
  height: 230px;
  position: relative;
  background-color: #554444;
  background-repeat: no-repeat;
  background-size: cover;
}
.info_card li:nth-child(1) {
  background-image: url("../images/top-info-01.jpg");
}
.info_card li:nth-child(2) {
  background-image: url("../images/top-info-02.jpg");
}
.info_card li:nth-child(3) {
  background-image: url("../images/top-info-03.jpg");
}
.info_card li:nth-child(4) {
  background-image: url("../images/top-info-04.jpg");
}
.info_card li:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(36, 27, 6, .5);
  transition-duration: .3s;
}
.info_card li:hover:before {
  background: rgba(36, 27, 6, .7);
}
.info_card a {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 1.5rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: flex;
  justify-content: center;
  align-items: center;
}
/*------------
 station
------------*/
#station {
  margin-bottom: 100px;
}
#station .contents_inner {
  margin: 0 0 0 5%;
  padding: 50px 5% 50px 0;
  background-image: url("../images/top-station.jpg");
  background-size: cover;
}
.station_box {
  padding: 50px 5%;
  width: 70%;
  background: #fff;
  border-radius: 0 10px 10px 0;
}
#station h2 {
  margin-bottom: 45px;
  font-size: 2.5rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: normal;
  letter-spacing: 0.5rem;
}
/*------------
 recruit
------------*/
#recruit {
  position: relative;
}
#recruit:before, #recruit:after {
  content: '';
  position: absolute;
  background-size: cover;
}
#recruit:before {
  top: 20%;
  right: 0;
  width: 30%;
  height: 200px;
  background-image: url("../images/top-recruit-bk01.jpg");
}
#recruit:after {
  bottom: 20%;
  right: 25%;
  width: 100px;
  height: 100px;
  background-image: url("../images/top-recruit-bk02.jpg");
}
.recruit_box {
  width: 40%;
}
.recruit_box h3 {
  margin-bottom: 40px;
  font-size: 2rem;
  letter-spacing: 0.25rem;
}
.recruit_box p {
  line-height: 2;
}
/*------------
 access
------------*/
#access.contents_wrap {
  width: 100%;
}
#access .contents_inner {
    padding: 100px 0 0;
	width: 100%;
}
#access img {
  padding-bottom: 40px;
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.access_box {
  margin: 0 0 0 5%;
  width: 85%;
}
.access_box > div {
  width: 48%;
}
.access_box p {
  margin-bottom: 20px;
}
dl.access dt {
  margin-top: 10px;
  font-weight: bold;
}
.gmap iframe {
  width: 100%;
  height: 270px;
}
/*------------
 footer
------------*/
#footer {
  margin: 90px 0 0;
  height: auto;
  position: relative;
}
.closed {
  margin-bottom: 5%;
}
.footer_tel {
  margin-bottom: 35px;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: .3rem;
  display: block;
}
.tel_small {
  font-size: 1.6rem;
}
/*診療案内の表*/
.footer-info {
  font-size: 1.5rem;
}
.biz-hour {
  border-collapse: collapse;
}
.biz-hour th, .biz-hour td {
  padding: 15px 20px;
  text-align: center;
  border-bottom: 1px solid #c7b9b9;
}
.biz-hour th:first-child {
  text-align: left;
  letter-spacing: .5rem;
}
.biz-hour td:first-child {
  text-align: left;
  font-size: 1.2rem;
  font-weight: bold;
}
.biz-hour td.yoyaku {
  text-align: start;
}
/*------------
 footer_bar
------------*/
#footer_bar {
  padding: 10px 5% 90px;
  text-align: center;
  line-height: 2;
  font-size: 1.2rem;
}
.copy {
  text-align: left;
}
.copy img {
  margin-bottom: 10px;
  width: 300px;
  height: auto;
  display: block;
}
.copy small {
  font-size: 1.1rem;
}
.footer_nav {
  margin-top: auto;
  display: flex;
  justify-content: center;
}
.footer_nav li {
  position: relative;
}
.footer_nav li:first-child:after {
  content: '';
  width: 1px;
  height: 10px;
  background: #554444;
  position: absolute;
  top: 7px;
}
.footer_nav a {
  padding: 0 12px;
}
/*------------
 page top
------------*/
#pagetop {
  padding: 0 10px;
  height: 80px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: relative;
  right: 5%;
}
#pagetop:before, #pagetop:after {
  content: "";
  margin: auto;
  position: absolute;
}
#pagetop:before {
  top: 0;
  left: 0;
  width: 2px;
  height: 50px;
  background: #554444;
}
#pagetop:after {
  top: 2px;
  left: -5px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #554444;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pagetop a {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
}
/*==========================================
 tb［540px-1024px以下］
===========================================*/
@media screen and (max-width: 1024px) {
	.tb_on{
		display: block;
	}
  /*------------
	 フレーム
	------------*/
  #side {
    width: 200px;
  }
  #main {
    width: calc(100% - 200px);
  }
  /*------------
	 side
	------------*/
  .logo_area {
    top: 30px;
    left: 70px;
  }
  .adress_area {
    left: 10px;
  }
  /*------------
	 header
	------------*/
  header {
    padding: 5% 0 0;
  }
  .gl_nav {
    padding: 10% 0;
    position: fixed;
    right: -250px;
    top: 0;
    height: 100%;
    width: 250px;
    background: rgba(255, 255, 255, .9);
    transition: .35s ease-in-out;
    overflow-y: scroll;
    justify-content: flex-start;
    flex-direction: column;
  }
  .open .gl_nav {
    -webkit-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0);
  }
  .gl_nav li a {
    padding: 10px 0;
    display: block;
  }
	.gl_nav li a.current:after{
	top: 20px;
	left: 60px;
	}
  /* nav-toggle */
  #nav-toggle {
    position: fixed;
    top: 15px;
    right: 3%;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    z-index: 100;
    background: #554444;
  }
  #nav-toggle > div {
    position: relative;
    width: 20px;
    color: #fff;
  }
  #nav-toggle > div:after {
    content: 'MENU';
    font-size: 1rem;
    position: absolute;
    bottom: -47px;
    right: -23px;
  }
  #nav-toggle span {
    margin: 0 auto;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 18px;
    display: block;
    background: #fff;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 13px;
  }
  #nav-toggle span:nth-child(2) {
    top: 20px;
  }
  #nav-toggle span:nth-child(3) {
    top: 27px;
  }
  /* #nav-toggle close */
  .open #nav-toggle span:nth-child(1) {
    top: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 20px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /*オーバーレイ*/
  .open #overlay {
    position: fixed;
    background: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	  z-index: 2;
  }
  /*------------
	slide
	------------*/
  .catch {
    width: 200px;
    height: 200px;
    bottom: -30px;
    right: -10px;
  }
  .catch p {
    letter-spacing: .4rem;
    font-size: 1.4rem;
  }
  /*------------
	 contents
	------------*/
  .contents_wrap {
    width: 95%;
  }
  .contents_inner {
    padding: 100px 0 20px;
  }
  /*------------
	 info　
	 ※下層ページのお知らせ一覧とスタイル共通
	------------*/
  /*お知らせのリスト*/
  .info-list {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }
  .info-btm {
    margin-left: auto;
  }
  /*------------
	information
	------------*/
  .info_card li {
    background-position: center;
  }
  /*------------
	station
	------------*/
  #station .contents_inner {
    background-position: right;
  }
  /*------------
	recruit
	------------*/
  .recruit_box {
    margin: 0 0 300px;
    width: 100%;
  }
  #recruit:before {
    width: 60%;
    top: initial;
    bottom: 20%;
  }
  #recruit:after {
    right: initial;
    left: 15%;
    bottom: 15%;
  }
  /*------------
	access
	------------*/
  .access_box > div {
    width: 100%;
  }
  .gmap {
    margin-top: 5%;
  }
  /*------------
	footer
	------------*/
  #footer {
    margin: 0;
  }
  #footer-innner {
    justify-content: center;
  }
  #hours.contents_wrap {
    width: 95%;
    position: relative;
  }
  /*診療案内*/
  .footer-info {
    margin: 250px 0 0 10%;
    width: 90%;
    position: absolute;
    left: 0;
  }
  .biz-hour {
    width: 100%;
  }
  .biz-hour th, .biz-hour td {
    padding: 15px 10px;
  }
  .footer-nav {
    height: auto;
  }
  #footer_bar {
    margin: 35% 0 0;
  }
}
/*==========================================
 sp［540px以下］
===========================================*/
@media screen and (max-width: 540px) {
  .sp_on {
    display: block;
  }
  .pc_on {
    display: none;
  }
  a.btm {
    margin: 15% auto;
  }
	/*------------
	 見出し
	------------*/
	.content-ttl-h2 {
		font-weight: bold;
	    font-size: 2.5rem;
	}
  /*------------
	 フレーム
	------------*/
  #contents_wrap {
    flex-wrap: wrap;
  }
  #side {
    margin: 0 0 0 5%;
    width: calc(100% - 100px);
    height: 100px;
  }
  #main {
    width: 100%;
  }
  /*------------
	 side
	------------*/
  .logo_area {
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    position: static;
  }
  .logo_area p {
    margin: 0 0 10px;
    font-size: 1rem;
  }
  .logo_area img {
    width: 100%;
  }
  .adress_area {
    display: none;
  }
  /*------------
	 header
	------------*/
  header {
    padding: 0;
  }
  #nav-toggle {
    top: 15px;
  }
  .gl_nav {
    padding: 30px 0 0;
  }
  /*------------
	slide
	------------*/
  #slider, #slider img {
    max-height: 350px;
  }
  .catch {
    width: 150px;
    height: 150px;
    right: -5%;
    bottom: -10%;
  }
  .catch p {
    letter-spacing: .4rem;
    font-size: 1.3rem;
  }
  /*------------
	 contents
	------------*/
  #contents P {
    font-size: 1.4rem;
    line-height: 2;
  }
  .contents_wrap {
    margin: 0 auto;
    width: 90%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .contents_inner {
    padding: 15% 0 0;
  }
  /*------------
	 info
	------------*/
  #info {
    margin: 5% auto 0;
  }
  .info-list dt {
    padding: 15px 0 0;
    width: 100%;
    font-size: 1.4rem;
  }
  .info-list dd a {
    padding: 5px 0 0;
    width: 100%;
    font-size: 1.4rem;
  }
  /*------------
	 station
	------------*/
  #station.contents_wrap {
    width: 100%;
  }
  #station .contents_inner {
    margin: 0;
    padding: 50px 0;
    width: 100%;
  }
  .station_box {
    margin: 0 auto;
    width: 90%;
    border-radius: 10px;
  }
  /*------------
	 recruit
	------------*/
  .recruit_box {
    margin: 0 0 350px;
  }
  #recruit:before {
    bottom: 10%;
  }
  #recruit:after {
    left: 0;
    bottom: 25%;
  }
  /*------------
	 access
	------------*/
  #access .contents_inner {
    margin-top: 15%;
  }
  .access_box {
    width: 90%;
  }
	dl.access{
		font-size: 1.4rem;
	}
  .gmap {
    margin: 10% 0;
  }
  /*------------
	 footer
	------------*/

  #hours.contents_wrap {
    width: 90%;
  }
	ul.closed{
		font-size: 1.4rem;
	}
  .footer-info {
    margin: 200px 0 0 0;
    width: 100%;
  }
  .biz-hour th:first-child {
    font-size: 1.3rem;
  }
  .biz-hour td {
    vertical-align: middle;
  }
  #footer_bar {
    margin: 200px 0 0;
    padding: 10% 5%;
    flex-direction: column-reverse;
  }
  .footer_nav {
    margin: 0 0 5%;
    justify-content: left;
  }
}