/***********************リセットCSS*******************************/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

body {
  max-width:100%;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display:block;
}

nav ul {
  list-style:none;
}

a {
  margin:0;
  padding:0;
  vertical-align:baseline;
  background:transparent;
}

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

input, select {
  vertical-align:middle;
}


.clear:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}

@media (min-width: 798px) {
  .sp{
    display: none;
  }
}

/***********************リセットCSSここまで*******************************/


/***********************横幅制御※書きかえる部分*******************************/
@media (max-width: 798px) {
body,article{
  max-width:100%;
  overflow-x:hidden;
}
}



/***********************横幅制御ここまで*******************************/

/***********************フォント*******************************/
@font-face {
  font-family: 'Noto Serif Japanese';
  src: url(../fonts/NotoSansJP-Regular.woff2) format('opentype');
}
/***********************フォントここまで*******************************/

/***********************色等の設定*******************************/
body{
  background-color: #fff;
  color:#333;
  font-family: 'Noto Serif Japanese', 'Yu Gothic', '游ゴシック Medium', sans-serif;
  font-size:16px;
}
a{
  color:#2b414d;/**リンク色**/
  text-decoration: none;/**リンク下線**/
}
a:hover{
}
/***********************色等の設定ここまで*******************************/



/***********************hospital01ヘッダー*******************************/
header.stage-h01 {
  position: absolute;
  width: 100%;/*幅*/
  z-index: 9999;
}
header.stage-h01 .stage-h01-inner {
  width: 100%;
  max-width: 1080px;/*幅*/
  margin: auto;/*中央寄せ*/
}
header.stage-h01 .stage-h01-up {
  overflow: hidden;
  padding-top: 15px;/*内側上余白*/
  padding-bottom: 18px;/*内側下余白*/
  border-bottom: 1px solid #999;/*下ボーダー 太さ・スタイル・色*/
  background-color: #fff;/*背景色*/
}
header.stage-h01 .stage-h01-up .stage-h01-up-left {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
header.stage-h01 .stage-h01-up .stage-h01-up-left .stage-h01-logo {
  line-height: 1em;
}
header.stage-h01 .stage-h01-up .stage-h01-up-left .stage-h01-logo a img {
  width: 80%;
}
header.stage-h01 .stage-h01-up .stage-h01-up-left .stage-h01-logo a span {
  display: block;
  font-size: 16px;
  color: #2b414d;
}
header.stage-h01 .stage-h01-up .stage-h01-up-right {
  overflow: hidden;
  position: absolute;
  top: 20px;
  right: 0;
  float: right;
  width: 20%;/*幅*/
}
header.stage-h01 .stage-h01-up .stage-h01-up-right .stage-h01-up-btn-left {
  display: block;
  border: 1px solid #e60012;
  width: 150px;/*幅*/
  line-height: 2em;/*高さ*/
  font-size: 14px;/*フォントサイズ*/
  color: #e60012;/*白*/
  border-radius: 20px;
  text-align: center;/*テキスト中央寄せ*/
  font-weight: bold;
  transition: .3s;
}
header.stage-h01 .stage-h01-up .stage-h01-up-right .stage-h01-up-btn-left:hover {
  border: 1px solid #e60012;
  background: #e60012;/*背景色*/
  color: #fff;
}
header.stage-h01 .stage-h01-up .stage-h01-up-right .stage-h01-up-btn-right {
  display: block;
  border: 1px solid #009944;
  width: 150px;/*幅*/
  line-height: 2em;/*高さ*/
  font-size: 14px;/*フォントサイズ*/
  color: #009944;/*白*/
  border-radius: 20px;
  text-align: center;/*テキスト中央寄せ*/
  font-weight: bold;
  margin-bottom: 10px;
  transition: .3s;
}
header.stage-h01 .stage-h01-up .stage-h01-up-right .stage-h01-up-btn-right:hover {
  border: 1px solid #009944;
  background: #009944;/*背景色*/
  color: #fff;/*白*/
}
header.stage-h01 .stage-h01-down {
  position: relative;
  /*background-color: #fff;*/
}
header.stage-h01 .stage-h01-down:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  border-bottom: 0px solid #2b414d;/*下ボーダー 太さ・スタイル・色*/
}
header.stage-h01 .stage-h01-nav {
  position: relative;
  width: 100%;/*幅*/
  background-color: rgba(0,153,68,0.7);
}
header.stage-h01 .stage-h01-nav-btn {
  display: none;
}
header.stage-h01 .stage-h01-nav ul {
  /*background-color: #fff;*/
  width: 100%;/*基本幅*/
}
header.stage-h01 .stage-h01-nav .stage-h01-inner ul li {
  position: relative;
  float: left;/*横並び*/
  width: 20%;/*幅*/
  /*border-bottom: 3px solid #fff;*/
  line-height: 2em;/*内側上下余白*/
  text-align: center;/*テキスト左寄せ*/
  font-size: 14px;/*フォントサイズ*/
  font-weight: bold;/*フォント太さ*/
  transition: .6s;/*アニメーションスピード*/
  box-sizing: border-box;
  cursor: pointer;
  padding: 5px 0;
}
header.stage-h01 .stage-h01-nav .stage-h01-inner ul li a {
  color: #fff;
}
header.stage-h01 .stage-h01-nav .stage-h01-inner ul li:hover {
}
header.stage-h01 .stage-h01-nav .stage-h01-inner ul li:hover a{
  color: #fff;
}
header.stage-h01 .stage-h01-nav ul li span {
  font-size: 12px;/*フォントサイズ*/
  font-weight: normal;/*フォント太さ*/
}
header.stage-h01 .stage-h01-nav ul li>.stage-h01-nav-child-menu {
  position: absolute;
  top: -250%;
  left: 0;
  background-color: rgb(50,50,50,0.5);/*背景色*/
  width: 100%;/*幅*/
  transition: .5s;/*アニメーションスピード*/
  box-sizing: border-box;
  z-index: -1;
}
header.stage-h01 .stage-h01-nav ul li>.stage-h01-nav-child-menu.on {
  top: 100%;
  margin-top: 3px;/*ボーダー分上余白*/
}
header.stage-h01 .stage-h01-nav ul li>.stage-h01-nav-child-menu li {
  float: left;
  width: 100%;/*幅*/
  font-size: 14px;/*フォントサイズ*/
  font-weight: normal;/*フォント太さ*/
  line-height: 2.5em;/*上下文字間*/
  transition: .3s;/*アニメーションスピード*/
}
header.stage-h01 .stage-h01-nav ul li>.stage-h01-nav-child-menu li:hover {
  float: left;
  width: 100%;/*幅*/
  font-size: 14px;/*フォントサイズ*/
  line-height: 2.5em;/*上下文字間*/
  background-color: rgb(255,255,255,0.8);/*背景色*/
}
header.stage-h01 .stage-h01-nav ul li {
  color: #333;/*文字色*/
  transition: .3s;/*アニメーションスピード*/
}
header.stage-h01 .stage-h01-nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
header.stage-h01 .stage-h01-nav ul li>.stage-h01-nav-child-menu li a {
  color: #fff;/*文字色*/
}
header.stage-h01 .stage-h01-nav ul li>.stage-h01-nav-child-menu li a:hover{
  color: #2b414d;/*文字色*/
}


