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

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

h1 {
  font-size: 2em; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

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; }

* {
  box-sizing: border-box; }

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-weight: normal; }

/*-------------  変数   ---------------------------- */
/*ヘッダーリンクボタン色、リンクボタン色、PUP背景色*/
/*濃い赤 */
/*オレンジ色 */
/*水色*/
/*リンク色*/
/*ドロワーナビボタン色１*/
/*ドロワーナビボタン色２*/
/*ドロワーナビボタン境界色*/
/*ドロワー背景色*/
/*コンテンツ背景色*/
/*ドロワーメニューの長さ*/
/*-------------  navi   ---------------------------- */
#navi {
  margin: 0 0 84px 0;
  background: url(../images/nav_bg.jpg) repeat center top; }
  #navi li {
    width: 200px;
    height: 58px;
    border-bottom: 1px solid #5e8a1a;
    border-top: 1px solid #94ce3f; }
    #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; }
      #navi li a:active {
        background: #4792c7;
        color: #fff8ee;
        border-bottom: 1px solid #bd3f11;
        border-top: 1px solid #f77343; }
      #navi li a:hover {
        background: #4792c7;
        color: #fff8ee;
        border-bottom: 1px solid #bd3f11;
        border-top: 1px solid #f77343; }
    #navi li:nth-child(even) {
      background: 1px solid #0f7d2b; }
    #navi li.on {
      border-bottom: 1px solid #acb14d;
      border-top: 1px solid #f5ff7f;
      background: #f4ff6e; }
      #navi li.on a {
        color: #1f904d; }
    #navi li i {
      margin-right: 8px; }

/*-------------  menu custom   ---------------------------- */
.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オープン時*/
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   ---------------------------- */
body {
  font-family: 'Noto Sans Japanese',"メイリオ", Meiryo, Osaka, sans-serif;
  font-size: 14px;
  line-height: 160%;
  color: #333;
  -webkit-text-size-adjust: 100%; }

/*-------------  header   ---------------------------- */
header .txt_idt {
  text-indent: -9999px;
  padding: 64px 0 0 0;
  position: absolute;
  width: 100%;
  z-index: 11; }
  header .txt_idt #logo {
    display: block;
    background: url(../images/logo.png) no-repeat center top;
    background-size: 90% auto;
    width: 100%;
    height: 168px;
    margin: 0 auto; }
