@charset "utf-8";

/* CSS Document */
nav {
  margin-top: 40px;
}
#mobile_gnav_sub2,
.close {
  display: none;
}
.btn_hamburger {
  display: none;
}
#header {
  background: #fef7f7;
  background: -moz-linear-gradient(left, #fef7f7 0%, #fef7f7 50%, #ffffff 51%, #ffffff 100%);
  background: -webkit-linear-gradient(left, #fef7f7 0%, #fef7f7 50%, #ffffff 51%, #ffffff 100%);
  background: linear-gradient(to right, #fef7f7 0%, #fef7f7 50%, #ffffff 51%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef7f7', endColorstr='#ffffff',GradientType=1 );
  height: 100px;
  display: block;
}
#header h1 {
  position: absolute;
  left: 126px;
  top: 26px;
  /*   font-family: "Rounded Mplus 1c","Hiragino Maru Gothic ProN", "HG丸ｺﾞｼｯｸM-PRO", HGMaruGothicMPRO, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;*/
  font-family: 'a-otf-jun-pro', sans-serif;
  color: #73522c;
  font-size: 1.8rem;
  font-weight: 500;
  display: inline-block;
  letter-spacing: -2px;
}
#header .logo {
  display: inline-block;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-radius: 0 0 50% 50%;
  width: 113px;
}
#header .logo img {
  width: 100%;
  height: auto;
  padding: 20px 8px 0 8px;
}
#header h1 > span {
  font-size: 1.4rem;
  display: block;
  font-weight: 400;
}
#header h1 > span.pc_only {
  display: inline-block !important;
}
#header > div {
  background-color: #fff;
  background-image: url(../img/common/second_head_bg.png);
  background-position: left top;
  background-repeat: no-repeat;
  /*	max-width: 1200px;*/
  width: 1200px;
  margin: 0 auto;
  height: 100px;
  position: relative;
}
#gnav_sub2,
.timetable {
  clear: both;
}
#gnav_sub2 {
  display: inline-block;
  position: absolute;
  top: 23px;
  right: 380px;
}
#gnav_sub2 > li {
  float: left;
  height: 64px;
  border: 1px #ebdcc7 solid;
  border-radius: 5px;
  padding: 4px;
}
#gnav_sub2 > li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
#gnav_sub2 > li a span {
  color: #73522c;
  font-size: 1.2rem;
  font-family: 'Sawarabi Mincho';
  font-weight: 400;
  display: inline-block;
  width: 100%;
  line-height: 100%;
  position: absolute;
  top: 58%;
  left: 50%;
  margin: 0;
  -ms-transform: translate(-50%, -58%);
  -webkit-transform: translate(-50%, -58%);
  transform: translate(-50%, -58%);
  text-align: center;
}
#gnav_sub2 > li a:hover {
  background-color: #fff;
  background-image: none;
}
#gnav_sub2 > li:nth-child(1) {
  background: #ffffff;
  background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #fcefef 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, #fcefef 100%);
  background: radial-gradient(ellipse at center, #ffffff 0%, #fcefef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fcefef',GradientType=1 );
  width: 122px;
}

#gnav_sub2 > li:nth-child(1) a {
  background-image: url(../img/common/contact_icon.png), url(../img/common/second_contact_bg.png);
  background-position: top center, bottom center;
  background-repeat: no-repeat;
}

#gnav_sub2 > li:nth-child(2) {
  background: #ffffff;
  background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #f9f5e3 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, #f9f5e3 100%);
  background: radial-gradient(ellipse at center, #ffffff 0%, #f9f5e3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f5e3',GradientType=1 );
  margin: 0 4px;
  width: 142px;
}

#gnav_sub2 > li:nth-child(2) a {
  background-image: url(../img/common/second_internet_bg2.png),
    url(../img/common/second_internet_bg.png);
  background-position: top center, bottom center;
  background-repeat: no-repeat;
}

