/* CSS Document */
.br_520,
.br_750 {
	display: none;
}
@media only screen and (max-width: 768px) {
  .blurFixSP {
    image-rendering: optimizeSpeed;
    /* STOP SMOOTHING, GIVE ME SPEED  */
    image-rendering: -moz-crisp-edges;
    /* Firefox                        */
    image-rendering: -o-crisp-edges;
    /* Opera                          */
    image-rendering: -webkit-optimize-contrast;
    /* Chrome (and eventually Safari) */
    image-rendering: pixelated;
    /* Chrome */
    image-rendering: optimize-contrast;
    /* CSS3 Proposed                  */
    -ms-interpolation-mode: nearest-neighbor;
    /* IE8+                           */
  }
  :root {
    --ttl_size: 26px;
    --wrapper: 60px;
  }
  .br_520, .br_360 {
    display: none !important;
  }
  .br_750 {
    display: block;
  }
  
  .wrapper::after {
    max-height: 100%;
    height: 18%;
  }
}
@media only screen and (max-width: 640px) {
  .br_520, .br_360 {
    display: block !important;
  }
}
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
Menu Toogle
********************************/
body:not(.ovh) .menu_toggle .inside {
  pointer-events: none;
}

.menu_toggle {
  background-color: #fff;
  position: fixed;
  top: var(--wrapper);
  left: 0px;
  width: 100%;
  height: calc(100vh - var(--wrapper));
  padding: 0px 0px 0px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}
.menu_toggle.active {
  opacity: 1;
  visibility: visible;
}
.menu_toggle ul li {
  position: relative;
  overflow: hidden;
}
.menu_toggle .inside {
  -webkit-overflow-scrolling: touch;
  /* Lets it scroll lazy */
  transition: all 0.5s ease;
  height: 100%;
  overflow: auto;
}
.menu_toggle .inside .ft_link {
  padding: 20px 0;
}
@supports (-webkit-touch-callout: none) {
  .menu_toggle .inside .ft_link {
    /* Specific to iOS devices */
    padding-bottom: 120px;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .menu_toggle .inside .ft_link {
      /* Safari */
      padding-bottom: 120px;
    }
  }
}

#nav-icon {
  width: 24px;
  height: 4px;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}
#nav-icon span {
  background-color: var(--clr1);;
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s;
}
#nav-icon span:nth-child(1) {
  top: 0;
}
#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
  top: 3px;
}
#nav-icon.open span:nth-child(1) {
  top: 3px;
  width: 0%;
  left: 50%;
}
#nav-icon.open span:nth-child(2) {
  transform: rotate(45deg);
}
#nav-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
}
@media only screen and (min-width: 769px) {
  #nav-icon:hover span {
    background-color: var(--main-color);
  }
}
@media only screen and (max-width: 768px) {
  #nav-icon.open span {
    background-color: var(--main-color);
  }
}

