@charset "utf-8";
@font-face {
  font-family: 'gill';
  src: url('./font/GillSans-Light.woff') format('woff'),url('./font/GillSans-Light.ttf') format('truetype');
}
:root {
  --udfont-top: normal bold 1em/1.2 a-otf-ud-shin-go-con80-pr6n, sans-serif;
}
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, iframe, em, table, tr, th, td, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
article, header, footer, aside, figure, nav, section {
  display:block;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html.bg-0{
  background: #000;
  color: #fff;
}
html.bg-f{
  background: #fff;
  color: #000;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}
a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  text-decoration: none;
}
b, strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
h1, h2, h3, h4, h5, h6{
  font-weight: normal;
  margin: 0;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align:middle;
  overflow: visible;
}
del{
  margin-bottom: 1em;
      display: block;
}

sup, sub{
  font-size: 10px;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border:none;
  cursor: pointer;
  outline: none;
  background-color: transparent;
}

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

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


img[src$=".svg"] {
  width: 100%;
  height: auto;
}

br[data-show="sp"] {
  display: none; }
  @media screen and (max-width: 992px) {
    br[data-show="sp"] {
      display: block; } }

@media screen and (max-width: 992px) {
  br[data-show="pc"] {
    display: none; } }

.udfont{
  font: var(--udfont-top);
}

.en{
  font-family: 'gill';
}

.main_ttl {margin-bottom: 40px;line-height: 1.7;}

.main_ttl span{
  position: relative;
  font-size: 2.4rem;
  border-bottom: 5px solid #f6ad3c;
}

html.bg-0 .main_ttl{color: #fff;}

/*  common
------------------------------------*/

#wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.sp {
  display: none!important;
}
.pc {
  display: block;
}

.container {
  width: 100%;
  max-width: 1214px;
  margin: 0 auto;
  position: relative;
}
@media screen and ( min-width: 992px ){
a {
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

a:link, a:visited {
  /* color: inherit; */
  text-decoration: none;
}

a:hover, a:visited {
  /* color: inherit; */
  text-decoration: none;
}

a:hover {
  opacity: .7;
}
}
@media screen and ( min-width: 768px ){
  a {
    opacity: 1;
  }
}

em{
  font-style: normal;
}
img {
  max-width: 100%;
  width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
  display: inline-block;
  pointer-events: none;
}

p{line-height: 1.7;font-weight: 600;}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flexbox.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}


.fadeIn {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  visibility: visible !important;
}
@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
/*
.fadeOut {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  visibility: visible !important;
}
@-webkit-keyframes fadeOut{
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}*/
/*  header
------------------------------------*/
#header {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  height: auto;
  z-index: 1000;
  width:100%;
}

.header_container{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  padding: 30px 30px 30px 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.page-top h1.main_logo {
  width:184px;
  height: 205px;
  cursor:pointer;
  position: relative;
  top: -20px;
  background: url(../img/common/logo.png) center center no-repeat;
  background-size: cover;
}

.page-top h1.main_logo a img {
  display: none;
}

.bg-0 h1.main_logo .logo-black{
  display: none;
}

h1.main_logo .logo-white{
display: none;
}
.bg-0 h1.main_logo .logo-white{
  display: block;
}
.bg-0 .page-top h1.main_logo .logo-white{
  display: none;
}

h1.main_logo {
  background:none;
}
h1.main_logo a img {
  display: block;
  position: relative;
  width: 300px;
  top: 0!important;
}

@media only screen and (max-width:992px) {

h1.main_logo a img {
  display: none;
}

}

h1.main_logo a{
  display: block;
  height: 100%;text-indent: -999em;
  position: relative;
  top: -34px;

}

/* Gナビ
========================================== */
.nav {
  position: relative;
  z-index: 1;
  margin-left: auto;
  width: 60%;
}

#header ul#gNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 16px;
  font-size: 1rem;
  margin-left: auto;
}

#header ul#gNav li {
  margin-left: 40px;
  position: relative;
  font-weight: bold;

}

#header ul#gNav li a {
  letter-spacing: 3px;
  color: #000;
}

.bg-0 .page-top #header ul#gNav li a {
  color: #000;
}

.bg-0 #header ul#gNav li a {
  color: #fff;
}

.bg-0 .gNavSub .sub-box a{
  color: #000!important;
}

