@charset "UTF-8";

.campshop-bg-color {
	background-color: #F0F0EB;
}

.add-mb2h {
	margin-bottom: 20px;
}

.add-mb5 {
	margin-bottom: 40px;
}

.add-mb6h {
	margin-bottom: 52px;
}

.section-head-img {
	width: 100%;
	display: block;
}

.shopinfo .section-head-img {
	margin-bottom: 84px;
}

.campshop-contact .modal,
.campshop-front .modal,
.post-type-archive-campshop-new-arrival .modal,
.single-campshop-new-arrival .modal {
	padding-right: 0 !important;
	top: 80px;
}

.campshop-contact .modal-backdrop,
.campshop-front .modal-backdrop,
.post-type-archive-campshop-new-arrival .modal-backdrop,
.single-campshop-new-arrival .modal-backdrop {
	background-color: #F0F0EB;
	opacity: 1;
	top: 80px;
}
.campshop-contact .modal-dialog,
.campshop-front .modal-dialog,
.post-type-archive-campshop-new-arrival .modal-dialog,
.single-campshop-new-arrival .modal-dialog {
	margin: 0;
}

.campshop-contact .modal-dialog .modal-content,
.campshop-front .modal-dialog .modal-content,
.post-type-archive-campshop-new-arrival .modal-dialog .modal-content,
.single-campshop-new-arrival .modal-dialog .modal-content {
	border-radius: 0;
	border: none;
	background-color: #F0F0EB;
	margin-bottom: 80px;
}

.campshop-contact .modal-dialog .modal-content ul,
.campshop-front .modal-dialog .modal-content ul,
.post-type-archive-campshop-new-arrival .modal-dialog .modal-content ul,
.single-campshop-new-arrival .modal-dialog .modal-content ul {
	padding: 36px 54px;
	margin: 0 auto 40px;
	box-sizing: border-box;
	border-bottom:
}

.campshop-contact .modal-dialog .modal-content ul li,
.campshop-front .modal-dialog .modal-content ul li,
.post-type-archive-campshop-new-arrival .modal-dialog .modal-content ul li,
.single-campshop-new-arrival .modal-dialog .modal-content ul li {
	list-style-type: none;
	position: relative;
	font-family: "ヒラギノ角ゴ ProN", sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 56px;
	padding-left: 56px;
	margin-bottom: 0;
}

.campshop-contact .modal-dialog .modal-content ul li a,
.campshop-front .modal-dialog .modal-content ul li a,
.post-type-archive-campshop-new-arrival .modal-dialog .modal-content ul li a,
.single-campshop-new-arrival .modal-dialog .modal-content ul li a {
	color: black;
}

.campshop-contact .modal-dialog .modal-content ul li:nth-child(1)::after,
.campshop-front .modal-dialog .modal-content ul li:nth-child(1)::after,
.post-type-archive-campshop-new-arrival .modal-dialog .modal-content ul li:nth-child(1)::after,
.single-campshop-new-arrival .modal-dialog .modal-content ul li:nth-child(1)::after {
	content: url(../img/icon-home.svg);
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0%, -50%);
}

.campshop-contact .modal-dialog .modal-content ul li:nth-child(2)::after,
.campshop-front .modal-dialog .modal-content ul li:nth-child(2)::after,
.post-type-archive-campshop-new-arrival .modal-dialog .modal-content ul li:nth-child(2)::after,
.single-campshop-new-arrival .modal-dialog .modal-content ul li:nth-child(2)::after {
	content: url(../img/icon-lamp.svg);
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0%, -50%);
}

.campshop-contact .modal-dialog .modal-content ul li:nth-child(3)::after,
.campshop-front .modal-dialog .modal-content ul li:nth-child(3)::after,
.post-type-archive-campshop-new-arrival .modal-dialog .modal-content ul li:nth-child(3)::after,
.single-campshop-new-arrival .modal-dialog .modal-content ul li:nth-child(3)::after {
	content: url(../img/icon-letter-wire.svg);
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0%, -50%);
}


header {
	height: 80px;
	padding-top: 16px;
	padding-bottom: 16px;
	background-color: white;
	display: flex;
	justify-content: space-between;
}

header .header-logo {
	margin-left: 16px;
}

header .header-logo img {
	height: 48px;
}

