@charset "UTF-8";
@import url(base.css);
/* ------------------------------------------------------------ */
/* 基本、レイアウト指定 */
/* ------------------------------------------------------------ */
* html body {
  background: url(null) fixed; }

body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  *font-size: small;
  *font: x-small;
  font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ　Ｐゴシック","MS PGothic",sans-serif;
  -webkit-font-smoothing: antialiased; }

html {
  overflow-x: hidden; }

.img_left {
  float: left;
  margin: 0 15px 15px 0; }

.img_right {
  float: right;
  margin: 0 0 15px 15px; }

.sb-toggle-right {
  position: absolute;
  top: 5px;
  right: 5px; }

.main-visual {
  width: 100%;
  background: #ccc; }

.mv_slide {
  max-width: 1020px;
  margin: 0 auto; }

.sb-slidebar {
  color: #fafafa;
  padding: 0; }

.sb-slidebar ul {
  padding: 0; }

/* サイドバー */
.sb-slidebar.sb-right {
  -webkit-overflow-scrolling: touch; }

.sb-right-inner {
  border: none;
  width: 100%;
  height: 100%; }

/* ------------------------------------------------------------ 
アコーディオン
------------------------------------------------------------ */
ul.accordion {
  width: 100%;
  margin: 0 auto 30px;
  font-size: 16px; }

ul.accordion a {
  display: block;
  padding: 10px;
  color: #333;
  text-decoration: none; }

ul.accordion span {
  display: block;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  position: relative; }

ul.accordion ul {
  display: none; }

ul.accordion > li > p {
  cursor: pointer; }

ul.accordion > li > p span:before {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  font-size: 1.0em;
  position: absolute;
  right: 10px; }

ul.accordion > li > p span.open:before {
  font-family: "Font Awesome 5 Free";
  content: "\f106";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  font-size: 1.0em;
  position: absolute;
  right: 10px; }

ul.accordion > li > ul > li {
  padding: 1px 5px;
  box-sizing: border-box;
  width: 100%; }

ul.accordion > li > ul > li > p {
  background: #333; }

ul.accordion > li > ul > li > a {
  background: #fff;
  color: #4594c7; }

ul.accordion > li > ul > li > ul > li {
  background: #FFF;
  border-bottom: 1px dotted #888; }

ul.accordion > li > ul > li > ul > li:last-child {
  border: none; }

/* ------------------------------------------------------------ */
/* リンク色 */
/* ------------------------------------------------------------ */
::selection {
  color: #95c2b6;
  background: rgba(149, 194, 182, 0.2); }

a:link {
  color: #333;
  text-decoration: none; }

a:visited {
  color: #333;
  text-decoration: none; }

a:hover {
  color: #333;
  text-decoration: none; }

a:active {
  color: #333;
  text-decoration: none; }

.clearfix:after {
  content: ".";
  /* 新しいコンテンツ */
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  /* 非表示に */ }

.clearfix {
  min-height: 1px; }

* html .clearfix {
  height: 1px;
  /*\*/
     /*/
height: auto;
overflow: hidden;
/**/ }

.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.mb40 {
  margin-bottom: 40px; }

.mb50 {
  margin-bottom: 50px; }

.mb60 {
  margin-bottom: 60px; }

.mb70 {
  margin-bottom: 70px; }
/* ------------------------------------------------------------ */
/* 全体格納 */
/* ------------------------------------------------------------ */
#wrapper {
	width: 100%;
 }
#subContent {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
.subMain {
	max-width: 1100px;
  width: 90%;
  height: 250px;
  background: url("../img/bg_profile.jpg") no-repeat center top;
    background-size: cover;
	    background-attachment: fixed;
  position: relative;
  margin: 0 auto 20px; }
#profile.subMain {
	max-width: 1100px;
  width: 90%;
  background: url("../img/bg_profile.jpg") no-repeat center top;
  background-size: cover;
	    background-attachment: fixed;
  position: relative;
  margin: 0 auto 20px; }
#care.subMain {
	max-width: 1100px;
  width: 90%;
  background: url("../img/bg_care.jpg") no-repeat center top;
  background-size: cover;
	    background-attachment: fixed;
  position: relative;
  margin: 0 auto 20px; }
#hospitalization.subMain {
	max-width: 1100px;
  width: 90%;
  background: url("../img/bg_hospitalization_new.jpg") no-repeat center top;
  background-size: cover;
	    background-attachment: fixed;
  position: relative;
  margin: 0 auto 20px; }