/************************ｽﾏﾎ設定*************************************/
@media (max-width: 798px) {
  header.stage-h01 {
    position: fixed;
    width: 100%;/*幅*/
    z-index: 9999;
  }
  header.stage-h01 .stage-h01-inner {
    width: 100%;/*幅*/
  }
  header.stage-h01 .stage-h01-up {
    height: 65px;/*高さ*/
    padding: 0;/*内側余白*/
  }
  header.stage-h01 .stage-h01-up .stage-h01-up-left {
    float: left;
    width: 70%;/*幅*/
    text-align: left;
  }
  header.stage-h01 .stage-h01-up .stage-h01-up-left .stage-h01-logo a img {
    width: auto;
    max-width: 100%;
  }
  header.stage-h01 .stage-h01-up .stage-h01-up-left .stage-h01-logo a span {
    display: block;
    font-size: 10px;
    line-height: 1.4em;
    margin: 3px 0 0 5px;
  }
  header.stage-h01 .stage-h01-up .stage-h01-up-right {
    display: none;
  }
  header.stage-h01 .stage-h01-logo {
    margin-top: 8px;
    margin-left: 5px;/*左余白*/
    /*line-height: 65px;*//*上下中央寄せ*/
  }
  header.stage-h01 .stage-h01-logo img {
    max-width: 100%;/*最大幅*/
    vertical-align: middle;/*上下中央寄せ*/
  }
  header.stage-h01 .stage-h01-down {
    display: none;
    position: relative;
  }
  header.stage-h01 .stage-h01-nav {
    display: block;
    /*background-color: #000;*/
    width: 100%;/*幅*/
    /*min-height: 568px;*/
    padding-top: 0;/*内側上余白*/
    transition: 0.4s;/*アニメーションスピード*/
    z-index: 9999;
  }
  header.stage-h01 .stage-h01-nav.on {
    display: block;
  }
  header.stage-h01 .stage-h01-nav-btn {
    display: block;
    position: absolute;
    top: 20px;
    right: 1em;
    height: 30px;/*高さ*/
    color: #333;/*文字色*/
    font-weight: bold;
  }
  header.stage-h01 .stage-h01-nav ul {
    /*background-color: #000;*//*背景色*/
  }
  header.stage-h01 .stage-h01-nav .stage-h01-inner ul li {
    float: none;
    width: 100%;/*幅*/
    border-bottom: none;/*下ボーダー 太さ・スタイル・色*/
    line-height: 3.5em;/*内側上下余白*/
    text-align: center;/*テキスト左寄せ*/
    font-size: 14px;/*フォントサイズ*/
  }
  header.stage-h01 .stage-h01-nav .stage-h01-inner ul li:hover {
  border-bottom: 0px solid #0aa0d2;/*下ボーダー 太さ・スタイル・色*/
}
  header.stage-h01 .stage-h01-nav .stage-h01-inner>ul>li:hover:after {
    content: none;
  }
  header.stage-h01 .stage-h01-nav .stage-h01-inner ul li span {
    display: none;
  }
  header.stage-h01 .stage-h01-nav ul li .stage-h01-nav-child-menu {
    display: none;
    position: relative;
    top: 0;
    background-color: #fff;/*背景色*/
    width: 100%;/*幅*/
    border-bottom: none;/*下ボーダー 太さ・スタイル・色*/
    transition: unset;/*アニメーションスピード*/
    z-index: 0;
  }
  header.stage-h01 .stage-h01-nav ul li .stage-h01-nav-child-menu li {
    float: none;
    border-bottom: 1px solid #000;/*下ボーダー 太さ・スタイル・色*/
  }
  header.stage-h01 .stage-h01-nav ul li .stage-h01-nav-child-menu li a {
    color: #000;/*文字色*/
  }
  header.stage-h01 .stage-h01-nav ul li {
  }
  header.stage-h01 .stage-h01-nav ul li {
    color: #333;/*文字色*/
  }
  header.stage-h01 .stage-h01-nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #333;/*文字色*/
    transition: .3s;/*アニメーションスピード*/
  }
  }