#header ul#gNav li a:hover {
  color:#00b2d5;
}
/* gNavSub */
.gNavSub {
  display:none;
  position:absolute;
  top:38px;
  left:0px;
  z-index:99;
  background: #e1f5f9;
}
.gNavSub >* a{
  display: block;
  padding: 10px 5px 10px 25px;
  background: url(../img/common/link_arrow.png) left 10px center no-repeat;
  border-bottom: 1px solid #dcdcdc;
  font-size: 0.875rem;
}
.gNavSub >* a:last-child{
  border-bottom: none;
}

.gNavSub .sub-box{
  width: 420px;
  padding:12px;
  position: relative;
}
.gNavSub .sub-box:before{
  content: '';
    position: absolute;
    left: 10%;
    top: -20px;
    display: block;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-bottom: 20px solid #e1f5f9;
    border-left: 10px solid transparent;
    opacity: 1;
}


#sp_header{
  display: none;
}
/*大中小カスタムメニュー*/
.custom_menu{
  justify-content: flex-end;
  align-items: center;
  background: #00b2d5;
  color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
}
.custom_menu ul{
  display: flex;
  align-items: center;
}
.custom_menu ul li {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background: #fff;
}
.custom_menu ul .fs-m {
  width: 22px;
  height: 22px;
  margin-right: 5px;
  background: #fff;
}

.custom_menu ul .fs-l {
  width: 22px;
  height: 22px;
  margin-right: 5px;
  background: #fff;
}
.custom_menu .search{
  padding: 5px 8px;
  border-right: 1px solid #fff;
}
.search .sitesearch {
  display: flex;
  margin-block-end: 0;
}
.page-search .search .sitesearch {
  display: flex;
}
.search .sitesearch-text {
  display: none;
  margin-right: 10px;
  line-height: 1;
}
.search .sitesearch-text input {
  width: 24em;
  padding: 3px;
  border: 0;
}
.sitesearch-submit {
  display: none;
  line-height: 1;
}
.sitesearch-submit button {
  color: #fff;
  font-size: 0;
  line-height: 1;
}
.search.-active .sitesearch-submit {
  display: block;
}
.search.-active .js-sitesearch {
  display: none;
}

.sitesearch-submit button {
  background: url(../img/common/icon_search.png) center center no-repeat;
  width: 25px;
  height: 25px;
}


.color-change{
  display: flex;
  margin-left: 5px;
}
.color-change li{
  text-indent: -999em;
}
.color-change li:nth-of-type(2) {
  background: #000;
}

.font-custom{
  padding: 5px 8px;
  border-right: 1px solid #fff;
}
.font-custom li {
  font-size: 0;
}
.font-custom li {
  background-color: #fff;
  cursor: pointer;
  text-align: center;
}
.font-custom li:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.font-custom li:nth-of-type(1):before {
  background-image: url(../img/common/small.svg);
  background-size: 50%;
}
.font-custom li:nth-of-type(2):before {
  background-image: url(../img/common/middle.svg);
  background-size: 60%;
}
.font-custom li:nth-of-type(3):before {
  background-image: url(../img/common/big.svg);
  background-size: 70%;
}


.custom_menu .reserve{
  padding: 5px 8px;
  display: flex;
  align-items: center;
}
.custom_menu .reserve span{
  font-size: .8rem;
}
@media all and (-ms-high-contrast: none) {
  .custom_menu .reserve span {
      padding-top: 3px;
      padding-right: 5px;
  }
  .custom_menu .reserve strong {
    padding-top: 6px;
  }
}


.custom_menu .reserve strong{
  font-size: 1.4rem;
}
.custom_menu .reserve a{
      display: flex;
    align-items: center;
    color: #fff;
    line-height: 1;
        margin-left: 7px;
}
.custom_menu .reserve a:before {
    content: "\f095";
    display: inline-block;
    width: 27px;
    height: 15px;
    margin-top: -3px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #fff;
    font-size: 19px;
  }

.hamb, #hambNav {
  display: none;
}
/*  footer
------------------------------------*/
#pagetop{
  display: none;
  position: fixed;
  right: 20px;
  bottom: 0px;
  width: 65px;
  height: 80px;
  z-index: 9999;
  margin-bottom: 1em;
}