#prevent.subMain {
	max-width: 1100px;
  width: 90%;
  background: url("../img/bg_prevent.jpg") no-repeat center bottom;
  background-size: cover;
	    background-attachment: fixed;
  position: relative;
  margin: 0 auto 20px; }
#outpatient.subMain {
	max-width: 1100px;
  width: 90%;
  background: url("../img/bg_outpatient_new.jpg") no-repeat center top;
  background-size: cover;
	background-attachment: fixed;
  position: relative;
  margin: 0 auto 20px; }
  .subMain h1 {
    color: #4594c7;
    font-size: 1.0em;
    position: absolute;
    left: 55px;
    bottom: 50px;
    line-height: 1.0em;
    letter-spacing: 0.05em; }
#profile.subMain h1 {
	color: #fff;
}
#punkuz {
	width: 90%;
	max-width: 1100px;
  margin: 0 auto 50px; }
  #punkuz a {
    color: #4594c7;
    font-weight: bold; }
  #punkuz i {
    color: #666;
margin: 0 10px;}

#subContent h2 {
  color: #4594c7;
  font-size: 2.0em;
  text-align: center;
  margin: 0 auto 30px; }
#subContent h3 {
  color: #4594c7;
  background: #f2f7fc;
  padding: 10px 13px;
  font-size: 1.2em;
  letter-spacing: 0.03em;
  margin: 0 0 20px;
  border-radius: 5px; }
#subContent .box {
  font-size: 1.2em;
	overflow: hidden;
  margin: 0 auto 50px;
  letter-spacing: 0.03em; }
  #subContent .box p {
    line-height: 2.0em;
    padding: 0 13px; }
#subContent .ph_02 {
  overflow: hidden;
  padding: 0 13px;
  margin: 0 auto 10px; }
  #subContent .ph_02 img {
    display: block;
    width: 48%;
    float: right; }
    #subContent .ph_02 img:first-child {
      float: left; }
#subContent .box h4 {
	color: #4594c7;
	font-size: 1.1em;
	padding: 10px 0 5px;
}
#subContent .both h4 {
    clear: both;
}
#subContent .box h4.pl13 {
    padding-left: 13px;
}
/* ------------------------------------------------------------ */
/* ヘッダー */
/* ------------------------------------------------------------ */
header {
  height: 160px;
	position: relative;
	z-index: 9999;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  padding: 45px 50px 0; }
  header h1 {
    width: 466px; /* 298px→466px */
    float: left; }
    header h1 img {
      width: 100%;
      height: auto; }
  header .box {
    width: -webkit-calc(100% - 500px); /* 300px→500px */
    width: calc(100% - 500px); /* 300px→500px */
    float: right;
    text-align: right; }
    header .box .tel {
      display: inline-block;
      width: 250px;
      height: auto;
      margin: 0 0 30px; }
      header .box .tel img {
        width: 100%;
        height: auto; }
    header .box #gNav {
      text-align: right;
      letter-spacing: -.4em; }
      header .box #gNav li {
		  float: right;
		  margin: 0 0 0 20px ;
        font-size: 1.3em;
        font-weight: bold;
        letter-spacing: 0.03em; }

header::after {
  content: "";
  clear: both;
  display: block; }
/* ------------------------------------------------------------ */
/* ナビ*/
/* ------------------------------------------------------------ */

