* {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
  margin: 0;
  padding: 0
}

audio,
canvas,
progress,
video {
  display: inline-block
}

audio:not([controls]) {
  display: none;
  height: 0
}

progress {
  vertical-align: baseline
}

[hidden],
template {
  display: none
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
  outline-width: 0
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder
}

dfn {
  font-style: italic
}

h1 {
  font-size: 2em
}

mark {
  background-color: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

address,
em,
i,
q {
  font-style: normal
}

img {
  border-style: none;
  vertical-align: bottom
}

svg:not(:root) {
  overflow: hidden
}

code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em
}

figure {
  margin: 0
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0
}

optgroup {
  font-weight: 700
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=reset],
[type=submit],
button,
html [type="button"] {
  -webkit-appearance: button
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
  vertical-align: middle
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

li {
  list-style-type: none
}

@font-face {
  font-family: yugothic;
  src: local("Yu Gothic Medium");
  font-weight: 100
}

@font-face {
  font-family: yugothic;
  src: local("Yu Gothic Medium");
  font-weight: 200
}

@font-face {
  font-family: yugothic;
  src: local("Yu Gothic Medium");
  font-weight: 300
}

@font-face {
  font-family: yugothic;
  src: local("Yu Gothic Medium");
  font-weight: 500
}

@font-face {
  font-family: yugothic;
  src: local("Yu Gothic Medium");
  font-weight: 400
}

@font-face {
  font-family: yugothic;
  src: local("Yu Gothic Bold");
  font-weight: 700
}

html {
  font-size: 1pc
}

body {
  font-size: 1rem;
  font-weight: 500;
  font-family: Heebo, Noto Sans JP, Arial, Helvetica, Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, yugothic, 游ゴシック, YuGothic, Yu Gothic, メイリオ, Meiryo, sans-serif;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #fff;
  color: #3a3a3a
}

a {
  color: #3c3c3c
}

a,
a:focus,
a:hover {
  text-decoration: none
}

a:focus,
a:hover {
  opacity: .75
}

article {
  padding: 2.5rem 0
}

.wrapper {
  overflow-x: hidden;
  padding: 169px 0 0
}
.batsu {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer
}

.batsu:after,
.batsu:before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #fff;
  transform: rotate(45deg);
  transform-origin: 0 50%;
  position: absolute;
  top: calc(14% - 5px);
  left: 14%
}

.batsu:after {
  transform: rotate(-45deg);
  transform-origin: 100% 50%;
  left: auto;
  right: 14%
}

@media(max-width:1023px) {
  .wrapper {
    overflow-x: hidden;
    padding: 4rem 0 0
  }
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  background-color: #fff
}

#header.fixed {
  box-shadow: 0 3px 9pt 0 rgba(0, 0, 0, .11)
}

.header_logo {
  border-bottom: solid 1px #fff;
  position: relative
}

@media(max-width:767px) {
  .header_logo {
    background: #edece7;
    border-bottom: 0;
    position: relative
  }
}

#siteid {
  text-align: center;
  padding: 1.375rem 0
}

#siteid img {
  height: 4.25rem;
  width: auto
}

@media(max-width:1023px) {
  #siteid {
    padding: .5rem 0
  }

  #siteid img {
    height: 2.5rem;
    width: auto
  }
}

#header_tel {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  text-align: right;
  transform: translate(0, -50%)
}

#header_tel a {
  font-weight: 900;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.5rem;
  color: inherit
}

#header_tel small {
  display: block;
  font-size: .625rem
}

@media(max-width:1023px) {
  #header_tel {
    right: 4rem;
    text-align: center
  }

  #header_tel small,
  #header_tel.nonbusiness {
    display: none
  }
}

#menu_btn_sp {
  display: none
}

#menu_btn_sp>button {
  width: 2rem;
  text-align: center
}

@media(max-width:1023px) {
  #menu_btn_sp {
    display: block;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 2rem
  }
}

.header_nav>div {
  position: relative
}

.header_nav_campaign {
  position: absolute !important;
  left: 5rem;
  top: 2rem;
  z-index: 2
}

@media(max-width:960px) {
  .header_nav_campaign {
    display: none
  }
}

.header_nav_campaign a {
  display: block;
  color: #c00;
  text-decoration: none
}

