@charset "utf-8";
/* CSS Document */
@media screen and (max-width:500px) {
.spmgn-t10 {margin-top: 10px!important;}
.spmgn-t16 {margin-top: 16px;}
.spmgn-t20 {margin-top: 20px!important;}
.spmgn-b16 {margin-bottom: 16px;}
.spmgn-b0 {margin-bottom: 0!important;}
.sppdg-b0 {padding-bottom: 0!important;}
.sp_block {display: block!important;}
.spposition {position: relative;}
.sp-none02 {display: none;}
.indent_content {padding: 20px 16px;}
.page_thumb {letter-spacing: inherit; font-size: 4vw; height: 60px; margin-bottom: 20px; margin-top: 60px; background-position: center;}
/*チェックボックス非表示*/
.nav-none { display:none; }
	header {width: 100%; padding: 10px; position: fixed; top: 0; z-index: 150; background-color: #fff; box-sizing: border-box; display: flex; align-items: center; height: 60px;}
	header h1 {display: none;}
	header h2 {font-size: 5vw; margin-right: 0; margin-bottom: 3px; width: 70%;}
	header .ul01 {display: none;}
	header .center {display: block; padding: 0; line-height: 1; font-size: 3vw;}
	.content {padding: 16px;}
	.main {min-width: inherit; margin-left: inherit; left: inherit; margin-top: 60px;}
	header .tel {display: none;}

/*ハンバーガー*/	
	#nav-toggle {
  position: fixed;
  top: 6px;
  right: 5%;
width: auto;
  cursor: pointer;
  font-size: 12px;
}
#nav-toggle > div {
  position: relative;
  width: 100%;
}
#nav-toggle span {
  width: 100%;
  height: 2px;
  left: 0;
  display: block;
  background: #d60000;
  position: absolute;
  transition: transform 0.3s ease-in-out, top 0.5s ease;
  /* #nav-toggle close */
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 9px;
}
#nav-toggle span:nth-child(3) {
  top: 18px;
}

.open #nav-toggle span:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
background-color: #d60000;
}
.open #nav-toggle span:nth-child(2) {
  top: 10px;
  width: 0;
  left: 50%;
background-color: #d60000;
}
.open #nav-toggle span:nth-child(3) {
  top: 10px;
  transform: rotate(-45deg);
background-color: #d60000;
}

/* z-index */
#nav-toggle {
  z-index: 1000;
}

#container {
  z-index: 900;
}

#gloval-nav nav {
  z-index: 999;
}

#gloval-nav {
  background: url(img/index/box01_bg.jpg)top left repeat;
  color: #000;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 5vw;
  padding-left: 0;
  transform: translateX(-100%);
  transition: transform .7s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.open #gloval-nav {
  transform: translateX(0);
}

#gloval-nav a {
  display: inline-block;
  text-decoration: none;
  padding: 5px 0;
  transition: color 0.6s ease;
}
#gloval-nav ul {
  list-style: none;
padding: 0 16px;
}
#gloval-nav ul li {
  transform: translateX(-250px);
  transition: transform .4s ease;
  position: relative;
  width: 100%;
  border-bottom: 1px dotted #000;
}

#gloval-nav ul li:nth-child(2) {
  transition-delay: 0.15s;
}
#gloval-nav ul li:nth-child(3) {
  transition-delay: 0.3s;
}
#gloval-nav ul li:nth-child(4) {
  transition-delay: 0.45s;
}
#gloval-nav ul li:nth-child(5) {
  transition-delay: 0.6s;
}
#gloval-nav ul li:nth-child(6) {
  transition-delay: 0.75s;
}
#gloval-nav ul li:nth-child(7) {
  transition-delay: 0.9s;
}
#gloval-nav ul li:nth-child(8) {
  transition-delay: 1.05s;
}

.open #gloval-nav li {
  transform: translateX(0);
}