li.subMenu {
	height: 60px;
}
li.subMenu a.papa {
	height: 100%;
	padding: 0 13px;
	position: relative;
	overflow: hidden;
	display: block;
}
li.subMenu a.papa:after {
	bottom: -15px;
    -webkit-transition: all .5s;
    transition: all .5s;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #4099cc;
    border-left: 15px solid transparent;
    position: absolute;
    z-index: 99;
    left: calc(50% - 15px);
	opacity: 0;
}
li.subMenu ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 10px;
	width: 100%;
	background: #4099cc;
	letter-spacing: -.4em;
	text-align: center;
}
li.subMenu h4 {line-height: 45px; font-size: 1.2em;}
header .box #gNav li.subMenu ul li{
	display: inline-block;
    letter-spacing: normal;
	box-sizing: border-box;
	margin: 0;
	text-align: center;
	padding: 15px;
	float: none !important;
	vertical-align: middle;
	height: 100%;
	font-size: 18px;
}
li.subMenu ul li span {display: block;font-size: 1.2em;}
li.subMenu ul li a{
  padding: 15px 15px;
line-height: 1.5em;
	font-size: .9em;
	color: #fff;
	height: auto;
	border-radius: 10px;
}
li.subMenu a:hover{
  background: #143757;
}
li.subMenu:hover > a{
  background: #fff;
	color: #4099cc;
}
li.subMenu ul{
  visibility: hidden;
  opacity: 0;
  transition: .5s;
}
li.subMenu:hover ul{
  visibility: visible;
  opacity: 1;
	  top: 95%;
}
li.subMenu ul li a{
  visibility: hidden;
  opacity: 0;
  transition: .9s;
}
li.subMenu:hover ul li a{
  visibility: visible;
  opacity: 1;
}
li.subMenu:hover a.papa:after {
	opacity: 1;
	bottom: 0px;
}
li.subMenu ul.col3 {
	padding: 0 15%;
	box-sizing: border-box;
}
li.subMenu ul.col3 li {
	width: 33.333%;
}

/* ------------------------------------------------------------ */
/* 共通 */
/* ------------------------------------------------------------ */
.btn {
  text-align: center; }
  .btn a {
    -webkit-transition: all .5s;
    transition: all .5s;
    display: inline-block;
    padding: 15px 80px;
    background: #4594c7;
    color: #fff;
    position: relative;
    font-size: 1.3em;
    font-weight: bold;
    letter-spacing: 0.03em;
    border-radius: 30px; }
    .btn a:after {
      -webkit-transition: all .5s;
      transition: all .5s;
      position: absolute;
      right: 25px;
      top: 1.2em;
      font-family: "Font Awesome 5 Free";
      content: "\f105";
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1; }
.btn a:hover {
	background: rgba(219,144,0,1.00);
}
.btn a:hover:after {
	right: 20px;
}
/* ------------------------------------------------------------ */
/* topページ */
/* ------------------------------------------------------------ */
#topWrapper .sec {
  clear: both;
  margin: 0 auto 80px; }
#topWrapper .category {
	padding: 80px 0 0;
}
  #topWrapper .sec h2 {
    text-align: center;
    font-size: 2.0em;
    margin: 0 auto 50px;
    letter-spacing: 0.04em; }
    #topWrapper .sec h2 span {
      color: #4594c7;
      display: block;
      font-size: .8em;
      letter-spacing: 0; }
#topWrapper #about {
  background: url("../img/about_bg.jpg") no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  padding: 100px 0;
  text-align: center;
  margin: 0 auto; }
  #topWrapper #about:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.58);
    position: absolute;
    left: 0;
    top: 0; }
  #topWrapper #about .box {
    position: relative;
    z-index: 10;
    color: #fff; }
  #topWrapper #about .cap {
    font-size: 1.8em;
    letter-spacing: 0.03em;
    margin: 0 auto 50px;
    line-height: 2.0em;
    font-weight: bold; }
  #topWrapper #about h2 {
    margin: 0 auto 30px; }