header .header-nav {

}

header .header-nav ul {
	display: flex;
	list-style-type: none;
}

header .header-nav ul li {
	margin-right: 22px;
}

header .header-nav ul li:nth-child(5) {
	line-height: 24px;
	position: relative;
	padding-left: 46px;
}

.fixed-right {
	display: none;
	position: fixed;
	top: 50%;
	right: 22px;
	transform: translate(0%,-50%);
	z-index: 9999;
}

.post-type-archive-campshop-new-arrival .openbtn,
.single-campshop-new-arrival .openbtn {
	top: 15px;
}

.post-type-archive-campshop-new-arrival header .header-nav ul li:first-child,
.single-campshop-new-arrival header .header-nav ul li:first-child,
.campshop-contact header .header-nav ul li:first-child,
.page-campshop-new-arrival header .header-nav ul li:first-child a {
	position: relative;
}

.post-type-archive-campshop-new-arrival header .header-nav ul li:first-child a,
.single-campshop-new-arrival header .header-nav ul li:first-child a,
.campshop-contact header .header-nav ul li:first-child a,
.page-campshop-new-arrival header .header-nav ul li:first-child a {
	font-family: 'Montserrat', sans-serif;
	font-size: 26px;
	display: inline-block;
	margin-top: -6px;
}

.post-type-archive-campshop-new-arrival header .header-nav ul li:last-child,
.single-campshop-new-arrival header .header-nav ul li:last-child,
.campshop-contact header .header-nav ul li:last-child,
.page-campshop-new-arrival header .header-nav ul li:first-child a {
	margin-top: -7px;
}

.post-type-archive-campshop-new-arrival header .header-nav ul li:first-child::before,
.single-campshop-new-arrival header .header-nav ul li:first-child::before,
.campshop-contact header .header-nav ul li:first-child::before,
.page-campshop-new-arrival header .header-nav ul li:first-child a {
	content: url(../img/icon-receiver-gray.svg);
	position: absolute;
	width: 36px;
	height: 36px;
	top: 50%;
	left: -30%;
	transform: translate(0%, -65%);
}

.single-campshop-new-arrival .campshop-new-arrival-article .article-title {
	font-family: "ヒラギノ角ゴ ProN", sans-serif;
	font-size: 28px;
	font-weight: bold;
}
.single-campshop-new-arrival .campshop-new-arrival-article .article-date {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #787878;
	margin-bottom: 32px;
}

.single-campshop-new-arrival .campshop-new-arrival-article h1,
.single-campshop-new-arrival .campshop-new-arrival-article h2,
.single-campshop-new-arrival .campshop-new-arrival-article h3,
.single-campshop-new-arrival .campshop-new-arrival-article h4,
.single-campshop-new-arrival .campshop-new-arrival-article h5,
.single-campshop-new-arrival .campshop-new-arrival-article h6,
.single-campshop-new-arrival .campshop-new-arrival-article p {
	font-family: "ヒラギノ角ゴ ProN", sans-serif;
	margin-bottom: 32px;
}

.single-campshop-new-arrival .campshop-new-arrival-article h1 { font-size: 32px; }
.single-campshop-new-arrival .campshop-new-arrival-article h2 { font-size: 28px; }
.single-campshop-new-arrival .campshop-new-arrival-article h3 { font-size: 24px; }
.single-campshop-new-arrival .campshop-new-arrival-article h4 { font-size: 21px; }
.single-campshop-new-arrival .campshop-new-arrival-article h5 { font-size: 18px; }
.single-campshop-new-arrival .campshop-new-arrival-article h6,
.single-campshop-new-arrival .campshop-new-arrival-article p { font-size: 16px; }

.single-campshop-new-arrival .wp-block-image {
	overflow: hidden;
}

.single-campshop-new-arrival .wp-block-image img {
	max-width: 100%;
	height: auto;
}

.single-campshop-new-arrival .campshop-new-arrival-article {
	background-color: white;
	padding: 175px 36px;
	margin-bottom: 100px;
}

