@charset "utf-8";

/*///////  Header   //////*/
/*.header {
  position: absolute; 
	margin-top:-70px;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 70px;
  z-index: 10;
}*/
/* 固定 header */
.header-outer {
  display: flex;
  position: absolute;
  height: 70px;
  z-index: 10;
  /* Other */
  background-color: transparent;
}
.responsive-wrapper {
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.header-inner {
/*  position: sticky;*/
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-logo img {
  display: block;
  height: calc(80px - 30px);
}
.header-navigation {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.header-navigation a, .header-navigation button {
  font-size: 1.125rem;
  color: inherit;
  margin-left: 1.75rem;
  position: relative;
  font-weight: 500;
}
.header-navigation a {
  display: none;
  font-size: 1.125rem;
  color: inherit;
  text-decoration: none;
}
.header-navigation button {
  border: 0;
  background-color: transparent;
  padding: 0;
}
.header-navigation a:hover:after, .header-navigation button:hover:after {
  transform: scalex(1);
}
.header-navigation a:after, .header-navigation button:after {
  transition: 0.25s ease;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: currentcolor;
  transform: scalex(0);
  position: absolute;
  bottom: -2px;
  left: 0;
}
#topinfo {
  float: right;
  width: 27.3%;
  height: auto;
  margin-top: 10px;
  margin-right: 15px;
}
@media screen and (max-width:1360px) {
  .header h1 img {
    max-width: 90%;
    height: auto;
  }
}
@media screen and (max-width:1152px) {
  .header h1 img {
    max-width: 80%;
    height: auto;
  }
}
@media screen and (max-width:1024px) {
  .header h1 img {
    max-width: 70%;
    height: auto;
  }
}
@media screen and (max-width:768px) {
  .header {
    position: relative; /*
	margin-top:-70px;*/
    margin: 0;
    padding: 0;
    width: 100%;
    height: 50px !important;
    transition: 0.5s all ease-in-out;
  }
  .header-inner {
  justify-content:center;
}
  .header_inn {
    height: 100px !important;
  }
}
@media screen and (max-width:644px) {
  .header h1 {
    margin-top: 5px;
    margin-left: 5px;
    display: inline-block;
  }
  .header h1 img {
    width: auto;
    max-height: 60px;
  }
}
header .navbar-brand {
  padding: 0;
  line-height: 90px;
  height: 90px
}
header .nav > li > a {
  padding-top: 33px;
  padding-bottom: 33px
}
header .nav > li > a:before {
  margin-bottom: -18.5px
}
header .nav > li.active > a:before, header .nav > li.current-menu-ancestor > a:before, header .nav > li.current-menu-parent > a:before, header .nav > li.current-page-ancestor > a:before, header .nav > li.current-page-parent > a:before, header .nav > li > a:hover:before {
  opacity: 1;
  margin-bottom: -16.5px
}
header .navbar-text {
  line-height: 24px;
  margin-top: 33px;
  margin-bottom: 33px
}
header.navbar {
  min-height: 90px
}
header.navbar-scrolled {
  min-height: 70px
}
header.navbar-scrolled .navbar-brand {
  line-height: 70px;
  height: 70px
}
header.navbar-scrolled .navbar-nav > li > a {
  padding-top: 23px;
  padding-bottom: 23px
}
header.navbar-scrolled .navbar-text {
  margin-top: 23px;
  margin-bottom: 23px
}
.navbar-toggle {
  margin-top: 28px;
  margin-bottom: 28px
}
.navbar-scrolled .navbar-toggle {
  margin-top: 18px;
  margin-bottom: 18px
}
header, header .navbar-brand {
  margin-bottom: 0;
  -webkit-backface-visibility: hidden
}
header .search-close {
  top: 0;
  height: 90px;
  width: 90px
}
header .menu-sidebar .form-control {
  height: 90px
}
header.navbar-scrolled .menu-sidebar .search-close {
  top: 0;
  height: 70px;
  width: 70px
}
header.navbar-scrolled .menu-sidebar .form-control {
  height: 70px
}
header .navbar-brand {
  font-weight: 700;
  font-size: 24px;
  margin-top: 0;
  margin-left: 0;
  position: relative;
  text-shadow: none;
  -moz-transition: height .4s, width .4s, line-height .4s;
  -o-transition: height .4s, width .4s, line-height .4s;
  -webkit-transition: height .4s, width .4s, line-height .4s;
  transition: height .4s, width .4s, line-height .4s;
  white-space: nowrap;
  background-size: auto 100%;
  background-position: left;
  background-repeat: no-repeat
}
.btn, .btn-group b, button {
  font-weight: 400
}
header .navbar-brand img {
  left: 0;
  vertical-align: middle;
  max-height: 100%;
  position: relative;
  top: -2px;
  margin-right: 4px;
  display: inline-block
}
header .nav-highlight-ghost > a:before, header .nav-highlight > a:before, header.no-underline .nav > li > a:before {
  display: none
}
header .navbar-brand.text-image {
  margin-right: 4px
}
.navbar-nav {
  margin-left: 0;
  margin-right: 0
}
header .navbar-text {
  float: none;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -webkit-transition: all .4s;
  transition: all .4s
}
header {
/*  -webkit-transition: -webkit-box-shadow .5s, opacity .3s, min-height .4s;
  -moz-transition: -moz-box-shadow .5s, opacity .3s, min-height .4s;
  -o-transition: -o-box-shadow .5s, opacity .3s, min-height .4s;
  transition: box-shadow .5s, opacity .3s, min-height .4s;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);*/
  width: 100%;
  top: 0;
  left: 0;
  border: 0
}
header .container {
  position: relative
}
header .container-fullwidth {
  padding-left: 15px;
  padding-right: 15px
}
header .nav > li > a {
  text-shadow: none;
  font-style: normal;
  position: relative;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -webkit-transition: all .4s;
  transition: all .4s
}
header .nav > li > a:before {
  opacity: 0;
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  height: 1px;
  bottom: 50%;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  -webkit-transition: all .2s;
  transition: all .2s
}
header .nav > .active > a, header .nav > .active > a:focus, header .nav > .active > a:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent
}
header .nav .open > a, header .nav .open > a:focus, header .nav .open > a:hover, header .nav li.dropdown.active > .dropdown-toggle, header .nav li.dropdown.open.active > .dropdown-toggle, header .nav li.dropdown.open > .dropdown-toggle {
  background-color: transparent
}
header .dropdown-menu {
  min-width: 220px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-shadow: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  border: 0
}
header .dropdown-menu > li > a {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  -moz-transition: background .1s;
  -o-transition: background .1s;
  -webkit-transition: background .1s;
  transition: background .1s
}
header .dropdown-menu .dropdown-menu {
  margin-top: 0
}
header .navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu, header .navbar .pull-right > li > .dropdown-menu .dropdown-menu {
  left: 100%;
  right: auto
}
header .dropdown-menu .divider {
  margin: 0
}
header .nav-highlight-ghost > a:after, header .nav-highlight > a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 36px;
  top: 50%;
  margin-top: -18px;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  -webkit-transition: all .2s;
  transition: all .2s;
  z-index: -1;
  border-radius: 6px
}
.menu-icon {
  font-size: .8em;
  width: 1em;
  margin-right: 3px;
  -moz-transition: background .1s;
  -o-transition: background .1s;
  -webkit-transition: background .1s;
  transition: background .1s
}
header .menu-label {
  float: right;
  position: relative;
  top: 4px;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  -webkit-transition: all .2s;
  transition: all .2s
}
header .nav > li > a > .menu-label {
  margin-left: 16px
}
header.navbar-stuck {
  position: fixed;
  z-index: 1100
}
header .dropdown-submenu {
  position: relative
}
header .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%
}
header .dropdown-submenu:hover > .dropdown-menu {
  display: block
}
header .dropdown-submenu > a:after {
  display: block;
  content: "\f105";
  float: right;
  margin-right: -6px;
  font-family: FontAwesome
}
.no-header header, .no-header .top-bar, .text-center blockquote:before, .top-bar .menu-sidebar, .transparent-header .top-bar, blockquote.text-center:before {
  display: none
}
header .navbar-collapse {
  padding-left: 0;
  padding-right: 0
}
.navbar-toggle {
  width: 44px;
  height: 34px;
  background: 0 0;
  box-shadow: none;
  border: none;
  margin-right: 0;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -webkit-transition: all .4s;
  transition: all .4s
}
.navbar-toggle .icon-bar {
  position: absolute;
  left: 50%;
  margin-left: -11px;
  margin-top: 0 !important;
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -moz-transition: all .1s;
  -o-transition: all .1s;
  -webkit-transition: all .1s;
  transition: all .1s;
  -moz-transform-origin: 50% 50% 50%;
  -ms-transform-origin: 50% 50% 50%;
  -webkit-transform-origin: 50% 50% 50%;
  transform-origin: 50% 50% 50%;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none
}
.navbar-toggle .icon-bar:nth-child(1) {
  top: 10px
}
.navbar-toggle .icon-bar:nth-child(2) {
  opacity: 1;
  top: 50%
}
.navbar-toggle .icon-bar:nth-child(3) {
  top: 24px
}
.navbar-toggle:not(.collapsed) .icon-bar {
  top: 50%
}
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(1) {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
  opacity: 0
}
.btn-custom:hover, .mfp-bg {
  opacity: .9
}
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
@media (max-width:992px) {
  header.navbar .navbar-nav > li > a {
    padding-top: 8px !important;
    padding-bottom: 8px !important
  }
  header .navbar {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0
  }
  .nav > li > a:before {
    display: none
  }
  .nav > .active > a, .navbar .nav > .active > a:focus, .navbar .nav > .active > a:hover {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
  }
  .nav-collapse .dropdown-menu a, .nav-collapse .nav > li > a {
    padding: 9px 15px !important
  }
  header .dropdown-menu {
    margin: 0;
    width: 100%
  }
  header .dropdown-menu > li > a {
    padding-left: 15px
  }
  header .dropdown-submenu > a:after {
    content: "\f107"
  }
  header.navbar-sticky .navbar-collapse {
    max-height: 340px
  }
}
@media (max-width:768px) {
  header .navbar-brand {
    max-width: 84%
  }
  .top-bar .top-left, .top-bar .top-right {
    width: 100%;
    float: none;
    text-align: center
  }
}