#topWrapper #access {
  background: #f2f7fc;
  width: 100%;
  box-sizing: border-box;
  padding: 70px 5%;
  overflow: hidden; }
  #topWrapper #access .data {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 0 3% 0 0; }
    #topWrapper #access .data .top {
      overflow: hidden;
      margin: 0 auto 20px; }
      #topWrapper #access .data .top h4 {
        width: 40%;
        float: left;
        margin: 0 5% 0 0; }
        #topWrapper #access .data .top h4 img {
          width: 100%;
          height: auto; }
      #topWrapper #access .data .top a {
        display: block;
        width: 55%;
        float: right; }
        #topWrapper #access .data .top a img {
          width: 100%;
          height: auto; }
  #topWrapper #access .dT {
    width: 100%;
    background: #fff;
    padding: 30px;
    margin: 0 auto 15px;
    box-sizing: border-box; }
    #topWrapper #access .dT table {
      width: 100%;
      color: #4594c7;
      font-size: 1.1em; }
      #topWrapper #access .dT table th {
        text-align: left;
        padding: 10px 5px;
        border-bottom: solid 1px #4594c7; }
      #topWrapper #access .dT table td {
        padding: 10px 10px;
        border-bottom: solid 1px #4594c7; }
  #topWrapper #access .att {
    font-size: 1.1em;
    margin: 0 0 20px; }
  #topWrapper #access .btn a {
    width: 100%;
    box-sizing: border-box; }
  #topWrapper #access .map {
    width: 46%;
    float: right; }
    #topWrapper #access .map iframe {
      width: 100%; }
#topWrapper #news .box {
  max-width: 760px;
  margin: 0 auto 50px;
  font-size: 1.1em; }
  #topWrapper #news .box dl {
    overflow: hidden;
    padding: 20px 0;
    border-bottom: solid 1px #ccc; }
    #topWrapper #news .box dl dt {
      width: 200px;
      float: left;
      margin: 0 10px 0 0; }
      #topWrapper #news .box dl dt span {
        color: #4594c7;
        margin: 0 0 0 20px; }
    #topWrapper #news .box dl dd {
      width: -webkit-calc(100% - 210px);
      width: calc(100% - 210px);
      float: right; }

#bNav {
  background: #f2f7fc;
  padding: 60px 0; }
  #bNav .box {
    width: 1040px;
    margin: 0 auto;
    overflow: hidden; }
  #bNav ul {
    width: 1100px; }
    #bNav ul li {
      width: 160px;
      float: left;
      margin: 0 60px 0 0;
      text-align: center; }
      #bNav ul li a {
		  -webkit-transition: all .5s;
transition: all .5s;
        color: #4594c7; }
        #bNav ul li a h3 {
          padding: 15px 0 0;
          font-size: 1.1em;
          letter-spacing: 0.03em; }
      #bNav ul li img {
        display: block;
        width: 160px;
        height: 160px;
        border-radius: 100px;
        overflow: hidden; }
#bNav ul li a:hover {
	color: rgba(219,144,0,1.00);
}
.recBox {
    max-width: 900px;
    width: 90%;
    background: #f2f7fc;
    padding: 0;
    margin: 0 auto 30px;
}
.recBox h3 {
    background: #4594c7;
    color: #fff;
    font-size: 2.0em;
    text-align: left;
    padding: 10px 25px;
    margin: 0;
}
.recBox .txt {
    padding: 50px;
}
.recBox .txt table th,
.recBox .txt table td {
    padding: 5px;
    text-align: left;
}
@media screen and (max-width: 1040px) {
  #bNav .box {
    width: 960px;
    margin: 0 auto;
    overflow: hidden; }
  #bNav ul {
    width: 1000px; }
    #bNav ul li {
      width: 160px;
      float: left;
      margin: 0 40px 0 0;
      text-align: center; } }