header .header_nav {
  position: fixed;
  z-index: 999;
  opacity: 0.9; }
  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: #239148; }
    header .header_nav .header_nav__flex li {
      flex: 1;
      text-align: center; }
      header .header_nav .header_nav__flex li a {
        display: block;
        height: 64px;
        padding: 9px 0 0 0;
        color: #FFF;
        font-size: 0.85em;
        text-decoration: none;
        line-height: 1.5; }
      header .header_nav .header_nav__flex li label.menulabel {
        margin: 0 0 0 0 !important; }
      header .header_nav .header_nav__flex li .menulabel {
        display: block;
        height: 64px;
        padding: 3px 0 0 0;
        color: #FFF;
        text-decoration: none; }
        header .header_nav .header_nav__flex li .menulabel:before {
          content: url(../images/menu.svg);
          display: block;
          margin: 0 auto;
          padding: 9px 0 0 0;
          width: 24px; }
        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: 1.1; }
  header .header_nav input[type=checkbox] {
    position: absolute;
    left: -9999px; }
  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; }
    header .header_nav .changed5 li {
      width: 50%;
      background: #fff; }
      header .header_nav .changed5 li:nth-child(even) {
        border-right: 1px solid #0f7d2b; }
      header .header_nav .changed5 li a {
        text-decoration: none;
        padding: 10px 0 12px 9px;
        display: block;
        width: 100%;
        height: 44px;
        color: #333; }
  header .header_nav input[type=checkbox]:checked ~ .changed5 {
    visibility: visible;
    -webkit-transition: ease-out .16s;
    transition: ease-out .16s;
    height: 180px;
    opacity: 1; }
    header .header_nav input[type=checkbox]:checked ~ .changed5 btm_nav__list {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      /* Safari */
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      /* Safari */
      justify-content: space-between; }
    header .header_nav input[type=checkbox]:checked ~ .changed5 li {
      width: 50%;
      background: FFF;
      border-left: 1px solid #0f7d2b;
      border-bottom: 1px solid #0f7d2b;
      background-repeat: no-repeat;
      background-position: left; }
      header .header_nav input[type=checkbox]:checked ~ .changed5 li.on a {
        color: #DC873C; }
      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; }
  header .header_nav input[type=checkbox]:checked ~ .header_nav__flex label.menulabel {
    display: block;
    height: 64px;
    padding: 3px 0 0 0;
    background: #0f7d2b;
    color: #FFF;
    text-decoration: none; }
    header .header_nav input[type=checkbox]:checked ~ .header_nav__flex label.menulabel:before {
      content: url(../images/menu_close.svg);
      display: block;
      margin: 0 auto;
      padding: 9px 0 0 0;
      width: 24px; }
    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: 1.1; }

.btm_nav {
  margin: 0 0 0 0; }
  .btm_nav .container {
    padding: 0;
    border-radius: 0;
    margin-bottom: 0; }
    .btm_nav .container .btm_nav__list {
      display: block;
      height: 180px;
      background-color: transparent;
      display: -webkit-flex;
      /* Safari */
      display: flex;
      -webkit-flex-wrap: wrap;
      /* Safari */
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      /* Safari */
      justify-content: space-between;
      transition: ease-out .16s;
      background-color: rgba(223, 239, 205, 0.35); }
      .btm_nav .container .btm_nav__list li {
        width: 50%;
        border-top: 1px solid #0f7d2b;
        border-radius: 0;
        background-repeat: no-repeat;
        background-position: left; }
        .btm_nav .container .btm_nav__list li:nth-child(odd) {
          border-right: 1px solid #0f7d2b; }
        .btm_nav .container .btm_nav__list li.on a {
          color: #DC873C; }
        .btm_nav .container .btm_nav__list li a {
          text-decoration: none;
          padding: 13px 0 9px 10px;
          display: block;
          width: 100%;
          color: #333;
          height: 44px; }

.changed4 {
  display: none; }

.changed3 label {
  width: 70px;
  height: 64px;
  position: absolute;
  top: 10px;
  right: 0px;
  background: #FF0;
  z-index: 9999;
  position: fixed; }
  .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; }
    .changed3 label a:hover {
      color: #fff; }
    .changed3 label a:active {
      color: #fff; }

input[type=checkbox]:checked ~ .changed3 label {
  width: 70px;
  height: 64px;
  position: fixed;
  top: 10px;
  right: 0px;
  background: #F00;
  z-index: 9999; }
  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; }
    input[type=checkbox]:checked ~ .changed3 label a:hover {
      color: #fff; }
    input[type=checkbox]:checked ~ .changed3 label a:active {
      color: #fff; }

/*----------------top------------------------------- */
/* TOPスライド画像 */
.main_imgBox {
  overflow: hidden;
  position: relative;
  padding: 175px 0 0 0;
  background: url(../images/top_bg.jpg) no-repeat center bottom #FFF;
  min-height: 538px; }

.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; }

.main_img:nth-of-type(2) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s; }

.main_img:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s; }

.main_img:nth-of-type(4) {
  -webkit-animation-delay: 18s;
  animation-delay: 18s; }

.main_img:nth-of-type(5) {
  -webkit-animation-delay: 24s;
  animation-delay: 24s; }

.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連動 */
.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; }

.ticker ul {
  width: 100%;
  position: relative; }

.ticker ul li {
  width: 100%;
  display: none; }
  .ticker ul li a {
    text-decoration: none; }
  .ticker ul li .ymd {
    font-size: 10px;
    color: #848484; }
  .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; }

.pink_bg03 {
  background: url(../images/dot_bg04.gif);
  padding: 20px 20px; }
  .pink_bg03 .bemoku {
    background: #fefdc6;
    border-radius: 50px;
    border: #FFF solid 5px;
    text-align: center;
    padding: 25px 15px;
    background-image: url(../images/top_il01.png);
    background-repeat: no-repeat;
    background-position: bottom left; }
    .pink_bg03 .bemoku .f20 {
      font-size: 20px; }
  .pink_bg03 .bemoku2 {
    background: #fefdc6;
    border-radius: 50px;
    border: #FFF solid 5px;
    text-align: center;
    padding: 25px 15px;
    background-image: url(../images/top_il02.png);
    background-repeat: no-repeat;
    background-position: bottom right; }
    .pink_bg03 .bemoku2 .f20 {
      font-size: 20px; }

.top_bg01 {
  background: url(../images/dot_bg02.gif); }
  .top_bg01 .container {
    padding: 2 4% 2% 4%; }
  .top_bg01 .containert {
    padding: 2% 4%; }

.top_bg02 {
  background: #FFF;
  padding-bottom: 30px; }

.top_bg03 {
  background: url(../images/dot_bg04.gif); }
  .top_bg03 .mds {
    background: url(../images/top_fra.png) no-repeat center top; }

.top_hbg01 {
  background-image: url(../images/top_hbg01.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  min-height: 260px;
  padding: 70px 50px;
  text-align: center;
  margin-top: 15px; }
  .top_hbg01 .f20 {
    font-size: 20px; }

.top_hbg02 {
  background-image: url(../images/top_hbg02.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  min-height: 260px;
  padding: 27px 47px 27px 25px;
  text-align: center;
  font-size: 13.5px; }
  .top_hbg02 .f20 {
    font-size: 20px; }

/* TOP 診療時間 */
.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); }

.tbl01 td {
  line-height: 18px;
  text-align: center;
  padding: 8px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc; }

.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; }

.tbl01 .bg01 {
  background-color: #f7f7f7;
  height: 45px;
  color: #333; }

/* TOP 診療案内BOX */
.top_news ul {
  overflow: hidden; }
.top_news li {
  float: left;
  margin: 0;
  background: #f7f7f7;
  width: 50%; }
  .top_news li .waku {
    padding: 10px; }
  .top_news li h3 {
    border-bottom: dotted 1px #3582b9;
    margin-bottom: 10px;
    font-size: 13px; }
  .top_news li .mini {
    font-size: 12px; }
  .top_news li a {
    text-decoration: none; }
.top_news li:first-child {
  margin: 0 0; }
.top_news li:last-child {
  margin: 0 0; }

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

/* TOP STAFF */
.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; }
  .staff_bg .imgscr_area {
    margin: 20px 0 20px 0;
    height: 240px; }
  .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------------------------------- */
.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; }
  .slider_area ul, .slider_area li {
    margin: 0;
    padding: 0; }

/*------------- mds  -----------------------------------------*/
.mds, .btm_kkm01 .mds {
  background: url(../images/mds02_bg.png) no-repeat center top;
  min-height: 60px;
  font-size: 20px;
  padding: 60px 0px 10px 0;
  margin: 20px 0 10px 0;
  line-height: 1.2;
  text-align: center; }
  .mds .subtitle {
    font-size: 12px;
    font-weight: normal; }

.mds01 {
  background: url(../images/mds01_bg.png) no-repeat left bottom;
  min-height: 30px;
  font-size: 20px;
  padding: 20px 0px 13px 65px;
  margin: 20px 0 10px 0;
  line-height: 1.2;
  text-align: left; }

.mds02 {
  background: url(../images/mds02_bg.png) no-repeat left bottom;
  min-height: 30px;
  font-size: 20px;
  padding: 20px 0px 13px 65px;
  margin: 20px 0 10px 0;
  line-height: 1.2;
  text-align: left; }

.mds03 {
  background: url(../images/mds03_bg.png) no-repeat left bottom;
  min-height: 30px;
  font-size: 20px;
  padding: 20px 0px 13px 65px;
  margin: 20px 0 10px 0;
  line-height: 1.2;
  text-align: left; }

.mds04 {
  background: url(../images/mds04_bg.png) no-repeat left bottom;
  min-height: 30px;
  font-size: 20px;
  padding: 20px 0px 13px 65px;
  margin: 20px 0 10px 0;
  line-height: 1.2;
  text-align: left; }