.nav-bg {
  opacity: 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  transition: all 1s ease;
}
.nav-bg.active {
  opacity: 1;
}
/*index*/
    #index .n_box01 {padding: 30px 16px; box-sizing: border-box; background: url("img/sp/n_box01_bg.jpg")center center no-repeat; background-size: cover;}
    #index .n_box01 h2 {font-size: 6vw; height: auto; padding: 15px 0;}
    #index .n_box01 h2::before, #index .n_box01 h2::after {display: none;}
    #index .n_box01 .inner {margin: 30px auto;}
    #index .n_box01 .icon {position: relative; left: inherit; top: inherit; bottom: inherit; margin: 0 auto 20px;}
    #index .n_box01 .btn {width: 100%; height: auto; font-size: 4vw; padding: 15px 0;}
    
    
	#index .box01 {padding-bottom: 20px;}
	#index .box01 h2 {font-size: 6vw; border-bottom: 3px solid #878787;}	
	#index .box01 .arrow {display: none;}
	#index .box01 .txtpoint {background: none;}
	#index .box01 .big {font-size: 4.5vw; margin-top: 16px;}
	#index .box01 .big span {font-size: 5.5vw;}
	#index .box01 .icon {top: -35%; width: 18%; left: 1%;}
	#index .box01 .txt_box {width: auto; padding: 10px; margin: 10px 16px 0; box-shadow: none; font-size: 3.5vw;}
	#index .box02 {padding-bottom: 20px; background-size: cover;}
	#index .box02 .title {padding: 20px 16px;}
	#index .box02 .txt_box {margin: 20px 16px 0; width: auto; display: block; font-size: 3vw; box-shadow: none;}
	#index .box02 .txt_box .img01,#index .box02 .txt_box .img02 {border-top: 10px solid #ff0000; border-left: none; border-right: none;}
	#index .box02 .txt_box .big {font-size: 4vw;}
	#index .box02 .sp-box {padding: 10px;}
	#index .box03 {padding: 20px 16px; background: url(img/sp/box03_bg.jpg)center center no-repeat;}
	#index .box03 .icon01,#index .box03 .icon02,#index .box04 .icon01,#index .box04 .icon02 {display: none;}
	.swiper-custom-parent {width: 100%; margin: 10px auto 0; padding: 0;}
	.swiper-container {width: 100%; box-shadow: none; border: 2px solid #000;}
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next,.swiper-button-next, .swiper-container-rtl .swiper-button-prev {display: none;}
	#index .box05 .title_area {display: block;}
	#index .box05 .title_area p {display: none;}
	#index .box05 h2 {font-size: 6vw; margin-right: 0; line-height: 1; text-align: right;}
	#index .box05 .title_area .icon {left: 0; bottom: 0; width: 18%;}
	#index .box05 .tel {font-size: 3vw; border: 2px solid #000; line-height: 1.3; padding: 10px 0;}
	#index .box05 .content {padding: 10px;}
	#index .box05 .tel .big img {display: none;}
	#index .box05 .tel .big {font-size: 9vw; margin-top: 5px; line-height: 1;}
	#index .box05 .tel .icon02,#index .box05 .tel .icon01 {width: 13%;}
	#index .box05 .big_txt {display: none;}
	#index .box05 table {margin: 16px auto 5px;}
	.mw_wp_form {padding: 0 16px;}
	#index .box05 table th, #index .box05 table td {width: 100%; display: block; font-size: 3.5vw; padding: 10px 0 0;}
	#index .box05 table input {position: relative; margin: 0; vertical-align: middle;}
	#index .box05 table input, #index .box05 table textarea {font-size: 16px;}
	.mw_wp_form_input .btn input {width: 100%!important; font-size: 3.5vw!important; padding: 15px 0!important;}
	.mw_wp_form {padding: 0;}
	#index .bnr_area {padding: 20px 16px;}
	#index .box07 h2 {margin-top: 0;}
	#index .box07 .icon03 {display: none;}
	#index .box07 .sp-txt {font-size: 5vw; box-sizing: border-box; background-color: #d60000; line-height: 1; padding: 10px 0;}
	#index .box07 .con01 {padding: 0; border: 3px solid #000; box-shadow: none; margin-top: 16px;}
	#index .box07 .title_area {display: block; font-size: 3.2vw; text-align: center; margin-bottom: 10px;}
	#index .box07 .title_area img {margin: 10px auto;}
	#index .box07 h3 {font-size: 4.5vw; line-height: 1.3;}
	#index .box07 .txt-j {padding: 0 10px 10px; font-size: 3.5vw;}
	#index .box08 h2 {width: 50%; margin: auto auto 10px;}
	#acMenu dt.active {background: none;}
	#acMenu dt,#acMenu dd {font-size: 3vw; padding: 10px 0; background: none;}
	#acMenu dt span {font-size: 3.5vw;}
	#acMenu dt img, #acMenu dd img {width: 5%; margin-right: 10px;}
	#index .box09 h2 {font-size: 7vw; margin-bottom: 5px;}
	#index .box09 .min {font-size: 5vw;}
	#index .box09 .inner {margin-top: 0; display: block;}
	#index .box09 ul {width: 100%;}
	#index .box09 li {font-size: 4vw; padding: 5px 0;}
	#index .box09 li span {font-size: 5vw;}
	#index iframe {width: 100%; height: 200px; margin-top: 16px;}
	footer .over {background: url(img/sp/bg.jpg)center center no-repeat; padding: 10px;}
	#acMenu02 dt{
width:100%;
line-height:1.3;
cursor:pointer;
box-sizing: border-box;
font-weight: bold;
font-size: 3.5vw;
border: 2px solid #000;
margin-top: 20px;
background-color: #fff;
}
#index .box06 .icon {margin-left: 0; margin-top: 0px; width: 15%; box-sizing: border-box; border-right: 2px solid #000;}
#acMenu02 dt img,#acMenu02 dd img {margin-right: 0;}
#index .box06 h3 {font-size: 4.5vw;}	
#index .box06 .title_area {padding: 0; box-sizing: border-box; border-bottom: 2px solid #000;}
#index .box06 .txt {padding: 10px; font-size: 3.5vw;}
#index .box06 .btn {font-size: 3.5vw; padding: 10px;}
#index .box06 .btn p {display: inline-block;}
#index .box06 .inner {display: block; font-size: 3vw;}
#index .box06 .txt01 {font-size: 3.4vw; margin-bottom: 10px; text-align: center;}
#acMenu02 dd{
width:100%;
line-height:1.5;
display:none;
padding: 10px;
box-sizing: border-box;
border: 2px solid #000;
border-radius: 10px;
margin-top: 16px;
background-color: #fff;
}
#acMenu02 dd img {margin: 0 auto;}
#acMenu02 .big {font-size: 4.5vw; line-height: 1.3; margin: 16px auto 10px;}	
#i01,#i02,#i03,#i04,#i05 {margin-top: -60px; padding-top: 60px;}
    
{margin-right: inherit;}
    
    
    
/*footer*/
footer .copyright_area {display: block; text-align: center; font-size: 3vw; padding: 7px 0; line-height: 1.5;}
	.stoker02 {display: flex; justify-content: space-between;}
	.stoker02 li {width: 50%;}
	
	#pop_banner {
padding: 0;
    z-index: 50;
    background: none;
    width: 100%;
    border: none;
    bottom: 0;
	position: fixed;
	}

.pan {
display: none;
}
.page_top_img {
margin-top: 30px;
}
.page_title,#case_single .page_title {font-size: 3.5vw; line-height: 1.2;}
		/*sitemap*/
	#sitemap li {font-size: 4vw; line-height: 1.3;}
	#sitemap li span {border-left: none;}
}
@media screen and (max-width:350px) {
	header h1 {display: none;}
}




