/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 24 2021 | 06:59:40 */
@charset "UTF-8";


/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: bottom;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}





/*------------------------
  default css reset
------------------------*/

body, h1, .entry-title a, .entry-content h1, h2, .entry-content h2, h3, .entry-content h3, h4, .entry-content h4, h5, .entry-content h5, h6, .entry-content h6 {
  color: inherit;
  font: inherit;
  margin: auto;
  padding: auto;
  text-align: inherit;
}

html, body {
  overflow-x: hidden;
  width: 100%;
}
body {
  min-width: 0 !important;
}
.es-container.page-header {
	display: none;
}
.es-separate-container #primary,
.es-separate-container #secondary {
	padding-bottom: 0;
}
.es-container {
	max-width: 100%;
	padding: 0;
}
.entry-content p {
  margin-bottom: auto;
}
.entry-content h2::after {
  content: none;
}
.es_new_block.vertical-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.es_new_block figure img.ofi {
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.es_grid_advlist .es_new_block_name_wrap {
  font-size: 150%;
  padding: 5px 0;
}
.es_grid_advlist p.has-icon {
  font-size: 130%;
  margin-top: 7px;
}
.es_grid_advlist .salespoint p {
  font-size: 130%;
  line-height: 1.5;
}
.es_grid_advlist span[class^="icon-"] {
  padding-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .es_grid_advlist .es_new_block_name_wrap {
    font-size: 120%;
    padding: 5px 0;
  }
  .es_grid_advlist p.has-icon {
    font-size: 110%;
    margin-top: 7px;
  }
  .es_grid_advlist .salespoint p {
    font-size: 110%;
    line-height: 1.5;
  }
}
@media (min-width: 481px) {
  
  #content .has-4-columns > * {
    width: calc(25% - 10px);
  }

  .site-content a:hover img {
    -moz-transform: inherit;
    -o-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
  }
}

.entry-content h2::after, .editor-styles-wrapper .block-editor-block-list__layout h2::after {
  margin: inherit;
}

@media (max-width: 768px)
.es-separate-container #content .es-container {
    padding-left: 0;
    padding-right: 0;
}

footer .rights > p {
	margin: 0;
}
.site-footer {
	display: none;
}

.row>[class^=col-] {
  margin: auto;
}

p.aside::before, ul.aside > li::before {
  content: none;
}



@media screen and (max-width: 767px) {
  .entry-content > * {
    padding-left: 0;
    padding-right: 0;
  }
  .entry-content .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .es_new_block.vertical-padding {
    padding-left: 0;
    padding-right: 0;
  }
  .has-4-columns > * {
    width: calc(50% - 5px);
  }
}



/* ============================================
  共通
============================================ */

html {
  overflow-x: hidden;
  font-size: 62.5%!important;
}

body {
  font-family: "Arial", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #30333b;
  font-size: 1.5rem;
  line-height: 2;
  font-style: normal;
  letter-spacing: 0.1em;
  min-width: 1250px;
  height: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

a,
a:visited,
a:hover {
  color: inherit;
  outline: none;
  border: none;
  text-decoration: none;
}

strong {
  font-weight: bold;
}

img {
  max-width: 100%;
}
img[src$=".svg"] {
  width: 100%;
}

/* img object fit
--------------------------------- */
img.ofi,
.ofi img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}


/* slick
--------------------------------- */
.slick-slide {
  outline: none;
}

/* pc sp
--------------------------------- */
.pc {
  display: block;
}
.sp {
  display: none;
}
.sp-min {
  display: none;
}
br.pc {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .pc, br.pc {
    display: none;
  }
  .sp {
    display: block;
  }
  br.sp {
    display: inline-block;
  }
}
@media only screen and (max-width: 480px) {
  .sp-min {
    display: block;
  }
  br.sp-min {
    display: inline-block;
  }
}

/* flex
--------------------------------- */
.flex {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content:         space-between;
}
.flex-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap:         wrap;
}
.flex-center {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content:         center;
  -webkit-align-items: center;
  align-items:         center;
}
.flex-around {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content:         space-around;
}



/* container
--------------------------------- */
.container {
  max-width: 100%;
  margin: 0 auto;
  padding-left: 5%;
  padding-right: 5%;
}