#banner{margin-bottom: 60px;}
#banner a{
  background: #00b2d5;
  display: flex;
  justify-content: space-between;
  width: 60%;
  margin: 0 auto;
}
#banner .txt{
  width: 86%;
  padding: 20px;
  color: #fff;
  position: relative;
}
#banner .txt:after{
  position: absolute;
  content: "";
  background: url(../img/common/bnner_arrow.png) no-repeat;
  width: 14px;
  height: 50px;
  background-size: contain;
  right: 40px;
  bottom: 0px;
}
#banner .txt p{
 font-size: 1rem;
}
#banner .txt p span{
  display: block;
  font-size: 1rem;
 }


#footer {
  border-top: 1px solid #000;
  padding: 40px 0px;
  text-align: center;
}

#footer .container{
  text-align: center;
}

.footer_address {display: flex;justify-content: center;
align-items: center;}
.footer_address li {padding: 0 10px;text-align: left;margin-bottom: 18px;}
.footer_address li .tel {margin-bottom: 5px;margin-top:12px;}
.footer_address li .dir {font-size: .8rem;font-weight: normal;}
.footer_address li img {width: 100%;}
.uketuke {font-weight: normal;
    text-align: initial;
    margin: 0 auto;
    width: 40%;}
.uketuke strong {font-weight: bold;}
.footer_address .f_logo{width:393px;height:93px;display: block;}

/*html.bg-f .footer_address .f_logo{background: url(../img/common/logo02.svg) left center no-repeat;background-size: 393px;}

html.bg-0 .footer_address li .tel{
  filter: invert(1);
}
html.bg-0 .footer_address .f_logo {
  background: url(../img/common/footer_logo_fillter.svg) left center no-repeat;background-size: 393px;
}*/

html.bg-f .footer_address .f_logo .cls-1{fill: #241f1f;}
html.bg-0 .footer_address .f_logo .cls-1{fill: #fff;}

#footer ul.footer_link{
  margin-top: 30px;
  margin-bottom: 30px;
}
#footer ul.footer_link li{
  display: inline-block;
  padding: 0 20px;
  position: relative;

}

@media only screen and (max-width: 992px) and (min-width: 768px){
#footer{
      padding: 40px 0px!important;
}
.footer_address .f_logo{
      width: 100%!important;
}

#footer .footer_address li{
text-align: left!important;
margin-bottom: 0!important;
    width: 50%!important;
}
#footer .footer_address li:nth-child(2){
width: auto!important;
}
.footer_address li .tel{
      margin: 0!important;
}


#footer ul.footer_link li{
      padding: 0px 16px 0px 20px!important;
      width: auto!important;
}

.uketuke{
  margin-bottom: 0!important;
}

}

#footer ul.footer_link li::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f0a9";
    color: #00b2d5;
    margin-right: 5px;
    margin-bottom: 4px;
    position: absolute;
    left: 0px;
    top:5px;}

#footer ul.footer_link li a{
  display: block;
  padding: 5px 0;
  font-weight: normal;
  color: #000;
}
html.bg-0 #footer ul.footer_link li a{
  color: #fff;
}

#footer ul.footer_link li:first-child{
  /* background: url(../img/common/icon_link.png) left center no-repeat; */
}

#footer ul.footer_link li:first-child::before {content: "\f35d";
}