/************************スマホ設定ここまで*************************************/
/***********************hospital01ヘッダーここまで*******************************/



/***********************sample01メインビジュアル*******************************/
.fade01-v01 {
  box-sizing: border-box;
  width: 100%;
  padding-top: 100px;
}
.fade01-v01 .bx-wrapper img {
  margin: auto;
  width: 100%;
}
.slider-over{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: calc(100vw / 16 * 9 - -160px);
  /*background-color: rgba(10,10,10,0.2);
  background-blend-mode: multiply;*/
  z-index: 1000;
}
.slider-over h2{
  font-size: 8em;
  line-height: 0.8em;
  color: #e60012;
  font-family: 'Cabin', sans-serif;
  font-weight: bold;
  text-align: center;
  margin-top: 25%;
  opacity: 0.5;
}
/************************ｽﾏﾎ設定*************************************/
@media (max-width: 798px) {
  .fade01-v01 {
    padding-top: 66px;
  }
  .slider-over{
    height: calc(100vw / 16 * 9 - -58px);
  }
  .slider-over h2{
    font-size: 2.6em;
    line-height: 1.3em;
    margin-top: 25%;
  }
}
/************************ｽﾏﾎ設定ここまで*************************************/
/***********************sample01メインビジュアルここまで*******************************/