/* margin padding
--------------------------------- */
.mt10 { margin-top: 1rem; }
.mt20 { margin-top: 2rem; }
.mt30 { margin-top: 3rem; }
.mt40 { margin-top: 4rem; }
.mt50 { margin-top: 5rem; }
.mt60 { margin-top: 6rem; }
.mt70 { margin-top: 7rem; }
.mt80 { margin-top: 8rem; }

.mb10 { margin-bottom: 1rem; }
.mb20 { margin-bottom: 2rem; }
.mb30 { margin-bottom: 3rem; }
.mb40 { margin-bottom: 4rem; }
.mb50 { margin-bottom: 5rem; }
.mb60 { margin-bottom: 6rem; }
.mb70 { margin-bottom: 7rem; }
.mb80 { margin-bottom: 8rem; }

.pt10 { padding-top: 1rem; }
.pt20 { padding-top: 2rem; }
.pt30 { padding-top: 3rem; }
.pt40 { padding-top: 4rem; }
.pt50 { padding-top: 5rem; }
.pt60 { padding-top: 6rem; }
.pt70 { padding-top: 7rem; }
.pt80 { padding-top: 8rem; }

.pb10 { padding-bottom: 1rem; }
.pb20 { padding-bottom: 2rem; }
.pb30 { padding-bottom: 3rem; }
.pb40 { padding-bottom: 4rem; }
.pb50 { padding-bottom: 5rem; }
.pb60 { padding-bottom: 6rem; }
.pb70 { padding-bottom: 7rem; }
.pb80 { padding-bottom: 8rem; }


/* font
--------------------------------- */
.color-red {
  color: #880000;
}
.font-bold {
  font-weight: bold;
}
.font-bold-500 {
  font-weight: 500;
}
.text-center {
  text-align: center;
}
.text-underline {
  text-decoration: underline;
}

.marker {
  background: linear-gradient(transparent 60%, #ffee19 60%);
}



/* background
--------------------------------- */
.bg-gray {
  background: #efeded;
}


/* inview
--------------------------------- */
.js-inview {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.js-inview_fadeIn {
  opacity: 0;
  -webkit-transition: opacity 1.5s;
          transition: opacity 1.5s;
          transition-delay: 0.2s;
}
.js-inview_top {
  opacity: 0;
  position: relative;
  top: 30px;
  -webkit-transition: opacity 1.5s, top 1.5s;
          transition: opacity 1.5s, top 1.5s;
          transition-delay: 0.2s;
}
.js-inview_fadeIn.js-inview_view {
  opacity: 1;
}
.js-inview_top.js-inview_view {
  opacity: 1;
  top: 0;
}

.js-inview_list .inview_fadeIn_item {
  opacity: 0;
  -webkit-transition: opacity 1.5s;
          transition: opacity 1.5s;
          transition-delay: 0.2s;
}
.js-inview_list .inview_top_item {
  opacity: 0;
  position: relative;
  top: 30px;
  -webkit-transition: opacity 1.5s, top 1.5s;
          transition: opacity 1.5s, top 1.5s;
          transition-delay: 0.2s;
}
.js-inview_list .inview_fadeIn_item.js-inview_view {
  opacity: 1;
}
.js-inview_list .inview_top_item.js-inview_view {
  opacity: 1;
  top: 0;
}


/* svg
--------------------------------- */
.svg-include svg {
  width: 100%;
}

.cls-1 {fill:#fff;}
.icon-mail-wht .cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}
.icon-arw-wht .cls-1{fill:none;stroke:#fff;stroke-miterlimit:10;}
.icon-arw-gry .cls-1{fill:none;stroke:#919191;stroke-miterlimit:10;}




@media only screen and (max-width: 767px) {

  body {
    min-width: 100%;
    font-size: 1.4rem;
  }


  /* margin padding
  --------------------------------- */
  .mt10 { margin-top: 1rem; }
  .mt20 { margin-top: 2rem; }
  .mt30 { margin-top: calc(3rem / 1.2); }
  .mt40 { margin-top: calc(4rem / 1.5); }
  .mt50 { margin-top: calc(5rem / 1.5); }
  .mt60 { margin-top: calc(6rem / 1.5); }
  .mt70 { margin-top: calc(7rem / 1.5); }
  .mt80 { margin-top: calc(8rem / 1.5); }

  .mb10 { margin-bottom: 1rem; }
  .mb20 { margin-bottom: 2rem; }
  .mb30 { margin-bottom: calc(3rem / 1.2); }
  .mb40 { margin-bottom: calc(4rem / 1.5); }
  .mb50 { margin-bottom: calc(5rem / 1.5); }
  .mb60 { margin-bottom: calc(6rem / 1.5); }
  .mb70 { margin-bottom: calc(7rem / 1.5); }
  .mb80 { margin-bottom: calc(8rem / 1.5); }

  .pt10 { padding-top: 1rem; }
  .pt20 { padding-top: 2rem; }
  .pt30 { padding-top: calc(3rem / 1.2); }
  .pt40 { padding-top: calc(4rem / 1.5); }
  .pt50 { padding-top: calc(5rem / 1.5); }
  .pt60 { padding-top: calc(6rem / 1.5); }
  .pt70 { padding-top: calc(7rem / 1.5); }
  .pt80 { padding-top: calc(8rem / 1.5); }

  .pb10 { padding-bottom: 1rem; }
  .pb20 { padding-bottom: 2rem; }
  .pb30 { padding-bottom: calc(3rem / 1.2); }
  .pb40 { padding-bottom: calc(4rem / 1.5); }
  .pb50 { padding-bottom: calc(5rem / 1.5); }
  .pb60 { padding-bottom: calc(6rem / 1.5); }
  .pb70 { padding-bottom: calc(7rem / 1.5); }
  .pb80 { padding-bottom: calc(8rem / 1.5); }


  /* svg
  --------------------------------- */
  .svg-include svg {
    height: auto;
  }

}




/* ============================================
  contents
============================================ */

#page .main-section {
  width: calc(100% - 400px);
  margin: 0 0 0 auto;
}

/* section-title
--------------------------------- */
#page .section-title-block {
  padding: 10px 0;
  position: relative;
}
#page .section-title-main {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  transition-delay: 0.2s;
}
#page .section-title-sub {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 5px;
  padding-left: 0.1em;
  transition-delay: 0.4s;
}
#page .section-title-border {
  width: 15px;
  height: 0%;
  position: absolute;
  left: 0;
  top: 0;
  transition: height .4s;
  transition-delay: 1s;
}
#page .section-title-border.js-inview_view {
  height: 100%;
}
#page .section-title-border > span {
  display: block;
  width: 100%;
  height: 50%;
}
#page .section-title-border .border-red {
  background:rgba(136, 0, 0, 1);
}
#page .section-title-border .border-blk {
  background: rgba(48, 51, 59, 1);
}