@media screen and (max-width: 960px) {
  #bNav .box {
    width: 810px;
    margin: 0 auto;
    overflow: hidden; }
  #bNav ul {
    width: 850px; }
    #bNav ul li {
      width: 140px;
      float: left;
      margin: 0 30px 0 0;
      text-align: center; }
      #bNav ul li img {
        height: 140px;
        width: 140px; } }
#mvBox {
  margin: 0 auto 90px;
  width: 100%; }
  #mvBox .bx-wrapper .bx-pager {
    bottom: 30px; }
    #mvBox .bx-wrapper .bx-pager .bx-pager-item a {
      width: 40px;
      height: 5px;
      border-radius: 0;
      background: #fff; }
    #mvBox .bx-wrapper .bx-pager .bx-pager-item .active {
      background: #4594c7; }

#iconNav {
  width: 1100px;
  margin: 0 auto;
  overflow: hidden; }
  #iconNav li {
    width: 245px;
    height: 245px;
    background: #f2f7fc;
    text-align: center;
    color: #4594c7;
    border-radius: 150px;
    float: left;
    margin: 0 15px;
    overflow: hidden; }
    #iconNav li a {
      display: block;
      width: 100%;
      height: 100%;
      box-sizing: border-box;
      padding: 50px 0 0;
      color: #4594c7;
      cursor: pointer; }
    #iconNav li h3 {
      font-size: 1.6em;
      letter-spacing: 0.05em; }

@media screen and (max-width: 1099px) {
  #iconNav {
    width: 1000px;
    margin: 0 auto; }
    #iconNav li {
      width: 220px;
      height: 220px;
      margin: 0 15px; }
      #iconNav li a {
        padding: 40px 0 0; }
      #iconNav li h3 {
        font-size: 1.4em;
        letter-spacing: 0.05em; } }
@media screen and (max-width: 999px) {
  #iconNav {
    width: 900px;
    margin: 0 auto; }
    #iconNav li {
      width: 205px;
      height: 205px;
      margin: 0 10px; }
      #iconNav li a {
        padding: 38px 0 0; }
      #iconNav li h3 {
        font-size: 1.3em;
        letter-spacing: 0.05em; } }
/* ------------------------------------------------------------ */
/* コンテンツ */
/* ------------------------------------------------------------ */
.t01 {
  width: 100%;
  margin: 0 auto;
  font-size: 1.2em;
  line-height: 1.8em;
  font-size: 1.0rem; }

.t01 th, .t01 td {
  padding: 10px;
  border: solid 1px #999;
  vertical-align: middle;
  text-align: left; }

.t01 th {
  background: #f2f7fc; }

.t01 p {
  font-size: 1.0em; }
.t01.center td {
	text-align: center;
}
#subContent ol {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
  padding: 0 13px; }
  #subContent ol li {
    text-indent: -1.3em;
    padding-left: 1.3em;
    margin: 0 0 10px; }

#subContent ol li:before {
  counter-increment: item;
  content: counter(item) ".";
  /* 以下は自由に装飾... */
  padding-right: .5em;
  font-weight: bold;
  color: #4594c7; }

#subContent ul.maru {}
  #subContent ul.maru li {
    position: relative;
    margin: 0 0 10px; 
    padding: 0 0 0 30px;}
#subContent ul.maru .maru_none:before {
    content: '';
    background: none;
}    #subContent ul.maru li:before {
      content: '';
      width: 10px;
      height: 10px;
      background: #4594c7;
      border-radius: 10px;
      display: inline-block;
      margin: 0 5px 0 0; 
      position: absolute;
      left: 15px;
      top: 6px;}


#subContent .catch {
  text-align: center;
  font-size: 1.2em;
  line-height: 2.0em; }
img.aligncenter {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 10px auto;}
.alignright { float: right; margin: 0 0 15px 15px; }
.alignleft { float: left; margin:0 15px 15px 0; }