/*///////  見出し系   //////*/

/* 文字下ちょこっとアンダーライン・センター */
h3.mds {
  width: 100%;
  position: relative;
  display: inline-block;
  margin-bottom: 4.8rem;
  color: #333;
  line-height:1.5;
  font-size: 2.25rem;
  text-align: center;
}
h3.mds span {
	font-size: 3rem;
}
h3.mds::before {
  content: '';
  position: absolute;
  bottom: -1.6rem;
  display: inline-block;
  width: 100px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #000;
}

/* 下線ちょこっとアクセント */
h3.ulmds {
  position: relative;
  padding: 1rem 2rem;
  border-bottom: 6px solid #094;
  font-size: 24px;
}

h3.ulmds:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #00cc5b;
}

/* 文字下ストライプの斜線 */
h3.slmds {
  position: relative;
  padding: 1.5rem 1rem;
}

h3.slmds:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*　両サイド斜めライン  */
h3.smds {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.75rem;
  text-align: center;
  color: #333;
}
h3.smds::before, h3.smds::after {
  content: '';
  width: 3px;
  height: 30px;
  background-color: #333;
}
h3.smds::before {
  margin-right: 20px;
  margin-bottom: -20px;
  transform: rotate(-35deg)
}
h3.smds::after {
  margin-left: 20px;
  margin-bottom: -20px;
  transform: rotate(35deg)
}

