@charset "utf-8";
body {
  background: #fff;
  color: #333;
  font-size: 16px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, serif;
  line-height: 1.8;
}
img {
  max-width: 100%;
  height: auto;
}
#contents {
  width: 100%;
  min-width: 1000px;
  overflow: hidden;
  margin: 0 auto;
}
section {
  overflow: hidden;
  margin: 80px 0;
}
.inner {
  width: 100%;
  min-width: 1000px;
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
/*下層ページ*/
.main{
  float: left;
  font-size:16px;
  width: 720px;
}
.main .inner {
  min-width: 100%;
}
.main section {
  margin: 0 auto 80px auto;
}
.side{
  float: right;
  width: 240px;
}
@media screen and (min-width: 0px) and (max-width:768px) {
body {
  font-size: 14px;
}
#contents {
  min-width: 100%;
}
section {
  margin: 40px 0;
}
.inner {
  width: 95%;
  min-width: 95%;
}
.wrap {
  margin-top: 55px;
}
.main{
  float: none;
  width: 100%;
}
.main section {
  margin: 0 auto 40px auto;
}
.side{
  display: none;
}
}


/*==========================================
 ページ内リンク位置調整
===========================================*/
.a_area section {
  margin-top:-140px;
  padding-top:140px;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.a_area section{
  margin-top:-70px;
  padding-top:70px;
}
}


/*==========================================
 ヘッダー
===========================================*/
/*
 ヘッダー（large）
-----------------------------------------*/
header {
  width: 100%;
  min-width: 1000px;
  background: #fff;
  overflow: hidden;
}
header .inner {
  position: relative;
	height:110px;
}
.header_txt {
  position: absolute;
  top:0;
  right: 0;
  font-size:10px;
}

/*===header Left===*/
.header_logo{
  float: left;
  width: 300px;
}
.header_logo img{
  width: 100%;
  height: 80px;
}

/*===header Right===*/
.header_right {
  position:relative;
  float: right;
  width: 440px;
  height: 80px;
  margin-top: 5px;
}

/*tel*/
.header_right_tel{ 
  position:absolute;
  right:160px;
  top:30px;
  line-height: 1.3;
}
.header_right_tel a {
  color: #9c7d47;
  font-size: 30px;
}
.header_right_tel span {
  display: inline-block;
  color: #9c7d47;
  font-size: 20px;
}
.header_right_tel span::first-letter {
  font-size: 30px;
}


/*mail*/
.header_right_mail {
  position:absolute;
  right:0;
  top:25px;
}
.header_right_mail a {
  display: block;
/*
  width: 100px;
  height: 80px;
  color:#fff;
  font-size: 13px;
  text-align: center;
  line-height: 1.3;
  background: #9f1e62;
  border: 1px solid #9f1e62;
*/
}

@media screen and (min-width: 0px) and (max-width:768px) {
header,#stickyheader,#change {
  display: none !important;
}
}

/*
 ヘッダー（min）
-----------------------------------------*/
#change {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background: #fff;
  box-shadow:0 0 2px #666;
  padding-top:0;
  z-index: 9999;
}
#change .inner {
  position: relative;
  margin-bottom: 0;
}

/*===header Left===*/
#change .header_logo img {
  width: 220px;
  height: auto;
}

/*===header Right===*/
#change .header_right {
  width: 560px;
  height: 60px;
  margin: 0;
}
/*tel*/
#change .header_right_tel {
	top:5px;
  right:220px;
}
#change .header_right_tel a {
  font-size: 24px;
}
/*mail*/
#change .header_right_mail {
	top:5px;
}
#change .header_right_mail a {
  display: block;
  width: 200px;
  height: auto;
  padding: 10px;
  color:#fff;
  font-size: 15px;
  text-align: center;
  line-height: 1.3;
  background: #9f1e62;
  border: 1px solid #9f1e62;
}
#change .header_right_mail i {
  display: inline;
  font-size: 18px;
  padding: 0 5px 0 0;
}