/* ------------------------------------------------------------ */
/* お問い合わせ　2021/09 TIN追加 */
/* ------------------------------------------------------------ */
.contact    {
    position: static;
    width: 95%;
    max-width: 620px;
    margin: 10px auto;
    padding:5px auto;
    text-align: center;
}

.contact_h {
  color: #4594c7;
  font-size: 2.0em;
  text-align: center;
  margin: 0 auto 30px;
}

.contact label	{
    font-size: 120%;
    text-align: left;
    margin: 15px auto 0px;
}

input,select,textarea  {
    width: 90%;
    max-width: 600px;
    font-size: 120%;
    margin: 0px auto;
    padding: 6px;
    border-radius: 6px;
}


/* ------------------------------------------------------------ */
/* フッター */
/* ------------------------------------------------------------ */
footer {
  padding: 80px 0 0; }
  footer .box {
    max-width: 1100px;
    margin: 0 auto 30px;
    overflow: hidden; }
    footer .box .item {
      width: 21%;
      margin: 0 2%;
      float: left;
      font-size: 1.1em; }
      footer .box .item ul {
        margin: 0 0 30px; }
        footer .box .item ul li {
          margin: 0 0 8px; }
        footer .box .item ul h4 {
          border-bottom: solid 1px #4594c7;
          font-size: 1.1em;
          margin: 0 0 10px;
          padding: 0 0 5px; }
  footer .bottom {
    overflow: hidden;
    padding: 80px 0 40px;
    background: #f2f7fc; }
    footer .bottom .wp {
      max-width: 1100px;
      width: 90%;
      margin: 0 auto;
      overflow: hidden; }
      footer .bottom .wp .box {
        width: 50%;
        float: left; }
        footer .bottom .wp .box h2 {
          width: 220px;
          height: auto;
          margin: 0 0 10px; }
          footer .bottom .wp .box h2 img {
            width: 100%;
            height: auto; }
        footer .bottom .wp .box .btn {
          margin: 0 0 30px;
          text-align: right; }
        footer .bottom .wp .box .copy {
          text-align: left;
          font-size: .8em; }
#singleNews h1 {
	font-size: 1.1em;
	padding: 0 0 10px;
	margin: 0 0 10px;
	position: relative;
	border-bottom: solid 1px #ccc;
}
#singleNews .txt {
	line-height: 2.0em;
}
#singleNews .txt img {
	max-width: 100%;
	height: auto;
}
#singleNews .txt span {
	/*display: block;*/
	margin: 0 0 10px;
	color: #666;
	font-size: 100%;
}
/* デフォルト：980px以上用（PC用）の記述 */
@media screen and (max-width: 1023px) {
  /* 1023px以下用（タブレット用）の記述 */
  .pc {
    display: none; }

  header .box #gNav {
    display: none; }

  header {
    position: fixed;
    z-index: 99;
    height: auto;
    padding: 20px 25px; }
    header h1 {
      width: 180px; }
    header .box .tel {
      margin: 10px 80px 0 0;
      width: 300px; }

  #spNav {
    color: #333;
    padding: 10px; }
    #spNav ul.accordion span.open {
      color: #4594c7; }

  #iconNav {
    width: 90%; }
    #iconNav li {
      width: 150px;
      height: 150px; }
      #iconNav li h3 {
        font-size: 1.3em; }
      #iconNav li a img {
        width: 55px;
        height: auto; }

  #topWrapper #access {
    padding: 50px 5%; }
    #topWrapper #access .data {
      width: 90%;
      float: none;
      margin: 0 auto 30px;
      padding: 0; }
      #topWrapper #access .data .dT {
        padding: 20px; }
        #topWrapper #access .data .dT table {
          font-size: 1.0em; }
          #topWrapper #access .data .dT table th {
            padding: 10px; }
          #topWrapper #access .data .dT table td {
            padding: 10px; }
    #topWrapper #access .map {
      width: 90%;
      float: none;
      margin: 0 auto; }
      #topWrapper #access .map iframe {
        height: 250px; }
  #topWrapper #about .cap {
    font-size: 1.5em;
    letter-spacing: 0.03em;
    margin: 0 auto 40px;
    line-height: 2.0em;
    font-weight: bold; }
  #topWrapper #news .box {
    width: 90%;
    margin: 0 auto 30px; }
  #topWrapper #bNav ul {
    width: 90%;
    margin: 0 auto; }
    #topWrapper #bNav ul li {
      width: 120px;
      margin: 0 10px 0; }
      #topWrapper #bNav ul li img {
        width: 120px;
        height: 120px; }

  /*ボタン*/
  #button {
    position: absolute;
    right: 25px;
    top: 25px;
    width: 35px;
    height: 25px;
    outline: none;
    border: none;
    background: none;
    cursor: pointer;
    z-index: 999; }

  #button span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #333;
    border-radius: 3px; }

  #button span:nth-of-type(1) {
    top: 0; }

  #button span:nth-of-type(2) {
    top: 11px; }

  #button span:nth-of-type(3) {
    bottom: 0; }

  div.btnBox.active {
    position: absolute;
    background: #fff;
    padding: 6% 0 0;
    width: 100%;
    /*min-height:15px;*/ }

  .sb-active #button span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg); }

  .sb-active #button span:nth-of-type(2) {
    opacity: 0; }

  .sb-active #button span:nth-of-type(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg); } }