.mds05 {
  background: url(../images/mds05_bg.png) no-repeat left bottom;
  min-height: 30px;
  font-size: 20px;
  padding: 20px 0px 13px 65px;
  margin: 20px 0 10px 0;
  line-height: 1.2;
  text-align: left; }

.mds9 {
  background: url(../images/mds09_bg.png) no-repeat center top;
  min-height: 60px;
  font-size: 20px;
  padding: 60px 0px 10px 0;
  margin: 20px 0 10px 0;
  line-height: 1.2;
  text-align: center; }

.nmds, section .layout09 .imgarea .itemmds, section .layout10 .imgarea .itemmds {
  font-size: 18px;
  min-height: 32px;
  border-bottom: dotted 2px #009944;
  margin: 10px 0 10px 0;
  padding: 2px 0px 0px 0px;
  background: url(../images/h3_icon.png) no-repeat left top;
  line-height: 1.4;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }

.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; }

.txt_wb, .list_layout01 li .news_mdstxt {
  word-break: break-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/*------------- section  -----------------------------------------*/
section {
  /*---------------  QA_LIST--------------------------*/
  /*---------------------------------------------------------** */
  /* レイアウト基本形 */
  /* PG画像　レイアウト基本形 画像の小さいレイアウト用は個別のレイアウトで数値設定*/
  /*	.pg_imgarea {
  		text-align:center !important;
  		
  	}
  */
  /* txt50% img50% */
  /* txt80% img15% */
  /*画像15％、文章82％、間隔3％  画像小さいレイアウト */
  /*---------------------------------------------------------** */
  /*---------------------------------------------------------** */
  /*---------------------------------------------------------** */
  /*ここにペースト*/
  /*******************************/
  	/* -----------------------------------------------------------------------------------------------
    
  	rectuitページ
  
  ----------------------------------------------------------------------------------------------- */
  /*-------------  タブ３列   ---------------------------- */
  /*-------------  タブ２列 ---------------------------- */ }
  section .container {
    width: 100%;
    padding: 2% 4%;
    margin: 0 auto; }
  section .container_news {
    width: 100%;
    padding: 0% 4%;
    margin: 0 auto; }
  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; }
    section .list_link:hover {
      background: #fdfaec; }
    section .list_link .txtarea {
      word-break: break-all; }
  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; }
  section .qa_list .qaa {
    padding: 10px 20px 15px 20px;
    border-bottom: dotted 2px #c2dffe; }
    section .qa_list .qaa:last-child {
      border-bottom: none; }
  section .layout01 .txtarea.fright.txtaln_r {
    text-align: right; }
  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; }
    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; }
  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; }
  section .layout01 .imgarea .caption_center {
    text-align: center; }
  section .layout01:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  section .layout01 .txtarea {
    width: 100%; }
  section .layout01 .imgarea {
    width: 100%;
    /* このレイアウトでPG組み込みの場合*/
    /*				.pgitem{
    							width: 280px;
    							height: 280px;
    							
    							img {
    								max-width: 260px !important;
    								max-height: 260px!important;
    							}
    
    				}*/ }
    section .layout01 .imgarea img {
      width: 100%;
      height: auto; }
  section .layout02 {
    /*画像30％、文章67％、間隔3％*/ }
    section .layout02 .txtarea.fright.txtaln_r {
      text-align: right; }
    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; }
      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; }
    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; }
    section .layout02 .imgarea .caption_center {
      text-align: center; }
    section .layout02:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0; }
    section .layout02 .txtarea {
      width: 67%; }
    section .layout02 .imgarea {
      width: 30%;
      /* このレイアウトでPG組み込みの場合*/
      /*				.pgitem{
      					width:210px;
      					height:210px;
      					max-width:210px;
      					max-height:210px;
      					
      						img {
      							max-width:210px;
      							max-height:210px;
      						}
      				}*/ }
      section .layout02 .imgarea img {
        width: 100%;
        height: auto; }
  section .layout03 {
    /*画像30％、文章回り込み 間隔3％*/ }
    section .layout03 .txtarea.fright.txtaln_r {
      text-align: right; }
    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; }
      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; }
    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; }
    section .layout03 .imgarea .caption_center {
      text-align: center; }
    section .layout03:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0; }
    section .layout03 .imgarea {
      width: 30%; }
      section .layout03 .imgarea img {
        width: 100%;
        height: auto; }
    section .layout03 .fleft {
      margin: 0 3% 0 0; }
    section .layout03 .fright {
      margin: 0 0 0 3%; }
  section .layout04 .txtarea.fright.txtaln_r {
    text-align: right; }
  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; }
    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; }
  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; }
  section .layout04 .imgarea .caption_center {
    text-align: center; }
  section .layout04:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  section .layout04 .txtarea {
    width: 82%; }
  section .layout04 .imgarea {
    width: 15%; }
    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; }
      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; }
    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; }
    section .layout04 .imgarea .caption_center {
      text-align: center; }
    section .layout04 .imgarea .pgitem {
      /*幅が30％なので、サイズを相応に*/
      width: 48px;
      height: 48px;
      max-width: 48px;
      max-height: 48px; }
      section .layout04 .imgarea .pgitem img {
        max-width: 48px !important;
        max-height: 48px !important; }
    section .layout04 .imgarea img {
      width: 100%;
      height: auto; }
  section .layout05 {
    /*画像48％、文章48％、間隔4％ 等しいレイアウト */
    margin-top: 5px; }
    section .layout05 .txtarea.fright.txtaln_r {
      text-align: right; }
    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; }
      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; }
    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; }
    section .layout05 .imgarea .caption_center {
      text-align: center; }
    section .layout05:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0; }
    section .layout05 .txtarea {
      width: 48%; }
    section .layout05 .imgarea {
      width: 48%; }
      section .layout05 .imgarea img {
        width: 100%;
        height: auto; }
  section .layout09 {
    margin: 0 -3% 0 0;
    overflow: hidden;
    /*PGアイテム更新用*/ }
    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; }
      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; }
        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; }
      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; }
      section .layout09 .imgarea .caption_center {
        text-align: center; }
      section .layout09 .imgarea .pgitem {
        /*幅が47％なので、サイズを相応に*/
        width: 90px;
        height: 90px; }
        section .layout09 .imgarea .pgitem img {
          max-width: 90px !important;
          max-height: 90px !important; }
      section .layout09 .imgarea .itemmds {
        font-size: 13px; }
      section .layout09 .imgarea .cap {
        font-size: 12px;
        line-height: 1.4;
        margin: 0 0 5px 0; }
    section .layout09:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0; }
  section .rectuit_hyou {
    width: 100%;
    margin: 0 auto; }
    section .rectuit_hyou th {
      background: #3eb96f;
      color: #fff;
      font-weight: bold;
      border: 1px solid;
      padding: 10px; }
    section .rectuit_hyou td {
      border: 1px solid;
      padding: 10px; }
  section .menu_tab_wrap {
    width: 100%;
    height: 54px;
    margin: 10px 0 0 0;
    border-bottom: 1px solid #1665bd; }
    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; }
    section .menu_tab_wrap .gene_fitem {
      width: 47%;
      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; }
      section .menu_tab_wrap .gene_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; }
        section .menu_tab_wrap .gene_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; }
        section .menu_tab_wrap .gene_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; }
    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; }
      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; }
        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; }
        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; }
  section .layout011 {
    margin: 2px 0% 3px 1px;
    border-bottom: 2px solid #4792c7; }
    section .layout011 .imgarea {
      margin: 0px 1% 0px 4px;
      /*width:47%;*/
      /*ここを変更で１行に何列か選ぶ 50-3(padding)　２個　画像サイズ　140px*/
      width: 47%;
      /*ここを変更で１行に何列か選ぶ 33.3-3(padding)　３個　画像サイズ　90px*/
      float: left; }
      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; }
        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; }
      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; }
      section .layout011 .imgarea .caption_center {
        text-align: center; }
    section .layout011 .button {
      width: 100%;
      border-radius: 6px 6px 0 0;
      background: #4792c7;
      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; }
      section .layout011 .button a {
        display: block;
        color: #fff;
        text-decoration: none;
        padding: 5px 0px 5px 0; }
      section .layout011 .button .subtitle {
        font-size: 1.0em;
        margin: 0 0 -26px 0; }
    section .layout011 .on {
      background: #8c2020; }
    section .layout011:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0; }
  section .layout10 {
    margin: 0 -3% 0 0;
    overflow: hidden;
    /*PGアイテム更新用*/ }
    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; }
      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; }
        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; }
      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; }
      section .layout10 .imgarea .caption_center {
        text-align: center; }
      section .layout10 .imgarea .pgitem {
        /*幅が47％なので、サイズを相応に*/
        width: 138px;
        height: 138px; }
        section .layout10 .imgarea .pgitem img {
          max-width: 138px !important;
          max-height: 138px !important; }
      section .layout10 .imgarea .itemmds {
        font-size: 13px; }
      section .layout10 .imgarea .cap {
        font-size: 12px;
        line-height: 1.4;
        margin: 0 0 5px 0; }
    section .layout10:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0; }
  section .layout11 {
    margin: 0 0% 0 0;
    overflow: hidden;
    /*PGアイテム更新用*/ }
    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; }
      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; }
        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; }
      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; }
      section .layout11 .imgarea .caption_center {
        text-align: center; }
      section .layout11 .imgarea .pgitem {
        /*幅が47％なので、サイズを相応に*/
        width: 300px;
        height: 300px; }
        section .layout11 .imgarea .pgitem img {
          max-width: 300px !important;
          max-height: 300px !important; }
    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; }
      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------------------------------- */