.header_nav_campaign a span {
  position: relative;
  display: block;
  font-weight: 900;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.5rem;
  line-height: 1.75rem;
  letter-spacing: -.05ex;
  text-align: center
}

.header_nav_campaign a span:after,
.header_nav_campaign a span:before {
  position: absolute;
  top: 50%;
  display: block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem
}

.header_nav_campaign a span:before {
  content: '\f3d2';
  left: -1rem;
  transform: translate(-100%, -50%)
}

.header_nav_campaign a span:after {
  content: '\f3d3';
  right: -1rem;
  transform: translate(100%, -50%)
}

.icon_on {
  display: none
}

.active .icon_on {
  display: inline
}

.active .icon_off {
  display: none
}
button {
  background: 0;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0;
  line-height: inherit;
  cursor: pointer;
  vertical-align: inherit
}

.btn {
  border-radius: 6px;
  box-shadow: none;
  border: solid 1px #aaa;
  outline: 0;
  background-color: #fff;
  color: #aaa;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding: 1em 2em;
  vertical-align: middle
}

.btn:focus,
.btn:hover {
  opacity: .75
}

.btn .icon_on,
.btn.active .icon_off {
  display: none
}

.btn.active .icon_on {
  display: inline
}

.btn_default {
  background-color: #fff;
  color: #0084cd
}

.btn_blue,
.btn_default {
  border: solid 1px #0084cd
}

.btn_blue {
  background-color: #0084cd;
  color: #fff
}

.btn_white {
  border: solid 1px #fff;
  background-color: #fff;
  color: #666
}

.btn_black {
  border: solid 1px #2b2b2a;
  background-color: #2b2b2a;
  color: #fff
}

.btn_green {
  border: solid 1px #2d9f38;
  background-color: #2d9f38;
  color: #fff
}

.btn_gray {
  border: solid 1px #e2e2e2;
  background-color: #e2e2e2;
  color: #fff
}

.btn_warning {
  border: solid 1px #f73b1e;
  background-color: #f5dcdc;
  color: #f73b1e
}

.btn_more {
  width: 100%;
  max-width: 16rem;
  padding: .875rem 1rem;
  font-size: .75rem;
  font-weight: 400;
  border-radius: 0;
  border: solid 1px #3c3c3c;
  background-color: transparent;
  color: #3c3c3c;
  text-align: center;
  transition: all .4s ease
}

.btn_more.disabled {
  opacity: .4;
  background-color: #e1e1e1
}

.btn_white_brd {
  border: solid 1px #fff;
  background-color: transparent;
  color: #fff
}

.btn_green_brd {
  border: solid 1px #2d9f38;
  background-color: transparent;
  color: #2d9f38
}

.btn_gray_brd {
  border: solid 1px #e2e2e2;
  background-color: transparent;
  color: #e2e2e2
}

.btn_disabled {
  border: solid 1px #b3b3b3;
  background-color: #eee;
  color: #b3b3b3
}

.btn_disabled:focus,
.btn_disabled:hover {
  opacity: 1
}

.btn_action {
  padding-top: .25em;
  padding-bottom: .25em;
  max-width: 66.66%;
  margin-left: auto;
  margin-right: auto
}

.btn_arrow {
  position: relative
}

.btn_arrow:after {
  content: '\f3d3';
  display: inline-block;
  vertical-align: middle;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: static;
  margin: 0 0 0 .5rem
}

.btn_plus {
  position: relative
}

.btn_plus:after {
  content: '\f489';
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 1em;
  bottom: auto;
  left: auto;
  transform: translate(0, -50%);
  font-size: 2em;
  transition: all .4s ease
}

.btn_plus.disabled:after {
  opacity: 0
}

.btn_no_radius {
  border-radius: 0
}

.btn.no_shadow {
  box-shadow: none
}

.box_btn {
  margin: 2.5rem 0 0;
  text-align: center
}

@media(max-width:767px) {
  .box_btn {
    margin: 2rem 0 0;
    text-align: center
  }
}



#gnav {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-60%, -50%)
}

#gnav ul {
  display: table;
  border-collapse: separate;
  border-spacing: 1.8rem 0;
  table-layout: fixed
}

#gnav li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap
}

#gnav li>a {
  color: inherit
}

#gnav li>a>span>small {
  font-size: 14px;
  margin: 0 0 .5rem
}