.single-campshop-new-arrival .article-nav {
	display: flex;
	justify-content: space-between;
	max-width: 240px;
	padding-left: 0;
	list-style-type: none;
	margin: 0 auto 70px;
}
.single-campshop-new-arrival .article-nav li {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	position: relative;
}
.single-campshop-new-arrival .article-nav li.prev-post {
	margin-right: 15px;
}
.single-campshop-new-arrival .article-nav li.prev-post::before {
	content: url(../img/icon-arrow-left-gray.svg);
	position: absolute;
	width: 21px;
	height: 21px;
	top: 0%;
	left: -30%;
	transform: translate(0%,0%);
}

.single-campshop-new-arrival .article-nav li.next-post {
	margin-left: 15px;
}

.single-campshop-new-arrival .article-nav li.next-post::before {
	content: url(../img/icon-arrow-gray.svg);
	position: absolute;
	width: 21px;
	height: 21px;
	top: 0%;
	right: -30%;
	transform: translate(0%,0%);
}

.single-campshop-new-arrival .article-nav li a {
	color: #787878;
}

header .header-nav ul li:nth-child(5)::before {
	content: url(../img/icon-receiver-gray.svg);
	position: absolute;
	width: 36px;
	height: 36px;
	top: 50%;
	left: 0%;
	transform: translate(0%, -60%);
}

header .header-nav ul li:nth-child(5) a {
	font-family: 'Montserrat', sans-serif;
	font-size: 26px;
}

header .header-nav ul li:nth-child(5) a:hover {
	text-decoration: none;
}

header .header-nav ul li:nth-child(6) {
	margin-top: -7px;
}

header .header-nav ul li::marker {
	content: none;
}

header .header-nav ul li a {
	font-family: "ヒラギノ角ゴ ProN", sans-serif;
	font-size: 14px;
	color: #787878;
}

.modal-dialog {
	width: 100%;
	max-width: 100%;
}

#g-nav {
	position: fixed;
	z-index: -1;
	opacity: 0;
	top: 0;
	width: 100%;
	height: 1109px;
	background: #F0F0EB;
	transition: all 0.3s;
	margin-top: 80px;
}

#g-nav.panelactive {
	opacity: 1;
	z-index: 999;
}

#g-nav #g-nav-list ul {
	padding: 36px 54px;
}

#g-nav #g-nav-list ul li {
	list-style-type: none;
	position: relative;
	font-family: "ヒラギノ角ゴ ProN", sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 56px;
	padding-left: 56px;
	margin-bottom: 0;
}

#g-nav #g-nav-list ul li a {
	color: black;
}

#g-nav #g-nav-list ul li:nth-child(1)::after {
	content: url(../img/icon-home.svg);
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0%, -50%);
}

#g-nav #g-nav-list ul li:nth-child(2)::after {
	content: url(../img/icon-lamp.svg);
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0%, -50%);
}

#g-nav #g-nav-list ul li:nth-child(3)::after {
	content: url(../img/icon-letter-wire.svg);
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0%, -50%);
}

/* #g-nav.panelactive #g-nav-list {
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100vh;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
} */

/* #g-nav ul {
	display: none;
	position: absolute;
	z-index: 999;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
} */

/* #g-nav.panelactive ul {
	display: block;
} */

/* #g-nav li {
	list-style: none;
	text-align: center;
} */

/* #g-nav li a {
	color: #333;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
} */

.openbtn {
	position: fixed;
	z-index: 9999;
	top: 10px;
	right: 10px;
	cursor: pointer;
	width: 50px;
	height: 50px;
	background-color: #787878;
	border-radius: 50%;
}

.openbtn span {
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 14px;
	height: 3px;
	border-radius: 2px;
	background-color: white;
	width: 45%;
}

.openbtn span:nth-of-type(1) {
	top: 15px;
}

.openbtn span:nth-of-type(2) {
	top: 23px;
}

.openbtn span:nth-of-type(3) {
	top: 31px;
}

.openbtn.active span:nth-of-type(1) {
	top: 18px;
	left: 18px;
	transform: translateY(6px) rotate(-45deg);
	width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
	top: 30px;
	left: 18px;
	transform: translateY(-6px) rotate(45deg);
	width: 30%;
}

.head-icon {
	display: block;
	margin-bottom: 32px;
	margin-left: auto;
	margin-right: auto;
	height: 60px;
}

.head-title-font {
	font-family: 'Montserrat', sans-serif;
	font-size: 36px;
	text-align: center;
	color: #787878;
	margin-bottom: 24px;
}