@media all and (-ms-high-contrast: none) {
  #footer ul.footer_link li:first-child{
    /* background: url(../img/common/icon_link.png) left top 2px no-repeat; */
  }
  #footer ul.footer_link li{
    display: inline-block;
    padding: 0 20px;
   /* background: url(../img/common/arrow_1.png) left top 3px no-repeat; */
  }
  #footer .uketuke{
    text-align: left;
  }
}
#footer .copy{
  font-weight: normal;
}
/*  Responsive

--------------------------------------------------*/
@media only screen
    and (min-device-width:768px)
    and (max-device-width:1024px) {

  .padnone{
    display: none;
  }
}
@media screen and (max-width: 992px) {
  body {
    font-size: 14px;
    font-size: 0.875rem;
    -webkit-overflow-scrolling: touch;
  }

  img {
    max-width: 100%;
    height: auto;
    width: 100%;

  }

}
@media screen and (max-width: 992px) {

  /* common */
  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }


  #wrapper {
    min-width: auto;
  }


  .container {
    width: 100%;
    min-width: auto;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 99;
  }

  .main_ttl {margin-bottom: 30px;line-height: 1.7;}
  .main_ttl span{
    font-size: 1.4rem;
  }
  .main_ttl span{
    border-bottom: 3px solid #f6ad3c;
  }

  /*header*/
  #header.fixed {
    position: static;
  }

  .header_container {
    padding: 0px;
    display: block;
  }

  .page-top h1.main_logo {
    width: 94px;
    height: 105px;
    position: absolute;
    top: 0px;
    left: 10px;
    background: url(../img/common/logo.png) center center no-repeat;
    background-size: contain;
}


  .custom_menu{
    display: none;
  }
  .nav {
    display: none;
  }




   /*SPナビゲーション /アコーディオン*/
  #sp_header {
    display: block;
    position: fixed;
    top: -100px;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    transition: all 500ms;
    height: 65px;
    z-index: 1021;
  }
  #sp_header.fixed {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  #sp_header h1.sp_logo{
    width: 170px;
    margin: 10px;
    line-height: 1;
  }

    #sp_header h1.sp_logo a{
    display: block;
  }
  .hamb {
    display: block;
    position: absolute;
    width: 60px;
    height: 50px;
    right: 0;
    top:120px;
  }

  .hamb span.bar, .hamb:before, .hamb:after {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .hamb span.bar, .hamb:before, .hamb:after {
    content: '';
    position: absolute;
    z-index: 1;
    background-color: #00b2d5;
    border-radius: 2px;
    width: 36px;
    height: 3px;
    left: calc(50% - 17px);
  }
  .hamb:before {
    top: 10px;
  }
  .hamb:after {
    top: 20px;
  }

  .hamb em {
    bottom: 5px;
    font-size: 11px;
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    text-align: center;
    color: #00b2d5;
    font-weight: bold;
    letter-spacing: 0.5px;
  }
  .hamb span.hex {
    width: 60px;
    height: 58px;
    position: absolute;
    z-index: 0;
    top: -10px;
    left: 0;
  }
  #sp_header.fixed .hamb span.hex, #sp_header.active .hamb span.hex{background: #00b2d5;}
  #sp_header.fixed .hamb span.bar, #sp_header.fixed .hamb:before, #sp_header.fixed .hamb:after{background: #fff;}
  #sp_header.active .hamb span.bar, #sp_header.active .hamb:before, #sp_header.active .hamb:after{background: #fff;}
  #sp_header.fixed .hamb em{color: #fff;}
  #sp_header.active .hamb em{color: #fff;}
  #sp_header.active{top: 0;}
  #sp_header.fixed .hamb, #sp_header.active .hamb{top: 10px;}
  #sp_header.active span.bar {
    opacity: 0;
  }
  #sp_header.active .hamb:before {
    -webkit-transform: translateY(3px) rotate(-45deg);
    transform: translateY(3px) rotate(-45deg);
  }
  #sp_header.active .hamb:after {
    -webkit-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg);
  }



  .js-sitesearch{
    display: flex;
    align-items: center;
    height: 58px;
    padding: 0 15px;
  }
  .js-sitesearch img{
    margin: 0 auto;
    width: 100%;
  }
  .sp_search.-active .sitesearch-submit button {
    background: url(../img/common/icon_search_sp.png) center center no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
}

  .sp_search{
    width: 60px;
    height: 58px;
    background: #eeeeee;
    position: absolute;
    top: 0;
    right: 60px;
  }
  .sp_search.-active {
    width: calc(100% - 50px);
    height: 58px;
    background: #eeeeee;
    position: absolute;
    top: 0;
    right: 60px;
    z-index: 110;
    padding: 0 15px;
  }
  .sp_search.-active .sitesearch {
    display: flex;
    align-items: center;
    height: 58px;
  }


  .sp_search.-active .sitesearch-text {
    display: none;
    margin-right: 10px;
    line-height: 1;
    width: 100%;
  }

  .sp_search.-active .sitesearch-text input {
    width: 100%;
    padding: 3px;
    border: 0;
    height: 50px;
    background: none;
    font-size: .9rem;
  }
  .sp_search.-active .sitesearch-text input::placeholder {
    font-size: .9rem;
  }