#gnav li>a>span>b,
#gnav li>a>span>small {
  display: block;
  font-weight: 700;
  line-height: 1
}

#gnav li>a>span>b {
  font-size: .625rem
}

@media(max-width:1024px) {
  #gnav {
    transform: translate(-68%, -50%)
  }

  #gnav ul {
    border-spacing: 1rem 0
  }

  #gnav li>a>span>small {
    font-size: .7rem
  }

  #gnav li>a>span>b {
    font-size: .6rem
  }
}

@media(max-width:1023px) {
  #gnav {
    display: block;
    top: 0;
    right: 0;
    left: 0;
    z-index: 3;
    transform: none;
    background: #2b2b2b;
    color: #edece7;
    height: 0;
    transition: height .4s ease
  }

  #gnav ul {
    display: block;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    overflow-scrolling: auto;
    -webkit-overflow-scrolling: touch
  }

  #gnav li {
    display: block;
    border-bottom: solid 1px #444
  }

  #gnav li:last-child {
    border-bottom: 0
  }

  #gnav li>a {
    display: block;
    padding: 1.25rem 0
  }
}

#pnav {
  text-align: right
}

#pnav>ul {
  display: inline-table;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  max-width: 16.25rem;
  vertical-align: bottom
}

#pnav li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border-right: 1px solid #000
}

#pnav li>a {
  display: table;
  border-collapse: collapse;
  width: 100%;
  height: 3.5rem
}

#pnav li>a>span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: .75rem
}

.pnav_reserve {
  background: #2d9f38;
  color: #fff
}

.pnav_contact {
  background: #0f0f0f;
  color: #fff
}

.pnav_application {
  background: #fff;
  color: #2d9f38
}

@media(max-width:1024px) {
  #pnav ul {
    max-width: 15.75rem
  }
}

@media(max-width:1023px) {
  #pnav {
    text-align: center;
    position: fixed;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    transition: all .6s ease
  }

  #pnav.hide {
    opacity: 0;
    transform: translate(0, 100%)
  }

  #pnav ul {
    display: table;
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    max-width: none
  }

  .pnav_contact,
  .pnav_reserve {
    border-right: solid 1px #696a66
  }

  .pnav_application,
  .pnav_contact,
  .pnav_reserve {
    background: #2b2b2b;
    color: #fff
  }

  #pnav li>a {
    height: 3rem
  }
}


@media screen and (max-width:1023px) {
  .form-sub {
    display: block !important;
    position: fixed;
    background-color: rgba(0, 0, 0, .9);
    opacity: 0;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    transition: .5s;
    transition-property: opacity
  }

  .form-sub ul {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute
  }

  .form-sub li {
    display: block !important;
    border: 0 0 !important
  }

  .form-sub li a {
    color: #fff;
    font-size: 1pc
  }

  .form-sub.show {
    opacity: 1;
    left: 0
  }

  .form-sub li.form-sub-midashi {
    display: inline-block !important;
    border-bottom: 1px solid #fff !important;
    padding-bottom: 4px;
    color: #fff;
    margin-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px
  }
}

@media screen and (min-width:1024px) {
  .batsu {
    display: none
  }

  .form-sub-midashi {
    display: none !important
  }

  #pnav li.form-parent {
    position: relative
  }

  #pnav li .form-sub {
    position: absolute;
    display: block;
    right: 0;
    width: 275%;
    font-size: 13px;
    text-align: center
  }

  #pnav li .form-sub li {
    width: 100%;
    display: block;
    background-color: #fff;
    border: 1px solid #000;
    border-top: 0
  }

  #pnav li .form-sub li:nth-of-type(2) {
    border-top: 1px solid #000
  }

  #pnav li .form-sub a {
    display: block;
    height: auto;
    padding: 10px
  }
}


@media screen and (min-width:1024px) {
  .batsu {
    display: none
  }

  .form-sub-midashi {
    display: none !important
  }

  #pnav li.form-parent {
    position: relative
  }

  #pnav li .form-sub {
    position: absolute;
    display: block;
    right: 0;
    width: 275%;
    font-size: 13px;
    text-align: center
  }

  #pnav li .form-sub li {
    width: 100%;
    display: block;
    background-color: #fff;
    border: 1px solid #000;
    border-top: 0
  }

  #pnav li .form-sub li:nth-of-type(2) {
    border-top: 1px solid #000
  }

  #pnav li .form-sub a {
    display: block;
    height: auto;
    padding: 10px
  }
}