.head-title-jp {
	font-family: "ヒラギノ角ゴ ProN", sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #787878;
	margin-bottom: 64px;
}

.item-holder {
	margin-bottom: 48px;
	justify-content: flex-start;
}

.item-holder div:nth-child(4),
.item-holder div:nth-child(5),
.item-holder div:nth-child(6),
.item-holder div:nth-child(7) {
	display: none;
}

.item-card {
	width: 100%;
	flex-basis: 245px;
	max-width: 245px;
	overflow: hidden;
	box-sizing: border-box;
	border-radius: 4px;
	margin-right: 15px;
}

.item-image-frame {}

.item-image-frame img {
	width: 100%;
}

.item-info {
	background-color: white;
	padding: 18px;
}

.item-date {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	margin-bottom: 16px;
}

.item-title {
	font-family: "ヒラギノ角ゴ ProN", sans-serif;
	font-size: 14px;
}

.item-link {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #787878;
}

.firstview {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url(../img/firstview-image.jpg);
	height: 482px;
	padding-top: 96px;
	padding-bottom: 110px;
	position: relative;
	margin-top: 80px;
}

.firstview .section-head-img {
	display: block;
	width: 100%;
	max-width: 300px;
	margin-bottom: 36px;
	margin-left: auto;
	margin-right: auto;
}

.firstview .firstview-head {
	font-family: "ヒラギノ角ゴ ProN", sans-serif;
	font-size: 13px;
	line-height: 1.5rem;
	font-weight: bold;
	color: white;
	text-align: center;
}

.firstview .latest-news {
	position: absolute;
	background-color: white;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	width: 100%;
	max-width: calc(100% - 1rem);
	bottom: 0;
	left: 0;
	transform: translate(0%, 50%);
}

.firstview .latest-news .item-date {
	color: #787878;
	margin-bottom: 8px;
}

.firstview .latest-news .item-title {
	color: black;
	position: relative;
}

.firstview .latest-news .item-title::after {
	position: absolute;
	content: url(../img/icon-arrow-gray.svg);
	width: 21px;
	height: 21px;
	top: 50%;
	right: -20%;
	transform: translate(0%, -50%);
}

.post-type-archive-campshop-new-arrival .newarrival,
.single-campshop-new-arrival .newarrival {
	margin-top: 80px;
	padding-top: 64px;
}

.newarrival {
	padding-top: 96px;
	padding-bottom: 120px;
	overflow: hidden;
}

.shopinfo, .brand, .about {
	overflow: hidden;
	padding-top: 96px;
	padding-bottom: 120px;
	position: relative;
}

.shopinfo .slider1 {
	margin-bottom: 82px;
}

.shopinfo .slider1 .slide-frame {
	overflow: hidden;
	position: relative;
}

.shopinfo .slide-frame  {
	margin-left: 0px;
	margin-right: 0px;
}

.shopinfo .swiper-button-prev:after,
.shopinfo .swiper-container-rtl .swiper-button-next:after {
	content: url(../img/icon-slide-prev.svg);
}

.shopinfo .swiper-button-next:after,
.shopinfo .swiper-container-rtl .swiper-button-prev:after {
	content: url(../img/icon-slide-next.svg);
}

.shopinfo .slide-frame img {
	width: 100%;
}

.shopinfo .head-title-jp {
	margin-bottom: 75px;
}

.shopinfo .shopinfo-caution {
	font-family: "ヒラギノ角ゴ ProN", sans-serif;
	font-size: 14px;
	padding: 16px;
	box-sizing: border-box;
	border: solid 1px #F0F0EB;
	margin-bottom: 32px;
}

.shopinfo-icon {
	margin-bottom: 16px;
	display: block;
	margin: 0 auto 16px;
}

.shopinfo-subtitle {
	margin-bottom: 32px;
	text-align: center;
	font-weight: bold;
}

.shopinfo-head {
	font-family: "ヒラギノ角ゴ ProN", sans-serif;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}