/* 展開メニュー
========================================== */
/* #spNavblock{background: #fff;position: static;} */
  #hambNav {
    position:fixed;
    display:none;
    width:100%;
    height:100%;
    top:0px;
    left:0;
    background-color: #fff;
    z-index:1020;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }

  #hambNav nav {
    width:100%;
    height:100%;
    /* -webkit-transform:rotateY(90deg);
    transform:rotateY(90deg);
    -webkit-animation:rota 0.2s 0.2s forwards;
    animation:rota 0.2s 0.2s forwards; */
    margin: 80px auto 40px auto;
    height: 100%;

  }
  #hambNav nav ul {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1175px;
    margin: 0 auto;
  }

  #hambNav nav ul li {
    width:98%;
    line-height: 1.3;
  }

  @-webkit-keyframes rota {
    0% {
      -webkit-transform:rotateY(90deg);
      transform:rotateY(90deg);
    }
    100% {
      -webkit-transform:rotateY(0);
      transform:rotateY(0);
    }
  }
  @keyframes rota {
    0% {
      -webkit-transform:rotateY(90deg);
      transform:rotateY(90deg);
    }
    100% {
      -webkit-transform:rotateY(0);
      transform:rotateY(0);
    }
  }


  #hambNav nav ul.hamb_nav01 li {
    padding: 12px 0;
    border-bottom: 1px solid #eeeeee;
  }
  #hambNav nav ul.hamb_nav01 li:first-child {
    border-top: 1px solid #eeeeee;
  }

  #hambNav .accordion, .no_accordion {
    color: #000;
    cursor: pointer;
    padding:0 18px;
    width: 100%;
    text-align: left;
    font-size: 1.35rem;
    position: relative;
    transition: all 0.2s;
    font-weight: bold;
    margin-bottom: 0;
  }
  #hambNav .accordion:after{
    content: "";
    position: absolute;
    right: 20px;
    top: 20%;
    background: url(../img/common/plus.png) center right no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
  }
  #hambNav .accordion.active{
    color: #808080;
   /* margin-bottom: 10px; */
  }
  #hambNav .accordion.active:after{
    background: url(../img/common/minus.png) center right no-repeat;
    background-size: 20px;
    transform: rotate(180deg);
  }
  #hambNav .panel {
    background-color: #eee;
    padding: 10px 23px;
    display: none;
    overflow: hidden;
  }
  #hambNav .panel a{
    display: block;
    padding: 10px 30px 10px 0px;
    background: url(../img/common/spnav_arrow.png) center right no-repeat;
    background-size: 6px;
    color: #000;
    font-size: 16px;
    font-weight: normal;
  }

#hambNav .rehastage3 .panel a:nth-of-type(1){font-weight: bold;}
#hambNav .rehastage3 .panel a:nth-of-type(2){font-weight: bold;}
#hambNav .rehastage3 .panel a:nth-of-type(3){padding: 10px 0 10px 15px;}
#hambNav .rehastage3 .panel a:nth-of-type(4){padding: 10px 0 10px 15px;}
#hambNav .rehastage3 .panel a:nth-of-type(5){padding: 10px 0 10px 15px;}
#hambNav .rehastage3 .panel a:nth-of-type(6){padding: 10px 0 10px 15px;}
#hambNav .rehastage3 .panel a:nth-of-type(7){padding: 10px 0 10px 15px;}
#hambNav .rehastage3 .panel a:nth-of-type(8){padding: 10px 0 10px 15px;}
#hambNav .rehastage3 .panel a:nth-of-type(9){font-weight: bold;}

  #hambNav .no_accordion a{
    background: url(../img/common/spnav_arrow.png) center right 25px no-repeat;
    background-size: 6px;
    padding:3px 18px;
    display: block;
    color: inherit;
  }

  .sp_footer{
    padding: 10px 40px;
  }
  .sp_footer a{
    display: block;
    font-size: .9rem;
    color: inherit;
  }
  .sp_footer li{
    margin-bottom: 10px;
  }
  p.close_btn {
    background: #00b2d5;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    padding: 10px;
    margin-top: 20px;
  }
  p.close_btn span{
    display: inline-block;
    background: url(../img/common/close.png) left center no-repeat;
    background-size: 15px;
    padding-left: 26px;
  }