/*==========================================
 グローバルナビ
===========================================*/
/*グローバルナビ(large)
-----------------------------------------*/
#stickyheader {
  min-width:1000px;
  background: -moz-linear-gradient(top, #fff, #f1f1f1);
  background: -webkit-linear-gradient(top, #fff, #f1f1f1);
  background: linear-gradient(to bottom, #fff, #f1f1f1);
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #e4e4e4;
}
.g_nav {
  width: 100%;
  min-width: 1000px;
  max-width: 1000px;
	padding-bottom: 8px;
  margin: 8px auto 0 auto;
}
.g_nav a {
  display: block;
  text-decoration: none;
  padding: 3px 0;
}
.g_nav li {
  position: relative;
  float: left;
  font-size: 14px;
  text-align: center;
}

/*===第1階層===*/
/*サイズ個別指定
.g_nav li.gnav01 {width: 150px;}.g_nav li.gnav02 {width: 200px;}
*/
.g_nav li.first {
  width: 16.5%;/*サイズ均等指定*/
}
/*サブタイトル*/
.g_nav li.first > a span{
  display: block;
  color: #cc9f2c;
  font-size: 9px;
  background: transparent !important;
  -webkit-transition: all .3s;
  transition: all .3s;
}
@media all and (-ms-high-contrast:none) {
.g_nav li.first > a span{
  -webkit-transition: all 0s;
  transition: all 0s;
}
}
/*リンク設定*/
.g_nav li a {
  color: #000;
}
.g_nav li a:hover {
  color: #9f1e61 !important;
}
.g_nav li a:hover span {
  color: #9f1e61 !important;
}


/*===第2階層===*/
.g_nav li ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.g_nav li ul li {
  width: 100% !important;
}
/*リンク設定*/
.g_nav li ul li a {
  color: #333;
  background: rgba(255,255,255,1);
  border-bottom:1px solid rgba(0,0,0,.2);
  padding: 12px 2px;
}
.g_nav li ul li a:hover {
  background: #fff;
}
.g_nav li ul {
  visibility: hidden;
  perspective: 500px;
}
.g_nav li:hover ul {
  visibility: visible;
}


/* グローバルナビ（min）
-----------------------------------------*/
#min_gnav {
  margin: 0 auto;
}
#min_gnav li.first {
  border: none;
}
#min_gnav li.first a {
  font-size: 13px;
  padding: 4px 0;
}
#min_gnav li a span {
  display: none;
}


/*グローバルナビ下層リンク展開動作
-----------------------------------------*/
/*===フェードイン===*/
.open_fade li ul {
  opacity: 0;
  visibility: hidden;
  transition: .5s;
}
.open_fade li:hover ul{
  opacity: 1;
  visibility: visible;
}

/*===回転===*/
.open_rotation ul li {
  transform: rotateY(90deg);
  transform-origin: 50% 0;
  transition: .3s;
}
.open_rotation li:hover ul li {
  transform: rotateY(0);
}
.open_rotation li:hover ul li:nth-child(1) {
  transition-delay: 0s;
}
.open_rotation li:hover ul li:nth-child(2) {
  transition-delay: .1s;
}
.open_rotation li:hover ul li:nth-child(3) {
  transition-delay: .2s;
}
/*close*/
.open_rotation li ul li:nth-last-of-type(1) {
  transition-delay: 0s;
}
.open_rotation li ul li:nth-last-of-type(2) {
  transition-delay: .1s;
}
.open_rotation li ul li:nth-last-of-type(3) {
  transition-delay: .15s;
}


/*==========================================
 ページ下部お問い合わせ
===========================================*/
.footer_contact {
  background: url(../img/common/contact_bg.jpg) repeat left top;
}
.footer_contact_bottom p,
.footer_contact_access--ttl{
  margin-bottom:0;
}
.footer_contact .inner{
  background: url(../img/common/contact_floor.jpg) no-repeat right 150px #fff;
  box-shadow:0 0 10px rgba(0,0,0,.1);
	padding: 30px;
	margin: 60px auto;
}
.footer_contact_ttl{
  font-size: 34px;
  line-height: 1.2;
  padding: 20px 0;
  margin-bottom: 20px;
  background: url(../img/common/contact_ttl_bg.png) no-repeat center top;
	background-size: 140px auto;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.footer_contact{
  width: 100%;
  padding: 10px 0;
  margin: 40px auto;
}
.footer_contact .inner{
  background: #fff;
  padding: 6% 4%;
  margin: 30px auto;
}
.footer_contact_ttl{
  font-size: 20px;
  line-height: 1.4;
  padding:10px 0;
	margin-bottom: 0;
	background-size: 80px auto;
}
}