.shopinfo-text {
	font-family: "ヒラギノ角ゴ ProN", sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.shopinfo-subtext {
	display: block;
	font-family: "ヒラギノ角ゴ ProN", sans-serif;
	font-size: 14px;
	color: #787878;
	text-align: center;
	display: block;
	margin-bottom: 52px;
	position: relative;
}

.shopinfo .shopinfo-subtext::after {
	content: url(../img/icon-external-link.svg);
	position: absolute;
	top: 50%;
	right: 20%;
	transform: translate(0%, -50%);
	width: 21px;
	height: 21px;
}

.instagram {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url(../img/bg-instagram.jpg);
	height: 450px;
	padding-top: 96px;
	padding-bottom: 110px;
}

.instagram .section-head-img {
	max-width: 220px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 36px;
}

.instagram a:hover {
	text-decoration: none;
	color:inherit;
	background-color: white;
}

.brand .slide-frame {
	width: 100%;
	max-width: 215px;
	height: 143px;
	background-color: white;
	position: relative;
	margin: 0 auto;
}

.brand .swiper-slide img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 75%;
	max-width: 185px;
}

.brand .swiper-button-prev:after,
.brand .swiper-container-rtl .swiper-button-next:after {
	content: url(../img/icon-slide-prev.svg);
}

.brand .swiper-button-next:after,
.brand .swiper-container-rtl .swiper-button-prev:after {
	content: url(../img/icon-slide-next.svg);
}

.about .section-person-img {
	width: 100%;
	max-width: 160px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 32px;
}

.about .message-head {
	font-family: 'Montserrat', sans-serif;
	font-size: 21px;
	text-align: center;
	margin-bottom: 32px;
}

.about .message-text {
	font-family: "ヒラギノ角ゴ ProN", sans-serif;
	font-size: 14px;
	font-weight: bold;

	width: 100%;
  max-width: 240px;
  display: block;
  margin: 0 auto;
}

.totop {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 48px;
	height: 48px;
}

.totop img {
	width: 100%;
	max-width: 48px;
}

.wire-button-gray {
	color: #787878;
	box-sizing: border-box;
	border: solid 1px #787878;
	border-radius: 4px;
	padding-top: 18px;
	padding-bottom: 18px;
	width: 100%;
	max-width: 245px;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	transition: .4s;
}

.wire-button-gray:hover {
	text-decoration: none;
  color: #F0F0EB;
  background-color: #787878;
}

.wire-button-black {
	color: #1E1E1E;
	box-sizing: border-box;
	border: solid 1px #1E1E1E;
	border-radius: 4px;
	padding-top: 18px;
	padding-bottom: 18px;
	width: 100%;
	max-width: 245px;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	transition: .4s;
}

.wire-button-black:hover {
	text-decoration: none;
  color: #F0F0EB;
  background-color: #1E1E1E;
}


.wire-button-white {
	color: white;
	box-sizing: border-box;
	border: solid 1px white;
	border-radius: 4px;
	padding-top: 18px;
	padding-bottom: 18px;
	width: 100%;
	max-width: 245px;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	transition: .4s;
}

.wire-button-gray:hover {
	text-decoration: none;
  color: #F0F0EB;
  background-color: #787878;
}

.pict-arrow-gray, .pict-arrow-black, .pict-arrow-white, .pict-balloon {
	position: relative;
}

.pict-arrow-gray::after {
	position: absolute;
	content: url(../img/icon-arrow-gray.svg);
	width: 21px;
	height: 21px;
	top: 50%;
	right: 15px;
	transform: translate(0%, -50%);
}

.pict-arrow-black::after {
	position: absolute;
	content: url(../img/icon-arrow-black.svg);
	width: 21px;
	height: 21px;
	top: 50%;
	right: 15px;
	transform: translate(0%, -50%);
}

.pict-arrow-white::after {
	position: absolute;
	content: url(../img/icon-arrow-white.svg);
	width: 21px;
	height: 21px;
	top: 50%;
	right: 15px;
	transform: translate(0%, -50%);
}

.pict-balloon::after {
	position: absolute;
	content: url(../img/icon-balloon.svg);
	width: 21px;
	height: 21px;
	top: 50%;
	right: 15px;
	transform: translate(0%, -50%);
}

footer {
	padding-top: 96px;
	padding-bottom: 32px;
}

footer a:hover {
	color: #787878;
	text-decoration: none;
}

footer .copyright {
	font-family: "ヒラギノ角ゴ ProN", sans-serif;
	font-size: 10px;
	color: #1E1E1E;
}