/*footer*/
  #banner {
    margin-bottom: 30px;
  }
  #banner .txt {
    width: 50%;
    padding: 10px;
  }
  #banner .pic {
    width: 50%;
  }
  #banner .txt p {
    font-size: .6rem;
  }
  #banner .txt p span {
    display: block;
    font-size: .4rem;
  }
  #banner .txt:after {
    width: 15px;
    height: 15px;
    background-size: contain;
    right: 5px;
    bottom: 5px;
  }


  #footer {
    padding: 0px 0 15px;
    text-align: center;
  }
  #footer .container {
    width: 100%;
  }
  #pagetop{
  width: 35px;
  height: 35px;
  bottom: 10px;
}
  .footer_address {
    display: block;
  }

  #footer .footer_address li {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  #footer .footer_address li:nth-child(1){
     margin-bottom: 0px;
  }


  .footer_address .f_logo {
    width: 80%;
    height: 93px;
    //background: url(../img/common/logo02.svg) left center no-repeat;
    background-size: contain;
    margin: 0 auto;
}

  .footer_address .f_logo svg{
        width: 100%;
}
  .footer_address li .tel {
      width:225px;
      margin: 0 auto 5px;
  }

  .uketuke_box{
    text-align: left;
    display: inline-block!important;
  }

  #footer ul.footer_link {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
    display: inline-block;
  }
  #footer ul.footer_link li {
       display: inline-block;
    padding: 0 0 0 20px;
    font-size: 1rem;
    width: 49%;
    margin-bottom: 5px;
  }

  .uketuke{
    margin-bottom: 0.5em;
    width: auto;
  }
}

@media only screen and (max-width: 992px) and (min-width: 768px){
.footer_address{
  display: flex!important;
}
.uketuke_box{
  width: 53%;
      margin-top: 15px;
}

}
.ttl-form {
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 1.25rem; }

.list-form-att {
  margin-bottom: 50px; }
  .list-form-att > li {
    margin-left: 16px; }
    .list-form-att > li:before {
      content: "○";
      margin-left: -16px; }

.list-ul.-error {
  color: #e94962;
  font-weight: bold; }

.form-table {
  width: 100%;
  margin-bottom: 30px; }
  .form-table th {
    padding: 28px 0;
    padding-right: 20px;
    vertical-align: top;
    text-align: left;
    font-size: 18px;
    font-size: 1.125rem; }
  .form-table td {
    padding: 18px 0;
    padding-right: 40px; }
  .form-table .icon-required {
    display: inline-block;
    margin-left: 15px;
    padding: 5px 10px;
    color: #e94962;
    border: 1px solid #e94962;
    line-height: 1;
    font-size: 14px;
    font-size: 0.875rem; }
  .form-table select {
    margin-bottom: 4px;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #111;
    width: 34%;
    height: 35px;
    /*margin-right: 14px;*/
    font-size: 14px; }

.form-table .aform-calendar{
   width: 9%;
}
.form-item-text, .form-item-textarea {
  min-width: 500px;
  padding: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  border: 1px solid #898989;
  border-radius: 5px;
  background: #e6e6e6;
  box-sizing: border-box; }
.form-item-textarea {
  width: 100%; }
.form-item-select {
  margin-bottom: 4px;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #111;
  height: 35px;
  margin-right: 14px;
  font-size: 14px;
  min-width: 500px; }

.agree {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-size: 1.125rem; }
  .agree input[type="checkbox"] {
    display: block;
    font-size: 37px;
    width: 24px;
    height: 24px;
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    margin-right: 5px; }
  .agree input[type="checkbox"]:checked + label:after {
    opacity: 1; }

