@charset "utf-8";
/* CSS Document */
@media screen and (max-width:500px) {
.sp-none02 {display: none;}
.indent_content {padding: 30px 16px;}
	.indent_content02 {margin-top: 30px;}
.page_thumb {letter-spacing: inherit; font-size: 4vw; height: 60px; margin-bottom: 20px; background-position: center; background-size: cover; margin-top: 60px;}
.content {padding: 16px;}

/*header*/
	header {width: 100%; height: 60px; z-index: 100; box-sizing: border-box; position: fixed; top: 0; left: 0;}
	header .inner {height: 100%;}
	header h1 {display: none;}
	header h2 {width: 70%; margin-left: 16px;}
	

/*ハンバーガー*/	
	#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: #004ea2;
  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;
  width: 70%;
}
#nav-toggle span:nth-child(3) {
  top: 18px;
  width: 90%;
}

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

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

#container {
  z-index: 900;
}

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

#gloval-nav {
  background: url("img/sp/header/nav_bg.jpg")top left repeat;
  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: 3.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: 10px 0;
  transition: color 0.6s ease;
}
#gloval-nav ul {
  list-style: none;
padding: 0 16px;
letter-spacing: 3px;
}
#gloval-nav ul li {
  position: relative;
  width: 100%;
  border-bottom: 1px dotted #fff;
  color: #fff;
}

.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;
}
	.h_contact_area {display: none;}
	.nav_bg {display: none;}
	.sp_slide {margin-top: 60px;}