/* キャンプショップコンタクト */

textarea,input {
	border-radius: 5px;
	background-color: #f7f8f8;
	}

.wpcf7 input[name="your-name"] { /* 名前入力欄 */
	height: 3.5rem;
}
.wpcf7 input[name="your-email"] { /* メール入力欄 */
	height: 3.5rem;
}
.wpcf7 input[name="your-phone"] { /* タイトル入力欄 */
	height: 3.5rem;
}

.contact {
	padding-top: 170px;
	padding-bottom: 64px;
	overflow: hidden;
}

input.wpcf7-submit {
	border: none;
	padding: 0.8em !important;
	margin: 2em 0em !important;
	background-color: #00ac9e !important;
	border-radius: 5px !important;
	color: #fff !important;
	font-size: 18px !important;
	width: 50%;
	transition: 0.5s;
}

.btn-submit {
	width: 100%;
	text-align: center;
}

.must {
	background: #00ac9e;
}

.must {
	color: #FFF;
	border-radius: 3px;
	font-size: 12px;
	margin-right: 10px;
	padding: 5px 10px;
	letter-spacing: 0.2em;
}



.toiawase th {
	border-top: none;
	display: block;
	padding: 2rem 0 0 0;
}

.toiawase th:first-child{
	border-top: solid 1px #d7d7d7;
}

.toiawase td {
	border-top: none;
	display: block;
	padding: 2rem 0;
	border-bottom: solid 1px #d7d7d7;
}

.toiawase th p {
	margin-bottom: 0;
}

textarea,input,.toiawase {
	width: 100%;
	}

.wpcf7 .ajax-loader {
    display: none !important;
}

@media screen and (min-width: 576px) {
	.single-campshop-new-arrival .campshop-new-arrival-article {
		padding: 175px 43px;
	}

	.about .message-text {
	  max-width: 360px;
	}

}

@media screen and (min-width: 768px) {

	header {
		padding-top: 28px;
		padding-bottom: 28px;
	}

	header .header-logo img {
		height: 24px;
	}

	.firstview .latest-news {
		width: 30%;
	}

	.firstview {
		height: unset;
		padding-top: 205px;
		padding-bottom: 245px;
	}

	.fixed-right {
		display: block;
	}

	.item-holder div:nth-child(4),
	.item-holder div:nth-child(5),
	.item-holder div:nth-child(6),
	.item-holder div:nth-child(7) {
		display: block;
	}

	.shopinfo .slider1 {
		margin-bottom: 82px;
	}

	.post-type-archive-campshop-new-arrival .newarrival,
	.single-campshop-new-arrival .newarrival {
		padding-top: 120px;
	}

	.single-campshop-new-arrival .campshop-new-arrival-article {
		padding: 175px 87px;
	}

	.shopinfo-head {
		font-size: 26px;
	}

	.about .message-text {
	  max-width: 240px;
	}

}

@media screen and (min-width: 992px) {
	.wpcf7 input[name="your-name"] { /* 名前入力欄 */
		width: 80%;
	}
	.wpcf7 input[name="your-email"] { /* メール入力欄 */
		width: 80%;
	}
	.wpcf7 input[name="your-phone"] { /* タイトル入力欄 */
		width: 80%;
	}
	.wpcf7 textarea[name="your-message"] { /* タイトル入力欄 */
		width: 80%;
	}

	.toiawase {
		width: 100%;
	}
	.toiawase th, .toiawase td {
		border-top: solid 1px #d7d7d7;
		display: table-cell;
	}
	.toiawase th {
		text-align: left;
		width: 30%;
		padding: 2rem 5px 2rem 0;
	}
	.toiawase th:last-of-type{
		border-bottom: solid 1px #d7d7d7;
	}
	.toiawase td {
		text-align: right;
	}
	textarea,input {
		width: auto;
		}

	.shopinfo .slide-frame  {
		margin-left: 72px;
		margin-right: 72px;
	}

	.shopinfo-head {
		font-size: 26px;
	}

	.about .message-text {
	  max-width: 360px;
	}

}

@media screen and (min-width: 1200px) {
	.single-campshop-new-arrival .campshop-new-arrival-article {
		padding: 175px;
	}
}