/*上段（テキスト・画像）
------------------------------------------------*/
.footer_contact_top{
  width: 100%;
  margin-bottom: 20px;
}
/*text*/
.footer_contact_txt01{
  color: #000;
  font-size: 20px;
  margin-bottom:16px;
}
.footer_contact_txt02{
  margin-bottom:16px;
}
.footer_contact_txt01,
.footer_contact_txt02 {
text-shadow: 
    #fff 2px 0px,  #fff -2px 0px,
    #fff 0px -2px, #fff 0px 2px,
    #fff 2px 2px , #fff -2px 2px,
    #fff 2px -2px, #fff -2px -2px,
    #fff 1px 2px,  #fff -1px 2px,
    #fff 1px -2px, #fff -1px -2px,
    #fff 2px 1px,  #fff -2px 1px,
    #fff 2px -1px, #fff -2px -1px;
}
/*tel*/
.footer_contact_tel a {
  color: #9c7d47;
  font-size: 36px;
}
.footer_contact_tel a span {
  display: inline-block;
  color: #9c7d47;
  font-size: 26px;
}
.footer_contact_tel a span::first-letter {
  font-size: 36px;
}
/*mail*/
.footer_contact_mail a {
  display: block;
	width: 350px;
}
@media screen and (min-width: 0px) and (max-width:480px) {
.footer_contact_top{
  background: none;
  text-align: left;
}
.footer_contact_txt01{
  font-size: 14px;
}
/*tel*/
.footer_contact_tel {
	text-align: center;
}
.footer_contact_tel a {
  font-size: 28px;
  padding-left:0;
}
.footer_contact_tel a span {
  font-size: 20px;
}
.footer_contact_tel a span::first-letter {
  font-size: 28px;
}

/*mail*/
.footer_contact_mail a {
  width: 100%;
  margin: 0 auto;
}
}
@media screen and (min-width: 481px) and (max-width:768px) {
.footer_contact_top{
  background: none;
  text-align: center;
}
.footet_contact_txt01 {
  font-size: 16px;
}
/*tel*/
.footer_contact_tel {
  padding-left:0;
}
/*mail*/
.footer_contact_mail a {
  width: 100%;
  margin: 0 auto;
}
}


/*下段（診療時間・アクセス）
------------------------------------------------*/
.footer_contact_bottom{
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.footer_contact_bottom{
  border-top: 1px dotted #999;
}
}

/*===診療時間===*/
.footer_contact_hours{
  width: 50%;
  float: right;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.footer_contact_hours{
  width: 100%;
  float: none;
}
}
/*診療時間用テーブル*/
.footer_contact_hours table {
  width: 100%;
  font-size: 16px;
}
.footer_contact_hours table thead th {/*曜日*/
  color: #555;
  letter-spacing: 3px;
  text-align: center;
  background: #f2f2f2;
  border-bottom: none;
  padding: 10px 0;
}
.footer_contact_hours table thead th:first-child {
  width: 30%;
}
.footer_contact_hours table th {/*時間*/
  vertical-align: middle;
  border-bottom: 1px solid #f2f2f2;
  background: #fff;
  padding: 14px 0;
}
.footer_contact_hours table td {
  color: #666;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #f2f2f2;
  background: #fff;
}
tr.tb_hours_pm th, tr.tb_hours_pm td{
	background: #fcfcfc;
}
.closed{/*休診日*/
  font-size: 14px;
  text-align: right;
  padding-top: 10px;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.footer_contact_hours table thead th ,
.footer_contact_hours table tbody th ,
.footer_contact_hours table td {
  padding: 1em 0;
  font-size: 13px;
}
}

/*===ロゴ===*/
.footer_logo {
	width: 240px;
}

/*===アクセス===*/
.footer_contact_access{
  width: 50%;
  float: left;
}
.footer_contact_access--ttl {
	color:#9f1e62;
}
.footer_contact_access--ttl i {
	color:#9f1e62;
	font-size: 18px;
	margin-right: 5px;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.footer_contact_access{
  width: 100%;
  float: none;
  margin-top: 20px;
	margin-bottom: 10px;
}
.footer_contact_access--train {
  line-height: 1.4;
}
.footer_contact_access--train span{
  font-size: 18px;
  font-weight: bold;
}
}