.form-btn {
  margin-top: 40px;
  text-align: center; }
  .form-btn .btn-submit {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    padding: 15px 40px;
    border: 2px solid #00b2d5;
    color: #00b2d5;
    background: #fff;
    transition: .3s; }
    .form-btn .btn-submit:hover {
      cursor: pointer;
      background: #00b2d5;
      color: #fff; }

.aform-content .form-table .aform-input.aform-text, .aform-content .form-table .aform-input.aform-textarea, .aform-content .form-table .aform-input.aform-name, .aform-content .form-table .aform-input.aform-kana, .aform-content .form-table .aform-input.aform-tel, .aform-content .form-table .aform-input.aform-zipcode, .aform-content .form-table .aform-input.aform-email {
  padding: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  border: 1px solid #898989;
  border-radius: 5px;
  background: #e6e6e6;
  box-sizing: border-box;
  width: 500px; }

.aform-confirm {
  width: 500px;
  padding: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  border: 1px solid #898989;
  border-radius: 5px;
  background: #e6e6e6;
  box-sizing: border-box; }

.aform-content .aform-button-area {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  text-align: center; }

.aform-content .aform-button-area input[type="submit"] {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 15px 35px;
  border: 2px solid #00b2d5;
  color: #00b2d5;
  background: #fff;
  transition: .3s; }

.aform-content .aform-button-area .aform-button-area--btn {
  margin-right: 20px;
}

.aform-content .aform-button-area input[type="submit"]:hover {
  background: #00b2d5;
  color: #fff;
  cursor: pointer; }

.aform-content .aform-button-area .aform-button-area--btn a {
  display: inline-flex;
  align-items: center;
  height: 100%;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 15px 35px;
  border: 2px solid #9a9a9a;
  color: #9a9a9a;
  background: #fff;
  box-sizing: border-box;
  transition: .3s; }

.aform-content .aform-button-area .aform-button-area--btn a:hover {
  background: #9a9a9a;
  color: #fff;
  cursor: pointer; }

.aform-content .aform-error {
  color: #e94962;
  margin-top: 15px;}

.aform-content .form-table .aform-input.aform-tel, .aform-content .form-table .aform-input.aform-zipcode {
  width: 25%; }

.aform-content .aform-checkbox-ul.mail_agree li {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem; }

.aform-content .aform-checkbox-ul.mail_agree li input[type="checkbox"] {
  font-size: 37px;
  width: 24px;
  height: 24px;
  -moz-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  margin-right: 5px; }

#aform-confirm-form .form-table th {
  width: 370px;
}
#aform-confirm-form .form-table td {
  vertical-align: middle;
  overflow: visible;
   word-wrap:break-all;
}
#aform-confirm-form .aform-confirm {
  width: auto;
  padding: 0;
  font-size: 18px;
  font-size: 1.125rem;
  border: 0;
  border-radius: 0px;
  background: none;
  box-sizing: border-box; }

/* --------------------------- form SP */
@media screen and (max-width: 992px) {
  .form-table th, .form-table td {
    display: block;
    width: 100%;
    padding: 0; }
  .form-table th {
    padding-bottom: 10px;
    font-size: 16px;
    font-size: 1rem; }
  .form-table td {
    padding-bottom: 20px;
    padding-right: 10px;  }
  .form-table .icon-required {
    font-size: 12px;
    font-size: 0.75rem; }
  .form-table select {
    width: 100%;
    margin-right: 0px; }

  .form-item-text, .form-item-textarea, .form-item-select {
    min-width: 0;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    font-size: 1rem; }
    .form-table .aform-calendar{
      width: 20%;
    }

  .agree {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-size: 1rem; }
    .agree input[type="checkbox"] {
      margin-right: 17px; }

  .form-btn .btn-submit {
    font-size: 18px;
    font-size: 1.125rem; }

  .aform-content .form-table .aform-input.aform-text, .aform-content .form-table .aform-input.aform-textarea, .aform-content .form-table .aform-input.aform-name, .aform-content .form-table .aform-input.aform-kana, .aform-content .form-table .aform-input.aform-tel, .aform-content .form-table .aform-input.aform-zipcode, .aform-content .form-table .aform-input.aform-email {
    width: 100%;
    min-width: 100%; }

  .aform-content .form-table .aform-input.aform-tel, .aform-content .form-table .aform-input.aform-zipcode {
    width: 75%; } }

  #aform-confirm-form .form-table th {
    /*width: auto;*/
  }

.bg-white{
  display: block;
}
.bg-black{
  display: none;
}
html.bg-0 .bg-white{
  display: none;
}
html.bg-0 .bg-black{
  display: block;
}

.bg-0 .cse .gsc-control-cse, .bg-0 .gsc-control-cse{
      background: black;
}

.bg-0 .gs-result .gs-title, .bg-0 .gs-result .gs-title *{
      color: #ff0;
}

.bg-0 .gsc-preview-reviews, .bg-0 .gsc-control-cse .gs-snippet, .bg-0 .gsc-control-cse .gs-promotion em, .bg-0 .gsc-control-cse .gs-snippet, .bg-0 .gsc-control-cse .gs-promotion em{
  color: #fff;
}

.bg-0 .gsc-results .gsc-cursor-box .gsc-cursor-page{
  color: #fff;
}

.bg-0 h1.main_logo a{
    position: relative;
        top: -33px;
}



@media screen and (max-width: 992px) {

 .bg-0 h1.main_logo a{
  display: none;
 }
}