@media screen and (max-width: 767px) {
  .spNone {
    display: none; }

  #button {
    position: absolute;
    right: 15px;
    top: 10px;
    width: 35px;
    height: 25px;
    outline: none;
    border: none;
    background: none;
    cursor: pointer;
    z-index: 999; }

  header {
    position: fixed;
    z-index: 999;
    height: auto;
    padding: 15px 15px; }
    header h1 {
      width: 100px; }
    header .box {
      position: relative;
      float: none;
      width: 100%; }
      header .box .tel {
	width: 160px;
    float: right;
    margin: 0 60px 0 0;
    display: block; }

  #topWrapper {
    padding: 56px 0 0; }
    #topWrapper .sec {
      margin: 0 auto 50px; }
      #topWrapper .sec h2 {
        font-size: 1.5em;
        margin: 0 auto 30px; }

  #mvBox {
    margin: 0 auto 50px; }
    #mvBox .bx-wrapper .bx-pager {
      bottom: 8px; }
      #mvBox .bx-wrapper .bx-pager .bx-pager-item a {
        height: 3px; }

  #iconNav {
    width: 90%; }
    #iconNav li {
      display: block;
      width: 100%;
      float: none;
      height: auto;
      margin: 0 auto 10px; }
      #iconNav li a {
        padding: 10px 15px;
        border-radius: 5px;
        overflow: hidden;
        position: relative; }
        #iconNav li a::after {
          position: absolute;
          right: 25px;
          top: 20px;
          font-family: "Font Awesome 5 Free";
          content: "\f105";
          -webkit-font-smoothing: antialiased;
          display: inline-block;
          font-style: normal;
          font-variant: normal;
          text-rendering: auto;
          line-height: 1;
          font-weight: 900;
          font-size: 1.3em; }
        #iconNav li a img {
          display: block;
          width: 10%;
          height: auto;
          float: left;
          margin: 0 15px 0 0; }
        #iconNav li a h3 {
          text-align: left;
			font-size: 1.2em;
          padding: 5px 0 0; }

  #topWrapper #about {
    padding: 80px 0; }
    #topWrapper #about .cap {
      font-size: 1.4em;
      width: 90%;
      margin: 0 auto 30px;
      text-align: left; }
      #topWrapper #about .cap br {
        display: none; }
  #topWrapper #access {
    padding: 50px 5%; }
    #topWrapper #access .data {
      width: 100%;
      float: none;
      margin: 0 auto 30px; }
      #topWrapper #access .data .dT {
        padding: 10px; }
        #topWrapper #access .data .dT table {
          font-size: 1.0em; }
          #topWrapper #access .data .dT table th {
            padding: 5px 3px; }
          #topWrapper #access .data .dT table td {
            padding: 5px 3px; }
    #topWrapper #access .att {
      font-size: .9em; }
    #topWrapper #access .map {
      width: 100%;
      float: none; }
      #topWrapper #access .map iframe {
        height: 250px; }
  #topWrapper #news .box {
    width: 90%;
    margin: 0 auto; }
    #topWrapper #news .box dl {
      width: 95%;
      padding: 10px 0 15px;
      margin: 0 auto 20px; }
      #topWrapper #news .box dl dt {
        float: none;
        width: 100%;
        margin: 0 0 5px; }
      #topWrapper #news .box dl dd {
        width: 100%;
        float: none; }