/*index*/
	#index .box01 h2 {margin-bottom: 0;}
	#index .box01 ul {display: block;}
	#index .box01 li {margin-top: 20px;}
	#index .box01 .btn,#index .box04 .btn {width: 100%; height: auto; padding: 16px 0; font-size: 4vw; margin-top: 30px; background-size: 8%; background-position: center left 8%; border: 2px solid #000;}
	#index .place_list .con{display: block;}
	#index .place_list .left,#index .place_list .right{width: auto; margin-top: 16px;}
	#index .place_list  h3{font-size: 4.5vw; margin-bottom: 0;}
	#index .place_list .inner01 {font-size: 3.5vw; padding: 5px 16px; border: 3px solid #004ea2; border-top: none; display: block;}
	#index .place_list .inner02 {border: 3px solid #63b4cf;}
	#index .place_list .tag02 {font-size: 3.5vw; text-align: end; line-height: 1.5;}
	#index .place_list .left .place span{font-size: 3vw;}
	#index .place_list .right img{margin-top: 16px;}
	/*追記*/
	#index .place_list .right{display: block;}
	#index .place_list .indent_content{ width: 100%; height: auto;}
	#index .place_list .sc_left{ width: 100%; height: auto;}
	#index .place_list .sc_right{ width: 100%; height: auto; margin-top: 20px;}
	#index .place_list .sc_right h3{height: auto;}
	#index .place_list .inner01 .inner01_left{ width: 100%; height: auto;}
	#index .place_list .inner01 .inner01_right{ width: 100%; height: auto; margin: 0; border-top: 1px solid #004ea2;}
	
	#index .box02 {background: url("img/sp/index/box02_bg.jpg")center center no-repeat; background-size: cover;}
	#index .box02 h2 {margin-bottom: 20px;}
	#index .box02 h2::after {display: none;}
	#index .box02 h3 {font-size: 3.5vw; margin: 10px 0;}
	#index .box02 .item {width: 48%; margin-right: 4%;}
	#index .box02 .item:nth-child(2n) {margin-right: 0;}
	#index .box02 .item:nth-child(n + 3) {margin-top: 4%;}
	#index .box02 .btn {height: auto; padding: 5px 0; font-size: 3.5vw; background-size: 2%; background-position: center right 5%; border: 2px solid #000;}
	#index .box02 .no {font-size: 4vw;}
	#index .box02 .no span {font-size: 7vw;}
	#index .box02 .img img {height: 100px;}
	#index .box02 .icon {width: 40%;}
	#index .box02 .btn02 {width: 100%; height: auto; font-size: 4vw; padding: 16px 0; margin-top: 30px; background-size: 2%; background-position: center right 2%; border: 2px solid #000;}
	#index .box03 {font-size: 6vw;}
	#index .box03 .title_box {padding: 10px 0; text-align: center; display: block;}
	#index .box03 h2 {font-size: 5.5vw;}
	#index .box03 .under {padding: 20px 10px;}
	#index .box03 .txt01 {display: none;}
	#index .box03 .tel {display: none;}
	#index .mw_wp_form {padding: 0;}
	#index .box03 .txt02 {display: none;}
	#index .box03 .form_txt01 .essential {top: 0;}
	#index .box03 table th, #index .box03 table td {display: block; font-size: 3.5vw;}
	#index .box03 table th {width: 100%; padding: 0;}
	#index .box03 table td {padding-bottom: 16px;}
	#index .box03 table input, #index .box03 table textarea {border: 2px solid #1f57a1; font-size: 16px; padding: 5px;}
	#index .box03 .mw_wp_form_input .btn input {border: 2px solid #000;}
	#index .box04 ul {flex-wrap: wrap; margin: 16px auto;}
	#index .box04 ul::before,#index .box04 ul::after {display: none;}
	#index .box04 li {width: 48%;}
	#index .box04 li:nth-child(n + 3) {margin-top: 4%;}
	#index .box04 .btn {padding: 10px 0; border: 2px solid #000;}
	#index .box05 h2 {display: none;}
	#index .box05 ul {width: 100%; padding: 10px; flex-wrap: wrap;}
	#index .box05 li {width: 48%; font-size: 3vw;}
	#index .box05 li:nth-of-type(n + 3) {margin-top: 4%;}
	#index .box05 .btn {width: 100%; height: auto; font-size: 4vw; padding: 10px 0; margin-top: 30px; background-size: 2%; background-position: center right 5%; border: 2px solid #000;}
	#index .box06 {padding: 30px 0;}
	#index .box06 ul {display: block; margin-bottom: 0; padding: 0 16px 16px;}
	#index .box06 li {width: 100%; border: 3px solid #000; box-shadow: 3px 3px #000;}
	#index .box06 li:nth-child(n + 2) {margin-top: 16px;}
	#index .box06 h3 {margin-bottom: 16px;}
	#index .box06 .txt {font-size: 3.2vw;}
	#index .box07 .item {width: 48%; margin-right: 4%;}
	#index .box07 .item:nth-child(2n) {margin-right: 0;}
	#index .box07 .item:nth-child(n + 3) {margin-top: 16px;}
	#index .box07 .img {border: 2px solid #000; box-shadow: 2px 2px #000;}
	#index .box07 .img img {height: 100px;}
	#index .box07 h3 {font-size: 3.5vw; margin-top: 16px auto 0;}
	#index .box07 .txt01 {font-size: 3.5vw;}
	#index .box07 .btn {width: 100%; height: auto; font-size: 4vw; padding: 10px 0; margin-top: 30px; background-size: 1.5%; background-position: center right 5%; border: 2px solid #000;}
	#index .box07 h2 {margin-bottom: 20px; width: 80%;}
	#index .box07 h2::after {display: none;}
	#index .box08 .inner {display: block; margin: 16px auto; font-size: 3.5vw;}
	#index .box08 .inner img {margin: 0 auto 16px;}
	#index .box08 .inner .big {margin-left: 0; font-size: 5vw; text-align: center; margin-bottom: 20px;}
	#index .box08 .inner .big .b_bg {margin-top: 5px;}
	#index .box08 a {width: 48%; height: auto; font-size: 3.5vw; padding: 10px 0; background: #004ea2;}
	#index .box08 a:nth-child(n + 3) {margin-top: 4%;}
	#index .box08 .icon01 {width: 40%;}
	#index .box08 .icon02 {display: none;}
	#index .box08 .btn {width: 100%; height: auto; font-size: 4vw; padding: 10px 0; margin-top: 30px; background-size: 1.5%; background-position: center right 5%; border: 2px solid #000;}
	#index .box09 {background: #f3f3f3;}
	#index .box09 .blog_item_area {display: block; margin-top: 20px;}
	#index .box09 .list {width: 100%; padding: 0 10px 20px; border: 2px solid #004ea2;}
	#index .box09 h2 {width: 25%; margin-left: 5%;}
	#index .box09 .btn {position: relative; width: 100%; height: auto; font-size: 3.5vw; padding: 10px 0; margin-top: 16px;}
	#index .box09 .icon {width: 10%;}
	#index .box09 .item {display: block; font-size: 3.5vw; padding-bottom: 16px; margin-bottom: 16px;}
	#index .box09 .time {font-size: 3.5vw; margin-bottom: 10px; margin-right: 0;}
	#index .box09 h3 {font-size: 4vw;}
	#index .box09 .list:nth-child(n + 2) {margin-top: 20px;}
	#index .box10 .inner {flex-wrap: wrap;}
	#index .box10 a {width: 48%; border: 2px solid #000;}
	#index .box10 a p {font-size: 3.5vw;}
	#index .box10 a:nth-child(n + 3) {margin-top: 4%;}
	#index .box11 .noto {display: none;}
	#index .box11 h2 img {width: 30%; margin: auto;}
	#index .box11 .txt_box {margin-top: 20px; border: 2px solid #000; padding: 10px;}
	#index .box12 h2 {width: 80%; margin: auto;}
	#index .box12 h2::before, #index .box12 h2::after {display: none;}
	#index .box12 iframe {width: 100%; height: 250px; border: 2px solid #000; margin: 20px auto 0;}
	#index .box12 .txt01 {display: none;}
	#index .box12 .inner {display: none;}
	#index .box12 table {margin: auto;}
	#index .box12 tr:nth-child(2) th, #index .box12 tr:nth-child(2) td {padding-top: 10px;}
	#index .box12 .right_box p {text-align: center; margin-top: 10}
	#index .box12 .right_box p:nth-child(2) {margin-top: 10px;}
	