@media only screen and (max-width: 767px) {

  #page .main-section {
    width: 100%;
    margin: 0;
  }

  /* section-title
  --------------------------------- */
  #page .section-title-main {
    font-size: 2.2rem;
  }
  #page .section-title-sub {
    font-size: 1.5rem;
  }

  #page .section-title-border {
    width: 8px;
  }

}


/* ============================================
  sidecolumn
============================================ */
#page .sidecolumn {
  width: 400px;
  height: 100vh;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 101;
}
#page .sidecolumn__main {
  background: #30333b;
  width: 100%;
  height: 25vh;
}
#page .sidecolumn__main-inner {
  width: 100%;
  height: 100%;
}
#page .sidecolumn__main .cls-1 {
  fill: #fff;
}
#page .sidecolumn__main-block {
  width: 100%;
}
#page .sidecolumn__main-logo {
  max-width: 295px;
  width: 60%;
  margin: 1vh auto 0;
}
#page .sidecolumn__main-shamaison {
  max-width: 177px;
  width: 40%;
  margin: 1.5vh auto 0;
}
#page .sidecolumn__main-logo a,
#page .sidecolumn__main-shamaison a {
  display: block;
  transition: opacity .2s;
}
#page .sidecolumn__main-logo a:hover,
#page .sidecolumn__main-shamaison a:hover {
  opacity: 0.7;
}

#page .sidecolumn__menu {
  height: 75vh;
  background: #f0f0f0;
  position: relative;
}
#page .sidecolumn__menu-vertical-text {
  font-size: 1.2rem;
  font-weight: bold;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  color: #30333b;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  margin-top: -35px;
}