#gnav_sub2 > li:nth-child(3) {
  background: #ffffff;
  background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #fcefef 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, #fcefef 100%);
  background: radial-gradient(ellipse at center, #ffffff 0%, #fcefef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fcefef',GradientType=1 );
  width: 132px;
}
#gnav_sub2 > li:nth-child(3) a {
  background-image: url(../img/common/second_bus_bg.png), url(../img/common/second_internet_bg.png);
  background-position: top center, bottom center;
  background-repeat: no-repeat;
}
.timetable {
  position: absolute;
  right: 0;
  top: 10px;
}
.top_only {
  display: none;
}
.timetable .head_table {
  float: right;
  border: 1px #ebdcc7 solid;
  border-radius: 4px;
  margin-left: 10px;
  height: 80px;
  width: 240px;
}
.timetable .head_table small {
  font-size: 10px;
  display: block;
  text-align: right;
}
.head_table table {
  font-size: 1rem;
  line-height: 100%;
  height: 100%;
  width: 100%;
}
.head_table td {
  border-left: 1px #ebdcc7 solid;
  border-top: 1px #ebdcc7 solid;
  color: #f2a7a7;
  padding: 1px;
  text-align: center;
  font-weight: 500;
}
.head_table th {
  font-weight: 500;
  padding: 1px;
  border-right: 1px #ebdcc7 solid;
  border-bottom: 1px #ebdcc7 solid;
  letter-spacing: normal;
  text-align: center;
}
.head_table td.glay {
  color: #333;
}
.border-bottom-none {
  border-bottom: none !important;
}
.border-right-none {
  border-right: none !important;
}
.orange {
  color: #ffa55e;
}
.main_phone {
  float: left;
  margin-top: 23px;
}
.main_phone {
  float: left;
  margin-top: 23px;
  margin-right: -6px;
}
.phone_clinicname {
  font-size: 1.1rem;
  font-weight: 500;
  text-align: center;
  background-color: #fbe6e6;
  background-image: url(../img/common/second_head_fukidasi.gif);
  background-repeat: no-repeat;
  background-position: right center;
  border-radius: 4px;
  padding: 4px 0;
  line-height: 100%;
  color: #4e381e;
  /*font-family:"Rounded Mplus 1c","Hiragino Maru Gothic ProN", "HG丸ｺﾞｼｯｸM-PRO", HGMaruGothicMPRO, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;*/
  font-family: 'a-otf-jun-pro', sans-serif;
}
.phone_clinicphone {
  letter-spacing: normal;
}

.phone_clinicphone::before {
  content: '\f095';
  color: #fff;
  background-color: #e55151;
  font-size: 10px;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: 14px;
  margin-right: 8px;
  text-align: center;
}

#gnav,
#gnav_sub1 {
  clear: both;
  display: table;
  width: 1200px;
  margin: 0 auto;
}
#gnav > li,
#gnav_sub1 > li {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}
#gnav > li {
  width: calc(100% / 8 - 6px);
  height: 120px;
  margin-bottom: 24px;
}
#gnav > li a {
  width: 100%;
  height: 100%;
  display: block;
  color: #75542d;
  font-weight: 500;
  padding-top: 76px;
}
#gnav > li:nth-child(1) a {
  background-image: url(../img/common/gnav_pc1.png), url(../img/common/gnav_tit1.png);
  background-position: top center, bottom center;
  background-repeat: no-repeat;
}
#gnav > li:nth-child(2) a {
  background-image: url(../img/common/gnav_pc2.png), url(../img/common/gnav_tit2.png);
  background-position: top center, bottom center;
  background-repeat: no-repeat;
}
#gnav > li:nth-child(3) a {
  background-image: url(../img/common/gnav_pc3.png), url(../img/common/gnav_tit3.png);
  background-position: top center, bottom center;
  background-repeat: no-repeat;
}
#gnav > li:nth-child(4) a {
  background-image: url(../img/common/gnav_pc4.png), url(../img/common/gnav_tit4.png);
  background-position: top center, bottom center;
  background-repeat: no-repeat;
}
#gnav > li:nth-child(5) a {
  background-image: url(../img/common/gnav_pc5.png), url(../img/common/gnav_tit5.png);
  background-position: top center, bottom center;
  background-repeat: no-repeat;
}
#gnav > li:nth-child(6) {
  background-image: url(../img/common/gnav_pc6.png), url(../img/common/gnav_tit6.png);
  background-position: top center, bottom center;
  background-repeat: no-repeat;
}
#gnav > li:nth-child(6) a {
  line-height: 100%;
  padding-top: 70px;
}
#gnav > li:nth-child(6) a span {
  color: #fff;
  font-size: 1.3rem;
  background-color: #e75151;
  border-radius: 4px;
  padding: 2px 6px;
  margin-top: 4px;
  display: inline-block;
}
#gnav > li:nth-child(7) a {
  background-image: url(../img/common/gnav_pc7.png), url(../img/common/gnav_tit7.png);
  background-position: top center, bottom;
  background-repeat: no-repeat;
}