/***********************メッセージ*******************************/
.simple01-c01 {
  width: 100%;
  padding: 100px 0;
  text-align: center;
  /*background: #000 url(../img/pixta_23282730_XL.jpg) repeat-x;
  background-blend-mode: screen;
  background-position: bottom;*/
}
.simple01-c01-inner {
  max-width: 1080px;
  margin: auto;
}
.simple01-c01 h3 {
  font-size: 32px;
  color: #e60012;
  font-family: 'Cabin', sans-serif;
  margin-bottom: 50px;
}
.simple01-c01 h3 span{
  display: block;
  font-size: 14px;
}
.simple01-c01 h4 {
  font-size: 18px;
  margin-bottom: 30px;
  color: #009944;
}
.simple01-c01 p {
  font-size: 14px;
  margin-top: 10px;
}
.simple01-c01-button {
  display: inline-block;
  margin:  60px auto 0;
  padding: .5em 3em;
  border: 1px solid #e60012;
  border-radius: 20px;
  color: #e60012;
  font-size: 14px;
  transition: .3s;
}
.simple01-c01-button:hover {
  background-color: #e60012;
  color: #fff;
}
.simple01-c01-button:hover {
  box-shadow: 0 0 30px rgba(0,0,0,0.1) inset;
}
/************************ｽﾏﾎ設定*************************************/
@media (max-width: 798px) {
    .simple01-c01 {
      padding: 100px 0;
    }
    .simple01-c01-inner {
      padding: 0 4%;
      overflow: hidden;
    }
}
/************************ｽﾏﾎ設定ここまで*************************************/
/***********************メッセージここまで*******************************/


/***********************社員紹介*******************************/
.cover01-l01 {
  width: 100%;/*幅*/
}
.cover01-l01-inner {
  width: 100%;/*幅*/
  padding: 100px 0;/*内側余白 上下・左右*/
  margin: auto;/*中央寄せ*/
  text-align: center;
}
.member-slide{
  width: 100%;
  position: absolute;
}
.member-slide #sliding {
  height: 1280px;
  width: 8504px;
  opacity: 0.4;
}
.cover01-l01-inner h3 {
  position: relative;
  font-size: 32px;/*内側余白 上下・左右*/
  color: #e60012;
  font-family: 'Cabin', sans-serif;
}
.cover01-l01-inner h3 span {
  display: block;
  font-size: 14px;
}
.cover01-l01-list {
  display: inline-table;
  flex-wrap: wrap;
  overflow: hidden;
  margin-top: 50px;
}
.cover01-l01-list li {
  display: inline-block;
  overflow: hidden;
  position: relative;
  /*width: 35%;*/
  margin: 0;
  font-size: 0;
  flex-grow: 3;/*並べる数*/
}
/*.cover01-l01-list li:nth-child(-n+2) {
  flex-basis: 50%;
  flex-grow: 2;
}*/
.cover01-l01-list li img {
  width: 100%;/*幅*/
  transition: 0.2s;
}
.cover01-l01-list li:hover img {
  transform: scale(1.2);
}
.cover01-l01-list li p {
  position: absolute;
  bottom: 1em;
  right: 0;
  left: 0;
  margin: auto;
  padding: 5px 0;
  font-size: 16px;/*フォントサイズ*/
  font-weight: bold;/*フォント太さ*/
  color: #fff;/*文字色*/
  text-align: center;/*テキスト中央寄せ*/
  background-color: rgba(0,153,68,0.7);
}
.cover01-l01-list li p a {
  color: #fff;/*文字色*/
}
.cover01-l01-list li p span{
  display: block;
  border-bottom: 1px solid #fff;
  margin-bottom: 4px;
  padding-bottom: 4px;
}
.simple01-l01-column {
  text-align: left;
}
.simple01-l01-column .simple01-l01-column-ttl{
  font-size: 20px;
}
.simple01-l01-column .simple01-l01-column-ttl span {
  display: block;
  font-size: 16px;
  color: #666;
}
.simple01-l01-column .simple01-l01-column-txt-strong{
  font-weight: bold;
  color: #666;
}
.simple01-l01-column p{
  font-size: 16px;
  margin-bottom: 10px;
}
.simple01-l01-column-img{
  width: 60%;
  margin: 40px auto;
}
.simple01-l01-column-img iframe {
  width: 100%;
  height: 315px;
}
/************************ｽﾏﾎ設定*************************************/
@media (max-width: 798px) {
  .cover01-l01 {
    padding: 100px 0;/*内側余白 上下・左右*/
    background-color: #f8f8f8;
    box-sizing: border-box;
  }
  .cover01-l01-inner {
    padding: 0;/*内側余白 上下・左右*/
  }
  .member-slide #sliding {
    display: none;
  }
  .cover01-l01-list li {
    width: 80%;/*幅*/
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .cover01-l01-list li p {
    font-size: 16px;/*フォントサイズ*/
    font-weight: normal;/*フォント太さ*/
  }
  .simple01-l01-column-img{
  width: 100%;
  margin: 20px auto;
  }
  .simple01-l01-column-img iframe {
    width: 100%;
    height: 140px;
  }
}
/************************ｽﾏﾎ設定ここまで*************************************/
/***********************社員紹介ここまで*******************************/