.breadcrumb {
  font-size: .625rem;
  line-height: 1;
  border-top: solid 1px #0f0f0f;
  background: #e4e4e4
}

.breadcrumb ol {
  padding: .5rem 1.5rem;
  opacity: .75
}

.breadcrumb ol li {
  display: inline-block
}

.breadcrumb ol li a {
  position: relative;
  padding: 0 1rem 0 0;
  margin: 0 .5rem 0 0;
  color: #878788
}

.breadcrumb ol li a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  transform: rotate(45deg)
}

@media(max-width:767px) {
  .breadcrumb ol {
    padding: .5rem 1.5rem
  }
}




.flex {
  display: flex !important;
  flex-wrap: wrap
}

.jcenter {
  justify-content: center
}

.acenter {
  align-items: center
}

@media screen and (min-width:361px) {
  .disp_360ika {
    display: none !important
  }
}

@media screen and (min-width:451px) {
  .disp_450ika {
    display: none !important
  }
}

@media screen and (min-width:768px) {
  .disp_tb_miman {
    display: none !important
  }
}

@media screen and (min-width:835px) {
  .disp_tb_ika {
    display: none !important
  }
}

@media screen and (max-width:767px) {
  .disp_tb_over {
    display: none !important
  }
}

@media screen and (max-width:834px) {
  .disp_tb_835over {
    display: none !important
  }
}

@media screen and (min-width:835px) and (max-width:767px) {
  .disp_tb_only {
    display: none !important
  }
}

@media screen and (min-width:1024px) {
  .disp_pc_miman {
    display: none !important
  }
}

@media screen and (max-width:1023px) {
  .disp_pc_over {
    display: none !important
  }
}









#footer {
  text-align: center
}

.footer_inner {
  background: #2b2b2a;
  color: #fff;
  padding: 4rem 3.5em
}

@media(max-width:767px) {
  .footer_inner {
    padding: 4rem 0;
    padding-top: 0
  }
}

.footer_head {
  font-weight: 400;
  font-size: .875rem;
  line-height: 1;
  margin: 0 0 .875rem;
  color: #afafaf
}

.footer_logo {
  margin: 0 0 2rem
}

.footer_logo img {
  height: 2.25rem;
  width: auto
}

@media(max-width:767px) {
  .footer_logo {
    margin: 0 0 2.5rem
  }

  .footer_logo img {
    height: 1.75rem;
    width: auto
  }
}

.footer_tel {
  margin: 0 0 2rem
}

.footer_tel a {
  font-size: 1.5rem;
  font-weight: 400;
  color: inherit
}

.footer_tel small {
  display: block;
  font-size: .625rem;
  color: #afafaf
}

.footer_contact {
  margin: 0 0 2rem
}

.footer_contact>ul {
  display: inline-table;
  border-collapse: separate;
  border-spacing: 1.5rem 0;
  width: 100%;
  max-width: 42rem;
  margin: 0 auto
}

.footer_contact>ul>li {
  display: table-cell;
  vertical-align: middle;
  text-align: center
}

.footer_contact .btn {
  display: block;
  font-size: .75rem;
  padding: .875rem 0;
  border-color: #afafaf
}

.footer_contact .btn:after {
  right: 1em
}

@media(max-width:767px) {
  .footer_contact>ul {
    display: block;
    width: auto;
    max-width: 16rem
  }

  .footer_contact>ul>li {
    display: block;
    margin: 0 0 .5rem
  }
}

.footer_links>ul {
  display: inline-table;
  border-collapse: separate;
  border-spacing: 1rem 0
}

.footer_links>ul>li {
  display: table-cell;
  vertical-align: middle;
  text-align: center
}

.footer_links>ul>li>a {
  font-size: .75rem;
  color: #afafaf
}

@media(max-width:767px) {
  .footer_links>ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0
  }

  .footer_links>ul>li {
    display: block;
    white-space: nowrap;
    margin: 0 .25rem
  }

  .footer_links>ul>li>a {
    font-size: .75rem;
    line-height: 1rem
  }
}

@media(max-width:375px) {
  .footer_links>ul {
    padding: 0 4rem
  }
}

.footer_sitemap {
  text-align: left;
  font-size: .6875rem
}

.footer_sitemap a {
  color: inherit
}

