@charset "UTF-8";
/******************************************************

    Light     font-weight:100;
    DemiLight font-weight:200;
    Regular   font-weight:300;
    Medium   font-weight:400;

******************************************************/
html {
  font-size: 62.5%;
  /*10px 1em */ }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

body {
  color: #666;
  font-family: 'Noto Sans Japanese',sans-serif;
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 1.5;
  min-width: 320px;
  background: #f8f8f8; }

a {
  color: #299ad8;
  text-decoration: none; }

img {
  width: 100%;
  height: auto;
  vertical-align: top; }

/******************************************************
   home
******************************************************/
h1.seo {
  display:none; }
  
p.seo {
  display:none;  }
#slidemenuCover {
  position: fixed;
  right: 0;
  top: 0;
  height: 60px;
  width: 60px;
  z-index: 1000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  #slidemenuCover #slidemenuBtn {
    display: block;
    height: 60px;
    width: 60px;
    position: relative;
    transition: all 0.4s;
    cursor: pointer;
    background: #299ad8; }
    #slidemenuCover #slidemenuBtn span {
      position: absolute;
      display: inline-block;
      width: 25px;
      height: 3px;
      background: #fff;
      transition: all 0.5s; }
    #slidemenuCover #slidemenuBtn span:nth-child(1) {
      left: 17.5px;
      top: 19.5px; }
    #slidemenuCover #slidemenuBtn span:nth-child(2) {
      left: 17.5px;
      top: 28.5px; }
    #slidemenuCover #slidemenuBtn span:nth-child(3) {
      left: 17.5px;
      top: 37.5px; }

.slide-open #slidemenuCover #slidemenuBtn {
  -webkit-transform: rotate(720deg);
  transform: rotate(720deg);
  z-index: 10;
  background: #299ad8; }
  .slide-open #slidemenuCover #slidemenuBtn span:nth-child(1) {
    left: 20px;
    top: 27px;
    width: 24px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .slide-open #slidemenuCover #slidemenuBtn span:nth-child(2) {
    display: none; }
  .slide-open #slidemenuCover #slidemenuBtn span:nth-child(3) {
    left: 20px;
    top: 27px;
    width: 24px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

#wrap {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; 
  width: 100%;}

.slide-open #wrap {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