/***********************corporate03フッター*******************************/
#footer {
  position: relative;
  width: 100%;
}
#footer:before {
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}
#footer:after {
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}
.footer-totop-wrap {
  position: relative;
}
.footer-totop {
  display: block;
  position: absolute;
  right: 0; /*右寄せ*/
  bottom: 100%;
  border-radius: 4px 4px 0 0;
  width: 50px;/*横幅*/
  color: #009944;/*文字色*/
  text-align: center;
  box-sizing: border-box;
}
.footer-totop i {
  font-size: 40px;/*フォントサイズ*/
}
.footer-inner{
  margin: 0 auto;/*インナー中央寄せ*/
}
.footer-nav {
  background-color: rgba(0,153,68,0.7);
  text-align: center;
}
.footer-nav ul {
  max-width: 1080px;
  margin: 0 auto;
  overflow: hidden;
}
.footer-nav li {
  float: left;/*横並び設定*/
  width: 20%;/*リスト幅*/
  line-height: 40px;/*上下文字間隔*/
  list-style: none;/*リストマーク無し*/
  font-size: 14px;/*リストフォントサイズ*/
  font-weight: bold;
  transition: .6s;
}
.footer-nav li:hover{
  background-color: #e60012;
}
.footer-nav li a {
  color: #fff;/*下文字色*/
}
.footer-address {
  padding-top: 20px;
  background-color: #2b414d;
}
.footer-address-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 20px;
  line-height: 1.7em;/*上下文字間*/
  color: #fff;
}
.footer-address-inner img {
  max-width: 100%;/*最大横幅*/
}
.footer-address-inner dt {
  font-size: 1.2em;
  font-weight: bold;
}
.footer-address-inner dd {
  font-size: 14px;
}
.footer-address-inner dd a {
  color: #fff;
}
.footer-copy {
  clear: both;
  width: 100%;/*横幅*/
  line-height: 3em;/*上下文字間*/
  font-size: 14px;/*フォントサイズ*/
  text-align: center;/*テキスト右寄せ*/
  color: #fff;
  background-color: #2b414d;
}
.footer-copy a {
  color: #fff;
}

/************************ｽﾏﾎ設定*************************************/
@media (max-width: 798px) {
  .corporate-f01-totop {
    left: 0;
    right: 0;
    width: 100%;/*ボタン幅*/
    max-width: 100%;/*ボタン最大幅*/
    text-align: center;/*テキスト中央寄せ*/
    box-sizing: border-box;
  }
  .footer-totop i {
    margin-left: 5px;/*左余白*/
  }
  .footer-inner {
    padding: 30px 0 0;/*余白 上下・左右*/
    box-sizing: border-box;
  }
  .footer-nav {
    display: none;/*ナビゲーション非表示*/
  }
  .footer-address dt {
    text-align: center;/*テキスト中央寄せ*/
  }
  .footer-address dd {
      text-align: center;/*テキスト左寄せ*/
  }
  .footer-copy {
    padding: 20px 0;/*余白 上下・左右*/
    line-height: 1.5em;/*上下文字間*/
    text-align: center;/*テキスト中央寄せ*/
  }
}
/************************スマホ設定ここまで*************************************/
/***********************corporate03フッターここまで*******************************/