#page .sidecolumn__menu-nav {
  height: 100%;
  margin: auto;
  padding: 0 15% 70px;
}
#page .sidecolumn__menu-nav-block {
  width: 100%;
}
#page .sidecolumn__menu-nav-item {
  padding: 1.2vh 0;
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.3;
}
#page .sidecolumn__menu-nav-item a {
  display: block;
  padding: 2vh 0;
  border: 1px solid #919191;
  position: relative;
  transition: opacity .2s;
}
#page .sidecolumn__menu-nav-item a:hover {
  opacity: 0.7;
}
#page .sidecolumn__menu-nav-item .nav-item-style-02 {
  text-align: left;
  border-style: solid none;
}
#page .sidecolumn__menu-nav-item .nav-item-style-03 {
  background: #919191;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
}
#page .sidecolumn__menu-nav-item .svg-include {
  display: inline-block;
  width: 24px;
  margin: 0 8%;
}
#page .sidecolumn__menu-nav-item .icon_arw_gry,
#page .sidecolumn__menu-nav-item .icon_arw_wht {
  width: 16px;
}

#page .sidecolumn__menu-nav-item .icon_arw_r {
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
#page .sidecolumn__menu-nav-item .icon_arw_r::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid #919191;
  border-style: none solid solid none;
  transform: rotate(-45deg);
}

#page .sidecolumn__menu-nav-item svg {
  vertical-align: middle;
}
#page .sidecolumn__menu-nav-item .cls-1 {
  fill: #30333b;
}
#page .sidecolumn__menu-nav-item .icon_arw_gry .cls-1 {
  fill:none;
  stroke:#919191;
  stroke-miterlimit:10;
}
#page .sidecolumn__menu-nav-item .icon_arw_wht .cls-1 {
  fill:none;
  stroke:#fff;
  stroke-miterlimit:10;
}
#page .sidecolumn__menu-nav-item .icon_mail .cls-1 {
  fill:none;
  stroke:#fff;
  stroke-linecap:round;
  stroke-linejoin:round;
}


#page .sidecolumn__menu-bottom {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 10px;
}
#page .sidecolumn__menu-bottom-row {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
   justify-content: center;
}
#page .sidecolumn__menu-sns-list {
  margin-left: 30px;
  margin-top: -2px;
}
#page .sidecolumn__menu-sns-item {
  width: 18px;
  margin: 0 7px;
}
#page .sidecolumn__menu-sns-item svg {
  vertical-align: middle;
}
#page .sidecolumn__menu-sns-item a {
  display: block;
  transition: opacity .2s;
}
#page .sidecolumn__menu-sns-item a:hover {
  opacity: 0.7;
}

#page .sidecolumn__menu-logo-group {
  width: 205px;
}
#page .sidecolumn__menu-logo-group a {
  display: block;
  transition: opacity .2s;
}
#page .sidecolumn__menu-logo-group a:hover {
  opacity: 0.7;
}
#page .sidecolumn__menu-bottom .cls-1 {
  fill: #30333b;
}


#page .sidecolumn__menu-child {
  width: 400px;
  height: 100vh;
  background: rgba(48, 51, 59, 0.8);
  padding: 5%;
  position: absolute;
  left: 400px;
  top: 0;
  z-index: -1;
  transition: left .4s;
  display: none;
}
#page .sidecolumn__menu-child.is-show {
  left: 400px;
}
#page .sidecolumn__menu-child-inner {
  width: 100%;
  height: 100%;
}
#page .sidecolumn__menu-child-block {
  width: 100%;
  padding: 0 15%;
}
#page .sidecolumn__menu-child-title {
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  border: 1px solid #fff;
  border-style: solid none;
  padding: 20px;
}
#page .sidecolumn__menu-child-title .icon_feature {
  width: 21px;
  display: inline-block;
  margin-right: 8%;
}
#page .sidecolumn__menu-child-title .icon_price {
  width: 24px;
  display: inline-block;
  margin-right: 8%;
}
#page .sidecolumn__menu-child-title .icon_madori {
  width: 24px;
  display: inline-block;
  margin-right: 8%;
}
#page .sidecolumn__menu-child svg {
  vertical-align: middle;
}
#page .sidecolumn__menu-child-nav-list {
  margin: 10vh auto 5vh;
}
#page .sidecolumn__menu-child-nav-item {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
#page .sidecolumn__menu-child-nav-item:not(:first-child) {
  border-top: 1px solid #fff;
}
#page .sidecolumn__menu-child-nav-item a {
  display: block;
  padding: 5%;
  transition: opacity .2s;
}
#page .sidecolumn__menu-child-nav-item a:hover {
  opacity: 0.7;
}
#page .sidecolumn__menu-child-close {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 15px;
  top: 20px;
  cursor: pointer;
}
#page .sidecolumn__menu-child-close::before,
#page .sidecolumn__menu-child-close::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 5px;
  top: 50%;
}
#page .sidecolumn__menu-child-close::before {
  transform: rotate(-45deg);
}
#page .sidecolumn__menu-child-close::after {
  transform: rotate(45deg);
}