/*==========================================
 バナー
===========================================*/
.banner_area {
  margin: 80px auto;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.bnr_list.grid4>li{
	width: 48%;
	margin-right: 2%;
	margin-bottom: 10px;
}
}

/*==========================================
 footer
===========================================*/
footer {
  width: 100%;
  min-width: 1000px;
  background: #3c0b25;
}
.footer_box {
  float: left;
  width: 33%;
  color: #fff;
  font-size: 14px;
  padding: 0 20px;
  margin: 40px 0;
}
/*コピーライト*/
.footer_copy {
  color: #fff;
  font-size: 12px;
  text-align: center;
}
.footer_copy p {
  margin-bottom:0;
}
@media screen and (min-width: 0px) and (max-width:768px) {
footer {
  min-width: 100%;
  padding-bottom: 70px;
}
.footer_box {
  display: none;
}
}

/*フッターメニュー
-------------------------------------------*/
/*===第1階層===*/
.footer_nav li{
  font-size: 16px;
  font-weight: bold;
}

/*===第2階層===*/
.footer_nav li ul {
  padding-bottom: 2em;
}
.footer_nav li ul li {
  padding-left: 0.5em;
}
.footer_nav li ul li::before {
  content:"-";
  color:#fff;
  margin-right:2px;
  font-weight: normal;
}
.footer_nav li ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  border-bottom: 1px solid rgba(255,255,255,0);
  padding: 0 0 1px 0;
}
.footer_nav li a:hover {
  border-bottom: 1px solid rgba(255,255,255,0.8);
}



/*==========================================
ページトップへ戻るボタン
===========================================*/
#btn_pagetop {
  position: fixed;
  bottom: 25px;
  right: 20px;
}
#btn_pagetop a {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 1.3;
  text-decoration: none;
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
  transition: all .4s;
}
#btn_pagetop a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
#btn_pagetop a i{
  margin-right: 0;
}
@media screen and (min-width: 0px) and (max-width:768px) {
#btn_pagetop {
  bottom: 75px !important;
}
}



/*==========================================
 スマホヘッダー
===========================================*/
.sp-header{
  display:none;
  position: fixed;
  top: 0;
  width:100%;
  height: 50px;
/*  box-shadow: 0 1px 1px #ddd;*/
  background: rgba(255, 255, 255,1);
  padding:5px 0;
  z-index: 99;
}
.sp_header_logo img{
  width:160px;
  margin-left:5px;
	margin-top: 5px;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.sp-header{
  display: block;
}
}


/*==========================================
スマホ用フッター固定ボタン
===========================================*/
.sp-bottom-menu {
  display: none;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.sp-bottom-menu {
  display: block;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 55px;
  background: #3c0b25;
  z-index: 10;
}
.sp-bottom-menu li {
  float: left;
  width: 48%;
  text-align: center;
	margin-top: 5px;
}
.sp-bottom-menu li a {
  display: block;
  color: #fff;
  font-size: 9px;
  text-decoration: none;
}
.sp-bottom-menu li span {
  display: block;
  line-height:1.4;
}

/*電話*/
.sp-bottom-menu li:nth-child(1) {
  border-right: 1px solid rgba(255,255,255,.5);
}
.sp-bottom-menu li:nth-child(1) img{
  width: 22px;
  padding: 4px 0 5px 0;
}
/*メール*/
.sp-bottom-menu li:nth-child(2) img{
  width: 24px;
  padding: 8px 0 6px 0;
}
}


/*==========================================
 side
===========================================*/
.side .bnr_list li{
  margin-bottom:20px;
}
.side_nav{
  margin: 0 0 20px;
  padding: 5px;
}
.side_nav li a{
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  background:#9c7d47;
  padding: 10px 0px 10px 8px;
}

/*第2階層*/
.side_nav li ul li a {
    display: block;
  color: #444;
  font-size: 14px;
  font-weight: normal;
  border-bottom:1px solid #ccc;
  background: none;
  padding: 1em;
}
.side_nav li ul li a:hover{
  background:#f4f4f4;
}