#slider img {
  width: 100%;
  height: auto; }

.npage_title {
  padding: 230px 0 0 0; }
  .npage_title .mds0 {
    background: url(../images/mds00_bg.png) no-repeat center top;
    font-size: 20px;
    padding: 60px 0px 10px 0;
    margin: 0;
    line-height: 1.2;
    text-align: center; }
  .npage_title .mds2 {
    background: url(../images/mds02_bg.png) no-repeat center top;
    font-size: 20px;
    padding: 60px 0px 10px 0;
    margin: 0;
    line-height: 1.2;
    text-align: center; }
  .npage_title .mds3 {
    background: url(../images/mds03_bg.png) no-repeat center top;
    font-size: 20px;
    padding: 60px 0px 10px 0;
    margin: 0;
    line-height: 1.2;
    text-align: center; }
  .npage_title .mds4 {
    background: url(../images/mds04_bg.png) no-repeat center top;
    font-size: 20px;
    padding: 60px 0px 10px 0;
    margin: 0;
    line-height: 1.2;
    text-align: center; }
  .npage_title .mds5 {
    background: url(../images/mds05_bg.png) no-repeat center top;
    font-size: 20px;
    padding: 60px 0px 10px 0;
    margin: 0;
    line-height: 1.2;
    text-align: center; }
  .npage_title .mds6 {
    background: url(../images/mds06_bg.png) no-repeat center top;
    font-size: 20px;
    padding: 60px 0px 10px 0;
    margin: 0;
    line-height: 1.2;
    text-align: center; }
  .npage_title .mds7 {
    background: url(../images/mds07_bg.png) no-repeat center top;
    font-size: 20px;
    padding: 60px 0px 10px 0;
    margin: 0;
    line-height: 1.2;
    text-align: center; }
  .npage_title .mds8 {
    background: url(../images/mds08_bg.png) no-repeat center top;
    font-size: 20px;
    padding: 60px 0px 10px 0;
    margin: 0;
    line-height: 1.2;
    text-align: center; }
  .npage_title .mds9 {
    background: url(../images/mds09_bg.png) no-repeat center top;
    font-size: 20px;
    padding: 60px 0px 10px 0;
    margin: 0;
    line-height: 1.2;
    text-align: center; }

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

.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; }

.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 */ }
  .top_newsarea__layout .imgarea {
    width: 140px; }
    .top_newsarea__layout .imgarea .list_imgarea {
      width: 140px;
      height: 140px;
      max-width: 140px;
      max-height: 140px; }
      .top_newsarea__layout .imgarea .list_imgarea img {
        max-width: 140px;
        max-height: 140px; }
  .top_newsarea__layout .txtarea {
    width: 920px;
    /*.nmds*/
    /*.commnet*/ }
    .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; }
    .top_newsarea__layout .txtarea .commnet {
      clear: both;
      font-size: 14px; }
      .top_newsarea__layout .txtarea .commnet div.br {
        display: none; }

