@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* line 5, ../sass/style.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
  margin: 0;
  padding: 0; }

/* line 5, ../sass/style.scss */
audio, canvas, video {
  display: inline-block; }

/* line 5, ../sass/style.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/* line 5, ../sass/style.scss */
[hidden] {
  display: none; }

/* line 5, ../sass/style.scss */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

/* line 5, ../sass/style.scss */
body {
  margin: 0; }

/* line 5, ../sass/style.scss */
a:focus {
  outline: thin dotted; }

/* line 5, ../sass/style.scss */
a:active, a:hover {
  outline: 0; }

/* line 5, ../sass/style.scss */
h1 {
  font-size: 2em; }

/* line 5, ../sass/style.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/* line 5, ../sass/style.scss */
b, strong {
  font-weight: bold; }

/* line 5, ../sass/style.scss */
dfn {
  font-style: italic; }

/* line 5, ../sass/style.scss */
mark {
  background: #ff0;
  color: #000; }

/* line 5, ../sass/style.scss */
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

/* line 5, ../sass/style.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/* line 5, ../sass/style.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/* line 5, ../sass/style.scss */
small {
  font-size: 80%; }

/* line 5, ../sass/style.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 5, ../sass/style.scss */
sup {
  top: -0.5em; }

/* line 5, ../sass/style.scss */
sub {
  bottom: -0.25em; }

/* line 5, ../sass/style.scss */
img {
  border: 0; }

/* line 5, ../sass/style.scss */
svg:not(:root) {
  overflow: hidden; }

/* line 5, ../sass/style.scss */
figure {
  margin: 0; }

/* line 5, ../sass/style.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/* line 5, ../sass/style.scss */
legend {
  border: 0;
  padding: 0; }

/* line 5, ../sass/style.scss */
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

/* line 5, ../sass/style.scss */
button, input {
  line-height: normal; }

/* line 5, ../sass/style.scss */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

/* line 5, ../sass/style.scss */
button[disabled], input[disabled] {
  cursor: default; }

/* line 5, ../sass/style.scss */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/* line 5, ../sass/style.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

/* line 5, ../sass/style.scss */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* line 5, ../sass/style.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* line 5, ../sass/style.scss */
textarea {
  overflow: auto;
  vertical-align: top; }

/* line 5, ../sass/style.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 5, ../sass/style.scss */
dl, dt, dd, ol, ul, li, p {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  list-style: none; }

/* line 7, ../sass/style.scss */
* {
  box-sizing: border-box; }

/* line 11, ../sass/style.scss */
h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-weight: normal; }

/*-------------  変数   ---------------------------- */
/*ヘッダーリンクボタン色、リンクボタン色、PUP背景色*/
/*濃い赤 */
/*濃いピンク色 */
/*黄色*/
/*リンク色*/
/*ドロワーナビボタン色１*/
/*ドロワーナビボタン色２*/
/*ドロワーナビボタン境界色*/
/*ドロワー背景色*/
/*コンテンツ背景色*/
/*ドロワーメニューの長さ*/
/*-------------  navi   ---------------------------- */
/* line 58, ../sass/style.scss */
#navi {
  margin: 0 0 84px 0;
  background: url(../images/nav_bg.jpg) repeat center top; }
  /* line 62, ../sass/style.scss */
  #navi li {
    width: 200px;
    height: 58px;
    border-bottom: 1px solid #5e8a1a;
    border-top: 1px solid #94ce3f; }
    /* line 69, ../sass/style.scss */
    #navi li a {
      font-size: 19px;
      display: block;
      line-height: 58px;
      padding-left: 12px;
      word-spacing: -1px;
      text-decoration: none;
      color: #fff;
      text-shadow: 0px 1px 1px #9d9d9d; }
      /* line 79, ../sass/style.scss */
      #navi li a:active {
        background: #F0B93A;
        color: #fff8ee;
        border-bottom: 1px solid #bd3f11;
        border-top: 1px solid #f77343; }
      /* line 86, ../sass/style.scss */
      #navi li a:hover {
        background: #F0B93A;
        color: #fff8ee;
        border-bottom: 1px solid #bd3f11;
        border-top: 1px solid #f77343; }
    /* line 102, ../sass/style.scss */
    #navi li.on {
      border-bottom: 1px solid #acb14d;
      border-top: 1px solid #f5ff7f;
      background: #f4ff6e; }
      /* line 107, ../sass/style.scss */
      #navi li.on a {
        color: #1f904d; }
    /* line 113, ../sass/style.scss */
    #navi li i {
      margin-right: 8px; }

/*-------------  menu custom   ---------------------------- */
/* line 123, ../sass/style.scss */
.contents {
  width: 100%;
  margin: 0 0 0 0;
  /* headerの高さと等しく*/
  /*		-webkit-transition:ease .3s;
  		transition:ease .3s;
  */
  -webkit-transition: ease .3s;
  transition: ease .3s;
  pointer-events: auto; }

/*menuオープン時*/
/* line 139, ../sass/style.scss */
input[type=checkbox]:checked ~ .changed2 {
  width: 100%;
  position: fixed;
  -webkit-transition: ease-in-out .5s;
  transition: ease-in-out .5s;
  /*右開き*/
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
  /*左開き*/
  /*-webkit-transform:translateX(-250px);	
  transform:translateX(-250px);*/
  pointer-events: none; }

/*	.cont_fixed {
		pointer-events: none;
	}
*/
/*	.cont_fixed {
		
		.overlay {
			opacity:0.6;
			visibility:visible;
			
		}
		
	}*/
/*-------------  body   ---------------------------- */
/* line 176, ../sass/style.scss */
body {
  font-family: 'Noto Sans Japanese',"メイリオ", Meiryo, Osaka, sans-serif;
  font-size: 14px;
  line-height: 160%;
  color: #333;
  -webkit-text-size-adjust: 100%;
  background: #fff; }

/*-------------  header   ---------------------------- */
/* line 193, ../sass/style.scss */
header .txt_idt {
  text-indent: -9999px;
  padding: 64px 0 0 0;
  position: absolute;
  width: 100%;
  z-index: 11;
  background: rgba(0, 0, 0, 0.25); }
  /* line 201, ../sass/style.scss */
  header .txt_idt #logo {
    display: block;
    background: url(../images/logo_01.png) no-repeat center top;
    background-size: 90% auto;
    width: 100%;
    height: 60px;
    margin: 15px auto 10px; }