header {
  background: #fff; }
  header .headerContent {
    width: auto;
    overflow: hidden;
    padding: 5px;
    height: 50px;
    background: #fff; }
  header .logo {
    height: 30px;
    padding: 10px 0;
    width: auto;
    display: block; }
    header .logo img {
      width: auto;
      height: 100%; }
  header .txt, header .phone, header .freedial, header nav {
    display: none; }

.phone {
  font-size: 2rem !important;
  font-weight: 500;
  line-height: 30px !important; }
  .phone a {
    color: #07679b; }

.phone:before {
  content: "\e902";
  font-family: "icomoon";
  font-size: 30px;
  padding-right: 5px;
  position: relative;
  top: 5px;
  color: #07679b; }

.phone.freedial:before {
  content: "\e900";
  font-family: "icomoon";
  font-size: 20px;
  top: 0; }

#silideBox {
  width: 100%;
  background: #fff;
  overflow: hidden;
  position: relative; }
  #silideBox .rslides {
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0; }

section {
  padding: 5px; }
  section .inner {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
    background: #fff; }

section {
  padding: 5px; }
  section .inner {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2); }
    section .inner h2 {
      font-size: 2.2rem;
      font-weight: 200;
      line-height: 1;
      margin-bottom: 20px;
      text-align: center;
      color: #07679b; }
    section .inner .textBox {
      width: 100%;
      overflow: hidden; }
      section .inner .textBox p {
        font-size: 1.2rem;
        line-height: 1.5; }
    section .inner .textBox + .textBox {
      padding-top: 20px; }

img.greeting {
  display: block;
  width: 140px;
  margin: 0 auto 20px; }

.guidanceList {
  width: 100%;
  overflow: hidden; }
  .guidanceList li {
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px; }
    .guidanceList li dl {
      padding-bottom: 10px; }
    .guidanceList li dt a {
      font-size: 1.6rem;
      color: #07679b;
      font-weight: 200;
      padding: 0.5em 0px;
      display: block; }
  .guidanceList li:last-child {
    padding: 0; }

a.btn {
  display: block;
  width: 190px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #f7fcff;
  border: #299ad8 solid 0.5px;
  color: #299ad8;
  font-size: 1.2rem;
  font-weight: 300;
  position: relative;
  margin: 0 auto;
  border-radius: 2px; }

a.btn:hover {
  background: #ffffff; }

a.btn:after {
  content: "\e904";
  font-family: "icomoon";
  position: absolute;
  right: 10px;
  font-size: 10px; }

.newsList {
  width: 100%;
  overflow: hidden; }
  .newsList li {
    padding: 10px 0;
    width: auto;
    overflow: hidden;
    border-top: #d7d7d7 dotted 1px;
    position: relative; }
    .newsList li time {
      display: block; }
    .newsList li a + time, .newsList li a + time + p {
      color: #299ad8; }
    .newsList li a {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }

.bannersList {
  width: 100%;
  margin: 0 auto; }
  .bannersList li {
    width: 100%;
    height: 70px;
    float: left;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    position: relative;
    margin-bottom: 10px; }
    .bannersList li a {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: block;
      z-index: 10; }
    .bannersList li span {
      font-size: 1.8rem;
      font-weight: 500;
      display: block;
      line-height: 70px;
      color: #299ad8;
      padding-left: 10px; }
    .bannersList li img {
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: auto; }
  .bannersList li:last-child {
    margin: 0; }

.bannersList:after {
  content: "";
  display: block;
  clear: both; }

footer {
  text-align: center;
  margin-bottom:60px;
  padding: 5px; }
  footer .footerContent {
    width: 100%;
    padding-top: 50px;
    overflow: hidden; }
    footer .footerContent .f-logo {
      margin-bottom: 10px;
      margin: 0 auto; }
      footer .footerContent .f-logo img {
        height: 30px;
        width: auto; }
    footer .footerContent address {
      font-size: 1.2rem;
      color: #07679b;
      padding: 10px 0; }
    footer .footerContent .businessHours {
      text-align: center;
      font-size: 1.2rem;
      font-weight: 300;
      margin: 0 auto;
      padding: 10px 5px; }
      footer .footerContent .businessHours table {
        width: 100%;
        color: #07679b;
        border-bottom: #e5e5e5 solid 1px;
        line-height: 1; }
        footer .footerContent .businessHours table th {
          font-weight: 300;
          padding: 10px 0;
          border-top: #e5e5e5 solid 1px; }
        footer .footerContent .businessHours table td {
          background: #fff;
          padding: 10px 0;
          border-top: #e5e5e5 solid 1px;
          text-align: center;
          vertical-align: middle; }
    footer .footerContent small {
      color: #07679b;
      font-size: 1.1rem;
      padding-bottom: 30px;
      display: block; }

.googlemap {
  width: 100%;
  height: 280px;
  overflow: hidden; }
  .googlemap #map_canvas {
    width: 100%;
    height: 280px; }

.Copyright {
  line-height: 1;
  font-size: 8px;
  font-weight: 100;
  text-align: center;
  padding: 10px 0;
  color: #07679b; }

.pageTop {
  position: fixed;
  right: 10px;
  bottom: -60px;
  transition: all 0.5s ease;
  backface-visibility: hidden; }
  .pageTop a {
    color: #299ad8; }
  .pageTop span {
    font-size: 50px; }

.pageTop.on {
  bottom: 70px; }

.facebook iframe {
  width: 100% !important; }

#overlay {
  display: none; }

.slide-open #slidemenu {
  overflow: scroll;
  opacity: 1;
  -webkit-overflow-scrolling: touch; }

#slidemenu {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0;
  background: #299ad8;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  #slidemenu #slidemenuClose {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 5px;
    background: #fff;
    cursor: pointer; }
    #slidemenu #slidemenuClose img {
      width: auto;
      height: 30px; }
  #slidemenu .navList li {
    width: 100%;
    border-bottom: #fff solid 0.5px; }
    #slidemenu .navList li a {
      display: block;
      height: 60px;
      line-height: 60px;
      color: #fff;
      font-size: 1.4rem;
      font-weight: 400;
      text-indent: 20px;
      position: relative; }
    #slidemenu .navList li a:after {
      content: "\e904";
      font-family: "icomoon";
      position: absolute;
      right: 20px; }
  #slidemenu .phoneList {
    width: 100%;
    overflow: hidden;
    border-bottom: #fff solid 0.5px; }
    #slidemenu .phoneList li {
      /*
            float: left;
            width: 50%;
*/
      text-align: center;
      position: relative; }
      #slidemenu .phoneList li a {
        display: block;
        height: 100px;
        color: #fff; }
        #slidemenu .phoneList li a span {
          display: block;
          font-size: 35px;
          padding-top: 25px; }
        #slidemenu .phoneList li a em {
          font-size: 1.4rem;
          font-weight: 400;
          position: absolute;
          left: 0;
          bottom: 15px;
          width: 100%;
          text-align: center; }
    #slidemenu .phoneList li:last-child {
      border-left: #fff solid 0.5px;
      box-sizing: border-box; }

