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

/*header*/	
	header {background: #fff; padding: 0; position: fixed; width: 100%; height: 60px; z-index: 100; top: 0; left: 0; display: flex; align-items: center;}
	header h1 {display: none;}
	header .right_box {display: none;}
	header .logo {margin-right: 2%; width: 15%;}
	header h2 {font-size: 6vw;}
	header .min {font-size: 3.5vw;}
/*ハンバーガー*/	
	#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: #188318;
  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: #188318;
}
.open #nav-toggle span:nth-child(2) {
  top: 10px;
  width: 0;
  left: 50%;
background-color: #188318;
}
.open #nav-toggle span:nth-child(3) {
  top: 10px;
  transform: rotate(-45deg);
background-color: #188318;
}

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

#container {
  z-index: 900;
}

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

#gloval-nav {
  background: #fff;
  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 #000;
}

.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;
}
	.front_main {margin-top: 60px; background: none;}
	.nivoSlider {width: 100%; left: inherit; margin-left: inherit;}	
	.nav_bg {display: none;}
	.nivoSlider img {height: auto!important; width: 100%;}

	
/*index*/
#index .box01 {padding: 0 0 30px; background: none;}
#index .box01 h2 {font-size: 6vw; padding: 16px; line-height: 1.5; text-align: center;}	
#index .box01 .gallery_box::before,#index .box01 .gallery_box::after,#index .box01 h2::after {display: none;}
#index .box01 h2 .big,#index .box01 .t01,#index .box01 .t02 {font-size: 6.5vw;}
	#index .box01 .gallery_box {border: none;}
	#index .box01 .gallery_list {padding: 0 16px;}
	#index .box01 .gallery_item {width: 48%; margin-top: 4%; font-size: 3.5vw; margin-right: 4%; line-height: 1;}
	#index .box01 .gallery_item:nth-child(5n) {margin-right: 4%;}
	#index .box01 .gallery_item:nth-child(2n) {margin-right: 0;}
	#index .box01 .gallery_img {width: 100%; margin-bottom: 7%;}
	#index .box01 .gallery_img img {height: 100px;}
	#index .box01 h3 {margin-bottom: 5% auto; font-size: 3.5vw;}
	#index .box01 .btn {background: #1b1b1b;}
	#index .box01 .gallery_list h3 {margin: 10px auto;}
	#index .box01 .btn02 {width: auto; font-size: 4vw; padding: 16px 0; background-position: center right 5%; background-size: 5%; margin: 10px 16px 0;}
	#index .box01 .cat_box a,#index .box01 .cat_box a:nth-child(3n) {width: 48%; height: auto; margin-right: 4%; margin-top: 4%;}
	#index .box01 .cat_box a:nth-child(2n) {margin-right: 0;}
	#index .box01 .cat_box a p {font-size: 3.2vw; border-left: 3px solid #3c9d00;}
	#index .box01 .cat_box a::after {display: none;}
	#index .box01 .cat_box {padding: 20px 16px;}
	#index .box01 .cat_box h3 {font-size: 4.5vw; padding: 15px 0;}
	#index .box02 {border: none; padding: 30px 16px;}
	#index .box02 h2 {font-size: 4vw; margin-bottom: 20px; line-height: 1.5;}	
	#index .box02 h2 span {font-size: 5vw;}
	#index .box02 .inner {display: block;}
	#index .box02 .img {min-width: inherit; margin: 0 auto 16px;}
	#index .box02 .txt_box {margin-right: inherit; margin-bottom: 16px;}
	#index .box02 .txt_box img {width: 18%;}
	#index .box02 .txt_box .txt01 {margin-left: 2%; width: 80%;}
	#index .box02 .txt02 {width: auto; font-size: 3.5vw; margin: 0 auto;}
	#index .box02 .btn {width: auto; font-size: 3.5vw; padding: 16px 0; margin-top: 20px; background-position: center right 5%; background-size: 5%;}
	#index .box03 {background: none; padding: 0;}
	#index .box03 h2 {font-size: 4.5vw; margin-bottom: 0; line-height: 1.4; padding: 20px 0; background: url("img/sp/index/box03_title_bg.jpg")top left repeat;}
	#index .box03 h2 span {font-size: 6.5vw;}
	#index .box03 ul {display: none;}
	#index .box03 .sp-area {background: url("img/sp/index/box03_bg.jpg")top center no-repeat; background-size: cover; padding: 20px 16px 30px;}
	#index .box03 .txt {font-size: 3.5vw; padding: 10px; border: 1px solid #a0a0a0;}
	#index .box03 .btn {width: auto; font-size: 3.5vw; padding: 16px 0; margin-top: 20px; background-position: center right 5%; background-size: 5%;}
	#index .box03 .txt:after {display: none;}
	#index .box04 {padding: 0;}
	#index .box04 .inbox {padding: 20px 16px; border: none;}
	#index .box04 .over {display: block; border-bottom: 1px solid #000; padding-bottom: 10px;}
	#index .box04 .txt_box {margin: 0 auto 10px; font-size: 3.5vw; text-align: center;}
	#index .box04 .big {font-size: 6vw; margin-bottom: 5px;}
	#index .box04 h2 {font-size: 4vw; text-align: center; margin-bottom: 0;}
	#index .box04 .inner {display: block; margin: 10px auto; text-align: center; padding-right: 0;}
	#index .box04 .tel {font-size: 7vw;}
	#index .box04 .tel span {font-size: 9vw;}
	#index .box04 .mail {margin-top: 6px; width: auto; height: auto; padding: 15px 0; font-size: 4vw; box-shadow: 0 1px #434343;}
	#index .box04 .txt01 {display: none;}
	#index .box04 .txt02 {font-size: 3.5vw; margin-top: 16px;}
	#index .box04 .txt03 {line-height: 1.5; margin-top: 10px;}
	#index .box05 {padding: 30px 16px;}
	#index .box05 .big::after {display: none;}
	#index .box05 .big {font-size: 7vw; text-align: center; margin-bottom: 20px;}
	#index .box05 h2 {font-size: 4vw; border-left: 3px solid #4ecd00; border-right: 3px solid #4ecd00;}
	#index .box05 .list::before,#index .box05 .list::after {display: none;}
	#index .box05 .list a,#index .box05 .list a:nth-child(3n) {width: 48%; margin-right: 4%; margin-top: 4%;}
	#index .box05 .list a:nth-child(2n) {margin-right: 0;}
	#index .box05 .no {display: none;}
	#index .box05 .txt {font-size: 4.5vw; left: 5%;}
	#index .box05 .icon_box {display: none;}
	#index .box06 {padding: 30px 16px; margin-top: 0; background: url("img/sp/index/box06_bg.jpg")top center no-repeat; background-size: cover;}
	#index .box06 .logo {width: 20%;}
	#index .box06 h2 {font-size: 5.5vw; margin: 16px auto; line-height: 1.4;}
	#index .box06 h2 span {font-size: 7.5vw;}
	#index .box06 .inner {flex-wrap: wrap;}
	#index .box06 .inner a {width: 100%; margin-top: 20px;}
	#index .box06 .inner a:first-child {margin-top: 0;}
	#index .box06 .icon {width: 10%;}
	#index .box06 h3 {font-size: 5.5vw; margin: 16px auto;}
	#index .box06 .inner .box {width: 100%;}
	#index .box06 .inner .box p {font-size: 3.8vw; padding: 10px;}
	#index .box06 .btn {width: 100%; padding: 16px 0; font-size: 3.5vw; margin-top: 20px; background-position: center right 5%; background-size: 5%;}
	#index .box07 {padding: 30px 16px;}
	#index .box07 .inner {display: block;}
	#index .box07 .list {width: 100%;}
	#index .box07 .list02 {margin-top: 30px;}
	#index .box07 .btn {position: relative; padding: 12px 0; margin-top: 16px; font-size: 3.5vw; width: auto; height: auto;}
	#index .box07 h2 {font-size: 5vw; border-left: 3px solid #000; padding-left: 10px;}
	#index .box07 .blog_item {display: block; font-size: 3.5vw;}
	#index .box07 .time {font-size: 3.5vw; margin-right: 0; margin-bottom: 10px;}
	#index .box07 .box {padding: 16px 10px;}
	#index .box07 h3 {font-size: 4vw;}
	#index .box08 {padding: 30px 16px;}
	#index .box08 .inner {flex-wrap: wrap;}
	#index .box08 a {width: 48%; font-size: 4vw;}
	#index .box08 a:nth-child(n + 3) {margin-top: 4%;}
	#index .box08 a img {width: 20%;}
	#index .box09 {background: url("img/sp/index/box09_bg.jpg")top center no-repeat; background-size: cover;}
	#index .box09 h2 {font-size: 4vw; margin-bottom: 16px; text-align: center;}
	#index .box09 h2 span {font-size: 10vw; margin-right: 4%;}
	#index .box09 p {font-size: 3.5vw; border-top: 1px solid #fff; border-bottom: 1px solid #fff; line-height: 2;}
	#index .box10 h2 {font-size: 6vw;}
	#index .box10 .bdr {margin: 16px auto; width: 40%;}
	#index .box10 .bdr::before {width: 20%;}
	#index .box10 .inner {display: block;}
	#acMenu dt {width: 100%; background-size: 5%; padding: 10px 0;}
	#acMenu dd {width: 100%; font-size: 3.5vw; padding-left: 0;}
	#acMenu dt img, #acMenu dd img {width: 10%; margin-right: 5%;}
	#index .box10 h3 {margin: 20px 0 10px; font-size: 5vw; border-left: 3px solid #000; padding-left: 10px;}
	#index .box10 h4 {font-size: 3.5vw; padding-right: 50px;}
	#index .box10 .questionbox {margin-top: inherit;}
	#index .box10 .bdr01 {width: 20px;height: 3px;}
	#index .box10 .bdr02 {width: 3px;height: 20px;right: 28px;}
	
	