/***********************tab01コンテンツ1*******************************/
.tab02-c01 {
  position: relative;
  width: 100%;/*幅*/
  padding: 100px 0 0;
  text-align: center;
  background-color: #fff;
}
.tab02-c01-inner {
  max-width: 1080px;/*幅*/
  margin: 0 auto 60px;/*中央寄せ*/
}
.tab02-c01-inner h3 {
  font-size: 32px;
  color: #e60012;
  font-family: 'Cabin', sans-serif;
}
.tab02-c01-inner h3 span{
  display: block;
  font-size: 14px;
}
.tab02-c01-tab {
  overflow: hidden;
  margin-top: 30px;
}
.tab02-c01-tab-content {
  margin-top: 30px;
}
.tab02-c01-tab-content li {
  overflow: hidden;
  padding:20px;/*内側余白*/
  font-size: 14px;/*フォントサイズ*/
  list-style-type: none;
  text-align: left;
}
.tab02-c01-tab-content li .tab02-c01-tab-content-list img {
  float: left;
  width: 250px;/*幅*/
  margin-right: 15px;/*右余白*/
  margin-bottom: 15px;/*下余白*/
}
.tab02-c01-tab-content li .tab02-c01-tab-content-list p {
  font-size: 14px;/*フォントサイズ*/
  margin-top: 10px;
}
.tab02-c01-tab-content li .tab02-c01-tab-content-list .content-txt {
  font-size: 14px;/*フォントサイズ*/
  text-align: left;
  line-height: 1.6em;
  margin-bottom: 10px;
}
.tab02-c01-tab-content li .tab02-c01-tab-content-list .content-name {
  text-align: right;
}
.tab02-c01-tab-content .hide {
  display:none;
}
.tab02-c01-tab-content-list table{
  width: 100%;
}
.tab02-c01-tab-content-list tr:first-child{
  border-top: 1px solid #e5e5e5;
}
.tab02-c01-tab-content-list tr{
  border-bottom: 1px solid #e5e5e5;
}
.tab02-c01-tab-content-list th{
  width: 30%;
  max-width: 300px;
  background: #f8f8f8;
  color: #333;
  text-align: left;
  padding: 2%;
}
.tab02-c01-tab-content-list th , .tab02-c01-tab-content-list td{
  vertical-align: top;
  text-align: left;
  padding: 1% 2%;
}
.tab02-c01-tab-content-list .nameLine01 span{
  padding-left: 48px;
}
#wrap {
  overflow: hidden;
}
#sliding {
  height: 480px;
  width: 8504px;
  background: #333 url(../img/slide_bg.jpg) repeat-x;
  background-size: contain;
  animation: slide 40s linear infinite;
  background-color: #fff;
}
@keyframes slide {
  0%{
    transform: translate3d(0, 0, 0);
  }
  100%{
    transform: translate3d(-1692px, 0, 0);
  }
}

/************************ｽﾏﾎ設定*************************************/
@media (max-width: 798px) {
  .tab02-c01 {
    padding: 100px 0 0;/*内側余白 上下・左右*/
  }
  .tab02-c01-inner {
    overflow: hidden;
    margin: 0 4% 30px;
  }
  .tab02-c01-section-ttl {
    font-size: 24px;/*フォントサイズ*/
  }
  .tab02-c01-tab li {
    width: 47%;/*幅*/
    margin: 1%;
  }
  .tab02-c01-tab-content li {
    overflow: hidden;
    padding: 20px 3%;/*内側余白 上下・左右*/
  }
  .tab02-c01-tab-content li .tab02-c01-tab-content-list img {
    width: 320px;/*幅*/
    max-width: 100%;/*最大*幅*/
    margin-right: 0;/*右余白*/
    margin-bottom: 15px;/*下余白*/
  }
  .tab02-c01-tab-content li .tab02-c01-tab-content-list p {
    font-size: 14px;/*フォントサイズ*/
  }
  .tab02-c01-tab-content .hide {
    display:none;
  }
  #sliding {
    height: 300px;
  }
}
/************************ｽﾏﾎ設定ここまで*************************************/
/***********************tab01コンテンツ1ここまで*******************************/