@media(min-width:768px) {
  .footer_sitemap>ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .footer_sitemap>ul>li {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    margin: 0 0 1.25rem 2.375rem
  }
}

@media(min-width:1280px) {
  .footer_sitemap>ul>li {
    width: calc((100% - 12.5rem)/6)
  }

  .footer_sitemap>ul>li:nth-child(6n+1) {
    margin-left: 0
  }
}

@media(min-width:1024px) and (max-width:1279px) {
  .footer_sitemap>ul>li {
    width: calc((100% - 10rem)/5)
  }

  .footer_sitemap>ul>li:nth-child(5n+1) {
    margin-left: 0
  }
}

@media(min-width:768px) and (max-width:1023px) {
  .footer_sitemap>ul>li {
    width: calc((100% - 7.5rem)/4)
  }

  .footer_sitemap>ul>li:nth-child(4n+1) {
    margin-left: 0
  }
}

.footer_sitemap>ul>li>a,
.footer_sitemap>ul>li>span {
  display: block;
  line-height: 1;
  font-weight: 700;
  font-feature-settings: palt
}

.footer_sitemap>ul>li>ul,
.footer_sitemap>ul>li>ul>li {
  margin: .25rem 0 0
}

@media(max-width:767px) {
  .footer_sitemap {
    text-align: center;
    font-size: .875rem;
    margin: 0 3rem 3rem
  }

  .footer_sitemap>ul>li {
    display: none
  }

  .footer_sitemap>ul>.footer_sitemap_menu {
    display: block
  }

  .footer_sitemap>ul>li>ul {
    border-top: solid 1px #696a66;
    margin: .875rem 0 0
  }

  .footer_sitemap>ul>li>ul>li {
    margin: .875rem 0 0
  }
}

.footer_sitemap {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #969696;
  border-bottom: 1px solid #969696;
  text-align: left;
  font-size: .6875rem;
  margin-bottom: 30px
}

.footer_sitemap>ul>li>ul>li {
  margin: .25rem 0 0;
  color: #b0b1b1
}

@media(max-width:767px) {
  .footer_sitemap {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    font-size: .875rem;
    margin: 0 0 3rem;
    border-bottom: 1px solid #b1b1b1;
    padding-bottom: 30px
  }

  .footer_sitemap>ul>li {
    display: none
  }

  .footer_sitemap>ul>.footer_sitemap_menu {
    display: block
  }

  .footer_sitemap>ul>li>ul {
    margin: .875rem 0 0
  }

  .footer_sitemap>ul>li>ul>li {
    margin: .875rem 0 0;
    color: #a0a09f
  }
}

@media(max-width:374px) {
  .footer_sitemap {
    margin: 0 1rem 3rem
  }
}

.footer_sns {
  margin: 1rem 0 0;
  text-align: center
}

.footer_sns a {
  display: inline-block;
  width: 1.75rem;
  height: 1.75rem
}

.footer_sns img {
  width: auto;
  height: 100%
}

#copy {
  background: #fff;
  color: #3a3a3a;
  font-size: .625rem;
  line-height: 1;
  padding: 1.125rem 0;
  text-align: center
}

@media(max-width:767px) {
  #copy {
    padding: .875rem 0
  }
}

@media(min-width:768px) {
  .sp {
    display: none !important
  }
}

@media(max-width:767px) {
  .pc {
    display: none !important
  }
}


@media screen and (min-width:1024px) {


  .header_nav {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000
  }

 }


.lay_lqd:after,
.lay_lqd:before {
  content: " ";
  display: table
}

.lay_lqd:after {
  clear: both
}

.lay_lqd {
  max-width: 84pc;
  margin-right: auto;
  margin-left: auto
}

.lay_lqd.tight {
  max-width: 750pt
}

.lay_lqd.tighter {
  max-width: 53pc
}

.lay_lqd.tightest {
  max-width: 650px
}



.read {
  padding: 0;
  margin-bottom: 2.5rem;
  font-feature-settings: 'palt';
  text-align: center;
}

.read .caution {
  color: #cc0000;
  display: block;
  font-weight: bold;
  margin-top: 10px
}

.read .caution sup {
  font-size: .625rem;
  margin-right: 3px
}



#menu_btn_sp button {
  color: #000;
}

#gnav li.parent {
  display: none;
}