/*--------------- btmbnr_notice --------------------------*/
.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; }
  .btmbnr_notice .btmbnr_notice_title {
    font-size: 1em;
    line-height: 1.5;
    text-indent: -10px; }
  .btmbnr_notice .btmbnr_notice_txt {
    margin: 8px 0 10px 0;
    font-size: 1em;
    line-height: 1.5; }
  .btmbnr_notice .btmbnr_notice_btn {
    margin: 12px 0 0 0; }

/*-------------  kkm   ---------------------------- */
.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%; }
  .kkm01 .flow_mds {
    font-size: 18px;
    color: #ef9600;
    font-family: 'Kosugi Maru', sans-serif;
    text-align: center;
    font-weight: bold; }

.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%; }
  .kkm02 .flow_mds {
    font-size: 18px;
    color: #E074A7;
    font-family: 'Kosugi Maru', sans-serif;
    text-align: center;
    font-weight: bold; }

.kkm_full {
  margin: 0 -5%;
  padding: 5% 5%; }

.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; }
  .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   ---------------------------- */
footer {
  background: url(../images/footer_bg.jpg) no-repeat top center;
  min-height: 382px;
  color: #000;
  font-size: small;
  text-align: center;
  line-height: 1.4;
  padding: 0 0 0 0; }

footer .inner {
  font-size: small;
  line-height: 1.3; }

#copy {
  text-align: center;
  font-size: x-small;
  color: #FFF;
  background-color: #389b59;
  padding: 3px; }

footer #pup {
  /*background:#f3f2ee;*/
  text-align: center;
  background-color: #389b59; }

footer #pup a {
  display: block;
  line-height: 42px;
  text-decoration: none;
  color: #fff; }
  footer #pup a img {
    width: 50%;
    height: auto; }

footer #pup i {
  color: #ffb912; }

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