/*footer*/
	footer {background: url("img/sp/footer/bg.jpg")center center no-repeat; padding-top: 20px;}
	footer .home_link {display: none;}
	footer .inner {display: none;}
	footer .sp_logo {width: 70%; margin: 0 auto 20px;}
	

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;}
	
	#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,#voice_single .page_title {font-size: 3.5vw; line-height: 1.5;}
	.sub_page {margin-bottom: 0;}
	
	/*contactbanner*/
	#contact_banner {border: none; margin-top: 30px; padding-bottom: 30px;}
	#contact_banner .con_over {display: block; padding: 16px 0;}
	#contact_banner .con_over img {margin: auto; width: 75%;}
	#contact_banner .con_over p {padding-left: 0; font-size: 7vw; text-align: center; margin-top: 10px;}
	#contact_banner .con_inner {display: block; padding: 16px 16px 0;}
	#contact_banner .con_tel {font-size: 5vw; text-align: center;}
	#contact_banner .con_tel span {font-size: 9vw;}
	#contact_banner .con_mail {width: auto; height: auto; padding: 16px; font-size: 4vw; margin-top: 10px;}
	#contact_banner .con_mail img {width: 5%;}
	#contact_banner .con_txt01 {display: none;}
	#contact_banner .con_txt02 {font-size: 3.2vw; margin-top: 16px;}
	#contact_banner .con_txt03 {font-size: 3.2vw; margin-top: 10px;}
	
	
	
	/*contact*/
	#contact .tel {border: 1px solid #004ea2; margin: 16px auto;}
	#contact .txt01 {font-size: 3.2vw; padding: 0 16px;}
	#contact h2 {font-size: 5vw; margin: 0 16px;}
	#contact h2 span {border-left: 3px solid #004ea2;}
	#contact ul {padding: 0 16px;}
	#contact li {font-size: 3.5vw; line-height: 1.5; margin-top: 16px;}
	#contact table {margin: 16px auto;}
	.mw_wp_form {padding: 0 16px;}
	#contact table th, #contact table td {width: 100%; display: block; font-size: 3.5vw; padding: 10px;}
	#contact table input {position: relative; margin: 0; vertical-align: middle;}
	#contact table input, #contact table textarea {font-size: 16px;}
	.mw_wp_form_input .btn input {width: 100%!important; font-size: 3.5vw!important; padding: 15px 0!important; border: 2px solid #000;}
	#contact .box02 {padding: 0 16px 20px; font-size: 3.5vw;}
	#contact .thanks {padding: 0 16px 16px; font-size: 3.5vw; margin-bottom: 0;}
	
	/*featured*/
	#featured .box01 {padding: 12px 16px; border-bottom: 2px solid #fff; padding-bottom: 5px;}
	#featured .box01 h2 {font-size: 5vw; margin: 0 16px; line-height: 1.5;}
	#featured .icon01 {display: none;}
	#featured .box01 .title_box {width: 75%; display: block; margin: 10px auto 0; padding-bottom: 10px;}
	#featured .box01 .inner01 {display: none;}
	#featured .box02 {padding: 0; font-size: 3.5vw; border: none;}
	#featured .box02 .title01 {width: auto; font-size: 5vw; text-align: center; border: none; margin-bottom: 0; padding: 16px;}
	#featured .box02 .title01 img {display: none;}
	#featured .box02 .title01::after {display: none;}
	#featured .box02 .title01 img {left: 0; right: 0; margin: auto; top: -25%;}
	#featured .box02 .txtbox img {display: none;}
	#featured .box02 .box02_txt01::before {display: none;}
	#featured .box02 .box02_txt01 {padding: 20px 16px; font-size: 4.5vw; line-height: 1.5;}
	#featured .box02 .box02_txt01 img {margin: 16px auto 0; width: 80%;}
	#featured .box02 .txtbox {border: 2px solid #000; width: auto; height: auto; padding: 10px; margin: auto 16px;}
	#featured .box02 .arrow {width: 15%;}
	#featured .box02 .box02_txt03::before {display: none;}
	#featured .box02 .box02_txt03 {width: 80%;}
	#featured .big_img01,#featured .big_img02,#featured .big_img03 {padding: 0 16px; box-sizing: border-box;}
	#featured .box02 .inner_box {margin: 20px 0 0;}
	#featured .box02 .inner_box h4::after {display: none;}
	#featured .box02 .inner_box h4 {height: auto; display: block; background: #63b4cf; padding: 10px; font-size: 4vw; text-align: center;}
	#featured .box02 .inner_box .txt {border: 1px solid #b5b5b5; font-size: 3.5vw; padding: 16px; line-height: 2;}
	#featured .box02 .inner_box .txt span{font-size: 4vw;}
    #featured .box02 .inner_box .txt .add_txt {margin-top: 5px;}
	
	/*service*/
	#service .box01 {padding: 16px; border: 2px solid #004ea2;}
	#service .box01 .inner01::before {display: none;}
	#service .box01 .inner01 a,#service .box01 .inner01 {position: inherit; z-index: inherit;}
	#service .box01 h2 {width: 60%; margin: auto;}
	#service .box01 .txt01 {font-size: 3.5vw; text-align: center; margin: 16px auto 10px; padding: 0;}
	#service .box01 .inner01 a {width: 48%;}
	#service .box02 {border: none; font-size: 3.5vw; margin-top: 0;}
	#service .box02 h3 {font-size: 6.5vw; padding: 10px 0;}
	#service .box02 .pad_box {padding: 30px 16px;}
	#service .box02 .txt01 {font-size: 6vw; margin-bottom: 16px;}
	#service .box02 .table01,#service .box02 .table02,#service .box02 .table03 {border: 2px solid #b5b5b5; padding: 10px 16px; font-size: 3.5vw; line-height: 1.5;}
	#service .box02 .table01 table,#service .box02 .table02 table,#service .box02 .table03 table,#service .box02 .table04 table{font-size: 3vw;}
	#service .box02 .table01::after,#service .box02 .table02::after,#service .box02 .table03::after,#service .box02 .table04::after {display: none;}
	#service .box02 .txt02 {font-size: 5vw; line-height: 1.2;}
	#service .box02 .txt02 .big {font-size: 7vw;}
	#service .title_box {display: block; height: auto; font-size: 3.5vw; background: #63b4cf; padding: 16px 0;}
	#service .title_box p {display: none;}
	#service h4 {font-size: 5vw; margin-left: 0; text-align: center;}
	#service .con01 .inner {display: block; font-size: 3.5vw; margin: 20px 0;}
	#service .point_box {background: #fff; padding: 0; border: 1px solid #000;}
	#service .box02 .ul01::after,#service .box02 .ul02::after,#service .box02 .ul03::after ,#service .box02 .ul04::after{display: none;}
	#service h5 {position: relative; top: inherit; left: inherit; width: 100%; box-sizing: border-box; display: block; text-align: center; font-size: 4vw;}
	#service .box02 .ul01,#service .box02 .ul02,#service .box02 .ul03 ,#service .box02 .ul04{font-size: 3.5vw; padding: 10px;}
	#service .box02 li:nth-child(n + 2) {margin-top: 10px;}
	#service .con01 {margin-top: 20px;}
	#service .con01 .inner img {margin: 0 auto 16px;}
	#service .under_box {border: 1px solid #b5b5b5;}
	#service .under_box h4 {font-size: 4.5vw;}
	#service .under_box .inner01{font-size: 3.8vw; padding: 5px 16px;}
	#service .under_box .tag01{text-align: end; line-height: 1.5;}
	#service .under_box .tag02{font-size: 3.5vw;text-align: end; line-height: 1.5;}
	#service .under_box .place span{font-size: 3vw;}
	
	
	
	
	/*reason*/
	#reason .mainbox {box-sizing: border-box; justify-content: center; flex-wrap: wrap; margin: 0; left: 0; right: 0; padding: 0; position: relative; bottom: 0;}
	#reason .mainbox a {margin-right: 0;}
	#reason .mainbox a:nth-child(1),#reason .mainbox a:nth-child(3) {margin-right: 4%;}
	#reason .mainbox a:nth-child(n + 3) {margin-top: 4%;}
	#reason .title {font-size: 5vw;}
	#reason .con01 {padding: 16px; border: none; font-size: 4.5vw;}
	#reason .con01 h4 {width: 75%; margin: 16px auto;}
	#reason .con01 h5 {font-size: 4vw;}
	#reason .inner {display: block; font-size: 3.5vw; line-height: 2; margin-bottom: 0;}
	#reason .inner img {margin: 0 auto 16px;}
	#reason .under {border: none; padding: 0; background: none; margin-top: 20px;}
	#reason .under::after {display: none;}
	#reason .under h6 {font-size: 5vw; margin-bottom: 20px; line-height: 1.5;}
	
	/*menu*/
	#menu .con01 {border: none; padding: 0 16px; margin-top: 30px;}
	#menu .con01 .box01 {font-size: 3.5vw;}
	#menu .box01 .title {margin-top: 0; font-size: 0;}
	#menu .inner01 {display: block; padding: 0; line-height: 2; margin-bottom: 10px; font-size: 3.5vw;}
	#menu .inner01 img,#menu .inner02 img {margin: 0 auto 16px; border: 2px solid #000;}
	#menu .box02 h3 {font-size: 4vw; text-align: center; padding: 16px 0; line-height: 1.5;}
	#menu .box02 h3 .bigtxt {font-size: 5.5vw; margin-top: 0; position: relative; top: inherit; right: inherit;}
	#menu .box02 .inner01 {margin: 0 auto;}
	#menu .inner02 {font-size: 3.5vw; margin-top: 16px; padding: 0; display: block; line-height: 2;}
	#menu .box02 .end {padding: 0; margin-top: 5px;}
	
	
	/*voice*/
	#voice .voice_item {width: 48%; margin-right: 4%;}
	#voice .img {border: 2px solid #000;}
	#voice .img img {height: 100px;}
	#voice .txt_box {font-size: 3.5vw;}
	#voice h2 {font-size: 3.5vw; line-height: 1; margin-bottom: 5px;}
	#voice .btn, #gallery .btn {border: 2px solid #000; font-size: 3.5vw; margin-top: 10%; background-size: 2%;}
	#voice_single .img img {height: auto;}
	#voice_single .gallery_box {padding: 0 16px;}
	#voice_single h2 {font-size: 4vw; border-left: 2px solid #004ea2;}
	#voice_single .title_box {font-size: 3.5vw; border-bottom: 1px solid #004ea2;}
	#voice_single .list a,#voice_single .list a:nth-child(3n) {width: 48%; margin-right: 4%;}
	#voice_single .list a:nth-child(2n) {margin-right: 0;}
	#voice_single .list a:nth-child(n + 3) {margin-top: 4%;}
	#voice_single .list a img {height: 100px;}
	#voice_single .txt_box {border: 2px solid #000; padding: 10px 16px; font-size: 3.5vw; margin-bottom: 20px;}
	
	/*gallery*/
	#gallery .gallery_item {width: 48%; margin-right: 4%;}
	#gallery .gallery_item:nth-child(2n) {margin-right: 0;}
	#gallery .over {border: 2px solid #000;}
	#gallery .img img {height: 100px;}
	#gallery .icon {width: 35%;}
	#gallery .price_txt {font-size: 3.5vw;}
	#gallery .price_txt span {font-size: 5vw;}
	#gallery h2 {font-size: 3.5vw; line-height: 1;}
	
	/*blog*/
	#blog .blog_area {border: none; padding: 0 16px;}
	#blog .blog_item {padding-top: 16px; margin-top: 16px;}
	#blog .time {font-size: 3.5vw;}
	#blog h2 {font-size: 4vw; margin-top: 10px;}
	#blog_single .txt_box {border: none; padding: 0 16px; font-size: 3.5vw;}
	
	/*company*/
	#company table {border: none;}
	#company th, #company td {display: block; font-size: 4vw; padding: 16px;}
	#company th {width: 100%; text-align: left;}
	#company iframe {height: 250px;}
	#company .txt_box {border: none; padding: 10px 16px; font-size: 3.5vw; line-height: 2;}
	#company .txt_box .txt {margin-top: 10px;}
	#company .box {display: block;}
	#company .sitemap .box div {width: 100%;}
	#company .sitemap .box a {font-size: 3.5vw; border-left: 2px solid #004ea2; margin-top: 16px; margin-left: 16px;}
	#company .sitemap .box a:nth-child(1) {margin-top: 16px;}


}
@media screen and (max-width:350px) {
	header h1 {display: none;}
}