#gnav > li:nth-child(8) a {
  background-image: url(../img/common/gnav_pc8.png), url(../img/common/gnav_tit8.png);
  background-position: top center, bottom;
  background-repeat: no-repeat;
}
#gnav > li a:after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #f8d3d3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#gnav > li a:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.gnav_sub1_box {
  height: 80px;
  width: 100%;
  background-image: url(../img/common/gnav_sub1_bg.png);
  background-position: bottom;
  background-color: #f9f5e3;
}
#gnav_sub1 > li {
  width: calc(100% / 6 - 6px);
}

#gnav_sub1 > li h3 {
  margin-top: 10px;
  line-height: 37px;
  color: #73522c;
  font-size: 1.5rem;
  font-family: 'Sawarabi Mincho';
  font-weight: 500;
}
#gnav_sub1 > li h3 a {
  position: relative;
  display: block;
  color: #73522c;
  font-size: 1.5rem;
  font-family: 'Sawarabi Mincho';
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: 0.35s all ease;
  transition: 0.35s all ease;
}
#gnav_sub1 > li h3 a img {
  height: 15px;
  width: auto;
}
#gnav_sub1 > li:nth-child(9) h3 a img {
  height: 12px;
  width: auto;
}
#gnav_sub1 h3 a::before {
  top: 0.7em;
  height: 10px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#gnav_sub1 h3 a::after {
  top: 1.1em;
  height: 10px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#gnav_sub1 li:nth-child(7) h3 a::before,