/* ---------------Hyou------------------- */
.hyou, .hyou02, .hoteltbl {
  border: 1px solid #D4D4D4;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  display: table;
  margin: -12px 0 0 0; }
  .hyou th, .hyou02 th, .hoteltbl th {
    display: table-cell !important;
    border: 1px solid #D4D4D4;
    background-color: #491d13;
    color: #fff;
    padding: 3px 2px !important;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    font-size: 0.9em; }
  .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; }
    .hyou td .bg01, .hyou02 td .bg01, .hoteltbl td .bg01 {
      background-color: #f7f7f7; }

.hyou02 th {
  text-align: center;
  background-color: #EAF7CC;
  color: #333;
  border: 1px solid #8c2020; }
.hyou02 td {
  text-align: left; }

table.hyou2 {
  width: 100%;
  border: 1px solid #b1b1b1;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  margin-top: 10px; }

.hyou2 th {
  border: 1px solid #b1b1b1;
  background-color: #e1edd9;
  padding: 12px 12px;
  text-align: center;
  font-weight: normal;
  vertical-align: middle; }

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

.access_table th {
  display: block;
  background-color: #b7d5e6;
  font-weight: normal;
  text-align: center;
  padding: 4px 0px; }
.access_table td {
  display: block;
  padding: 4px 0px 8px; }

.hoteltbl {
  margin: 10px auto; }
  .hoteltbl th {
    font-size: 1em;
    text-align: center;
    border: 1px solid #491D13;
    background: #F7F7F7;
    padding: 8px 5px !important;
    color: #333;
    font-weight: normal; }
  .hoteltbl td {
    font-size: 13px;
    text-align: center;
    border: 1px solid #491D13;
    background: none;
    padding: 7px 3px !important; }
  .hoteltbl .bg01 {
    background-color: #491D13;
    color: #fff; }

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

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

/*-------------  button1   ---------------------------- */
.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; }
  .button:hover {
    transition: all .3s;
    -webkit-transition: all .3s;
    background: #6EA93D; }
  .button a {
    display: block;
    color: #fff;
    line-height: 44px;
    text-decoration: none; }
    .button a:active {
      top: 3px;
      box-shadow: none; }

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

.ua_btn {
  background: #CCC;
  border-radius: 0px; }
  .ua_btn a {
    color: #333; }
  .ua_btn img {
    width: 20px;
    vertical-align: middle; }

.submitbtn_area02 {
  width: 100%;
  margin: 0 auto;
  text-align: center; }
  .submitbtn_area02 input {
    background: #a78bce;
    color: #FFF;
    font-weight: bold;
    border: none;
    border-radius: 6px; }
    .submitbtn_area02 input:hover {
      background: #c9b1e8;
      color: #fff; }

/* ---------------mail------------------- */
.mailhyou th {
  display: block;
  background: #87b74d;
  font-weight: normal;
  color: #fff;
  padding: 3px 0; }
.mailhyou tbody, .mailhyou tr, .mailhyou td {
  display: block; }
.mailhyou td {
  padding: 6px 0 12px 0; }

.submitbtn_area {
  width: 100%;
  margin: 0 auto;
  text-align: center; }
  .submitbtn_area input {
    background: #2d9548;
    color: #FFF;
    font-weight: bold;
    border: none;
    border-radius: 6px; }
    .submitbtn_area input:hover {
      opacity: 0.5;
      color: #fff; }

.zipsearchbtn input {
  min-height: 41px;
  background: #d5654b; }

.form_selects {
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px dashed #999999; }
  .form_selects .fp-select {
    margin: 5px 0 0 0; }

.form_commnet {
  text-align: center;
  font-size: 12px;
  color: #ae9f93; }

.form_th_commnet {
  text-align: center;
  font-size: 0.8em; }

@media (min-width: 420px) {
  .form_checkboxs br,
  .form_radios br {
    display: none; } }
/*-------------  util.   ---------------------------- */
.inner {
  padding: 0px 15px; }

.fleft {
  float: left; }

.fleft_imgmgn10 {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px; }

img.fleft_imgmgn10 {
  width: 40% !important; }

.fleft_imgmgn15 {
  float: left;
  margin-right: 15px; }

.fleft_imgmgn20 {
  float: left;
  margin-right: 20px; }

.fright {
  float: right; }

.fright_imgmgn10 {
  float: right;
  margin-left: 10px;
  margin-bottom: 5px; }

img.fright_imgmgn10 {
  width: 40% !important; }

.fright_imgmgn15 {
  float: right;
  margin-left: 15px; }

.fright_imgmgn20 {
  float: right;
  margin-left: 20px; }

img.img40 {
  width: 40% !important;
  height: auto; }

img.img30 {
  width: 30% !important;
  height: auto; }

/* new clearfix */
.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;
}*/
.space05 {
  margin-top: 5px; }

.space10 {
  margin-top: 10px !important; }

.space15 {
  margin-top: 15px !important; }

.space20 {
  margin-top: 20px !important; }

.space25 {
  margin-top: 25px; }

.space30 {
  margin-top: 30px; }

.space40 {
  margin-top: 40px; }

.mgnb20 {
  margin-bottom: 20px; }

.point_a {
  color: #F00; }

.point_b {
  color: #1f77b5; }

.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; }

.point_d {
  color: #ec6d38; }

.point_e {
  color: #577dc0; }

.point_f {
  color: #3eb96f; }

.point_g {
  color: #906fbc; }

.f12 {
  font-size: 0.8em;
  line-height: 1.2; }

.f13 {
  font-size: 12px; }

.f14 {
  font-size: 14px; }

.st {
  font-weight: bold; }

.cen {
  text-align: center !important; }

.line_bottom {
  border-bottom: 1px dotted #333;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0; }

.trimming_line {
  border-bottom: 1px dotted #333;
  font-weight: bold;
  font-size: 16px;
  margin: 7px 0 7px 0;
  padding: 0 0 7px 0; }

.line_top {
  border-top: 2px dotted #FFF; }

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

ul.pg_btn {
  float: left;
  left: 50%;
  position: relative; }

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; }

ul.pg_btn li:last-child {
  margin: 1px; }

.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  -----------------------------------------*/
.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; }
  .blog_layout .cat_point {
    position: absolute;
    top: -20px;
    right: 17px; }
  .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; }
  .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; }
  .blog_layout .blog_box {
    margin-top: -60px;
    width: 100%;
    padding: 25px 0px 0 25px; }
    .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; }
    .blog_layout .blog_box ul li {
      line-height: 2.0; }
      .blog_layout .blog_box ul li a {
        text-decoration: none;
        color: #333; }

/*------------- 追加　背景  -----------------------------------------*/
.topbg_area {
  width: 100%;
  background: url(../images/back01.jpg) repeat left top;
  padding-top: 5px; }

/*------------- 追加　健康診断枠  -----------------------------------------*/
.waku01 {
  margin: 10px auto;
  width: 100%;
  background: url(../images/bg_waku_middle.png) repeat-y center center;
  position: relative; }
  .waku01:before {
    content: "";
    display: block;
    width: 100%;
    height: 50px;
    background: url(../images/bg_waku_top.png) no-repeat center top; }
  .waku01:after {
    content: "";
    display: block;
    width: 100%;
    height: 54px;
    background: url(../images/bg_waku_bottom.png) no-repeat center bottom; }
  .waku01 .waku_box {
    width: 100%;
    padding: 0 25px 0 25px; }
    .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; }
    .waku01 .waku_box ul li {
      line-height: 2.0; }

/*一日の流れ*/
.time {
  font-weight: bold;
  color: #ff731e;
  margin: 0 15px 0 0; }

.day01 {
  display: block;
  color: #4b4238;
  font-size: 17px;
  font-weight: 100;
  min-height: 50px;
  margin: 10px 0;
  padding: 10px 0 0 60px;
  background: url(../images/day01.png) no-repeat left bottom;
  line-height: 1.5;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  width: 100%;
  font-family: sans-serif; }

.day02 {
  display: block;
  color: #4b4238;
  font-size: 17px;
  font-weight: 100;
  min-height: 50px;
  margin: 10px 0;
  padding: 10px 0 0 60px;
  background: url(../images/day02.png) no-repeat left bottom;
  line-height: 1.5;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  width: 100%;
  font-family: sans-serif; }

.day03 {
  display: block;
  color: #4b4238;
  font-size: 17px;
  font-weight: 100;
  min-height: 50px;
  margin: 10px 0;
  padding: 10px 0 0 60px;
  background: url(../images/day03.png) no-repeat left bottom;
  line-height: 1.5;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  width: 100%;
  font-family: sans-serif; }

.day04 {
  display: block;
  color: #4b4238;
  font-size: 17px;
  font-weight: 100;
  min-height: 50px;
  margin: 10px 0;
  padding: 10px 0 0 60px;
  background: url(../images/day04.png) no-repeat left bottom;
  line-height: 1.5;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  width: 100%;
  font-family: sans-serif; }

.day05 {
  display: block;
  color: #4b4238;
  font-size: 17px;
  font-weight: 100;
  min-height: 50px;
  margin: 10px 0;
  padding: 10px 0 0 60px;
  background: url(../images/day05.png) no-repeat left bottom;
  line-height: 1.5;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  width: 100%;
  font-family: sans-serif; }

.day06 {
  display: block;
  color: #4b4238;
  font-size: 17px;
  font-weight: 100;
  min-height: 50px;
  margin: 10px 0;
  padding: 10px 0 0 60px;
  background: url(../images/day06.png) no-repeat left bottom;
  line-height: 1.5;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  width: 100%;
  font-family: sans-serif; }

.day07 {
  display: block;
  color: #4b4238;
  font-size: 17px;
  font-weight: 100;
  min-height: 50px;
  margin: 10px 0;
  padding: 10px 0 0 60px;
  background: url(../images/day07.png) no-repeat left bottom;
  line-height: 1.5;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  width: 100%;
  font-family: sans-serif; }

.day08 {
  display: block;
  color: #4b4238;
  font-size: 17px;
  font-weight: 100;
  min-height: 50px;
  margin: 10px 0;
  padding: 10px 0 0 60px;
  background: url(../images/day08.png) no-repeat left bottom;
  line-height: 1.5;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  width: 100%;
  font-family: sans-serif; }

.day09 {
  display: block;
  color: #4b4238;
  font-size: 17px;
  font-weight: 100;
  min-height: 50px;
  margin: 10px 0;
  padding: 10px 0 0 60px;
  background: url(../images/day09.png) no-repeat left bottom;
  line-height: 1.5;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  width: 100%;
  font-family: sans-serif; }

.day10 {
  display: block;
  color: #4b4238;
  font-size: 17px;
  font-weight: 100;
  min-height: 50px;
  margin: 10px 0;
  padding: 10px 0 0 60px;
  background: url(../images/day10.png) no-repeat left bottom;
  line-height: 1.5;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  width: 100%;
  font-family: sans-serif; }

.day11 {
  display: block;
  color: #4b4238;
  font-size: 17px;
  font-weight: 100;
  min-height: 50px;
  margin: 10px 0;
  padding: 10px 0 0 60px;
  background: url(../images/day11.png) no-repeat left bottom;
  line-height: 1.5;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  width: 100%;
  font-family: sans-serif; }

.day12 {
  display: block;
  color: #4b4238;
  font-size: 17px;
  font-weight: 100;
  min-height: 50px;
  margin: 10px 0;
  padding: 10px 0 0 60px;
  background: url(../images/day12.png) no-repeat left bottom;
  line-height: 1.5;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  width: 100%;
  font-family: sans-serif; }

/*年間行事*/
.event1 {
  display: block;
  color: #4b4238;
  font-size: 17px;
  font-weight: 100;
  min-height: 50px;
  margin: 10px 0;
  padding: 10px 0 0 60px;
  background: url(../images/event1.png) no-repeat left bottom;
  line-height: 1.5;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  width: 100%; }

.event12 {
  display: block;
  color: #4b4238;
  font-size: 17px;
  font-weight: 100;
  min-height: 50px;
  margin: 10px 0;
  padding: 10px 0 0 60px;
  background: url(../images/event12.png) no-repeat left bottom;
  line-height: 1.5;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  width: 100%; }

.event11 {
  display: block;
  color: #4b4238;
  font-size: 17px;
  font-weight: 100;
  min-height: 50px;
  margin: 10px 0;
  padding: 10px 0 0 60px;
  background: url(../images/event11.png) no-repeat left bottom;
  line-height: 1.5;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  width: 100%; }

.event10 {
  display: block;
  color: #4b4238;
  font-size: 17px;
  font-weight: 100;
  min-height: 50px;
  margin: 10px 0;
  padding: 0px 0 10px 60px;
  background: url(../images/event10.png) no-repeat left bottom;
  line-height: 1.5;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  width: 100%; }

.event9 {
  display: block;
  color: #4b4238;
  font-size: 17px;
  font-weight: 100;
  min-height: 50px;
  margin: 10px 0;
  padding: 10px 0 0 60px;
  background: url(../images/event9.png) no-repeat left bottom;
  line-height: 1.5;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  width: 100%; }

.event8 {
  display: block;
  color: #4b4238;
  font-size: 17px;
  font-weight: 100;
  min-height: 50px;
  margin: 10px 0;
  padding: 10px 0 0 60px;
  background: url(../images/event8.png) no-repeat left bottom;
  line-height: 1.5;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  width: 100%; }

.event7 {
  display: block;
  color: #4b4238;
  font-size: 17px;
  font-weight: 100;
  min-height: 50px;
  margin: 10px 0;
  padding: 10px 0 0 60px;
  background: url(../images/event7.png) no-repeat left bottom;
  line-height: 1.5;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  width: 100%; }

.event6 {
  display: block;
  color: #4b4238;
  font-size: 17px;
  font-weight: 100;
  min-height: 50px;
  margin: 10px 0;
  padding: 10px 0 0 60px;
  background: url(../images/event6.png) no-repeat left bottom;
  line-height: 1.5;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  width: 100%; }

.event5 {
  display: block;
  color: #4b4238;
  font-size: 17px;
  font-weight: 100;
  min-height: 50px;
  margin: 10px 0;
  padding: 10px 0 0 60px;
  background: url(../images/event5.png) no-repeat left bottom;
  line-height: 1.5;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  width: 100%; }

.event4 {
  display: block;
  color: #4b4238;
  font-size: 17px;
  font-weight: 100;
  min-height: 50px;
  margin: 10px 0;
  padding: 10px 0 0 60px;
  background: url(../images/event4.png) no-repeat left bottom;
  line-height: 1.5;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  width: 100%; }

.event3 {
  display: block;
  color: #4b4238;
  font-size: 17px;
  font-weight: 100;
  min-height: 50px;
  margin: 10px 0;
  padding: 10px 0 0 60px;
  background: url(../images/event3.png) no-repeat left bottom;
  line-height: 1.5;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  width: 100%; }

.event2 {
  display: block;
  color: #4b4238;
  font-size: 17px;
  font-weight: 100;
  min-height: 50px;
  margin: 10px 0;
  padding: 10px 0 0 60px;
  background: url(../images/event2.png) no-repeat left bottom;
  line-height: 1.5;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  width: 100%; }

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

/*入園案内
-----------------------------------------------------*/
.timeTbl {
  background-color: #ffffff;
  border: 1px solid #9bcbed;
  border-collapse: collapse; }

.timeTbl td {
  line-height: 18px;
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #9bcbed;
  border-left: 1px solid #9bcbed;
  vertical-align: middle; }

.timeTbl th {
  font-weight: bold;
  color: #3590ca;
  text-align: center;
  padding: 5px;
  background-color: #e7f4fd;
  border-bottom: 1px solid #9bcbed;
  border-right: 1px solid #9bcbed; }

.timeTbl th.time {
  background-color: #fdf6d9;
  color: #df6225;
  font-weight: bold;
  padding: 3px 5px;
  border-right: 1px solid #f85c5e;
  text-align: center; }

.timeTbl th.mid {
  vertical-align: middle; }

.timeTbl .bdNon {
  border: none; }

.timeTbl .color {
  color: #de0000; }

.kisya {
  position: absolute;
  width: 100%;
  text-align: center; }
  .kisya ul {
    overflow: hidden;
    height: 360px;
    width: 100%;
    display: block; }
  .kisya .girl {
    position: relative;
    top: 120px;
    float: right; }
  .kisya .butterfly {
    position: relative;
    top: 155px;
    left: 10px;
    float: left;
    animation: manga 2s infinite;
    -webkit-animation: manga 2s infinite;
    -ms-animation: manga 2s infinite;
    -o-animation: manga 2s infinite;
    -moz-animation: manga 2s infinite; }
  .kisya .girl_in {
    width: 30%;
    position: relative;
    top: 75px;
    right: 120px;
    float: right; }
  .kisya .butterfly_in {
    width: 30%;
    position: relative;
    top: 120px;
    left: 0px;
    float: left;
    animation: manga 2s infinite;
    -webkit-animation: manga 2s infinite;
    -ms-animation: manga 2s infinite;
    -o-animation: manga 2s infinite;
    -moz-animation: manga 2s infinite; }
  .kisya li {
    width: 40%;
    display: block; }
    .kisya li img {
      z-index: 3; }
    .kisya li .taiya_m01 {
      width: 40px;
      height: 39px;
      -webkit-animation: hanspin 3s linear infinite;
      -moz-animation: hanspin 3s linear infinite;
      -ms-animation: hanspin 3s linear infinite;
      -o-animation: hanspin 3s linear infinite;
      animation: hanspin 3s linear infinite;
      position: absolute;
      margin: 109px 0 0 25px; }
    .kisya li .taiya_u01 {
      width: 40px;
      height: 39px;
      -webkit-animation: hanspin 3s linear infinite;
      -moz-animation: hanspin 3s linear infinite;
      -ms-animation: hanspin 3s linear infinite;
      -o-animation: hanspin 3s linear infinite;
      animation: hanspin 3s linear infinite;
      position: absolute;
      margin: -29px 0 0 90px; }
    .kisya li .taiya_m02 {
      width: 40px;
      height: 39px;
      -webkit-animation: hanspin 3s linear infinite;
      -moz-animation: hanspin 3s linear infinite;
      -ms-animation: hanspin 3s linear infinite;
      -o-animation: hanspin 3s linear infinite;
      animation: hanspin 3s linear infinite;
      position: absolute;
      margin: 109px 0 0 7px; }
    .kisya li .taiya_u02 {
      width: 40px;
      height: 39px;
      -webkit-animation: hanspin 3s linear infinite;
      -moz-animation: hanspin 3s linear infinite;
      -ms-animation: hanspin 3s linear infinite;
      -o-animation: hanspin 3s linear infinite;
      animation: hanspin 3s linear infinite;
      position: absolute;
      margin: -29px 0 0 63px; }
    .kisya li .taiya_m03 {
      width: 40px;
      height: 39px;
      -webkit-animation: hanspin 3s linear infinite;
      -moz-animation: hanspin 3s linear infinite;
      -ms-animation: hanspin 3s linear infinite;
      -o-animation: hanspin 3s linear infinite;
      animation: hanspin 3s linear infinite;
      position: absolute;
      margin: 109px 0 0 0px; }
    .kisya li .taiya_u03 {
      width: 40px;
      height: 39px;
      -webkit-animation: hanspin 3s linear infinite;
      -moz-animation: hanspin 3s linear infinite;
      -ms-animation: hanspin 3s linear infinite;
      -o-animation: hanspin 3s linear infinite;
      animation: hanspin 3s linear infinite;
      position: absolute;
      margin: -29px 0 0 49px; }
@keyframes hanspin {
  50% {
    transform: rotate(-180deg); }
  100% {
    transform: rotate(-360deg); } }
@keyframes manga {
  0% {
    transform: rotate(0deg) translate(0, 0); }
  50% {
    transform: rotate(0deg) translate(0, 0); }
  55% {
    transform: rotate(-1deg) translate(2px, -2px); }
  60% {
    transform: rotate(0.8deg) translate(-1px, 3px); }
  65% {
    transform: rotate(0.8deg) translate(-1px, 3px); }
  70% {
    transform: rotate(1deg) translate(3px, -2); }
  75% {
    transform: rotate(0deg) translate(0, 0); }
  80% {
    transform: rotate(1.2deg) translate(3px, -2px); }
  85% {
    transform: rotate(0.8deg) translate(-1px, 3px); }
  90% {
    transform: rotate(0deg) translate(0, 0); }
  95% {
    transform: rotate(1.2deg) translate(3px, -2px); }
  100% {
    transform: rotate(0.8deg) translate(-1px, 3px); } }
.in_imgBox {
  overflow: hidden;
  position: relative;
  padding: 150px 0 0 0;
  background: url(../images/in_bg.jpg) no-repeat center bottom #FFF;
  min-height: 360px; }

.in_title {
  display: block;
  width: 169px;
  height: 164px;
  text-align: center;
  margin-top: 50px;
  float: right;
  background: url(../images/in_title_bg.png); }
  .in_title h2 {
    font-size: 21px;
    font-weight: bold;
    -webkit-text-stroke: 1px white;
    text-stroke: 1px white;
    padding: 30px; }

/*---------------info-------------------------*/
.tdleft {
  background-color: #FFFFFF;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #CCCCCC;
  width: 110px;
  vertical-align: top; }

.tdright {
  background-color: #FFFFFF;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #CCCCCC;
  padding-right: 10px; }

/*---------------かしの木追加-------------------------*/
.info_img {
  margin: 30px 20px 30px 40px; }
  .info_img ul {
    overflow: hidden; }
  .info_img li {
    float: left;
    margin: 0;
    width: 50%; }
    .info_img li a {
      text-decoration: none; }
  .info_img li:last-child img {
    margin: 70px 0 0 20px; }

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

.infoTbl {
  background-color: #ffffff;
  border: 1px solid #67b462;
  border-collapse: collapse; }

.infoTbl td {
  line-height: 18px;
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #67b462;
  border-left: 1px solid #67b462;
  vertical-align: middle; }

.infoTbl th {
  font-weight: bold;
  color: #1e9144;
  text-align: center;
  padding: 5px;
  background-color: #c7eda7;
  border-bottom: 1px solid #67b462;
  border-right: 1px solid #67b462; }