/*　両サイド横ライン  */
h3.mdss {
 width: auto;
 margin: auto;
 text-align: center;
 position: relative;
font-size: 36px;
font-weight: bold;
}

h3.mdss::before,
h3.mdss::after {
      content: '';
      width: 100px;
      height: 1px;
      display: block;
      background-color: #999999;
}

h3.mdss::before {
      position: absolute;
      top:50%;
      left:10%;
      transform: translateY(-50%);
}
h3.mdss::after {
      position: absolute;
      top:50%;
      right:10%;
      transform: translateY(-50%);
}


.h3Style {
  text-align: center;
  overflow: hidden;
  margin: 0 0 14px;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5; }
  .h3Style span {
    font-weight: bold;
    display: inline-block;
    padding: 0 8px;
    position: relative; }
    .h3Style span:after, .h3Style span:before {
      content: '';
      display: block;
      height: 3px;
      background-color: #f2f2f2;
      position: absolute;
      top: 50%;
      margin-top: -2px;
      width: 400%; }
    .h3Style span:before {
      right: 100%; }
    .h3Style span:after {
      left: 100%; }
  @media (min-width: 640px) {
    .h3Style {
      font-size: 26px;
      font-size: 2.6rem;
      line-height: 1.3076923077;
      margin: 0 auto 26px;
      width: 100%;
      max-width: 960px; }
      .h3Style span {
        padding: 0 20px; } }
  #tsl-3rdContent .h3Style {
    text-align: left;
    font-weight: bold;
    border-bottom: 3px solid #f2f2f2;
    padding-bottom: 9px; }
    @media (min-width: 640px) {
      #tsl-3rdContent .h3Style {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.3333333333;
        padding-bottom: 6px; }
        #tsl-3rdContent .h3Style span {
          padding: 0; }
          #tsl-3rdContent .h3Style span:before, #tsl-3rdContent .h3Style span:after {
            content: none; } }