@media only screen and (max-width: 767px) {

  #page .sidecolumn {
    display: none;
    left: 0;
    bottom: auto;
    z-index: 101;
    top: 70px;
    width: 100%;
    height: calc(100vh - 70px);
  }

  #page .sidecolumn__menu {
    height: 100%;
  }

  #page .sidecolumn__menu-vertical-text {
    font-size: 1.5rem;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    position: static;
    left: auto;
    top: auto;
    transform: inherit;
    margin-top: 0;
    text-align: center;
  }
  #page .sidecolumn__menu-nav {
    height: 100%;
    margin: auto;
    padding: 0 10%;
  }
  #page .sidecolumn__menu-nav-block {
    max-width: 400px;
    padding-bottom: 50px;
  }
  #page .sidecolumn__menu-nav-item {
    font-size: 1.5rem;
    padding: 4% 0;
  }
  #page .sidecolumn__menu-child {
    display: none;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 0;
    width: 100%;
    height: calc(100vh - 70px);
  }
  #page .sidecolumn__menu-child.is-show {
    left: 0;
    z-index: 10;
  }

  #page .sidecolumn__menu-child-inner {
    width: 100%;
    height: 100%;
    padding: 50px 10%;
  }
  #page .sidecolumn__menu-child-close {
    position: absolute;
    right: 15px;
    top: 3px;
  }

  #page .sidecolumn__menu-child-block {
    width: 100%;
    padding: 0;
    max-width: 400px;
  }
  #page .sidecolumn__menu-child-title {
    font-size: 1.5rem;
    padding: 20px 0;
  }
  #page .sidecolumn__menu-child-title .icon_feature {
    margin-right: 5%;
  }
  #page .sidecolumn__menu-child-nav-list {
    margin: 4vh auto;
  }
  #page .sidecolumn__menu-child-nav-item {
    font-size: 1.5rem;
    line-height: 1.5;
  }

}


/* ============================================
  header
============================================ */
#page .header {
  width: 76%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1001;
}
#page .header__upper {
  height: 100px;
  position: relative;
}
#page .header__menu {
  width: 100%;
  padding-right: 320px;
}
#page .header__nav-list {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
#page .header__nav-item {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  margin-right: 20px;
}
#page .header__nav-item .ja {
  font-size: 86%;
  display: block;
  margin-top: 7px;
}
#page .header__nav-item a {
  display: block;
  padding: 36px 10px;
  position: relative;
  transition: opacity .2s;
}
#page .header__nav-item a:hover {
  opacity: 0.7;
}

#page .header__tel-btn {
  width: 300px;
  height: 100%;
  color: #fff;
  line-height: 1;
  background: #880000;
  position: absolute;
  right: 0;
  top: 0;
}
#page .header__tel-btn-inner {
  height: 100%;
}
#page .header__tel-btn-icon {
  display: inline-block;
  margin: -15px 15px 0 0;
}
#page .header__tel-btn svg {
  width: 25px;
  vertical-align: middle;
}
#page .header__tel-btn-text {
  text-align: center;
  font-size: 1.3rem;
}
#page .header__tel-btn-num {
  font-size: 2.3rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}
#page .header__tel-btn-eigyo {
  margin-top: 5px;
}


@media only screen and (min-width: 768px) and (max-width: 1450px) {

  #page .header__menu {
    padding-right: 250px;
  }
  #page .header__nav-item {
    margin-right: 10px;
  }
  #page .header__tel-btn {
    width: 240px;
  }
  #page .header__tel-btn-num {
    font-size: 2rem;
  }
  #page .header__tel-btn-text {
    font-size: 1.1rem;
  }

}