/******************************************************
   subpagesb
******************************************************/
.pagetitle {
  width: 100%;
  height: 125px;
  position: relative;
  overflow: hidden; }
  .pagetitle img {
    position: absolute;
    right: -10%;
    top: 0;
    height: 100%;
    width: auto; }
  .pagetitle h1 {
    position: absolute;
    left: 10px;
    top: 50px;
    font-size: 20px;
    font-weight: 300;
    color: #07679b;
    z-index: 2;
    text-shadow: 1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff, -1px 1px 1px #fff; }
  .pagetitle .Breadcrumb {
    display: none; }

.subnav {
  padding: 0 5px 0;
  display: block;
  text-align: center;
  background: #f8f8f8; }
  .subnav #submenuBtn {
    display: block;
    height: 44px;
    width: 100%;
    position: relative;
    transition: all 0.4s;
    cursor: pointer; }
    .subnav #submenuBtn span {
      position: absolute;
      display: inline-block;
      width: 25px;
      height: 3px;
      background: #07679b;
      transition: all 0.5s; }
    .subnav #submenuBtn span:nth-child(1) {
      left: -webkit-calc(50% - 12.5px);
      left: calc(50% - 12.5px);
      top: 13px; }
    .subnav #submenuBtn span:nth-child(2) {
      left: -webkit-calc(50% - 12.5px);
      left: calc(50% - 12.5px);
      top: 22px; }
    .subnav #submenuBtn span:nth-child(3) {
      left: -webkit-calc(50% - 12.5px);
      left: calc(50% - 12.5px);
      top: 31px; }
  .subnav li {
    border-bottom: #e9e9e9 solid 1px;
    display: none; }
    .subnav li a {
      display: block;
      padding: 10px;
      background: #fff;
      font-weight: 300;
      font-size: 1.4rem;
      color: #076790;
      text-align: left;
      position: relative; }
    .subnav li a:after {
      content: "\e904";
      font-family: "icomoon";
      font-size: 10px;
      position: absolute;
      right: 10px;
      top: 50%;
      margin-top: -6px; }

#submenuBtn.active {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
  z-index: 10; }
  #submenuBtn.active span:nth-child(1) {
    top: 20px;
    left: -webkit-calc(50% - 12.5px);
    left: calc(50% - 12.5px);
    width: 25px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  #submenuBtn.active span:nth-child(2) {
    display: none; }
  #submenuBtn.active span:nth-child(3) {
    top: 20px;
    left: -webkit-calc(50% - 12.5px);
    left: calc(50% - 12.5px);
    width: 25px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

.inner h3 {
  font-size: 1.6rem;
  color: #07679b;
  font-weight: 200;
  margin-bottom: 10px; }

.inner .textBox + h3 {
  padding-top: 20px; }

.inner .textBox strong.circle, .subpages .inner .textBox strong {
  font-size: 1.4rem;
  font-weight: 400;
  color: #07679b;
  padding: 10px 0;
  display: block; }

.inner .textBox strong.circle::before {
  content: "●";
  opacity: 0.6;
  font-size: .8em;
  padding-right: 5px;
  position: relative;
  top: -1px; }
/*add 20191209*/
.name {
  display: block;
  font-size: 1.8rem;
  text-align: right;
  color: #07679b;
}
/*add 20191209*/

/*add 20191218*/
#silideBox .rslides li span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 30px);
  padding: 15px;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  background: rgba(7,103,155,0.5);
}
/*add 20191218*/
/*# sourceMappingURL=cmn_phone_style.map */
/*add 20200603*/
#slidemenu .navList .navList_li.show a:after {
  top: -10px;
  right: 10px;
  transform: rotate(90deg);
}
#slidemenu .navList .navList_li .navList_second_level {
  opacity: 0;
  height: 0;
  background: #fff;
  transition-duration: .3s;
}
#slidemenu .navList .navList_li .navList_second_level li {
  border-bottom: none;
}
#slidemenu .navList .navList_li .navList_second_level li a {
  padding: 0 0 0 10px;
  height: 40px;
  line-height: 40px;
  color: #299ad8;
}
#slidemenu .navList .navList_li .navList_second_level li a:after {
  content:'';
}
#slidemenu .navList .navList_li.show .navList_second_level  {
  opacity: 1;
  height: 285px;
}
/*add 20200603*/

/*add 20210707*/
#footer_sp{
	width:100%;
	height:60px;
	z-index:1000;
	position:absolute;
	position:fixed;
	bottom:0;
	background:#299ad8;
}

#footer_sp a{
	height:60px;
	color:#FFF;
	text-decoration:none;
	display:block;
	text-align:center;
	display:flex;
	justify-content:center;
	align-items: center;
	font-size:100%;
}

#footer_sp ul{
		display: flex;
		width:100%;

}

#footer_sp li{
	width:50%;
	padding:0;
	font-weight:bold;
	border-right:1px solid #FFF;
}

#footer_sp li:last-child{
	border:none;
}

#footer_sp li:first-child a {
	word-break: break-all;
}

#footer_sp li:first-child a:before {
    content: "\e902";
    font-family: "icomoon";
    font-size: 20px;
    padding-right: 5px;
    position: relative;
    color: #fff;
}
/*add 20210707*/