#gnav_sub1 li:nth-child(7) h3 a::after,
#gnav_sub1 li:nth-child(8) h3 a::before,
#gnav_sub1 li:nth-child(8) h3 a::after {
  right: 3em;
}
#gnav_sub1 li:nth-child(9) h3 a::before,
#gnav_sub1 li:nth-child(9) h3 a::after {
  right: 1em;
}
#gnav_sub1 li:nth-child(10) h3 a::before,
#gnav_sub1 li:nth-child(10) h3 a::after {
  right: 2em;
}
#gnav_sub1 li:nth-child(11) h3 a::before,
#gnav_sub1 li:nth-child(11) h3 a::after {
  right: 1.6em;
}
#gnav_sub1 li:nth-child(12) h3 a::before,
#gnav_sub1 li:nth-child(12) h3 a::after {
  right: 1.6em;
}
#gnav_sub1 li:nth-child(13) h3 a::before,
#gnav_sub1 li:nth-child(13) h3 a::after {
  right: 1.6em;
}
#gnav_sub1 li:nth-child(1),
#gnav_sub1 li:nth-child(2),
#gnav_sub1 li:nth-child(3),
#gnav_sub1 li:nth-child(4),
#gnav_sub1 li:nth-child(5),
#gnav_sub1 li:nth-child(6),
#gnav_sub1 li:nth-child(10),
#gnav_sub1 li:nth-child(14) {
  display: none;
}
#gnav_sub1 li ul li:nth-child(1),
#gnav_sub1 li ul li:nth-child(2),
#gnav_sub1 li ul li:nth-child(3),
#gnav_sub1 li ul li:nth-child(4),
#gnav_sub1 li ul li:nth-child(5),
#gnav_sub1 li ul li:nth-child(6),
#gnav_sub1 li ul li:nth-child(13) {
  display: inherit;
}
#gnav_sub1 h3 a::after,
#gnav_sub1 h3 a::before {
  position: absolute;
  display: block;
  content: '';
  width: 1.8px;
  background-color: #cfb07e;
  -webkit-transition: 0.25s all ease;
  transition: 0.25s all ease;
  border-radius: 10px;
}
#gnav_sub1 .active a:before {
  top: 0.8em;
}
#gnav_sub1 .active a:after {
  top: 0.8em;
}
#gnav_sub1 .target {
  z-index: 1;
  display: none;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: 100%;
  width: 120%;
}
#gnav_sub1 .target ul li a {
  background-color: #cfb07e;
  padding: 8px 0;
  color: #fff;
  display: block;
}
#gnav_sub1 .target ul li a:hover {
  background-color: #f9f5e3;
  color: #74532c;
}
/*-------------------------------------------
  .ie
--------------------------------------------*/
.ie #header h1 {
  position: absolute;
  left: 126px;
  top: 26px;
  /*   font-family: "Rounded Mplus 1c","Hiragino Maru Gothic ProN", "HG丸ｺﾞｼｯｸM-PRO", HGMaruGothicMPRO, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;*/
  font-family: 'a-otf-jun-pro', sans-serif;
  color: #73522c;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  letter-spacing: -2px;
}
.ie #header h1 > span {
  font-size: 14px;
  display: block;
  font-weight: 400;
}
.ie #gnav_sub2 > li a span {
  color: #73522c;
  font-size: 12px;
  font-family: 'Sawarabi Mincho';
  font-weight: 400;
  display: inline-block;
  width: 100%;
  line-height: 100%;
  position: absolute;
  top: 58%;
  left: 50%;
  margin: 0;
  -ms-transform: translate(-50%, -58%);
  -webkit-transform: translate(-50%, -58%);
  transform: translate(-50%, -58%);
  text-align: center;
}
.ie .head_table table {
  font-size: 10px;
  line-height: 100%;
  height: 100%;
  width: 100%;
}
.ie .phone_clinicname {
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  background-color: #fbe6e6;
  background-image: url(../img/common/second_head_fukidasi.gif);
  background-repeat: no-repeat;
  background-position: right center;
  border-radius: 4px;
  padding: 4px 0;
  line-height: 100%;
  color: #4e381e;
  /*font-family:"Rounded Mplus 1c","Hiragino Maru Gothic ProN", "HG丸ｺﾞｼｯｸM-PRO", HGMaruGothicMPRO, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;*/
  font-family: 'a-otf-jun-pro', sans-serif;
}
.ie #gnav > li:nth-child(6) a span {
  color: #fff;
  font-size: 1.3rem;
  background-color: #e75151;
  border-radius: 4px;
  padding: 2px 6px;
  margin-top: 4px;
  display: inline-block;
}
.ie #gnav_sub1 > li h3 {
  margin-top: 10px;
  line-height: 37px;
  color: #73522c;
  font-size: 15px;
  font-family: 'Sawarabi Mincho';
  font-weight: 500;
}
.ie #gnav_sub1 > li h3 a {
  position: relative;
  display: block;
  color: #73522c;
  font-size: 15px;
  font-family: 'Sawarabi Mincho';
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: 0.35s all ease;
  transition: 0.35s all ease;
}

@media (min-width: 768px) {
}