/* line 212, ../sass/style.scss */
header .header_nav {
  position: fixed;
  z-index: 999;
  opacity: 0.9; }
  /* line 218, ../sass/style.scss */
  header .header_nav .header_nav__flex {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between;
    background: white;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4); }
    /* line 232, ../sass/style.scss */
    header .header_nav .header_nav__flex li {
      flex: 1;
      text-align: center; }
      /* line 236, ../sass/style.scss */
      header .header_nav .header_nav__flex li a {
        display: block;
        height: 64px;
        padding: 9px 0 0 0;
        color: #2d2d2d;
        font-size: 0.85em;
        text-decoration: none;
        line-height: 1.5; }
        /* line 245, ../sass/style.scss */
        header .header_nav .header_nav__flex li a img {
          width: 32px;
          height: 27px; }
      /* line 252, ../sass/style.scss */
      header .header_nav .header_nav__flex li label.menulabel {
        margin: 0 0 0 0 !important; }
      /* line 256, ../sass/style.scss */
      header .header_nav .header_nav__flex li .menulabel {
        display: block;
        height: 64px;
        padding: 3px 0 0 0;
        color: #2d2d2d;
        opacity: 0.7;
        text-decoration: none; }
        /* line 265, ../sass/style.scss */
        header .header_nav .header_nav__flex li .menulabel:before {
          content: url(../images/menu_black.svg);
          display: block;
          margin: 0 auto;
          padding: 9px 0 0 0;
          width: 25px; }
        /* line 272, ../sass/style.scss */
        header .header_nav .header_nav__flex li .menulabel:after {
          content: "menu";
          font-family: Arial, Helvetica, sans-serif;
          height: 30px;
          display: block;
          font-size: 100%;
          line-height: 0.8; }
  /* line 285, ../sass/style.scss */
  header .header_nav input[type=checkbox] {
    position: absolute;
    left: -9999px; }
  /* line 290, ../sass/style.scss */
  header .header_nav .changed5 {
    display: none;
    visibility: hidden;
    -webkit-transition: ease .16s;
    transition: ease-in-out .16s;
    height: 0px;
    position: relative;
    z-index: 10;
    opacity: 1;
    overflow: hidden;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between;
    box-sizing: border-box; }
    /* line 315, ../sass/style.scss */
    header .header_nav .changed5 li {
      width: 50%;
      background: #fff; }
      /* line 321, ../sass/style.scss */
      header .header_nav .changed5 li:nth-child(even) {
        border-right: 1px solid #353535; }
      /* line 324, ../sass/style.scss */
      header .header_nav .changed5 li:nth-child(1) {
        border-top: 1px solid #353535; }
      /* line 327, ../sass/style.scss */
      header .header_nav .changed5 li:nth-child(2) {
        border-top: 1px solid #353535; }
      /* line 331, ../sass/style.scss */
      header .header_nav .changed5 li a {
        text-decoration: none;
        padding: 10px 0 12px 9px;
        display: block;
        width: 100%;
        height: 44px;
        color: #333; }
  /* line 342, ../sass/style.scss */
  header .header_nav input[type=checkbox]:checked ~ .changed5 {
    visibility: visible;
    -webkit-transition: ease-out .16s;
    transition: ease-out .16s;
    height: 136px;
    opacity: 1; }
    /* line 361, ../sass/style.scss */
    header .header_nav input[type=checkbox]:checked ~ .changed5 li {
      width: 50%;
      background: FFF;
      border-left: 1px solid #353535;
      border-bottom: 1px solid #353535;
      background-repeat: no-repeat;
      background-position: left; }
      /* line 373, ../sass/style.scss */
      header .header_nav input[type=checkbox]:checked ~ .changed5 li.on a {
        color: #ce7da7; }
      /* line 378, ../sass/style.scss */
      header .header_nav input[type=checkbox]:checked ~ .changed5 li a {
        text-decoration: none;
        padding: 13px 0 9px 10px;
        display: block;
        width: 100%;
        height: 44px;
        color: #333;
        font-size: 13px; }
  /* line 397, ../sass/style.scss */
  header .header_nav input[type=checkbox]:checked ~ .header_nav__flex label.menulabel {
    display: block;
    height: 64px;
    padding: 3px 0 0 0;
    background: rgba(229, 36, 115, 0.28);
    color: #FFF;
    text-decoration: none; }
    /* line 406, ../sass/style.scss */
    header .header_nav input[type=checkbox]:checked ~ .header_nav__flex label.menulabel:before {
      content: url(../images/menu_close2_white.svg);
      display: block;
      margin: 0 auto;
      padding: 9px 0 0 0;
      width: 25px; }
    /* line 413, ../sass/style.scss */
    header .header_nav input[type=checkbox]:checked ~ .header_nav__flex label.menulabel:after {
      content: "close";
      font-family: Arial, Helvetica, sans-serif;
      height: 30px;
      display: block;
      font-size: 100%;
      line-height: 0.8; }

/* line 427, ../sass/style.scss */
.btm_nav {
  margin: 30px 0 0 0; }
  /* line 430, ../sass/style.scss */
  .btm_nav .container {
    padding: 0;
    border-radius: 0;
    margin-bottom: 0; }
    /* line 435, ../sass/style.scss */
    .btm_nav .container .btm_nav__list {
      display: block;
      height: 135px;
      background: url(../images/fnavi_bg.jpg) no-repeat;
      background-size: cover;
      display: -webkit-flex;
      /* Safari */
      display: flex;
      -webkit-flex-wrap: wrap;
      /* Safari */
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      /* Safari */
      justify-content: space-between; }
      /* line 449, ../sass/style.scss */
      .btm_nav .container .btm_nav__list li {
        width: 50%;
        border-top: 1px solid #353535;
        border-radius: 0;
        background-repeat: no-repeat;
        background-position: left;
        background-color: rgba(255, 255, 255, 0.65); }
        /* line 458, ../sass/style.scss */
        .btm_nav .container .btm_nav__list li:nth-child(odd) {
          border-right: 1px solid #353535; }
        /* line 462, ../sass/style.scss */
        .btm_nav .container .btm_nav__list li.on a {
          color: #ce7da7; }
        /* line 467, ../sass/style.scss */
        .btm_nav .container .btm_nav__list li a {
          text-decoration: none;
          padding: 13px 0 9px 10px;
          display: block;
          width: 100%;
          color: #333;
          height: 44px; }

/* line 488, ../sass/style.scss */
.changed4 {
  display: none; }

/* line 495, ../sass/style.scss */
.changed3 label {
  width: 70px;
  height: 64px;
  position: absolute;
  top: 10px;
  right: 0px;
  background: #FF0;
  z-index: 9999;
  position: fixed; }
  /* line 506, ../sass/style.scss */
  .changed3 label a {
    position: relative;
    color: #fff;
    text-decoration: none;
    width: 70px;
    height: 64px;
    display: table-cell;
    background: #FBE8EC;
    vertical-align: middle;
    font-size: 12px;
    border-radius: 8px 0 0 8px; }
    /* line 518, ../sass/style.scss */
    .changed3 label a:hover {
      color: #fff; }
    /* line 521, ../sass/style.scss */
    .changed3 label a:active {
      color: #fff; }

/* line 532, ../sass/style.scss */
input[type=checkbox]:checked ~ .changed3 label {
  width: 70px;
  height: 64px;
  position: fixed;
  top: 10px;
  right: 0px;
  background: #F00;
  z-index: 9999; }
  /* line 543, ../sass/style.scss */
  input[type=checkbox]:checked ~ .changed3 label a {
    position: relative;
    color: #fff;
    text-decoration: none;
    width: 70px;
    height: 64px;
    display: table-cell;
    background: #0BA95F;
    vertical-align: middle;
    font-size: 12px;
    border-radius: 8px 0 0 8px; }
    /* line 555, ../sass/style.scss */
    input[type=checkbox]:checked ~ .changed3 label a:hover {
      color: #fff; }
    /* line 558, ../sass/style.scss */
    input[type=checkbox]:checked ~ .changed3 label a:active {
      color: #fff; }

/*----------------top------------------------------- */
/* TOPスライド画像 */
/* line 569, ../sass/style.scss */
.main_imgBox {
  height: 300px;
  overflow: hidden;
  position: relative; }
  /* line 574, ../sass/style.scss */
  .main_imgBox .container {
    width: 100%;
    padding: 0 0 10px 0;
    margin: 0 auto; }
    /* line 578, ../sass/style.scss */
    .main_imgBox .container div {
      margin: 150px auto 0 0px;
      padding: 0;
      width: 100%;
      height: 150px;
      text-align: left;
      position: absolute;
      overflow: hidden;
      z-index: 11;
      background: url(../images/top_maintitle.png) no-repeat;
      background-size: 100% auto;
      font-family: 'Times New Roman', Georgia, 'FOT-マティス Pro M', 'MatissePro-M', "游明朝", YuMincho, 'Yu Mincho', "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif, Calibri, sans-serif;
      font-weight: bold;
      font-size: 30px; }
      /* line 594, ../sass/style.scss */
      .main_imgBox .container div:first-letter {
        color: #8c2020; }

/* line 603, ../sass/style.scss */
.main_img {
  z-index: 10;
  opacity: 0;
  width: 100%;
  height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 36s 0s infinite;
  animation: anime 36s 0s infinite; }

/* line 617, ../sass/style.scss */
.main_img:nth-of-type(2) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s; }

/* line 621, ../sass/style.scss */
.main_img:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s; }

/* line 625, ../sass/style.scss */
.main_img:nth-of-type(4) {
  -webkit-animation-delay: 18s;
  animation-delay: 18s; }

/* line 629, ../sass/style.scss */
.main_img:nth-of-type(5) {
  -webkit-animation-delay: 24s;
  animation-delay: 24s; }

/* line 633, ../sass/style.scss */
.main_img:nth-of-type(6) {
  -webkit-animation-delay: 30s;
  animation-delay: 30s; }

@keyframes anime {
  0% {
    opacity: 0; }
  8% {
    opacity: 1; }
  17% {
    opacity: 1; }
  25% {
    opacity: 0;
    transform: scale(1.2);
    z-index: 9; }
  100% {
    opacity: 0; } }
/* TOP連動 */
/* line 656, ../sass/style.scss */
.ticker {
  padding: 70px 10px 130px 10px;
  text-align: left;
  overflow: hidden;
  z-index: 11;
  background: rgba(82, 82, 82, 0.17);
  background-image: url(../images/news_iconbg.png);
  background-repeat: no-repeat;
  background-position: top left; }

/* line 674, ../sass/style.scss */
.ticker ul {
  width: 100%;
  position: relative; }

/* line 679, ../sass/style.scss */
.ticker ul li {
  width: 100%;
  display: none; }
  /* line 684, ../sass/style.scss */
  .ticker ul li a {
    text-decoration: none; }
  /* line 688, ../sass/style.scss */
  .ticker ul li .ymd {
    font-size: 10px;
    color: #848484; }
  /* line 692, ../sass/style.scss */
  .ticker ul li .tntitle {
    font-size: 14px;
    font-weight: 600;
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 3px 0 1px 0;
    color: #dd6868;
    text-decoration: none; }

/* line 705, ../sass/style.scss */
.top_bg01 {
  background-color: #efe3e3;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 10px;
  margin-top: 10px; }

/* line 713, ../sass/style.scss */
.profile {
  background: rgba(255, 255, 255, 0.6);
  margin: 130px 10px 0 10px;
  padding: 10px !important; }

/* TOP 診療時間 */
/* line 720, ../sass/style.scss */
.tbl01 {
  margin-bottom: 20px;
  background-color: #ffffff;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1); }

/* line 728, ../sass/style.scss */
.tbl01 td {
  line-height: 18px;
  text-align: center;
  padding: 8px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc; }

/* line 735, ../sass/style.scss */
.tbl01 th {
  font-weight: normal;
  padding: 8px;
  background-color: #d47474;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: center;
  color: #FFF; }

/* line 744, ../sass/style.scss */
.tbl01 .bg01 {
  background-color: #f7f7f7;
  height: 45px;
  color: #333; }

/* TOP 診療案内BOX */
/* line 752, ../sass/style.scss */
.top_news ul {
  overflow: hidden; }
/* line 755, ../sass/style.scss */
.top_news li {
  float: left;
  margin: 0;
  width: 50%; }
  /* line 765, ../sass/style.scss */
  .top_news li .waku {
    padding: 10px; }
  /* line 769, ../sass/style.scss */
  .top_news li h4 {
    border-bottom: dotted 1px #8c2020;
    margin-bottom: 10px;
    font-size: 13px;
    color: #e62474; }
  /* line 776, ../sass/style.scss */
  .top_news li .mini {
    font-size: 12px; }
  /* line 781, ../sass/style.scss */
  .top_news li a {
    text-decoration: none; }
/* line 786, ../sass/style.scss */
.top_news li:first-child {
  margin: 0 0; }
/* line 790, ../sass/style.scss */
.top_news li:last-child {
  margin: 0 0; }

/* line 795, ../sass/style.scss */
.imgWrap {
  overflow: hidden;
  /*拡大時にはみ出た部分を隠す*/
  width: 100%;
  /*画像の幅*/
  position: relative; }
  /* line 802, ../sass/style.scss */
  .imgWrap img {
    display: block;
    transition-duration: 1.5s;
    /*変化に掛かる時間*/
    width: 100%;
    height: auto; }
    /* line 808, ../sass/style.scss */
    .imgWrap img:hover {
      transform: scale(1.1);
      /*画像の拡大率*/
      transition-duration: 1.5s;
      /*変化に掛かる時間*/
      opacity: 0.6;
      /* 小さくするほど暗くなります */ }

/* TOP STAFF */
/* line 822, ../sass/style.scss */
.staff_bg {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0 0;
  height: 530px;
  overflow: hidden;
  background: url(../images/top_staffbg.jpg) repeat-x top center;
  -webkit-background-size: 1500px;
  background-size: 1500px;
  -webkit-animation: gbgscroll 35s linear infinite;
  animation: gbgscroll 35s linear infinite; }
  /* line 834, ../sass/style.scss */
  .staff_bg .imgscr_area {
    margin: 20px 0 20px 0;
    height: 240px; }
  /* line 839, ../sass/style.scss */
  .staff_bg p {
    margin-top: 260px; }

@-webkit-keyframes gbgscroll {
  0% {
    background-position: 0 bottom; }
  100% {
    background-position: 1046px bottom; } }
@keyframes gbgscroll {
  0% {
    background-position: 0 bottom; }
  100% {
    background-position: 1046px bottom; } }
/*----------------slider------------------------------- */
/* line 862, ../sass/style.scss */
.slider_area {
  width: 100%;
  /*min-height:150px;*/
  border: none;
  background: none;
  /*		background:url(../images/index_bg.png) repeat-x top center;
  		background-size:50px 166px;
  */
  overflow: hidden;
  position: relative; }
  /* line 873, ../sass/style.scss */
  .slider_area ul, .slider_area li {
    margin: 0;
    padding: 0; }

/*------------- mds  -----------------------------------------*/
/* line 882, ../sass/style.scss */
.mds, .btm_kkm01 .mds {
  min-height: 60px;
  font-size: 20px;
  padding: 20px 0px 10px 0;
  font-weight: bold;
  margin: 20px 0 10px 0;
  line-height: 1.2;
  font-family: 'Times New Roman', Georgia, 'FOT-マティス Pro M', 'MatissePro-M', "游明朝", YuMincho, 'Yu Mincho', "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif, Calibri, sans-serif; }
  /* line 893, ../sass/style.scss */
  .mds .subtitle {
    font-size: 12px;
    font-weight: normal; }
  /* line 897, ../sass/style.scss */
  .mds:first-letter, .btm_kkm01 .mds:first-letter {
    color: #8c2020; }

/* line 902, ../sass/style.scss */
.nmds, section .layout09 .imgarea .itemmds, section .layout10 .imgarea .itemmds {
  font-size: 16px;
  min-height: 30px;
  border-bottom: dotted 1px #333;
  margin: 10px 0 10px 0;
  padding: 5px 0px 5px 0;
  line-height: 1.4;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }

/* line 919, ../sass/style.scss */
.smds {
  display: inline-block;
  width: 100%;
  margin: 10px 0 7px 0;
  padding: 4px 10px;
  font-size: 16px;
  background: #44AEB8;
  background: -webkit-repeating-linear-gradient(-45deg, #3e83d0, #3e83d0 3px, #3379c7 3px, #3379c7 7px);
  background: repeating-linear-gradient(-45deg, #3e83d0, #3e83d0 3px, #3379c7 3px, #3379c7 7px);
  color: #fff;
  font-weight: bold;
  border-bottom: 4px; }

/* line 935, ../sass/style.scss */
.txt_wb, .list_layout01 li .news_mdstxt {
  word-break: break-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/*------------- section  -----------------------------------------*/
/* line 945, ../sass/style.scss */
section {
  /*---------------  QA_LIST--------------------------*/
  /*---------------------------------------------------------** */
  /* レイアウト基本形 */
  /* PG画像　レイアウト基本形 画像の小さいレイアウト用は個別のレイアウトで数値設定*/
  /*	.pg_imgarea {
  		text-align:center !important;
  		
  	}
  */
  /* txt50% img50% */
  /* txt80% img15% */
  /*画像15％、文章82％、間隔3％  画像小さいレイアウト */
  /*---------------------------------------------------------** */
  /*---------------------------------------------------------** */
  /*---------------------------------------------------------** */
  /*ここにペースト*/
  /*******************************/
  	/* -----------------------------------------------------------------------------------------------
    
  	rectuitページ
  
  ----------------------------------------------------------------------------------------------- */
  /*-------------  タブ３列   ---------------------------- */
  /*-------------  タブ２列 ---------------------------- */ }
  /* line 947, ../sass/style.scss */
  section .container {
    width: 100%;
    padding: 4% 4%;
    margin: 0 auto 10px; }
    /* line 952, ../sass/style.scss */
    section .container h3 {
      font-weight: bold;
      font-size: 18px;
      margin-bottom: 30px;
      height: 59px;
      padding: 4px 0 0 0px;
      text-align: center;
      color: #e61874; }
      /* line 962, ../sass/style.scss */
      section .container h3 span {
        border-bottom: 1px dotted #e61874; }
      /* line 966, ../sass/style.scss */
      section .container h3:before {
        content: url(../images/mdsi_L.png);
        padding: 0 5px 0 0; }
      /* line 971, ../sass/style.scss */
      section .container h3:after {
        content: url(../images/mdsi_R.png);
        padding: 0 0 0 5px; }
    /* line 977, ../sass/style.scss */
    section .container .subtitle {
      font-size: 16px;
      color: #E62474;
      text-align: center;
      min-height: 30px;
      border-bottom: dotted 1px #e62474;
      font-weight: bold;
      margin: 10px 0 10px 0;
      padding: 5px 0px 0px 0;
      line-height: 1.4;
      text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }
  /* line 995, ../sass/style.scss */
  section .container1 {
    width: 100%;
    padding: 0 4%;
    margin: 0 auto 10px; }
    /* line 999, ../sass/style.scss */
    section .container1 h3 {
      font-weight: bold;
      font-size: 18px;
      margin: 30px auto 20px;
      padding: 4px 0 0 0px;
      text-align: center;
      color: #e61874; }
      /* line 1009, ../sass/style.scss */
      section .container1 h3 span {
        border-bottom: 1px dotted #e61874;
        line-height: normal; }
      /* line 1014, ../sass/style.scss */
      section .container1 h3:before {
        content: url(../images/mdsi_L.png);
        padding: 0 5px 0 0; }
      /* line 1019, ../sass/style.scss */
      section .container1 h3:after {
        content: url(../images/mdsi_R.png);
        padding: 0 0 0 5px; }
  /* line 1026, ../sass/style.scss */
  section .containere {
    width: 100%;
    padding: 2% 4%;
    margin: 0 auto; }
  /* line 1033, ../sass/style.scss */
  section .list_link {
    display: block;
    width: 109%;
    margin: 0 -5% 0 -5%;
    padding: 10px 4%;
    border-top: 1px solid #CCC;
    color: #333;
    text-decoration: none;
    min-height: 123px; }
    /* line 1043, ../sass/style.scss */
    section .list_link:hover {
      background: #fdfaec; }
    /* line 1046, ../sass/style.scss */
    section .list_link .txtarea {
      word-break: break-all; }
  /* line 1057, ../sass/style.scss */
  section .qa_list .qaq {
    font-size: 18px;
    line-height: 1.3;
    color: #0b66bb;
    min-height: 50px;
    margin: 10px 0 0 0;
    padding: 5px 0 5px 63px;
    background: url(../images/qa_q.jpg) no-repeat 15px center; }
  /* line 1068, ../sass/style.scss */
  section .qa_list .qaa {
    padding: 10px 20px 15px 20px;
    border-bottom: dotted 2px #c2dffe; }
    /* line 1072, ../sass/style.scss */
    section .qa_list .qaa:last-child {
      border-bottom: none; }
  /* line 1088, ../sass/style.scss */
  section .layout01 .txtarea.fright.txtaln_r {
    text-align: right; }
  /* line 1111, ../sass/style.scss */
  section .layout01 .imgarea .pgitem {
    margin: 0 auto 5px;
    width: 280px;
    height: 280px;
    max-width: 280px;
    max-height: 280px;
    overflow: hidden;
    background: #ececee;
    text-align: center;
    position: relative; }
    /* line 1124, ../sass/style.scss */
    section .layout01 .imgarea .pgitem img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      max-width: 280px;
      max-height: 280px;
      width: auto;
      height: auto; }
  /* line 1142, ../sass/style.scss */
  section .layout01 .imgarea .caption, section .layout01 .imgarea .caption_center {
    width: 280px;
    margin: 0 0 40px 0;
    text-align: left;
    font-size: 12px;
    line-height: 1.4; }
  /* line 1149, ../sass/style.scss */
  section .layout01 .imgarea .caption_center {
    text-align: center; }
  /* line 1097, ../sass/style.scss */
  section .layout01:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  /* line 1167, ../sass/style.scss */
  section .layout01 .txtarea {
    width: 100%; }
  /* line 1170, ../sass/style.scss */
  section .layout01 .imgarea {
    width: 100%;
    /* このレイアウトでPG組み込みの場合*/
    /*				.pgitem{
    							width: 280px;
    							height: 280px;
    							
    							img {
    								max-width: 260px !important;
    								max-height: 260px!important;
    							}
    
    				}*/ }
    /* line 1173, ../sass/style.scss */
    section .layout01 .imgarea img {
      width: 100%;
      height: auto; }
  /* line 1193, ../sass/style.scss */
  section .layout02 {
    /*画像30％、文章67％、間隔3％*/ }
    /* line 1088, ../sass/style.scss */
    section .layout02 .txtarea.fright.txtaln_r {
      text-align: right; }
    /* line 1111, ../sass/style.scss */
    section .layout02 .imgarea .pgitem {
      margin: 0 auto 5px;
      width: 280px;
      height: 280px;
      max-width: 280px;
      max-height: 280px;
      overflow: hidden;
      background: #ececee;
      text-align: center;
      position: relative; }
      /* line 1124, ../sass/style.scss */
      section .layout02 .imgarea .pgitem img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        max-width: 280px;
        max-height: 280px;
        width: auto;
        height: auto; }
    /* line 1142, ../sass/style.scss */
    section .layout02 .imgarea .caption, section .layout02 .imgarea .caption_center {
      width: 280px;
      margin: 0 0 40px 0;
      text-align: left;
      font-size: 12px;
      line-height: 1.4; }
    /* line 1149, ../sass/style.scss */
    section .layout02 .imgarea .caption_center {
      text-align: center; }
    /* line 1097, ../sass/style.scss */
    section .layout02:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0; }
    /* line 1196, ../sass/style.scss */
    section .layout02 .txtarea {
      width: 67%; }
    /* line 1199, ../sass/style.scss */
    section .layout02 .imgarea {
      width: 30%;
      /* このレイアウトでPG組み込みの場合*/
      /*				.pgitem{
      					width:210px;
      					height:210px;
      					max-width:210px;
      					max-height:210px;
      					
      						img {
      							max-width:210px;
      							max-height:210px;
      						}
      				}*/ }
      /* line 1202, ../sass/style.scss */
      section .layout02 .imgarea img {
        width: 100%;
        height: auto; }
  /* line 1226, ../sass/style.scss */
  section .layout03 {
    /*画像30％、文章回り込み 間隔3％*/ }
    /* line 1088, ../sass/style.scss */
    section .layout03 .txtarea.fright.txtaln_r {
      text-align: right; }
    /* line 1111, ../sass/style.scss */
    section .layout03 .imgarea .pgitem {
      margin: 0 auto 5px;
      width: 280px;
      height: 280px;
      max-width: 280px;
      max-height: 280px;
      overflow: hidden;
      background: #ececee;
      text-align: center;
      position: relative; }
      /* line 1124, ../sass/style.scss */
      section .layout03 .imgarea .pgitem img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        max-width: 280px;
        max-height: 280px;
        width: auto;
        height: auto; }
    /* line 1142, ../sass/style.scss */
    section .layout03 .imgarea .caption, section .layout03 .imgarea .caption_center {
      width: 280px;
      margin: 0 0 40px 0;
      text-align: left;
      font-size: 12px;
      line-height: 1.4; }
    /* line 1149, ../sass/style.scss */
    section .layout03 .imgarea .caption_center {
      text-align: center; }
    /* line 1097, ../sass/style.scss */
    section .layout03:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0; }
    /* line 1232, ../sass/style.scss */
    section .layout03 .imgarea {
      width: 30%; }
      /* line 1234, ../sass/style.scss */
      section .layout03 .imgarea img {
        width: 100%;
        height: auto; }
    /* line 1240, ../sass/style.scss */
    section .layout03 .fleft {
      margin: 0 3% 0 0; }
    /* line 1244, ../sass/style.scss */
    section .layout03 .fright {
      margin: 0 0 0 3%; }
  /* line 1088, ../sass/style.scss */
  section .layout04 .txtarea.fright.txtaln_r {
    text-align: right; }
  /* line 1111, ../sass/style.scss */
  section .layout04 .imgarea .pgitem {
    margin: 0 auto 5px;
    width: 280px;
    height: 280px;
    max-width: 280px;
    max-height: 280px;
    overflow: hidden;
    background: #ececee;
    text-align: center;
    position: relative; }
    /* line 1124, ../sass/style.scss */
    section .layout04 .imgarea .pgitem img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      max-width: 280px;
      max-height: 280px;
      width: auto;
      height: auto; }
  /* line 1142, ../sass/style.scss */
  section .layout04 .imgarea .caption, section .layout04 .imgarea .caption_center {
    width: 280px;
    margin: 0 0 40px 0;
    text-align: left;
    font-size: 12px;
    line-height: 1.4; }
  /* line 1149, ../sass/style.scss */
  section .layout04 .imgarea .caption_center {
    text-align: center; }
  /* line 1097, ../sass/style.scss */
  section .layout04:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  /* line 1255, ../sass/style.scss */
  section .layout04 .txtarea {
    width: 82%; }
  /* line 1258, ../sass/style.scss */
  section .layout04 .imgarea {
    width: 15%; }
    /* line 1111, ../sass/style.scss */
    section .layout04 .imgarea .pgitem {
      margin: 0 auto 5px;
      width: 280px;
      height: 280px;
      max-width: 280px;
      max-height: 280px;
      overflow: hidden;
      background: #ececee;
      text-align: center;
      position: relative; }
      /* line 1124, ../sass/style.scss */
      section .layout04 .imgarea .pgitem img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        max-width: 280px;
        max-height: 280px;
        width: auto;
        height: auto; }
    /* line 1142, ../sass/style.scss */
    section .layout04 .imgarea .caption, section .layout04 .imgarea .caption_center {
      width: 280px;
      margin: 0 0 40px 0;
      text-align: left;
      font-size: 12px;
      line-height: 1.4; }
    /* line 1149, ../sass/style.scss */
    section .layout04 .imgarea .caption_center {
      text-align: center; }
    /* line 1262, ../sass/style.scss */
    section .layout04 .imgarea .pgitem {
      /*幅が30％なので、サイズを相応に*/
      width: 48px;
      height: 48px;
      max-width: 48px;
      max-height: 48px; }
      /* line 1271, ../sass/style.scss */
      section .layout04 .imgarea .pgitem img {
        max-width: 48px !important;
        max-height: 48px !important; }
    /* line 1278, ../sass/style.scss */
    section .layout04 .imgarea img {
      width: 100%;
      height: auto; }
  /* line 1288, ../sass/style.scss */
  section .layout05 {
    /*画像48％、文章48％、間隔4％ 等しいレイアウト */
    margin-top: 5px; }
    /* line 1088, ../sass/style.scss */
    section .layout05 .txtarea.fright.txtaln_r {
      text-align: right; }
    /* line 1111, ../sass/style.scss */
    section .layout05 .imgarea .pgitem {
      margin: 0 auto 5px;
      width: 280px;
      height: 280px;
      max-width: 280px;
      max-height: 280px;
      overflow: hidden;
      background: #ececee;
      text-align: center;
      position: relative; }
      /* line 1124, ../sass/style.scss */
      section .layout05 .imgarea .pgitem img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        max-width: 280px;
        max-height: 280px;
        width: auto;
        height: auto; }
    /* line 1142, ../sass/style.scss */
    section .layout05 .imgarea .caption, section .layout05 .imgarea .caption_center {
      width: 280px;
      margin: 0 0 40px 0;
      text-align: left;
      font-size: 12px;
      line-height: 1.4; }
    /* line 1149, ../sass/style.scss */
    section .layout05 .imgarea .caption_center {
      text-align: center; }
    /* line 1097, ../sass/style.scss */
    section .layout05:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0; }
    /* line 1293, ../sass/style.scss */
    section .layout05 .txtarea {
      width: 48%; }
    /* line 1296, ../sass/style.scss */
    section .layout05 .imgarea {
      width: 48%; }
      /* line 1298, ../sass/style.scss */
      section .layout05 .imgarea img {
        width: 100%;
        height: auto; }
  /* line 1318, ../sass/style.scss */
  section .layout09 {
    margin: 0 -3% 0 0;
    overflow: hidden;
    /*PGアイテム更新用*/ }
    /* line 1324, ../sass/style.scss */
    section .layout09 .imgarea {
      margin: 0 3% 6% 0;
      /*width:47%;*/
      /*ここを変更で１行に何列か選ぶ 50-3(padding)　２個　画像サイズ　140px*/
      width: 30%;
      /*ここを変更で１行に何列か選ぶ 33.3-3(padding)　３個　画像サイズ　90px*/
      float: left;
      text-align: center; }
      /* line 1111, ../sass/style.scss */
      section .layout09 .imgarea .pgitem {
        margin: 0 auto 5px;
        width: 280px;
        height: 280px;
        max-width: 280px;
        max-height: 280px;
        overflow: hidden;
        background: #ececee;
        text-align: center;
        position: relative; }
        /* line 1124, ../sass/style.scss */
        section .layout09 .imgarea .pgitem img {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          max-width: 280px;
          max-height: 280px;
          width: auto;
          height: auto; }
      /* line 1142, ../sass/style.scss */
      section .layout09 .imgarea .caption, section .layout09 .imgarea .caption_center {
        width: 280px;
        margin: 0 0 40px 0;
        text-align: left;
        font-size: 12px;
        line-height: 1.4; }
      /* line 1149, ../sass/style.scss */
      section .layout09 .imgarea .caption_center {
        text-align: center; }
      /* line 1332, ../sass/style.scss */
      section .layout09 .imgarea .pgitem {
        /*幅が47％なので、サイズを相応に*/
        width: 90px;
        height: 90px; }
        /* line 1340, ../sass/style.scss */
        section .layout09 .imgarea .pgitem img {
          max-width: 90px !important;
          max-height: 90px !important; }
      /* line 1347, ../sass/style.scss */
      section .layout09 .imgarea .itemmds {
        font-size: 13px; }
      /* line 1352, ../sass/style.scss */
      section .layout09 .imgarea .cap {
        font-size: 12px;
        line-height: 1.4;
        margin: 0 0 5px 0; }
    /* line 1361, ../sass/style.scss */
    section .layout09:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0; }
  /* line 1378, ../sass/style.scss */
  section .rectuit_hyou {
    width: 100%;
    margin: 0 auto; }
    /* line 1381, ../sass/style.scss */
    section .rectuit_hyou th {
      background: #3eb96f;
      color: #fff;
      font-weight: bold;
      border: 1px solid;
      padding: 10px; }
    /* line 1389, ../sass/style.scss */
    section .rectuit_hyou td {
      border: 1px solid;
      padding: 10px; }
  /* line 1398, ../sass/style.scss */
  section .menu_tab_wrap {
    width: 100%;
    height: 54px;
    margin: 10px 0 0 0;
    border-bottom: 1px solid #e89693; }
    /* line 1404, ../sass/style.scss */
    section .menu_tab_wrap .menu_tab_area {
      display: -webkit-flex;
      /* Safari */
      display: flex;
      -webkit-flex-wrap: wrap;
      /* Safari */
      flex-wrap: wrap;
      -webkit-flex-direction: row;
      flex-direction: row;
      -webkit-justify-content: space-between;
      /* Safari */
      justify-content: space-between;
      margin: 0 auto; }
    /* line 1415, ../sass/style.scss */
    section .menu_tab_wrap .gene_fitem {
      width: 32%;
      display: block;
      text-align: center;
      background: #e89693;
      font-size: 14px;
      border: #e89693 solid 1px;
      box-sizing: border-box;
      line-height: 1.5;
      text-decoration: none;
      border-radius: 10px 10px 0 0 / 10px 10px 0 0;
      -webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
      -moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0; }
      /* line 1431, ../sass/style.scss */
      section .menu_tab_wrap .gene_fitem a {
        display: block;
        width: 100%;
        min-height: 52px;
        padding: 15px 0 0 0;
        text-decoration: none;
        color: #FFF;
        transition: all .3s;
        -webkit-transition: all .3s; }
        /* line 1441, ../sass/style.scss */
        section .menu_tab_wrap .gene_fitem a:hover {
          background: #FFF;
          color: #e89693;
          border-radius: 10px 10px 0 0 / 10px 10px 0 0;
          -webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
          -moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0; }
        /* line 1450, ../sass/style.scss */
        section .menu_tab_wrap .gene_fitem a.on {
          background: #FFF;
          color: #e89693;
          border-radius: 10px 10px 0 0 / 10px 10px 0 0;
          -webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
          -moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0; }
    /* line 1459, ../sass/style.scss */
    section .menu_tab_wrap .ortho_fitem {
      width: 32%;
      display: block;
      text-align: center;
      color: #1967B9;
      background: #D8EFFD;
      font-size: 14px;
      border: #1665bd solid 1px;
      box-sizing: border-box;
      line-height: 1.5;
      text-decoration: none;
      border-radius: 10px 10px 0 0 / 10px 10px 0 0;
      -webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
      -moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0; }
      /* line 1475, ../sass/style.scss */
      section .menu_tab_wrap .ortho_fitem a {
        display: block;
        width: 100%;
        min-height: 52px;
        padding: 15px 0 0 0;
        text-decoration: none;
        color: #1967B9;
        transition: all .3s;
        -webkit-transition: all .3s; }
        /* line 1485, ../sass/style.scss */
        section .menu_tab_wrap .ortho_fitem a:hover {
          background: #1967B9;
          color: #fff;
          border-radius: 10px 10px 0 0 / 10px 10px 0 0;
          -webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
          -moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0; }
        /* line 1494, ../sass/style.scss */
        section .menu_tab_wrap .ortho_fitem a.on {
          background: #1967B9;
          color: #fff;
          border-radius: 10px 10px 0 0 / 10px 10px 0 0;
          -webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
          -moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0; }
  /* line 1509, ../sass/style.scss */
  section .layout011 {
    margin: 2px 0% 3px 1px;
    border-bottom: 2px solid #F0B93A; }
    /* line 1513, ../sass/style.scss */
    section .layout011 .imgarea {
      margin: 0px 1% 0px 4px;
      /*width:47%;*/
      /*ここを変更で１行に何列か選ぶ 50-3(padding)　２個　画像サイズ　140px*/
      width: 47%;
      /*ここを変更で１行に何列か選ぶ 33.3-3(padding)　３個　画像サイズ　90px*/
      float: left; }
      /* line 1111, ../sass/style.scss */
      section .layout011 .imgarea .pgitem {
        margin: 0 auto 5px;
        width: 280px;
        height: 280px;
        max-width: 280px;
        max-height: 280px;
        overflow: hidden;
        background: #ececee;
        text-align: center;
        position: relative; }
        /* line 1124, ../sass/style.scss */
        section .layout011 .imgarea .pgitem img {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          max-width: 280px;
          max-height: 280px;
          width: auto;
          height: auto; }
      /* line 1142, ../sass/style.scss */
      section .layout011 .imgarea .caption, section .layout011 .imgarea .caption_center {
        width: 280px;
        margin: 0 0 40px 0;
        text-align: left;
        font-size: 12px;
        line-height: 1.4; }
      /* line 1149, ../sass/style.scss */
      section .layout011 .imgarea .caption_center {
        text-align: center; }
    /* line 1521, ../sass/style.scss */
    section .layout011 .button {
      width: 100%;
      border-radius: 6px 6px 0 0;
      background: #F0B93A;
      min-height: 37px;
      text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
      text-align: center;
      display: block;
      padding: 0 4px;
      font-size: 13px;
      color: #FFF; }
      /* line 1534, ../sass/style.scss */
      section .layout011 .button a {
        display: block;
        color: #fff;
        text-decoration: none;
        padding: 5px 0px 5px 0; }
      /* line 1543, ../sass/style.scss */
      section .layout011 .button .subtitle {
        font-size: 1.0em;
        margin: 0 0 -26px 0; }
    /* line 1551, ../sass/style.scss */
    section .layout011 .on {
      background: #8c2020; }
    /* line 1555, ../sass/style.scss */
    section .layout011:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0; }
  /* line 1570, ../sass/style.scss */
  section .layout10 {
    margin: 0 -3% 0 0;
    overflow: hidden;
    /*PGアイテム更新用*/ }
    /* line 1575, ../sass/style.scss */
    section .layout10 .imgarea {
      margin: 0 3% 6% 0;
      width: 47%;
      /*ここを変更で１行に何列か選ぶ 50-3(padding)　２個　画像サイズ　140px*/
      /*width:30%;*/
      /*ここを変更で１行に何列か選ぶ 33.3-3(padding)　３個　画像サイズ　90px*/
      float: left;
      text-align: center; }
      /* line 1111, ../sass/style.scss */
      section .layout10 .imgarea .pgitem {
        margin: 0 auto 5px;
        width: 280px;
        height: 280px;
        max-width: 280px;
        max-height: 280px;
        overflow: hidden;
        background: #ececee;
        text-align: center;
        position: relative; }
        /* line 1124, ../sass/style.scss */
        section .layout10 .imgarea .pgitem img {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          max-width: 280px;
          max-height: 280px;
          width: auto;
          height: auto; }
      /* line 1142, ../sass/style.scss */
      section .layout10 .imgarea .caption, section .layout10 .imgarea .caption_center {
        width: 280px;
        margin: 0 0 40px 0;
        text-align: left;
        font-size: 12px;
        line-height: 1.4; }
      /* line 1149, ../sass/style.scss */
      section .layout10 .imgarea .caption_center {
        text-align: center; }
      /* line 1583, ../sass/style.scss */
      section .layout10 .imgarea .pgitem {
        /*幅が47％なので、サイズを相応に*/
        width: 138px;
        height: 138px; }
        /* line 1590, ../sass/style.scss */
        section .layout10 .imgarea .pgitem img {
          max-width: 138px !important;
          max-height: 138px !important; }
      /* line 1597, ../sass/style.scss */
      section .layout10 .imgarea .itemmds {
        font-size: 13px; }
      /* line 1602, ../sass/style.scss */
      section .layout10 .imgarea .cap {
        font-size: 12px;
        line-height: 1.4;
        margin: 0 0 5px 0; }
    /* line 1611, ../sass/style.scss */
    section .layout10:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0; }
  /* line 1625, ../sass/style.scss */
  section .layout11 {
    margin: 0 0% 0 0;
    overflow: hidden;
    /*PGアイテム更新用*/ }
    /* line 1630, ../sass/style.scss */
    section .layout11 .imgarea {
      margin: 0 3% 6% 0;
      width: 100%;
      /*ここを変更で１行に何列か選ぶ 50-3(padding)　２個　画像サイズ　140px*/
      /*width:30%;*/
      /*ここを変更で１行に何列か選ぶ 33.3-3(padding)　３個　画像サイズ　90px*/
      float: left;
      text-align: center; }
      /* line 1111, ../sass/style.scss */
      section .layout11 .imgarea .pgitem {
        margin: 0 auto 5px;
        width: 280px;
        height: 280px;
        max-width: 280px;
        max-height: 280px;
        overflow: hidden;
        background: #ececee;
        text-align: center;
        position: relative; }
        /* line 1124, ../sass/style.scss */
        section .layout11 .imgarea .pgitem img {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          max-width: 280px;
          max-height: 280px;
          width: auto;
          height: auto; }
      /* line 1142, ../sass/style.scss */
      section .layout11 .imgarea .caption, section .layout11 .imgarea .caption_center {
        width: 280px;
        margin: 0 0 40px 0;
        text-align: left;
        font-size: 12px;
        line-height: 1.4; }
      /* line 1149, ../sass/style.scss */
      section .layout11 .imgarea .caption_center {
        text-align: center; }
      /* line 1638, ../sass/style.scss */
      section .layout11 .imgarea .pgitem {
        /*幅が47％なので、サイズを相応に*/
        width: 300px;
        height: 300px;
        margin-top: 10px; }
        /* line 1645, ../sass/style.scss */
        section .layout11 .imgarea .pgitem img {
          max-width: 300px !important;
          max-height: 300px !important; }
    /* line 1652, ../sass/style.scss */
    section .layout11 .nmds, section .layout11 .layout09 .imgarea .itemmds, section .layout09 .imgarea .layout11 .itemmds, section .layout11 .layout10 .imgarea .itemmds, section .layout10 .imgarea .layout11 .itemmds {
      font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
      /* line 1654, ../sass/style.scss */
      section .layout11 .nmds .subtitle, section .layout11 .layout09 .imgarea .itemmds .subtitle, section .layout09 .imgarea .layout11 .itemmds .subtitle, section .layout11 .layout10 .imgarea .itemmds .subtitle, section .layout10 .imgarea .layout11 .itemmds .subtitle {
        font-size: 12px;
        color: #8c2020; }

/*----------------slider------------------------------- */
/* line 1671, ../sass/style.scss */
#slider img {
  width: 100%;
  height: auto; }

/* line 1677, ../sass/style.scss */
.npage_title {
  height: 250px;
  text-align: center;
  background: url(../images/inpage_bg.jpg) no-repeat center top; }
  /* line 1683, ../sass/style.scss */
  .npage_title .insub {
    font-size: 12px;
    text-align: center;
    color: #FFF; }
  /* line 1689, ../sass/style.scss */
  .npage_title .title_area {
    font-size: 23px;
    color: #FFF;
    line-height: 0.8;
    padding: 183px 13px 5px 0px;
    background-repeat: no-repeat;
    background-position: top 175px right; }
    /* line 1704, ../sass/style.scss */
    .npage_title .title_area subtitle {
      font-size: 13px;
      font-weight: normal;
      color: #FFF; }

/*-------------  top   ---------------------------- */
/* line 1719, ../sass/style.scss */
.top_bg {
  background: url(../images/top_lead_bg.jpg) no-repeat center top;
  background-size: 100%;
  height: 630px; }
  /* line 1724, ../sass/style.scss */
  .top_bg .top_comment {
    text-align: center;
    width: 95%;
    margin: 0 auto;
    padding-top: 100px; }

/* line 1732, ../sass/style.scss */
.feat_mds {
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
  min-height: 60px;
  background: url(../images/footprint.png) repeat-x left bottom;
  color: #491d13;
  padding: 0 0 20px 0;
  margin: 15px 0 15px 0;
  font-family: "游明朝", YuMincho, 'Yu Mincho', "Hiragino Mincho ProN";
  font-weight: bold; }

/* line 1746, ../sass/style.scss */
.top_newsarea__layout {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  /*.imgarea*/
  /*.txtarea */ }
  /* line 1757, ../sass/style.scss */
  .top_newsarea__layout .imgarea {
    width: 140px; }
    /* line 1759, ../sass/style.scss */
    .top_newsarea__layout .imgarea .list_imgarea {
      width: 140px;
      height: 140px;
      max-width: 140px;
      max-height: 140px; }
      /* line 1765, ../sass/style.scss */
      .top_newsarea__layout .imgarea .list_imgarea img {
        max-width: 140px;
        max-height: 140px; }
  /* line 1773, ../sass/style.scss */
  .top_newsarea__layout .txtarea {
    width: 920px;
    /*.nmds*/
    /*.commnet*/ }
    /* line 1776, ../sass/style.scss */
    .top_newsarea__layout .txtarea .nmds, .top_newsarea__layout .txtarea section .layout09 .imgarea .itemmds, section .layout09 .imgarea .top_newsarea__layout .txtarea .itemmds, .top_newsarea__layout .txtarea section .layout10 .imgarea .itemmds, section .layout10 .imgarea .top_newsarea__layout .txtarea .itemmds {
      font-size: 23px;
      padding: 0px 0px 0px 30px;
      margin: 10px 0 10px 0px; }
    /* line 1782, ../sass/style.scss */
    .top_newsarea__layout .txtarea .commnet {
      clear: both;
      font-size: 14px; }
      /* line 1786, ../sass/style.scss */
      .top_newsarea__layout .txtarea .commnet div.br {
        display: none; }

/*--------------- btmbnr_notice --------------------------*/
/* line 1802, ../sass/style.scss */
.btmbnr_notice {
  background: #efefef url(../images/btm_bnr_img.png) no-repeat center bottom;
  background-size: 50%;
  min-height: 300px;
  padding: 10px;
  border-radius: 8px; }
  /* line 1809, ../sass/style.scss */
  .btmbnr_notice .btmbnr_notice_title {
    font-size: 1em;
    line-height: 1.5;
    text-indent: -10px; }
  /* line 1815, ../sass/style.scss */
  .btmbnr_notice .btmbnr_notice_txt {
    margin: 8px 0 10px 0;
    font-size: 1em;
    line-height: 1.5; }
  /* line 1821, ../sass/style.scss */
  .btmbnr_notice .btmbnr_notice_btn {
    margin: 12px 0 0 0; }

/*-------------  kkm   ---------------------------- */
/* line 1842, ../sass/style.scss */
.kkm01 {
  box-sizing: border-box;
  padding: 10px 0 0 0;
  font-size: 0.95em;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  margin: 10px 0 0 0;
  background: #fff;
  border: #fac873 solid 5px;
  border-radius: 7px;
  padding: 4% 4%; }
  /* line 1849, ../sass/style.scss */
  .kkm01 .flow_mds {
    font-size: 18px;
    color: #ef9600;
    font-family: 'Kosugi Maru', sans-serif;
    text-align: center;
    font-weight: bold; }

/* line 1858, ../sass/style.scss */
.kkm02 {
  box-sizing: border-box;
  padding: 10px 0 0 0;
  font-size: 0.95em;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  margin: 10px 0 0 0;
  background: #fff;
  border: #E074A7 solid 5px;
  border-radius: 7px;
  padding: 4% 4%; }
  /* line 1865, ../sass/style.scss */
  .kkm02 .flow_mds {
    font-size: 18px;
    color: #E074A7;
    font-family: 'Kosugi Maru', sans-serif;
    text-align: center;
    font-weight: bold; }

/* line 1874, ../sass/style.scss */
.kkm_full {
  margin: 0 -5%;
  padding: 5% 5%; }

/* line 1880, ../sass/style.scss */
.btm_kkm01 {
  box-sizing: border-box;
  padding: 10px 0 0 0;
  font-size: 0.95em;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  background: url(../images/bg_ptn01.png) repeat top;
  margin: 0 0 -4% 0;
  /*下部相殺*/
  padding: 0 0 2% 0;
  color: #333;
  text-align: left; }
  /* line 1888, ../sass/style.scss */
  .btm_kkm01 .mds {
    background: url(../images/tatsu.png) no-repeat left bottom;
    color: #333;
    border-bottom: #8c2020 solid 1px;
    background-size: 22%;
    margin: 0;
    padding: 13px 0px 0px 56px;
    text-align: center;
    font-size: 1.05em; }

/*-------------  footer   ---------------------------- */
/* line 1905, ../sass/style.scss */
footer {
  background: url(../images/ftr_bg.jpg) no-repeat top;
  color: #FFF;
  font-size: 13px;
  text-align: center;
  line-height: 1.5;
  padding: 0 0 0 0;
  width: 100%;
  height: auto; }

/* line 1918, ../sass/style.scss */
footer .inner {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 200; }

/* line 1927, ../sass/style.scss */
footer #copy {
  font-size: x-small;
  color: #FFF;
  background-color: #353535;
  padding: 3px; }

/* line 1935, ../sass/style.scss */
footer #pup {
  /*background:#f3f2ee;*/
  text-align: center;
  background-color: #353535; }

/* line 1944, ../sass/style.scss */
footer #pup a {
  display: block;
  line-height: 42px;
  text-decoration: none;
  color: #fff; }
  /* line 1950, ../sass/style.scss */
  footer #pup a img {
    width: 50%;
    height: auto; }

/* line 1957, ../sass/style.scss */
footer #pup i {
  color: #ffb912; }

/* line 1961, ../sass/style.scss */
.txtL {
  text-align: left; }

/* ---------------lead ------------------- */
/* line 1968, ../sass/style.scss */
.lead01 {
  background: url(../images/referral_lead.png) no-repeat center center;
  background-size: 100%;
  text-align: center;
  font-weight: bold; }

/* ---------------Hyou------------------- */
/* line 1977, ../sass/style.scss */
.hyou, .hyou02, .hoteltbl {
  border: 1px solid #D4D4D4;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  display: table;
  margin: -12px 0 0 0; }
  /* line 1985, ../sass/style.scss */
  .hyou th, .hyou02 th, .hoteltbl th {
    display: table-cell !important;
    border: 1px solid #D4D4D4;
    background-color: #dc8686;
    color: #fff;
    padding: 3px 2px !important;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    font-size: 0.9em; }
  /* line 1998, ../sass/style.scss */
  .hyou td, .hyou02 td, .hoteltbl td {
    display: table-cell !important;
    border: 1px solid #D4D4D4;
    padding: 3px 2px !important;
    text-align: center;
    line-height: 1.4;
    vertical-align: middle;
    font-size: 0.9em; }
    /* line 2006, ../sass/style.scss */
    .hyou td .bg01, .hyou02 td .bg01, .hoteltbl td .bg01 {
      background-color: #f7f7f7; }

/* line 2016, ../sass/style.scss */
.hyou02 th {
  text-align: center;
  background-color: #EAF7CC;
  color: #333;
  border: 1px solid #8c2020; }
/* line 2023, ../sass/style.scss */
.hyou02 td {
  text-align: left; }

/* line 2029, ../sass/style.scss */
table.hyou2 {
  width: 100%;
  border: 1px solid #b1b1b1;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  margin-top: 10px; }

/* line 2038, ../sass/style.scss */
.hyou2 th {
  border: 1px solid #b1b1b1;
  background-color: #e1edd9;
  padding: 12px 12px;
  text-align: center;
  font-weight: normal;
  vertical-align: middle; }

/* line 2047, ../sass/style.scss */
.hyou2 td {
  border: 1px solid #b1b1b1;
  /*	background-color:#ffffff;	*/
  padding: 12px 12px;
  text-align: center;
  vertical-align: middle; }

/* line 2056, ../sass/style.scss */
.access_table {
  margin-top: 20px; }
  /* line 2059, ../sass/style.scss */
  .access_table th {
    display: block;
    background-color: #dadada;
    font-weight: normal;
    text-align: center;
    padding: 4px 0px; }
  /* line 2067, ../sass/style.scss */
  .access_table td {
    display: block;
    padding: 4px 0px 8px; }

/* line 2075, ../sass/style.scss */
.hoteltbl {
  margin: 10px auto; }
  /* line 2079, ../sass/style.scss */
  .hoteltbl th {
    font-size: 1em;
    text-align: center;
    border: 1px solid #491D13;
    background: #F7F7F7;
    padding: 8px 5px !important;
    color: #333;
    font-weight: normal; }
  /* line 2089, ../sass/style.scss */
  .hoteltbl td {
    font-size: 13px;
    text-align: center;
    border: 1px solid #491D13;
    background: none;
    padding: 7px 3px !important; }
  /* line 2096, ../sass/style.scss */
  .hoteltbl .bg01 {
    background-color: #491D13;
    color: #fff; }

/* line 2102, ../sass/style.scss */
.hyouL {
  text-align: left !important; }

/* line 2105, ../sass/style.scss */
.gold {
  color: #d88300; }

/* ---------------list_style ------------------- */
/*
・ymd付き
・TXTのみ
・写真つき
*/
/* line 2121, ../sass/style.scss */
.list_layout01 ul, .list_layout01 li {
  list-style: none;
  margin: 0;
  padding: 0; }
/* line 2127, ../sass/style.scss */
.list_layout01 a {
  text-decoration: none;
  display: block;
  padding: 15px 0; }
  /* line 2132, ../sass/style.scss */
  .list_layout01 a:hover {
    background: #def1be;
    text-decoration: underline; }
  /* line 2136, ../sass/style.scss */
  .list_layout01 a:active {
    background: #def1be;
    text-decoration: underline; }
/* line 2143, ../sass/style.scss */
.list_layout01 li {
  border-top: 1px solid #CCC; }
  /* line 2150, ../sass/style.scss */
  .list_layout01 li .ymd {
    display: block;
    font-size: 12px; }
/* line 2158, ../sass/style.scss */
.list_layout01 li:last-child {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC; }

/* ---------------Hyou------------------- */
/* line 2175, ../sass/style.scss */
.table_full th {
  display: block;
  background: #906FBC;
  font-weight: normal;
  color: #fff;
  padding: 3px 0; }
/* line 2183, ../sass/style.scss */
.table_full tbody, .table_full tr, .table_full td {
  display: block; }
/* line 2187, ../sass/style.scss */
.table_full td {
  padding: 6px 0 12px 0; }

/*-------------  button1   ---------------------------- */
/* line 2197, ../sass/style.scss */
.button {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: #491D13;
  min-height: 44px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  text-align: center;
  display: block;
  padding: 0 10px;
  font-size: 14px;
  color: #FFF; }
  /* line 2209, ../sass/style.scss */
  .button:hover {
    transition: all .3s;
    -webkit-transition: all .3s;
    background: #6EA93D; }
  /* line 2215, ../sass/style.scss */
  .button a {
    display: block;
    color: #fff;
    line-height: 44px;
    text-decoration: none; }
    /* line 2221, ../sass/style.scss */
    .button a:active {
      top: 3px;
      box-shadow: none; }

/* line 2228, ../sass/style.scss */
.button1, .btmbnr_notice .btmbnr_notice_btn, .zipsearchbtn input {
  width: 100%;
  margin: 10px auto;
  position: relative;
  background: #ce7da7;
  min-height: 44px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  text-align: center;
  display: block;
  padding: 0 10px;
  font-size: 14px;
  color: #FFF; }
  /* line 2240, ../sass/style.scss */
  .button1:hover, .btmbnr_notice .btmbnr_notice_btn:hover, .zipsearchbtn input:hover {
    transition: all .3s;
    -webkit-transition: all .3s;
    background: #f6cfcf; }
  /* line 2246, ../sass/style.scss */
  .button1 a, .btmbnr_notice .btmbnr_notice_btn a, .zipsearchbtn input a {
    display: block;
    color: #fff;
    line-height: 44px;
    text-decoration: none; }
    /* line 2253, ../sass/style.scss */
    .button1 a:active, .btmbnr_notice .btmbnr_notice_btn a:active, .zipsearchbtn input a:active {
      top: 3px;
      box-shadow: none; }
    /* line 2258, ../sass/style.scss */
    .button1 a i, .btmbnr_notice .btmbnr_notice_btn a i, .zipsearchbtn input a i {
      position: relative;
      top: -1;
      /*			color:$linkbtn_bgcor;*/ }
  /* line 2266, ../sass/style.scss */
  .button1 .subtitle, .btmbnr_notice .btmbnr_notice_btn .subtitle, .zipsearchbtn input .subtitle {
    font-size: 1.0em;
    margin: 0 0 -26px 0; }

/*button1*/
/* line 2274, ../sass/style.scss */
.button1_tab {
  width: 100%;
  margin: 0 auto;
  position: relative;
  border-radius: 20px;
  background: #e61874;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  min-height: 44px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  text-align: center;
  display: block;
  padding: 0 10px;
  font-size: 13px;
  color: #FFF; }
  /* line 2289, ../sass/style.scss */
  .button1_tab a {
    display: block;
    color: #FFF;
    line-height: 44px;
    text-decoration: none; }
    /* line 2295, ../sass/style.scss */
    .button1_tab a:hover {
      top: -2px;
      box-shadow: 0 4px 0 #cf375c; }
    /* line 2299, ../sass/style.scss */
    .button1_tab a:active {
      top: 3px;
      box-shadow: none; }
    /* line 2304, ../sass/style.scss */
    .button1_tab a i {
      position: relative;
      top: -1;
      /*			color:$linkbtn_bgcor;*/ }
  /* line 2311, ../sass/style.scss */
  .button1_tab .subtitle {
    font-size: 1.0em;
    margin: 0 0 -26px 0; }

/* line 2318, ../sass/style.scss */
.button2_tab {
  width: 100%;
  margin: 0 auto;
  position: relative;
  border-radius: 20px;
  background: #cfcfcf;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  min-height: 44px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  text-align: center;
  display: block;
  padding: 0 10px;
  font-size: 13px;
  color: #FFF; }
  /* line 2333, ../sass/style.scss */
  .button2_tab a {
    display: block;
    color: #141414;
    line-height: 44px;
    text-decoration: none; }

/* line 2343, ../sass/style.scss */
.ua_btn {
  background: #CCC;
  border-radius: 0px; }
  /* line 2347, ../sass/style.scss */
  .ua_btn a {
    color: #333; }

/* line 2354, ../sass/style.scss */
.submitbtn_area02 {
  width: 100%;
  margin: 0 auto;
  text-align: center; }
  /* line 2359, ../sass/style.scss */
  .submitbtn_area02 input {
    background: #a78bce;
    color: #FFF;
    font-weight: bold;
    border: none;
    border-radius: 6px; }
    /* line 2366, ../sass/style.scss */
    .submitbtn_area02 input:hover {
      background: #c9b1e8;
      color: #fff; }

/* ---------------mail------------------- */
/* line 2380, ../sass/style.scss */
.mailhyou th {
  display: block;
  background: #8c2020;
  font-weight: normal;
  color: #fff;
  padding: 3px 0; }
/* line 2388, ../sass/style.scss */
.mailhyou tbody, .mailhyou tr, .mailhyou td {
  display: block; }
/* line 2392, ../sass/style.scss */
.mailhyou td {
  padding: 6px 0 12px 0; }

/* line 2397, ../sass/style.scss */
.submitbtn_area {
  width: 100%;
  margin: 0 auto;
  text-align: center; }
  /* line 2402, ../sass/style.scss */
  .submitbtn_area input {
    background: #8c2020;
    color: #FFF;
    font-weight: bold;
    border: none;
    border-radius: 6px; }
    /* line 2409, ../sass/style.scss */
    .submitbtn_area input:hover {
      opacity: 0.5;
      color: #fff; }

/* line 2419, ../sass/style.scss */
.zipsearchbtn input {
  min-height: 41px;
  background: #d5654b; }

/* line 2428, ../sass/style.scss */
.form_selects {
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px dashed #999999; }
  /* line 2433, ../sass/style.scss */
  .form_selects .fp-select {
    margin: 5px 0 0 0; }

/* line 2439, ../sass/style.scss */
.form_commnet {
  text-align: center;
  font-size: 12px;
  color: #ae9f93; }

/* line 2445, ../sass/style.scss */
.form_th_commnet {
  text-align: center;
  font-size: 0.8em; }

@media (min-width: 420px) {
  /* line 2465, ../sass/style.scss */
  .form_checkboxs br,
  .form_radios br {
    display: none; } }
/*-------------  util.   ---------------------------- */
/* line 2477, ../sass/style.scss */
.inner {
  padding: 10px 15px; }

/* line 2481, ../sass/style.scss */
.fleft {
  float: left; }

/* line 2485, ../sass/style.scss */
.fleft_imgmgn10 {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px; }

/* line 2490, ../sass/style.scss */
img.fleft_imgmgn10 {
  width: 40% !important; }

/* line 2495, ../sass/style.scss */
.fleft_imgmgn15 {
  float: left;
  margin-right: 15px; }

/* line 2499, ../sass/style.scss */
.fleft_imgmgn20 {
  float: left;
  margin-right: 20px; }

/* line 2507, ../sass/style.scss */
.fright {
  float: right; }

/* line 2511, ../sass/style.scss */
.fright_imgmgn10 {
  float: right;
  margin-left: 10px;
  margin-bottom: 5px; }

/* line 2516, ../sass/style.scss */
img.fright_imgmgn10 {
  width: 40% !important; }

/* line 2523, ../sass/style.scss */
.fright_imgmgn15 {
  float: right;
  margin-left: 15px; }

/* line 2527, ../sass/style.scss */
.fright_imgmgn20 {
  float: right;
  margin-left: 20px; }

/* line 2533, ../sass/style.scss */
img.img40 {
  width: 40% !important;
  height: auto; }

/* line 2538, ../sass/style.scss */
img.img30 {
  width: 30% !important;
  height: auto; }

/* new clearfix */
/* line 2546, ../sass/style.scss */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

/*.f16 {
	font-size:16px;
	
	
	border-radius: 6px;
background: #d2e7f0;
text-align: left;
border: none;
height: 30px;
font-weight: normal;
font-size: 15px;
padding: 8px 0 0 0;
margin: 0 0 10px 0;
}*/
/* line 2570, ../sass/style.scss */
.space05 {
  margin-top: 5px; }

/* line 2571, ../sass/style.scss */
.space10 {
  margin-top: 10px !important; }

/* line 2572, ../sass/style.scss */
.space15 {
  margin-top: 15px !important; }

/* line 2573, ../sass/style.scss */
.space20 {
  margin-top: 20px !important; }

/* line 2574, ../sass/style.scss */
.space25 {
  margin-top: 25px; }

/* line 2575, ../sass/style.scss */
.space30 {
  margin-top: 30px; }

/* line 2576, ../sass/style.scss */
.space40 {
  margin-top: 40px; }

/* line 2578, ../sass/style.scss */
.mgnb20 {
  margin-bottom: 20px; }

/* line 2580, ../sass/style.scss */
.point_a {
  color: #F00; }

/* line 2581, ../sass/style.scss */
.point_b {
  color: #8c2020; }

/* line 2582, ../sass/style.scss */
.point_c {
  color: #67B921;
  font-weight: bold;
  font-size: 19px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  font-family: 'Times New Roman', Georgia, 'FOT-マティス Pro M', 'MatissePro-M', "游明朝", YuMincho, 'Yu Mincho', "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif, Calibri, sans-serif;
  text-align: center; }

/* line 2588, ../sass/style.scss */
.point_d {
  color: #e074a7; }

/* line 2589, ../sass/style.scss */
.point_e {
  color: #577dc0; }

/* line 2590, ../sass/style.scss */
.point_f {
  color: #3eb96f; }

/* line 2591, ../sass/style.scss */
.point_g {
  color: #906fbc; }

/* line 2593, ../sass/style.scss */
.f12 {
  font-size: 0.8em;
  line-height: 1.2; }

/* line 2598, ../sass/style.scss */
.f13 {
  font-size: 12px; }

/* line 2602, ../sass/style.scss */
.f14 {
  font-size: 14px; }

/* line 2606, ../sass/style.scss */
.st {
  font-weight: bold; }

/* line 2610, ../sass/style.scss */
.cen {
  text-align: center !important; }

/* line 2612, ../sass/style.scss */
.line_bottom {
  border-bottom: 1px dotted #333;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0; }

/* line 2618, ../sass/style.scss */
.trimming_line {
  border-bottom: 1px dotted #333;
  font-weight: bold;
  font-size: 16px;
  margin: 7px 0 7px 0;
  padding: 0 0 7px 0; }

/* line 2626, ../sass/style.scss */
.line_top {
  border-top: 2px dotted #FFF; }

/*------------- リスト型プログラム(レポート更新風)　ページャースタイル  -----------------------------------------*/
/* line 2633, ../sass/style.scss */
.pg_btn_box {
  position: relative;
  overflow: hidden;
  margin: 10px 0 -15px; }

/* line 2639, ../sass/style.scss */
ul.pg_btn {
  float: left;
  left: 50%;
  position: relative; }

/* line 2645, ../sass/style.scss */
ul.pg_btn li {
  position: relative;
  left: -50%;
  float: left;
  background: #949494;
  background: -webkit-gradient(linear, left top, left bottom, from(#949494), to(#797979));
  background: linear-gradient(top, #949494, #797979);
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 8px;
  color: #fff;
  box-shadow: 0px 0px 1px #000;
  margin: 1px 10px 10px 1px;
  padding: 0px !important;
  border-top: none !important; }

/* line 2664, ../sass/style.scss */
ul.pg_btn li:last-child {
  margin: 1px; }

/* line 2668, ../sass/style.scss */
.pg_btn a {
  background: #f5f5f5;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e1e1e1));
  background: linear-gradient(top, #f5f5f5, #e1e1e1);
  color: #000;
  text-decoration: none;
  display: block;
  border-radius: 8px; }

/*------------- 追加　blog  -----------------------------------------*/
/* line 2693, ../sass/style.scss */
.blog_layout {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  margin: 10px auto;
  width: 100%;
  background: url(../images/bg_blog_middle.png) repeat-y center center;
  background-size: contain;
  position: relative; }
  /* line 2701, ../sass/style.scss */
  .blog_layout .cat_point {
    position: absolute;
    top: -20px;
    right: 17px; }
  /* line 2707, ../sass/style.scss */
  .blog_layout:before {
    content: "";
    display: block;
    width: 100%;
    min-height: 62px;
    background: url(../images/bg_blog_top.png) no-repeat center top;
    background-size: contain; }
  /* line 2715, ../sass/style.scss */
  .blog_layout:after {
    content: "";
    display: block;
    width: 100%;
    min-height: 22px;
    background: url(../images/bg_blog_bottom.png) no-repeat center bottom;
    background-size: contain;
    margin: 10px 0 0 0; }
  /* line 2725, ../sass/style.scss */
  .blog_layout .blog_box {
    margin-top: -60px;
    width: 100%;
    padding: 25px 0px 0 25px; }
    /* line 2730, ../sass/style.scss */
    .blog_layout .blog_box .blog_mds {
      width: 340px;
      font-size: 15px;
      line-height: 1.3;
      color: #491d13;
      margin: -10px -8px 15px -18px;
      font-family: 'Times New Roman', Georgia, 'FOT-マティス Pro M', 'MatissePro-M', "游明朝", YuMincho, 'Yu Mincho', "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif, Calibri, sans-serif;
      font-weight: bold; }
    /* line 2739, ../sass/style.scss */
    .blog_layout .blog_box ul li {
      line-height: 2.0; }
      /* line 2741, ../sass/style.scss */
      .blog_layout .blog_box ul li a {
        text-decoration: none;
        color: #333; }

/*------------- 追加　医院案内  -----------------------------------------*/
/* line 2748, ../sass/style.scss */
.info_bg01 {
  background-image: url(../images/info_bg01.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto; }

/* line 2753, ../sass/style.scss */
.info_pro {
  background: rgba(255, 255, 255, 0.6);
  margin: 230px 10px 0 10px;
  padding: 10px !important; }

/*------------- 追加　一般歯科  -----------------------------------------*/
/* line 2760, ../sass/style.scss */
.imgcap {
  background: #E4E4E4;
  padding: 5px;
  margin: 5px auto;
  text-align: center;
  width: 100%; }

/* line 2767, ../sass/style.scss */
.pink {
  background: rgba(221, 104, 104, 0.1); }

/* line 2770, ../sass/style.scss */
.whiteleft {
  background-color: #F7F7F7;
  padding: 10px 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #CCCCCC;
  font-size: 12px; }

/* line 2779, ../sass/style.scss */
.whiteright {
  padding: 10px 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #CCCCCC;
  padding-right: 29px;
  font-size: 12px; }

/* line 2788, ../sass/style.scss */
.whitemds {
  background-color: #FFFFFF;
  padding: 10px 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #CCCCCC; }

/* line 2795, ../sass/style.scss */
.awaku {
  padding: 10px;
  border: 1px dotted #973636;
  position: relative;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  font-family: 'Times New Roman', Georgia, 'FOT-マティス Pro M', 'MatissePro-M', "游明朝", YuMincho, 'Yu Mincho', "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif, Calibri, sans-serif;
  font-weight: bold;
  margin: 0 0 15px 0; }

/*------------- 追加　インプラント  -----------------------------------------*/
/* line 2808, ../sass/style.scss */
.list3c {
  overflow: hidden;
  margin-top: 15px; }

/* line 2812, ../sass/style.scss */
.list3c dl {
  width: 30%;
  float: left; }

/* line 2816, ../sass/style.scss */
.list3c dl img {
  width: 100%;
  height: auto; }

/* line 2820, ../sass/style.scss */
.list3c dt {
  margin-bottom: 5px; }

/* line 2823, ../sass/style.scss */
.list3c dl + dl {
  margin-left: 5%; }

/* line 2826, ../sass/style.scss */
.list3c .cap {
  font-size: 11px;
  padding: 2px;
  background: none;
  line-height: 1.6em;
  background: #E4E4E4;
  text-align: center; }

/* line 2834, ../sass/style.scss */
.list3c .caps {
  font-size: 11px;
  padding: 2px;
  background: none;
  line-height: 1.6em; }

/* line 2840, ../sass/style.scss */
.merit01 dt {
  background: #7b7b7b;
  color: #fff;
  padding: 5px;
  font-size: 12px;
  line-height: 1.4em;
  border-radius: 5px;
  border: 2px #bdbdbd solid;
  min-height: 62px; }

/* line 2850, ../sass/style.scss */
.merit02 dt {
  background: #d97d7d;
  color: #fff;
  padding: 5px;
  font-size: 12px;
  line-height: 1.4em;
  border-radius: 5px;
  border: 2px #ffafaf solid;
  min-height: 62px; }

/* line 2860, ../sass/style.scss */
.merit01 dt + dd, .merit02 dt + dd {
  margin-bottom: 5px; }

/* line 2863, ../sass/style.scss */
.impFlow {
  overflow: hidden;
  margin-bottom: 20px; }

/* line 2867, ../sass/style.scss */
.impFlow li {
  width: 48%;
  float: left;
  margin-bottom: 1em; }

/* line 2872, ../sass/style.scss */
.impFlow li:nth-child(even) {
  float: right; }

/* line 2875, ../sass/style.scss */
.flowBox {
  background: #ad4949;
  padding: 5px;
  color: #fff;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.4em;
  position: relative; }

/* line 2884, ../sass/style.scss */
.flowBox:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 0;
  height: 0;
  margin-left: -8px;
  border-top: 10px solid #ad4949;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent; }

/* line 2898, ../sass/style.scss */
.flowBox .num01 {
  background: #fff;
  color: #9a3333;
  float: none;
  margin: 0 auto 10px; }

/* line 2904, ../sass/style.scss */
.imph5 {
  background: #e89693;
  width: 100%;
  padding: 5px;
  margin: 0 0 10px 0;
  color: #FFF;
  font-size: 15px; }

/* line 2912, ../sass/style.scss */
.hokenbox {
  margin-top: 15px;
  margin-bottom: 1.5em;
  background-color: #ffe8e8;
  padding: 10px; }

/* line 2919, ../sass/style.scss */
.hosyo {
  font-weight: bold;
  border-bottom: #F00 solid 1px;
  font-size: 16px; }

/*------------- 追加　健康診断枠  -----------------------------------------*/
/* line 2926, ../sass/style.scss */
.waku01 {
  margin: 10px auto;
  width: 100%;
  background: url(../images/bg_waku_middle.png) repeat-y center center;
  position: relative; }
  /* line 2932, ../sass/style.scss */
  .waku01:before {
    content: "";
    display: block;
    width: 100%;
    height: 50px;
    background: url(../images/bg_waku_top.png) no-repeat center top; }
  /* line 2939, ../sass/style.scss */
  .waku01:after {
    content: "";
    display: block;
    width: 100%;
    height: 54px;
    background: url(../images/bg_waku_bottom.png) no-repeat center bottom; }
  /* line 2947, ../sass/style.scss */
  .waku01 .waku_box {
    width: 100%;
    padding: 0 25px 0 25px; }
    /* line 2951, ../sass/style.scss */
    .waku01 .waku_box .waku_mds {
      margin: -35px 0px 10px 0;
      text-align: center;
      font-size: 20px;
      line-height: 1.3;
      color: #491d13;
      font-family: 'Times New Roman', Georgia, 'FOT-マティス Pro M', 'MatissePro-M', "游明朝", YuMincho, 'Yu Mincho', "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif, Calibri, sans-serif;
      font-weight: bold; }
    /* line 2960, ../sass/style.scss */
    .waku01 .waku_box ul li {
      line-height: 2.0; }

/*------------- 追加　TOPエリア分け  -----------------------------------------*/
/* line 2966, ../sass/style.scss */
.first_area {
  background: url(../images/top_areaback01.jpg) no-repeat center;
  background-size: 100% auto;
  padding: 0 0 0 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center; }

/* line 2975, ../sass/style.scss */
.second_area {
  background-size: 100% auto;
  padding: 0 0 0 0;
  width: 100%;
  height: auto;
  overflow: hidden; }

/* line 2983, ../sass/style.scss */
.third_area {
  background: repeating-linear-gradient(-30deg, #ffffff 0, #e2e7eb 3px, #e2e7eb 3px, #e2e7eb 5px);
  padding: 0 0 0 0;
  width: 100%;
  height: auto;
  overflow: hidden; }

/* 吹き出し本体 */
/* line 2993, ../sass/style.scss */
.balloon1 {
  position: relative;
  padding: 20px;
  border-radius: 10px;
  color: #ffffff;
  background-color: #56c0d2;
  margin-left: 110px;
  /* 左に余白を設ける */ }

/* 画像 - 絶対配置で左上に配置 */
/* line 3002, ../sass/style.scss */
.balloon1 .icon {
  position: absolute;
  left: -110px;
  top: 0; }

/* 三角アイコン */
/* line 3008, ../sass/style.scss */
.balloon1::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 20px;
  border-right: 15px solid #56c0d2;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent; }

/* 吹き出し本体 */
/* line 3022, ../sass/style.scss */
.balloon2 {
  position: relative;
  padding: 20px;
  border-radius: 10px;
  color: #ffffff;
  background-color: #56c0d2;
  margin-right: 110px;
  /* 右に余白を設ける */ }

/* 画像 - 絶対配置で右上に配置 */
/* line 3031, ../sass/style.scss */
.balloon2 .icon {
  position: absolute;
  right: -110px;
  top: 0;
  op: 0; }

/* 三角アイコン */
/* line 3038, ../sass/style.scss */
.balloon2::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  top: 20px;
  border-left: 15px solid #56c0d2;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent; }

/* line 3050, ../sass/style.scss */
.balloon_area {
  margin: 0 10px 20px 10px;
  text-align: left; }

/* line 3055, ../sass/style.scss */
.underline_box1 {
  width: 100%;
  height: 33px;
  text-align: center;
  margin: 30px auto 20px;
  padding: 5px;
  border-bottom: 16px solid #f4a5ce;
  color: #e62474;
  font-size: 20px;
  font-weight: 600; }

/* line 3066, ../sass/style.scss */
.info_box1 {
  width: 100%;
  height: auto;
  text-align: left;
  padding: 30px;
  border: 15px solid #DDD;
  background-color: #EEE;
  font-size: smaller; }

/* line 3077, ../sass/style.scss */
.underline_box2 {
  width: 100%;
  height: 33px;
  text-align: center;
  margin: 0px auto 20px;
  padding: 5px;
  border-bottom: 16px solid #f4a5ce;
  color: #e62474;
  font-size: 20px;
  font-weight: 700; }

/* line 3088, ../sass/style.scss */
.map_comment {
  text-align: left;
  font-size: 13px;
  line-height: 17px;
  margin: 5px 0 0 10px; }

/* line 3094, ../sass/style.scss */
.top_subtitle {
  background: url(../images/top_subtitle_bg.png) no-repeat center;
  width: 100%;
  height: 50px;
  text-align: center;
  margin: -60px auto 15px;
  padding: 12px;
  color: #e62474;
  font-size: 15px; }

/*---------------news-------------------------*/
/* line 3106, ../sass/style.scss */
.title_day {
  background: #e61874;
  color: #FFF;
  padding: 2px 5px;
  font-size: 12px;
  margin-right: 5px; }

/*---------------施術menu-------------------------*/
/* line 3115, ../sass/style.scss */
.layoutmenu {
  /*画像48％、文章48％、間隔4％ 等しいレイアウト */
  position: relative;
  margin-top: 20px;
  margin-bottom: 70px;
  width: 100%; }
  /* line 3126, ../sass/style.scss */
  .layoutmenu .imgarea {
    width: 70%; }
    /* line 3128, ../sass/style.scss */
    .layoutmenu .imgarea img {
      width: 100%;
      height: auto; }
  /* line 3133, ../sass/style.scss */
  .layoutmenu .txtarea {
    width: 48%; }
  /* line 3137, ../sass/style.scss */
  .layoutmenu:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

/* line 3146, ../sass/style.scss */
.layoutmenu_noimg {
  /*画像48％、文章48％、間隔4％ 等しいレイアウト */
  position: relative;
  margin-top: 20px;
  margin-bottom: 30px;
  width: 100%; }
  /* line 3157, ../sass/style.scss */
  .layoutmenu_noimg:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

/* line 3167, ../sass/style.scss */
.menu_right {
  width: 70%;
  height: 170px;
  position: absolute;
  background: #d8cbcb;
  opacity: 0.8;
  padding: 15px;
  color: #000;
  left: 30%;
  top: 20px; }

/* line 3178, ../sass/style.scss */
.menu_left {
  width: 70%;
  height: 170px;
  position: absolute;
  background: #d8cbcb;
  opacity: 0.8;
  padding: 15px;
  color: #000;
  left: 0px;
  top: 20px; }

/* line 3190, ../sass/style.scss */
.menu_noimg {
  width: 100%;
  height: 150px;
  background: #d8cbcb;
  opacity: 0.8;
  padding: 15px;
  color: #000;
  float: none; }

/* line 3200, ../sass/style.scss */
.staffme_btn {
  float: right;
  margin-top: 5px; }

/* line 3205, ../sass/style.scss */
.top_infotxt {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0px; }

/* line 3211, ../sass/style.scss */
.button2 {
  width: 150px;
  margin: 10px auto;
  position: relative;
  background: #ce7da7;
  min-height: 35px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  text-align: center;
  display: block;
  padding: 0 10px;
  font-size: 12px;
  color: #FFF; }
  /* line 3223, ../sass/style.scss */
  .button2:hover {
    transition: all .3s;
    -webkit-transition: all .3s;
    background: #f6cfcf; }
  /* line 3229, ../sass/style.scss */
  .button2 a {
    display: block;
    color: #fff;
    line-height: 35px;
    text-decoration: none; }
    /* line 3236, ../sass/style.scss */
    .button2 a:active {
      top: 3px;
      box-shadow: none; }
    /* line 3241, ../sass/style.scss */
    .button2 a i {
      position: relative;
      top: -1;
      /*			color:$linkbtn_bgcor;*/ }

/* PDF
-----------------------------------------------------*/
/* line 3252, ../sass/style.scss */
.txt_pdf {
  margin-top: 20px; }
  /* line 3255, ../sass/style.scss */
  .txt_pdf li {
    padding: 10px 10px 10px 65px;
    border-bottom: 1px dotted #040000;
    background: url(../images/pdf.jpg) no-repeat 5px 12px; }

/*料金表　table
-----------------------------------------------------*/
/* line 3265, ../sass/style.scss */
.timeTbl {
  background-color: #ffffff;
  border: 1px solid #f85c5e;
  border-collapse: collapse; }

/* line 3271, ../sass/style.scss */
.timeTbl td {
  line-height: 18px;
  text-align: center;
  padding: 3px;
  border-bottom: 1px solid #f85c5e;
  border-left: 1px solid #f85c5e;
  vertical-align: middle; }

/* line 3279, ../sass/style.scss */
.timeTbl th {
  font-weight: bold;
  color: #ea536f;
  text-align: center;
  padding: 5px;
  background-color: #ffd9de;
  border-bottom: 1px solid #f85c5e;
  border-right: 1px solid #f85c5e; }

/* line 3288, ../sass/style.scss */
.timeTbl th.time {
  background-color: #fdf6d9;
  color: #df6225;
  font-weight: bold;
  padding: 3px 5px;
  border-right: 1px solid #f85c5e;
  text-align: center; }

/* line 3298, ../sass/style.scss */
.timeTbl th.mid {
  vertical-align: middle; }

/* line 3301, ../sass/style.scss */
.timeTbl .bdNon {
  border: none; }

/* line 3304, ../sass/style.scss */
.timeTbl .color {
  color: #de0000; }