@media only screen and (max-width: 767px) {

  #page .header {
    width: 100%;
    min-width: 100%;
    position: fixed;
    left: 0;
    top: 0;
  }
  #page .header__upper {
    background: #30333b;
    height: 70px;
  }
  #page .header__logo {
    width: 170px;
    height: 42px;
    position: absolute;
    left: 20px;
    top: 14px;
    transform: translateY(0);
  }
  #page .header__search {
    width: 40px;
    position: absolute;
    right: 75px;
    top: 50%;
    transform: translateY(-50%);
  }
  #page .header__search a {
    display: block;
    height: 100%;
  }
  #page .header__search .icon_search {
    display: block;
    width: 22px;
    margin: auto;
  }
  #page .header__search svg {
    vertical-align: middle;
  }

  /* header__btn-menu
  ------------------------------------------- */

  #page .header__menu-sp {
    display: none;
    background: #7c1c1e;
    width: 100%;
    height: calc(100vh - 130px);
    position: absolute;
    left: 0;
    top: 70px;
    z-index: 101;
  }
  #page .header__menu-sp-inner {
    width: 100%;
    height: 100%;
  }
  #page .header__menu-sp-block {
    margin-top: -20px;
  }
  #page .header__nav-sp-item {
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #fff;
    position: relative;
  }
  #page .header__nav-sp-item::after {
    content: "";
    display: inline-block;
    width: 100px;
    height: 4px;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: -4px;
    transform: translateX(-50%);
  }
  #page .header__nav-sp-item a {
    display: block;
    padding: 20px 15px 15px;
  }
  #page .header__nav-sp-item .en {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
  }
  #page .header__nav-sp-item .ja {
    font-size: 1.8rem;
    line-height: 1.2;
    margin-left: 15px;
  }

  #page .header__btn-menu-text {
    color: #fff;
    font-size: 0.8rem;
    text-align: center;
    display: block;
    padding-top: 14px;
  }
  #page .header__btn-menu {
    width: 60px;
    height: 60px;
    display: block;
    background: #30333b;
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 101
  }

  #page .header__btn-menu i {
    display: block;
    width: 28px;
    height: 1px;
    border-radius: 3px;
    background: #fff;
    position: relative;
    left: 16px;
    top: 1px;
    margin-top: 0;
    -webkit-transition: .2s background ease;
            transition: .2s background ease;
  }

  #page .header__btn-menu i::before,
  #page .header__btn-menu i::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    line-height: 1;
    border-radius: 3px;
    -webkit-transition: .2s all ease;
            transition: .2s all ease;
  }

  #page .header__btn-menu i::before {
    -webkit-transform: translateY(3px) rotate(0deg);
            transform: translateY(3px) rotate(0deg);
  }

  #page .header__btn-menu i::after {
    -webkit-transform: translateY(-3px) rotate(0deg);
            transform: translateY(-3px) rotate(0deg);
  }


  /* header__menu-sp
  ------------------------------------------- */
  #page .header__menu-sp {
    width: 100%;
    height: calc(100vh - 70px);
    position: absolute;
    left: 0;
    top: 70px;
    z-index: 101;
    background: rgba(48, 51, 59, 0.8);
    display: none;
  }
  #page .header__menu-sp-inner {
    padding: 5%;
    position: relative;
    max-width: 400px;
    margin: auto;
  }
  #page .header__menu-sp-close {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 15px;
    top: 20px;
    z-index: 11;
    cursor: pointer;
  }
  #page .header__menu-sp-close::before,
  #page .header__menu-sp-close::after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 1px;
    background: #fff;
    position: absolute;
    right: 5px;
    top: 50%;
  }
  #page .header__menu-sp-close::before {
    transform: rotate(-45deg);
  }
  #page .header__menu-sp-close::after {
    transform: rotate(45deg);
  }

  #page .header__menu-sp-nav-list {
    width: 100%;
    padding: 0 5%;
  }
  #page .header__menu-sp-nav-item {
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    padding: 1.2vh 0;
  }


  #page .header__menu-sp-bottom {
    position: absolute;
    left: 10%;
    bottom: 5%;
    width: 80%;
  }
  #page .header__menu-sp-tel-btn {
    width: 100%;
    color: #fff;
    line-height: 1;
    padding: 20px;
    background: #880000;
  }
  #page .header__menu-sp-tel-btn-inner {
    height: 100%;
  }
  #page .header__menu-sp-tel-btn-icon {
    display: inline-block;
    margin: -15px 15px 0 0;
  }
  #page .header__menu-sp-tel-btn svg {
    width: 20px;
    vertical-align: middle;
  }
  #page .header__menu-sp-tel-btn-text {
    text-align: center;
    font-size: 1.1rem;
  }
  #page .header__menu-sp-tel-btn-num {
    font-size: 1.9rem;
    font-weight: bold;
    letter-spacing: 0.2em;
  }
  #page .header__menu-sp-tel-btn-eigyo {
    margin-top: 5px;
  }

  #page .header__menu-sp-kawagoe {
    margin-top: 5%;
  }
  #page .header__menu-sp-kawagoe svg {
    width: 100%;
    vertical-align: middle;
  }

}