/***********************アクセス*******************************/
#access{
  width: 100%;
  margin: 0 auto;
  padding: 100px 0 0;
}
#access .access-inner{
  width: 100%;
}
.access-inner h3 {
  font-size: 32px;
  color: #e60012;
  text-align: center;
  font-family: 'Cabin', sans-serif;
}
.access-inner h3 span {
  display: block;
  font-size: 14px;
}
ul.address {
  max-width: 1080px;
  margin: 30px auto 0;
  padding: 0 4%;
}
ul.address li {
  display: block;
  float: left;
  width: 50%;
  text-align: center;
  margin-bottom: 30px;
}
ul.address li.building_name {
  margin-bottom: 15px;
}
/************************ｽﾏﾎ設定ここまで*****************************/
@media (max-width: 798px) {
  ul.address li {
    width: 100%;
    margin-bottom: 15px;
    text-align: left;
  }
}
/***********************アクセスここまで*******************************/

/***********************simple01問い合わせコンテンツ*******************************/
.box-t01 {
  width: 100%;
  padding: 100px 0;
}
.box-t01-inner {
  max-width: 1080px;
  margin: auto;
}
.box-t01-table-box {
  width: 100%;
  box-sizing: border-box;
}
.box-t01-ttl {
  font-size: 32px;
  color: #e60012;
  text-align: center;
  font-family: 'Cabin', sans-serif;
}
.box-t01-ttl span{
  display: block;
  font-size: 14px;
}
.box-t01-txt {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.5em;
  text-align: center;
}
.box-t01-form {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  font-size: 14px;
  border: none;
  box-sizing: border-box;
  padding: 20px;
}
.box-t01-form tbody{
  display: block;
  width: 80%;
  margin: 0 auto;
}
.box-t01-form th {
  width: 40%;
  text-align: right;
  padding-right: 4em;
  border: none;
  box-sizing: border-box;
  vertical-align: middle;
  font-weight: normal;
  box-sizing: border-box;
}
.box-t01-form td {
  padding: 10px 0;
  border: none;
  text-align: left;
  vertical-align: middle;
  box-sizing: border-box;
}
.box-t01-form td input {
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
.box-t01-form td.half {
  text-align: left;
}
.box-t01-form td.half input {
  width: 30%;
}
.box-t01-form td.half input.check {
  display: inline-block;
  width: 5%;
  margin: 10px;
  text-align: left;
}
.box-t01-form td.half input.check:last-child {
  margin-left: 2em;
}
.box-t01-form td textarea {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
.box-t01-form select {
  background: #fff;
  width: 50%;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.box-t01-form select option {
  width: 100%;
  padding: 10px;
  text-align: center;
}
.box-t01-form span.note {
  font-size: 10px;
  color: #999;
  margin-left: 5px;
}
.box-t01-btn {
  text-align: center;
}
.box-t01-btn input {
  background-color: #fff;
  color: #e60012;
  width: 120px;
  border: 1px solid #e60012;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  padding: 0.5% 0;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.3s;
}
.box-t01-btn input:hover {
  background-color: #e60012;
  color: #fff;
  width: 120px;
  border: 1px solid #e60012;
}

.box-t01-tel-box{
  width: 100%;
  margin-top: 100px;
}
.box-t01-tel{
  width: 60%;
  margin: 50px auto 0;
  border: 2px solid #e60012;
  border-radius: 20px;
  list-style-type: none;
  padding: 2% 5%;
}
.box-t01-tel li {
  font-size: 16px;
  color: #e60012;
  font-weight: bold;
  text-align: center;
}
.box-t01-tel li a {
  display: block;
  font-size: 30px;
  color: #e60012;
}
.box-t01-tel li span {
  font-size: 14px;
  font-weight: normal;
}
/************************ｽﾏﾎ設定*************************************/
@media (max-width: 798px) {
    .box-t01-inner {
      width: 100%;
      padding: 0 3%;
      box-sizing: border-box;
    }
    .box-t01-ttl {
      font-size: 28px;
      margin-bottom: 2em;
    }
    .box-t01-txt {
      margin-bottom: 25px;
      font-size: 14px;
    }
    .box-t01-form {
      width: 100%;
      padding: 0 3%;
    }
    .box-t01-form tbody{
      width: 100%;
    }
    .box-t01-form th {
      display: block;
      width: 100%;
      font-weight: bold;
      text-align: left;
    }
    .box-t01-form td {
      display: block;
      width: 100%;
    }
    .box-t01-form td input {
      width: 100%;
    }
    .box-t01-tel{
      width: 90%;
    }
}
/************************ｽﾏﾎ設定ここまで*************************************/
/***********************simple01問い合わせコンテンツここまで*******************************/