.hamburger-btn {
  width: var(--wrapper);
  height: var(--wrapper);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
}
.hamburger-btn .button-toggle {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .menu_toggle .inside .ft_link .menu01 {
    margin-bottom: 20px;
  }
  .menu_toggle .inside .ft_link .ttl {
    margin-bottom: 10px;
  }
  .menu_toggle .inside .ft_link li {
    margin: 0;
  }
  .menu_toggle .inside .ft_link a {
    width: 100%;
    padding: 10px;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
    display: block;
  }
  .menu_toggle .inside .ft_link a::before {
    top: 20px;
  }
}
@media only screen and (min-width: 769px) {
  .menu_toggle .inside .inner {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .menu_toggle .inside .ft_link {
    width: 100%;
    max-width: 870px;
    justify-content: space-between;
  }
  .menu_toggle .inside .ft_link .menu01 {
    width: 60%;
  }
  .menu_toggle .inside .ft_link .menu02 {
    width: 38%;
  }
  .menu_toggle .inside .ft_link li {
    padding-left: 16px;
    text-indent: -16px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .menu_toggle .inside .ft_link a::before {
    top: 10px;
  }
}
/* END Menu
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
General
********************************/
@media only screen and (max-width: 768px) {
  body {
    font-size: 87.5%;
  }
  a:hover {
    opacity: 1 !important;
  }
  .fblock {
    display: block;
  }
  .fblock.true {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .under .topic_path {
    padding-bottom: 10px;
  }
  .txt_l,
  .txt_r {
    float: none;
    width: auto;
  }
  .image_l,
  .image_r {
    float: none;
    width: auto;
    margin: 0 0 20px;
    text-align: center;
    max-width: none;
  }
  p {
    margin-bottom: 13px;
  }
  a .tel_click:hover {
    opacity: 1;
    color: inherit;
  }
  .slick-prev {
    left: 0px;
  }
  .slick-next {
    right: 0px;
  }
  .slick-arrow {
    z-index: 1;
    top: 15vw;
  }
}
/* END General
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
Header & Footer
********************************/
@media only screen and (max-width: 768px) {
  header.active #nav-icon span, .ovh header #nav-icon span {
    background-color: var(--clr1);
  }
  .wrapper {
    min-width: inherit;
	padding-top: 60px;
    background-image: url(../images/idx_bg_full01_sp.png);
  }
  .header_top {
    width: 100%;
    align-items: center;
    height: 60px;
    padding: 0;
  }
  .header_top .logo {
    max-width: calc(100% - 80px);
    width: auto;
    margin-left: 10px;
  }
  .header_top .logo img {
    width: auto;
    max-height: 40px;
  }
  footer {
    padding: 50px 0;
  }

  footer .ft_top .ft_banner {
    margin: 0 auto;
    display: table;
  }
  footer .ft_top .ft_banner .item:not(:last-child) {
    margin-bottom: 15px;
  }
  footer .ft_bottom .ft_info {
    max-width: 400px;
    margin: 0 auto;
  }
  footer .ft_bottom .ft_contact {
    margin-top: 20px;
	  display: flex;
	  justify-content: center;
	  flex-wrap: nowrap;
  }
	footer .ft_bottom .ft_contact .ft_logolst ul {
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
	}
	
	footer .ft_bottom .ft_contact .item {
		margin: 5px;
	}

	footer .ft_bottom .ft_contact .item img {
		margin: 0 auto;
	}
  footer .ft_bottom .ft_contact .item .note {
    margin-left: 0;
  }
  footer .ft_bottom .ft_contact .item .ttl {
    padding-left: 35px;
    font-size: calc(var(--ttl_size) - 10px);
  }
  footer .ft_bottom .ft_contact .item .ttl::before {
    left: 0;
  }
  footer .ft_bottom .ft_contact .item .num {
    margin: 0 auto;
  }
  .totop {
    bottom: 55px;
    right: 5px;
  }
  .totop .icon {
    width: 40px;
    height: 40px;
  }
  .fixed_banner {
    display: flex;
    flex-wrap: wrap;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%;
    height: 50px;
    transform: translateY(100%);
  }
  .fixed_banner.active {
    transform: translateY(0%);
  }
  .fixed_banner > div {
    width: 50%;
    height: 100%;
  }
  .fixed_banner .num {
    font-size: calc(var(--ttl_size) - 10px);
  }
  .fixed_banner .note {
    font-size: calc(var(--ttl_size) - 12px);
  }
  .fixed_banner .ttl {
    font-size: calc(var(--ttl_size) - 10px);
  }
  .copyright {
    display: block;
    padding-top: 10px;
    padding-bottom: 60px;
  }
  .copyright .flex {
    justify-content: center;
  }
  .copyright .textwidget {
    padding-left: 20px;
    margin-left: 20px;
  }
  .idx_gallery ul li .img {
    width: 200px;
  }
  .idx_gallery ul li:nth-of-type(even) .img {
    margin-top: 30px;
  }
  .idx_btn a {
    font-size: calc(var(--ttl_size) - 10px);
  }
  .idx_btn a span {
    padding-left: 15px;
  }
  .idx_box_btn {
    display: flex;
  }
  .idx_map {
    height: 299px;
  }
}
@media only screen and (max-width: 640px) {
  footer .ft_bottom .ft_contact {
	flex-wrap: wrap;
	  max-width: 80%;
	  margin-left: auto;
	  margin-right: auto;
  }

  footer .ft_bottom .ft_contact .item:first-child {
	  width: 100%;
  }
}
@media only screen and (max-width: 520px) {
  .fixed_banner .num {
    font-size: 3.8vw;
    padding-left: 6vw;
  }
  .fixed_banner .num::before {
    max-width: 17px;
    width: 4vw;
  }
  .fixed_banner .note {
    margin-top: -1vw;
    font-size: 3vw;
  }
  .fixed_banner .ttl {
    padding-left: 7vw;
    font-size: 4vw;
  }
  .fixed_banner .ttl::before {
    max-width: 25px;
    width: 5vw;
  }
  .idx_btn a {
    padding: 0 40px 0 0;
  }
  .idx_btn a::before {
    width: 30px;
    height: 30px;
  }
  .idx_btn a::after {
    right: 15px;
  }
  .idx_btn a span {
    padding-left: 10px;
  }
  .idx_box_btn .idx_btn {
    width: 100%;
  }
  .idx_box_btn .idx_btn:not(:last-child) {
    margin-bottom: 30px;
  }
  footer {
    padding: 40px 0 40px 0;
  }
  footer .ft_top {
    padding: 0;
  }
  footer .ft_top .ft_banner .item {
    /*max-width: 280px;*/
    margin-left: auto;
    margin-right: auto;
  }
  footer .ft_bottom .ft_info {
    /*max-width: 280px;*/
    margin: 0 auto;
  }
  footer .ft_bottom .ft_add {
    letter-spacing: -0.1em;
    margin: -1vw 0 0 56px;
    font-size: 14px;
  }
  .copyright {
    padding-bottom: 50px;
  }
  .copyright .grits {
    width: 100%;
  }
  .copyright .grits img {
    margin: auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 10px;
    max-width: 130px;
  }
  .copyright .textwidget {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    text-align: center;
  }
  .copyright .textwidget p {
    font-size: 10px;
  }
}

/* flex gr */
@media only screen and (max-width: 768px) {
  .flex_gr .item {
    width: calc(50% - 2* var(--size-mg));
  }
}


/* end flex gr */

/* idx_banner */
@media only screen and (max-width: 768px) {
  .idx_banner-gr{
    padding-bottom: 60px;
  }
  .idx_banner-gr .idx_banner {
    width: calc(33.333% - 2 * var(--size-mg));
  }

}
@media only screen and (max-width: 480px) {
  .idx_banner-gr .idx_banner {
    width: calc(50% - 2 * var(--size-mg));
  }
  .idx_banner-gr .idx_banner.big {
    width: calc(100%);
  }
}

@media only screen and (max-width: 520px) {
  .idx_banner-gr{
    padding-bottom: 40px;
  }
}
/* end idx_banner */

/* youtube */
@media only screen and (max-width: 768px) {
  .youtube_box-gr {
    padding-top: 60px;
  
  }
  .youtube_box {
    width: calc(50% - 5px);
  }
}
@media only screen and (max-width: 640px)  {
  .youtube_box-gr {
    justify-content: center;
  }
  .youtube_box {
    margin-bottom: 30px;
    width: 100%;
    max-width: 550px;
  }

  .youtube_box:last-child {
    margin-bottom: 0;
  }
}
/* end youtube */
/* End Header & Footer
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
Index
********************************/
/* END Index
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
Under
********************************/
/* END Under
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/

/*# sourceMappingURL=style_sp.css.map */