/*///////  アンダーライン   //////*/

.yline{
	 background: linear-gradient(transparent 60%, #FFFF66 60%)
}


/*///////  Table   //////*/

table {
  margin: 20px auto;
}

.res-table {
  padding-bottom: 30px; }
  @media (min-width: 640px) {
    .res-table {
      padding-bottom: 40px; } }
  .res-table .table-responsive {
    border: none; }
    .res-table .table-responsive table {
      margin-bottom: 0; }
  .res-table table {
    margin-bottom: 10px;
    width: 100%;
    border-top: 1px solid #c8c8c8;
    border-left: 1px solid #c8c8c8; }
    .res-table table th {
      vertical-align: middle;
      text-align: left;
      font-weight: normal;
      padding: 5px 8px;
      background-color: #f2f2f2;
      border-right: 1px solid #c8c8c8;
      border-bottom: 1px solid #c8c8c8;
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 1.4615384615; }
      @media (min-width: 640px) {
        .res-table table th {
          text-align: center;
          padding: 15px;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.5; } }
    .res-table table td {
      vertical-align: middle;
      text-align: left;
      padding: 5px 8px;
      background-color: #fff;
      border-right: 1px solid #c8c8c8;
      border-bottom: 1px solid #c8c8c8;
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 1.4615384615; }
      @media (min-width: 640px) {
        .res-table table td {
          padding: 15px 20px;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.5; } }
    @media (max-width: 639px) {
      .res-table table.table-block th {
        display: inline-block;
        width: 100%; }
      .res-table table.table-block td {
        display: inline-block;
        width: 100%; } }


 .res-table02 {
    width: 100%;
  }
.res-table02 th {
  background: #e9727e;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}
.res-table02 td {
　border: solid 1px #ccc;
  padding: 10px;
}

@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
 
  .res-table02 th,
  .res-table02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}

 .res-table03 {
    width: 90%;
  }
.res-table03 th {
  background: #e9727e;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}
.res-table03 td {
  border: solid 1px #ccc;
  padding: 10px;
}
@media screen and (max-width: 640px) {
 
  .res-table03 tr {
    display: block;
    float: left;
  }
  .res-table03 tr td, 
  .res-table03 tr th {
    border-left: none;
    display: block;
    height: 50px;
  }
  .res-table03 thead {
    display: block;
    float: left;
    width: 30%;
  }
  .res-table03 thead tr {
    width: 100%;
  }
  .res-table03 tbody {
    display: block;
    float: left;
    width: 70%;
  }
  .res-table03 tbody tr {
    width: 50%;
  }
  .res-table03 tr td + td {
    border-left: none;
  }
  .res-table03 tbody td:last-child {
    border-bottom: solid 1px #ccc;
  }
}
 
/*///////  モーダルウィンドウ  //////*/	
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 99999;
}	
button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: none;
  border-radius: 0;
}
.modal-window {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 660px;
  width: 100%;
  height: auto;
  background-color: #F2F2F2;
  border-radius: 5px;
  z-index: 999999;
  padding: 5px 5px 40px;
}
.modal-window  img {
	max-width: 100%;
	height: auto;
}
.button-close {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  text-align: center;
  padding: 5px;
  font-weight: bold;
  /*background-color: #142937;
  color: #fff;
  border-radius: 10px;*/
  cursor: pointer;
}
.button-close:hover{
	opacity:.5;/*
	background-color: #918153;*/
}
	
.button-open {
  display: block;
  margin: 0 auto;
  width: auto;
  padding:0;
  color: #eaeaea;
  cursor: pointer;
}

@media (max-width: 768px) {
	.modal-window {
  width: 80%;
}
}


/*///////  Footer   //////*/
footer {
  padding-top: 50px;
 padding-bottom: 50px;
  background: #3A3939;
  color: #fff;
}
footer .inner {
  max-width: 1020px;
  margin: 0 auto 15px;
text-align: center;
	font-weight: normal;
	font-size: 12px;
}
footer .inner h1 {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
margin-bottom: 0;
}
footer .inner ul {
  margin-top: 20px;
  margin-bottom: 10px;
  list-style: none;
  float: right;
}
footer .inner ul li {
  float: left;
  margin-right: 20px;
}
footer .inner h4 {
  width: 100%;
  line-height: 50px;
  font-size: 18px;
  border-bottom: 1px solid #999;
  text-align: center;
}
footer .inner .midashi {
  font-size: 18px;
  margin-bottom: 10px;
}
footer .inner .inn {
  width: 98%;
  padding: 5% 1% 7%;
  font-size: 14px;
}
@media screen and (max-width:768px) {
  footer {
   
  }
  footer .inner h1 {
    float: none;
    width: 100%;
    text-align: center;
  }
  footer .inner ul {
    margin: 10px auto 20px;
    list-style: none;
    float: none;
    width: 80%;
  }
  footer .inner ul li {
    margin: 0;
    width: 50%;
    text-align: center;
  }
  footer .inner h4 {
    font-size: 16px;
  }
  footer .inner .midashi {
    font-size: 16px;
  }
}
/* contactInformation */
#contactInformation {
  margin: 0 auto;
  max-width: 1200px;
  padding: 30px 0;
  background-color: #000;
}
#footContact {
  float: right;
}
/* footCommon */
#footCommon {
  margin: 0 auto;
  padding: 20px 0;
  border-top: 1px solid #333;
  text-align: center;
}
#footCommon ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 10px 5px;
}
/* footArea */
#footAreaWrapper {
  padding: 0;
  font-size: 11px;
  margin: 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.footArea {
  margin: 0 auto;
  max-width: 1024px;
  padding: 0;
}
.footArea dl {
  padding: 15px 0;
}
.footArea dd ul li {
  float: left;
  margin-left: 15px;
}
.footArea dd ul li:before {
  content: " >";
  margin-right: 5px;
}
.footArea dl, .footArea dd ul {
  margin-right: 30px;
}
.footArea dt {
  padding: 2px 5px;
  margin-bottom: 5px;
  color: #dcce9c;
  font-size: 11px;
  float: left;
}
.footArea dl a {
  color: #666666;
}
.footArea dl:after, .footArea dd ul:after {
  display: block;
  clear: both;
  content: '';
}
#presentation {
  max-width: 1024px;
  margin: 20px auto 25px;
  color: #ccc;
  text-align: left !important;
  font-size: 11px;
}
address span {
  display: none;
}
address p {
  max-width: 100%;
  text-align: center;
}
.footer__copy {
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 20px;
  font-size: 14px;
  text-align: center;
  font-family: Arial, Helvetica, "sans-serif";
  font-weight: normal;
}