#gnav li.parent ul {
  display: none;
}

.column_detail_contentwrap table td {
  border: 1px solid #000;
  padding: 5px;
}

@media screen and (min-width:1024px) {
  #gnav li.sp_only {
    display: none;
  }

  #gnav,
  #gnav>ul {
    height: 56px;
  }

  #gnav li.parent>a {
    pointer-events: none;
  }

  #gnav li.parent {
    display: table-cell;
    position: relative;
  }

  #gnav li.parent ul {
    position: absolute;
    left: 50%;
    background-color: #fff;
    border: #000;
    z-index: 999999;
    border: 1px solid #000;
    top: 100%;
    transform: translateX(-50%);
    width: 105px;
  }

  #gnav ul.child {
    display: none;
  }

  #gnav ul.child li {
    display: block;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #000;
  }

  #gnav ul.child li a {
    display: block;
    height: 40px;
    padding-top: 15px;
  }
}





/*-------------------------------------------------------------*/
/* datepicker */

.ui-datepicker {
  background-color: #fff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
  font-size: .875rem;
  z-index: 999 !important
}

.ui-datepicker .ui-datepicker-header {
  position: relative
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  background-color: #333;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  height: 35px;
  line-height: 35px;
  text-align: center
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title span {
  font-size: 1rem;
  font-weight: bold;
  margin-right: 2px
}

.ui-datepicker .ui-datepicker-header a {
  position: absolute;
  top: 0
}

.ui-datepicker .ui-datepicker-header a span {
  cursor: pointer;
  display: block;
  height: 35px;
  line-height: 35px;
  position: relative;
  width: 35px
}

.ui-datepicker .ui-datepicker-header a span:hover,
.ui-datepicker table th.ui-datepicker-week-end:first-child a:hover,
.ui-datepicker table td.ui-datepicker-week-end:first-child a:hover,

.ui-datepicker .ui-datepicker-header a.ui-datepicker-next {
  right: 0
}

.ui-datepicker .ui-datepicker-header a.ui-datepicker-next span:after {
  border: 4px solid transparent;
  border-left: 6px solid #fff;
  content: "";
  height: 0;
  margin-top: -4px;
  position: absolute;
  right: 12px;
  top: 50%;
  width: 0
}

.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev {
  left: 0
}

.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev span:before {
  border: 4px solid transparent;
  border-right: 6px solid #fff;
  content: "";
  height: 0;
  left: 12px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  width: 0
}

.ui-datepicker table td,
.ui-datepicker table td span,
.ui-datepicker table td a {
  width: 40px
}

.ui-datepicker table th a,
.ui-datepicker table td a {
  background-color: rgba(128, 107, 35, 0.1);
  color: #2d9f38
}

.ui-datepicker table th a:hover,
.ui-datepicker table td a:hover {
  background-color: #2d9f38;
  color: #fff;
  text-decoration: none
}

.ui-datepicker table th span {
  background-color: #eee;
  font-weight: bold;
  padding: 5px 10px
}

.ui-datepicker table th span,
.ui-datepicker table th a,
.ui-datepicker table td span,
.ui-datepicker table td a {
  background-color: #f5f5f5;
  display: block;
  padding: 10px 0;
  text-align: center
}

.ui-datepicker table th,
.ui-datepicker table td {
  border-left: 2px solid #fff;
  border-top: 2px solid #fff
}

.ui-datepicker table th.ui-datepicker-week-end a,
.ui-datepicker table td.ui-datepicker-week-end a {
  background-color: #e0f1f8
}

.ui-datepicker table th.ui-datepicker-week-end:first-child a,
.ui-datepicker table td.ui-datepicker-week-end:first-child a {
  background-color: #fdeaec
}

.ui-datepicker table th.ui-state-disabled span,
.ui-datepicker table td.ui-state-disabled span {
  -ms-filter: alpha(opacity=40);
  filter: alpha(opacity=40);
  opacity: .4
}

.ui-datepicker table th:first-child,
.ui-datepicker table td:first-child {
  border-left: none
}

.form_table .inner-box__ttl {
  margin-top: 15px;
}

.form_table .check-box label {
  display: inline-block;
}

.form_table .inner-box__ttl {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}

.form_table .inner-box__ttl:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  width: 10px;
  height: 2px;
  background-color: #333;
}


/*-------------------------------------------------------------*/