/* ============================================
  footer
============================================ */

#page .footer__contact-block {
  height: 500px;
}
#page .footer__contact-btn .icon {
  display: inline-block;
  width: 75px;
  margin-right: 40px;
}
#page .footer__contact-btn-en {
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
}
#page .footer__contact-btn-ja {
  font-size: 2.3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  margin-top: 25px;
  position: relative;
}
#page .footer__contact-btn-ja::before,
#page .footer__contact-btn-ja::after {
  content: "";
  display: inline-block;
  width: 75px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  margin-top: -1px;
}
#page .footer__contact-btn-ja::before {
  left: 0;
}
#page .footer__contact-btn-ja::after {
  right: 0;
}

#page .footer__logo {
  width: 25%;
  padding: 20px;
  background: #880000;
}
#page .footer__logo img,
#page .footer__logo svg {
  width: 193px;
  vertical-align: middle;
}
#page .footer__logo a {
  display: block;
  transition: opacity .2s;
}
#page .footer__logo a:hover {
  opacity: 0.7;
}

#page .footer__info {
  flex: 1;
  padding: 40px 0 70px 5%;
  background: #880000;
  color: #fff;
}
#page .footer__info-sitemap-title {
  border-bottom: 1px solid #fff;
  padding: 10px 0;
  margin-bottom: 25px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.2em;
}
#page .footer__info-container {
  padding-right: 5%;
  position: relative;
}
#page .footer__info-sitemap-list {
  margin-bottom: 15px;
}
#page .footer__info-sitemap-item {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-right: 5%;
}
#page .footer__info-sitemap-item a {
  display: block;
  transition: opacity .2s;
}
#page .footer__info-sitemap-item a:hover {
  opacity: 0.7;
}
#page .footer__info-sns {
  position: absolute;
  right: 5%;
  top: 0;
}
#page .footer__info-sns-item {
  width: 18px;
  margin: 0 7px;
}
#page .footer__info-sns-item svg,
#page .footer__info-sns-item img {
  vertical-align: middle;
}
#page .footer__info-sns-item a {
  display: block;
  transition: opacity .2s;
}
#page .footer__info-sns-item a:hover {
  opacity: 0.7;
}

#page .footer__info-group-logo {
  width: 155px;
  margin: 0 auto 0 0;
  position: absolute;
  left: 0;
  bottom: -10px;
}
#page .footer__info-group-logo a {
  display: block;
  transition: opacity .2s;
}
#page .footer__info-group-logo a:hover {
  opacity: 0.7;
}

#page .footer__info-text {
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: right;
  padding-top: 15px;
}
#page .footer__copyright {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  text-align: right;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {


  #page .footer__logo {
    width: 100%;
    padding: 30px 20px 10px;
  }
  #page .footer__logo img, .footer__logo svg {
    width: 140px;
    vertical-align: middle;
  }
  #page .footer__info {
    flex: auto;
    width: 100%;
    padding: 20px 0 10px 20px;
  }
  #page .footer__info-sitemap-title {
    margin-bottom: 15px;
  }
  #page .footer__info-sns {
    position: absolute;
    right: 10px;
    top: -50px;
  }

  #page .footer__info-group-logo {
    margin: 30px auto 0 0;
    position: static;
    left: auto;
    bottom: auto;
  }

  #page .footer__info-text {
    font-size: 1rem;
    text-align: left;
  }
  #page .footer__copyright {
    font-size: 1rem;
    text-align: left;
  }

}