#wrapper #bNav .box,
  #topWrapper #bNav .box {
    width: 90%;
    margin: 0 auto; }
	#wrapper #bNav .box ul,
    #topWrapper #bNav .box ul {
      width: 100%; }
	#wrapper #bNav .box ul li,
      #topWrapper #bNav .box ul li {
        width: 100%;
        float: none;
        margin: 0 0 10px; }
	#wrapper #bNav .box ul li a,
        #topWrapper #bNav .box ul li a {
          display: block;
          background: #4594c7;
          color: #fff;
          height: 70px;
          border-radius: 40px;
          box-sizing: border-box;
          padding: 10px;
          position: relative; }
	#wrapper #bNav .box ul li a::after,
          #topWrapper #bNav .box ul li a::after {
            position: absolute;
            right: 25px;
            top: 28px;
            font-family: "Font Awesome 5 Free";
            content: "\f105";
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1;
            font-weight: 900;
            font-size: 1.3em; }
	#wrapper #bNav .box ul li a img,
          #topWrapper #bNav .box ul li a img {
            width: 50px;
            height: 50px; }
	#wrapper #bNav .box ul li a h3,
          #topWrapper #bNav .box ul li a h3 {
            position: absolute;
            left: 80px;
            top: 8px;
            font-size: 1.2em; }

  footer {
    padding: 0; }
    footer .bottom {
      background: none;
      padding: 80px 0 30px; }
      footer .bottom .wp .box {
        float: none;
        width: 100%;
        text-align: center;
        margin: 0 auto 20px; }
        footer .bottom .wp .box .btn {
          text-align: center; }
        footer .bottom .wp .box h2 {
          width: 55%;
          margin: 0 auto 20px; }
        footer .bottom .wp .box .copy {
          font-size: .8em;
          text-align: left; }
	#wrapper {
		width: 100%;
	}
	#subContent {
		width: 90%;
		margin: 0 auto;
	}
	#subContent h2 {
    color: #4594c7;
    font-size: 1.4em;
    text-align: center;
    margin: 0 auto 20px;
}
	#subContent .box {
		font-size: 1.1em;
	}
	#punkuz {
		display: none;
	}
	.subMain {
    width: 100%;
    height: 250px;
    background: url(../img/sub_dammy.jpg) no-repeat center top;
    background-size: cover;
    position: relative;
    margin: 0 auto 20px;
}
	.subMain h1 {
    color: #fff;
    font-size: 1.6em;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    padding: 15px 0;
    bottom: 0;
    line-height: 1.0em;
    letter-spacing: 0.05em;
    z-index: 99;
		background:#4594c7;
}
.subMain {
        background-attachment: scroll !important;
        background-size: cover;
    }
    .recBox h3 {
        font-size: 1.5em;
    }
    .recBox .txt {
        padding: 30px;
    }
  /* 767px以下用（タブレット／スマートフォン用）の記述 */ }
@media screen and (max-width: 479px) {
  /* 479px以下用（スマートフォン用）の記述 */ }