/*footer*/	
	footer .home_link {display: none;}	
	footer .left_box {display: none;}
	footer .right_box {background: none; width: 100%; color: #fff; border: none; padding: 0 16px;}
	footer .over {padding: 20px 0 16px;}
	footer .right_box .title {font-size: 3.5vw; display: block; line-height: 1.3;}
	footer .right_box .big {font-size: 6vw;}
	footer .right_box .min {font-size: 3.5vw; margin-bottom: 5px;}
	footer .right_box .tel,footer .right_box .mail {display: none;}
	footer .txt_box {font-size: 3.5vw; justify-content: flex-start; margin: 10px auto; line-height: 1.3;}
foote .copyright {display: block; font-size: 2.4vw;}
	.stoker02 {display: flex; justify-content: space-between;}

/*contact_banner*/
	#contact_banner {padding: 0 0 20px; background: none;}
	#contact_banner .inbox {border: none; padding: 0 16px;}
	#contact_banner .over {display: block; border-bottom: 1px solid #000; padding-bottom: 10px;}
	#contact_banner .txt_box {margin: 0 auto 10px; font-size: 3.5vw; text-align: center;}
	#contact_banner .big {font-size: 6vw; margin-bottom: 5px;}
	#contact_banner h2 {font-size: 4vw; text-align: center; margin-bottom: 0;}
	#contact_banner .inner {display: block; margin: 10px auto; text-align: center; padding-right: 0;}
	#contact_banner .tel {font-size: 7vw;}
	#contact_banner .tel span {font-size: 9vw;}
	#contact_banner .mail {margin-top: 6px; width: auto; height: auto; padding: 15px 0; font-size: 4vw; box-shadow: 0 1px #434343;}
	#contact_banner .txt01 {display: none;}
	#contact_banner .txt02 {font-size: 3.5vw; margin-top: 16px;}
	#contact_banner .txt03 {line-height: 1.5; margin-top: 10px;}
	
	
#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 {font-size: 4vw; line-height: 1.2; margin: 30px auto;}
.big_page_title {font-size: 5vw; letter-spacing: inherit; margin-top: 30px;}
.navigation {margin-bottom: 20px;}

	
/*contact*/
#contact .tel_box {font-size: 3.5vw; padding: 16px 0; background: #161616;}
#contact .tel {font-size: 6vw;}
#contact .tel span {font-size: 8vw;}
#contact table {margin: 16px auto; border: 1px solid #d2d2d2;}
.mw_wp_form {padding: 0 16px;}
#contact table th, #contact table td {width: 100%; display: flex; justify-content: space-between; font-size: 3.5vw; padding: 10px; border-bottom: 1px solid #d2d2d2;}
#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; margin-bottom: 0;}
	#contact .thanks {padding: 0 16px; margin: 0; font-size: 3.5vw;}
	
/*reason*/
#reason .box01 {border: none;}
#reason .box01 .no {position: relative; text-align: center; background: #3C9D00; font-size: 5vw; width: 100%; height: auto; top: inherit; left: inherit; padding: 10px 0; display: block;}
#reason .box01 h2 {font-size: 5vw; height: auto; padding: 16px 0;}
#reason .box01 .title01 {font-size: 4vw; margin-top: 20px; line-height: 1.5;}
#reason .box01 .inner {display: block; padding: 20px 16px; font-size: 3.5vw; line-height: 2;}
#reason .box01 .inner img {margin: 0 auto 16px;}
	#reason .box01 .point_box {margin: 0; border: none; background: none; padding: 0 16px 20px;}
	#reason .box01 .title_box {display: block;}
	#reason .box01 .point {display: none;}
	#reason .box01 .point_box h3 {font-size: 4.5vw; padding: 12px 0; text-align: center;}
	#reason .box01 .point_box .text {padding: 10px 0 0; font-size: 3.5vw; line-height: 2;}
	#reason .box02 {border: none;}
	#reason .box02 h2 {font-size: 4.5vw; padding: 16px 0;}
	#reason .box02 table {font-size: 4vw; margin: 6px 16px 16px; border-spacing: 0;}
	#reason .box02 th,#reason .box02 td {display: block; margin-top: 10px;}
	#reason .box02 img {width: 6%; margin-right: 2%;}
	#reason .box02 .text {font-size: 3.5vw; padding: 10px 0; line-height: 1.5;}
	
/*item*/
	#item .box01 {padding: 0 16px;}
	#item .box01 a,#item .box01 a:nth-child(3n) {width: 48%; margin-right: 4%; font-size: 3.5vw;}
	#item .box01 a:nth-child(2n) {margin-right: 0;}
	#item .box01 a:nth-child(n + 3) {margin-top: 4%;}
	#item .box01 .over p {font-size: 4.5vw; left: 16px;}
	#item .box01 .over .txt01 {font-size: 4.5vw;}
	#item .box02 .inner img {width: 48%;}
	#item .box02 h2 {font-size: 4.5vw; margin-top: 20px;}
	#item .box02 p {font-size: 3.5vw; margin: 0; padding: 15px 16px 20px;}
	#item .box02 .btn {width: auto; height: auto; font-size: 3.5vw; border: 1px solid #000; padding: 16px 0; margin: 0 16px; background-size: 5%;}
	#item .box03 {border: none; padding-bottom: 0;}
	#item .box03 .title_box {display: block;}
	#item .box03 .left_box {font-size: 10vw; width: 100%; height: auto; padding: 10px 0; margin-right: 0; text-align: center; justify-content: center;}
	#item .box03 .left_box .txt01 {font-size: 4vw; margin-right: 3%; line-height: 1.2;}
	#item .box03 .left_box .txt01 span {font-size: 4.5vw;}
	#item .box03 h2 {font-size: 7vw; text-align: center; padding: 10px 0;}
	#item .box03 .txt02 {font-size: 3.5vw; line-height: 1.5; margin-left: 16px;}
	#item .box03 .title01 {background: url("img/item/box03_h3_bg02.jpg")top left repeat; height: auto; border: none; font-size: 4.5vw; padding: 10px 16px; display: block; text-align: center; line-height: 1.5; margin: 20px 16px;}
	#item .box03 .title01::after {display: none;}
	#item .box03 .inner {display: block; font-size: 3.5vw; margin: 0 16px;}
	#item .box03 .inner img {margin: 0 auto 16px;}
	#item .box03 .title02 {font-size: 4.5vw;}
	#item .box03 ul {margin: 0 16px; flex-wrap: wrap;}
	#item .box03 li {width: 48%;}
	#item .box03 li:nth-child(n + 3) {margin-top: 4%;}
	#item .box03 li p {font-size: 3.5vw;}
	#item .box03 .under_title {font-size: 4vw; line-height: 1.5; padding: 10px 0;}
	#item .box03 .under_box {border: none; margin: 20px 0 0; background: url("img/item/box03_bg02.jpg")top left repeat;}
	#item .box03 .under_inner {display: block; padding: 16px; text-align: center;}
	#item .box03 .tel {font-size: 6vw;}
	#item .box03 .tel span {font-size: 8vw;}
	#item .box03 .mail {width: 100%; height: auto; margin: 16px auto 0; padding: 10px 0; font-size: 3.5vw;}
	
/*suggestion*/
	#suggestion .bg {border: none;}
	#suggestion .title_box {justify-content: center; padding: 16px 0; border: none;}
	#suggestion .title_box .icon {display: none;}
	#suggestion h2 p {font-size: 4.5vw; line-height: 2;}
	#suggestion .box01 h3 {font-size: 4.5vw; line-height: 1.7; border-bottom: 1px solid #000;}
	#suggestion .box01 .inner{display: block; font-size: 3.5vw; margin-top: 20px; line-height: 2;}
	#suggestion .box01 .inner img {margin: 0 auto 16px;}
	#suggestion .box02 {padding: 0 16px;}
	#suggestion .box02 h3 {font-size: 4.5vw; line-height: 1.5; background: #000; border: none;}
	#suggestion .box02 h3::after {display: none; text-align: center; padding: 10px 0;}
	#suggestion .con01 {padding: 20px 10px; border: none; background: #eee;}
	#suggestion .con01 h4 {border-bottom: 1px solid #000; font-size: 3.5vw; line-height: 2;}
	#suggestion .con01 .img {margin-top: 20px;}
	#suggestion .con02 .inner {display: block;}
	#suggestion .con02 .inner img {display: none;}
	#suggestion .con02 .txt01 {font-size: 5vw;}
	#suggestion .con02 h4 {font-size: 4vw; border-bottom: 1px dashed #000;}
	#suggestion .con02 .txt02 {font-size: 5vw; padding: 5px 20px; margin: 16px auto;}
	#suggestion .con02 .txt03 p {font-size: 3.5vw;}
	#suggestion .con02 .txt03 .big {font-size: 5vw; border-bottom: 1px solid #000; margin-top: 5px;}
	#suggestion .con02 .txt03 .big span {font-size: 20vw;}
	#suggestion .con02 .txt04 {font-size: 3.5vw; margin-top: 20px; text-align: justify!important;}
	
	#suggestion .con02 .txt03 div:nth-child(2) {margin: 0 5% 0 7.6%;}
	#suggestion .box03 {padding: 0 16px; margin-top: 20px;}
	#suggestion .box03 h3 {background: #000; border: none; text-shadow: none; height: auto; font-size: 4.5vw; padding: 10px 0; line-height: 1.5;}
	#suggestion .box03 h3::before {display: none;}
	#suggestion .box03 h4 {margin: 20px auto;}
	#suggestion .box03 h4 p {font-size: 3.5vw; border-bottom: 1px solid #000;}
	#suggestion .box03 .txt {font-size: 3.5vw; line-height: 2;}
	
	/*purchase*/
	#purchase .box01 {padding: 20px 16px 0; background: #fff;}
	#purchase .box01 .big {font-size: 5vw; margin-bottom: 10px;}
	#purchase .box01 .txt {font-size: 3.5vw;}
	#purchase .box02 {margin-top: 0;}
	#purchase .box02 h2 {font-size: 4.5vw; line-height: 1.5;}
	#purchase .box02 .inner {font-size: 3.5vw; line-height: 2; display: block;}
	#purchase .box02 .inner img {margin: 0 auto 16px;}
	#purchase .t01,#purchase .t02 {font-size: 7vw;}
	#purchase .box03 {margin-top: 0;}
	#purchase .box03 h2::before, #purchase .box03 h2::after {height: 2px; margin-right: 10px; margin-left: 10px;}
	#purchase .list {padding: 0 16px;}
	#purchase .list a,#purchase .list a:nth-child(4n) {width: 48%; margin-right: 4%; margin-top: 4%;}
	#purchase .list a:nth-child(2n) {margin-right: 0;}
	#purchase .list p {font-size: 3.2vw; padding: 10px 0; margin-top: -8%;}
	#purchase .bnr_box {border: 2px solid #000; padding-top: 20px; background: #fff;}
	#purchase .bnr_box .txt01 {text-align: center; font-size: 4vw; text-shadow: none; margin: auto;}
	#purchase .bnr_box ul {width: auto; border: none; margin: 0; font-size: 3.5vw; padding: 16px 0; text-align: center;}
	#purchase .bnr_box li:nth-child(n + 2) {margin-top: 16px;}
	#purchase .bnr_box .txt02 {font-size: 3.5vw; padding: 10px 16px; line-height: 2;}
	
	
	
	
	/*company*/
	#company table {border: none; width: calc(100% - 32px); margin: auto;}
	#company th, #company td {display: block; font-size: 3.5vw; width: 100%; padding: 16px;}
	#company th {width: 100%;}
	#company .map {margin-bottom: 20px;}
	#company .map h2 {font-size: 5vw; padding: 0 16px;}
	#company .map iframe {height: 250px;}
	#company li {width: 32%; margin-top: 2%;}
	
/*blog*/
	#blog .blog_area {border: none; padding: 20px 16px;}
	#blog .item {font-size: 3.5vw; padding-top: 16px; margin-top: 16px;}
	#blog_single h2 {font-size: 4vw; line-height: 1.5; margin-bottom: 10px;}
	#blog_single .box01 {border: none; font-size: 3.5vw; padding: 20px 16px; margin-bottom: 10px; margin-bottom: 0;}
	
/*gallery*/
	#gallery .gallery_box {border: none;}
	#gallery .gallery_box::before,#gallery .gallery_box::after {display: none;}
	#gallery h2 {font-size: 5vw; padding: 16px;}
	#gallery h2 .big,#gallery .t02,#gallery .t01 {font-size: 7vw;}
	#gallery h2::after {display: none;}
	#gallery .gallery_list {padding: 0 16px 20px;}
	#gallery .gallery_item,#gallery .gallery_item:nth-child(5n) {width: 48%; margin-top: 4%; margin-right: 4%; font-size: 3.5vw; line-height: 1;}
	#gallery .gallery_item:nth-child(2n) {margin-right: 0;}
	#gallery .gallery_img img {height: 100px;}
	#gallery .gallery_list h3 {font-size: 3.5vw; line-height: 1; margin: 8px auto 15px;}
	#gallery .part_gallery_box a,#gallery .part_gallery_box a:nth-child(3n) {width: 48%; height: auto; margin-right: 4%; margin-top: 4%;}
	#gallery .part_gallery_box a:nth-child(2n) {margin-right: 0;}
	#gallery .part_gallery_box a p {font-size: 3.2vw; border-left: 3px solid #3c9d00; text-align: center; padding: 0; display: block; line-height: 1.5;}
	#gallery .part_gallery_box a::after {display: none;}
	#gallery .part_gallery_box {padding: 20px 16px;}
	#gallery .part_gallery_box h3 {font-size: 4.5vw; padding: 15px 0;}
	.part_gallery_box a img {display: none;}
	#gallery_single .box01 h2 {font-size: 3.5vw; line-height: 1.5;}
	#gallery_single .box01 .img_inner a,#gallery_single .box01 .img_inner a:nth-child(3n) {width: 48%; margin-right: 4%;}
	#gallery_single .box01 .img_inner a:nth-child(2n) {margin-right: 0;}
	#gallery_single .box01 .img_inner a:nth-child(n + 3) {margin-top: 4%;}
	#gallery_single .box01 .img_inner a img {height: 100px;}
	#gallery_single .txt_box {padding: 20px 16px; margin: 30px auto; font-size: 3.5vw; border: 2px solid #000;}
	#gallery_single .txt_box .txt01 {font-size: 6vw; margin-bottom: 10px;}
	#gallery_single .box02 {border: none;}
	#gallery_single .box02 h2 {font-size: 5vw; padding: 16px 0;}
	#gallery_single .box02 .inner {padding: 20px 16px;}
	#gallery_single .box02 .gallery_box,#gallery_single .box02 .gallery_box:nth-child(4n) {width: 48%; margin-right: 4%;}
	#gallery_single .box02 .gallery_box:nth-child(2n) {margin-right: 0;}
	#gallery_single .box02 .gallery_box:nth-child(n + 3) {margin-top: 4%;}
	#gallery_single .box02 .gallery_img img {height: 100px;}
	#gallery_single .box02 .amount_txt {font-size: 3.5vw;}
	#gallery_single .box02 .amount_txt span {font-size: 4vw; padding-left: 5%;}
	#gallery_single .box02 .btn {height: auto; font-size: 3.5vw; padding: 10px 0; background: #1b1b1b;}
	.part_gallery_box {padding: 0 16px 20px;}
	.part_gallery_box h3 {font-size: 4.5vw;}
	.part_gallery_box a,.part_gallery_box a:nth-child(3n) {width: 48%; height: auto; margin-right: 4%;}
	.part_gallery_box a:nth-child(2n) {margin-right: 0;}
	.part_gallery_box a:nth-child(n + 4),.part_gallery_box a:nth-child(n + 3) {margin-top: 4%;}
	.part_gallery_box a p {font-size: 3.2vw; line-height: 1.5; padding-left: 5px; text-align: center; justify-content: center; padding: 0;}
	.part_gallery_box .part_list {align-items: inherit;}
	#gallery_single .btn02 {width: auto; height: auto; font-size: 3.5vw; margin: 0 16px; padding: 16px 0; background-size: 3%;}
	
	
	
/*sitemap*/
#sitemap li {font-size: 4vw; line-height: 2;}
#sitemap .list {padding: 0 16px;}
#sitemap .list a {margin-top: 20px; font-size: 3.5vw;}

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


