@charset "utf-8";


/* common
-------------------------------------------------------*/
*{
	box-sizing: border-box;
}
#wrapper {
	overflow: hidden;
}
.sp {
	display: none;
}
.area {
	padding: 50px 20px 50px 20px;
	box-sizing: border-box;
}
.inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
}



.jost{
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.noto-sans  {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
  }

.noto-serif {
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	font-style: normal;
  }


@media screen and (max-width:768px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.area {
		padding: 30px 20px;
	}
	.inner {
		max-width: 100%;
	}

}


.top_new ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

}

.top_new ul li {
	width: 49.8%;
	margin-bottom: 50px;
}

.top_new_img {
	margin-bottom: 20px;
}

.top_new ul li p {
	text-align: center;
}

.price {
	display: block;
	font-size: 120%;
}

.all_item {
	text-align: center;
}

.all_item a {
	display: inline-block;
	padding: 15px 50px;
	border: 1px solid #414143;
}


/* header
-------------------------------------------------------*/

.header_top {
	background: #3b9247;
	text-align: center;
	color: #fff;
	padding: 10px;
	line-height: 1;
}

.visal {
	background: url(../img/index/top_ph.png) no-repeat center;
	background-size: cover;
	height: 100vh;
	position: relative;
}

.logo {
	text-align: center;
}

.logo img  {
	max-width: 64px;
	margin-top: 10px;
}

.header_onlinshop {
	position: absolute;
	bottom: 60px;
	text-align: center;
	width: 100%;
}

.header_onlinshop a {
	font-size: 1.8rem;
	padding: 0 10px;
	border-bottom: 2px solid #fff;
	color: #fff;
}

.header_sns {
	width: 25px;
	position: absolute;
	right: 115px;
	top: 35px;
}

@media screen and (max-width:768px) {
	
	.header_sns {

		right: 60px;
		top: 30px;
	}
}


/* nav
-------------------------------------------------------*/

.nav_logo {
	max-width: 100px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.nav_sns {
	max-width: 30px;
	margin: 0 auto;
	margin-top: 40px;
}

#btn_nav {
	position:absolute;
	top: 40px;
	right: 70px;
	z-index: 999;
	cursor: pointer;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	height: 14px;
}
#btn_nav span {
	display: inline-block;
	background: #fff;
	width: 20px;
	height: 2px;
	transition: .5s;
	position: relative;
}
#btn_nav.active span {
	background: #fff;
	transform: translateY(6px) rotate(225deg);
}
#btn_nav.active span:nth-child(2) {
	transform: scaleX(0);
}
#btn_nav.active span:last-child {
	transform: translateY(-6px) rotate(-225deg);
}
#nav nav,
#nav nav::after {
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
#nav nav {
	display: flex;
	flex-flow: column;
	justify-content: center;
	overflow: auto;
	text-align: center;
	background: rgba(0,0,0,0.6);
	right: -100%;
	z-index: 998;
	transition: .5s;
}

#nav nav.active {
	right: 0;
}


#nav ul li a {
	display: block;
	color: #fff;
	padding: 20px;
	font-size: 2rem;
}
@media screen and (max-width:768px) {
	#btn_nav {
		top: 33px;
		right: 20px;
	}
}



/* footer
-------------------------------------------------------*/

.footer {
	background: #ebebeb;
	margin-top:50px;
}

.footer_address {
	font-size: 110%;
	text-align: center;
	margin-bottom: 10px;
}

.footer_tel {
	font-size: 110%;
	text-align: center;
}

.copy {
	background: #3b9247;
	color: #fff;
	padding: 40px;
}

@media screen and (max-width:768px) {
	.footer_address {
		font-size: 100%;
	}
	
	.footer_tel {
		font-size: 100%;
	}

	.copy {
		font-size: 80%;
		padding: 20px;
		text-align: center;
	}

}



/* index
-------------------------------------------------------*/

.main_ttl {
	font-size: 2.3rem;
	text-align: center;
	margin-bottom: 60px;
}

.main_ttl span {
	position: relative;
}

.main_ttl span::after {
	position: absolute;
	display: block;
	content: "";
	height: 2px;
	width: 56px;
	background: #3b9247;
	left: 50%;
	margin-left: -28px;
	bottom: -15px;
}

.top_area dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.top_area dl dt {
	width: 60%;
}

.top_area dl dd {
	width: 37%;
	padding-left: 3%;
}

.sub_ttl {
	font-size: 120%;
	margin-bottom: 20px;
}

@media screen and (max-width:870px) {
	.top_area dl dt {
		width: 50%;
	}
	
	.top_area dl dd {
		width: 47%;
		padding-left: 3%;
	}
}

@media screen and (max-width:768px) {
	.main_ttl {
		font-size: 1.6rem;
		margin-bottom:40px;
	}
	
	.main_ttl span {
		position: relative;
	}
	
	.main_ttl span::after {
		position: absolute;
		display: block;
		content: "";
		height: 2px;
		width: 30px;
		background: #3b9247;
		left: 50%;
		margin-left: -15px;
		bottom: -10px;
	}

	.top_area dl {
		display: block;
	}

	.top_area dl dt {
		width: 100%;
		margin-bottom: 20px;
	}
	
	.top_area dl dd {
		width: 100%;
		padding-left: 0%;
	}
}



.top_instargam ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
  flex-wrap: wrap;
  gap: 5px 0;
}

.top_instargam ul li {
	width: 33%;
}

.top_instargam ul li a {
  display: block;
  padding: 100% 0 0 0;
  overflow: hidden;
  position: relative;
  background-color: #f0f0f0;
}

.top_instargam ul li a img {
  position: absolute;
  width: 100%;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}

.instargam_btn {
	max-width: 322px;
	margin: 0 auto;
}

@media screen and (max-width:768px) {
	.top_instargam ul {
		margin-bottom: 30px;
    gap: 2px 0;
	}

	.instargam_btn {
		max-width: 200px;
	}
}


/* company
-------------------------------------------------------*/

.company_visal {
	background: url(../img/company/top_ph.png) no-repeat right top;
	background-size: cover;
}

.company_TB {
	max-width: 700px;
	margin: 0 auto;
}

.company_TB dl {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.company_TB dl dt {
	font-weight: 700;
	font-size: 110%;
	width: 20%;
}

.company_TB dl dd {
	width: 78%;
}

@media screen and (max-width:768px) {
	.company_visal {
		background-position: right top;
	}
	.company_TB dl {
		display: block;
	}
	
	.company_TB dl dt {
		font-size: 100%;
		width: 100%;
		margin-top: 10px;
	}
	
	.company_TB dl dd {
		width: 100%;
	}
	

}


/* contact
-------------------------------------------------------*/
.red {
	color:#cc3301;
}

.contact_top_txt {
	margin-bottom: 40px;
}

.contact_form_ent dl dt {
	font-weight: 500;
	margin-bottom: 10px;
}

.contact_form_ent dl {
	margin-bottom: 40px;
}
.contact_visal {
	background: url(../img/contact/top_ph.png) no-repeat center top;
	background-size: cover;
}
#contact .inner {
	max-width: 530px;
}
#contact .txt_head {
	text-align: center;
	font-weight: 500;
	margin: 0 0 30px;
	line-height: 1.6;
	font-size: 110%;
}
#contact .table_temp {
	width: 100%;
}
#contact.contact_after .inner {
	padding: 0;
}
#contact tr {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-top: 1px solid #ddd;
}
#contact tr:last-child {
	border-bottom: 1px solid #ddd;
}
#contact tr>* {
	display: table-cell;
	vertical-align: middle;
	padding: 20px 10px;
	box-sizing: border-box;
	line-height: 1;
}
#contact tr th {
	width: 250px;
	text-align: left;
	vertical-align: top;
	padding: 30px 10px 20px 10px;
}
#contact tr th b {
	position: relative;
	font-weight: normal;
	display: block;
	padding: 0 0 0 60px;
}
#contact tr.hissu th b::after{
	color: #fff;
	font-weight: 500;
	font-size: 80%;
	width: 45px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	content: "必須";
	background: #323946;
	border-radius: 3px;
}
#contact.contact_after tr {
	border-bottom: 1px solid #ccc;
}
#contact.contact_after tr:first-child {
	border-top: 1px solid #ccc;
	margin: 30px 0 0;
}
#contact.contact_after tr th {
	color: #aaa;
}
#contact.contact_after tr td {
	font-weight: 500;
}
.txt_form .red,
.error_messe b {
	color: #f00;
	font-weight: normal;
}
.error_messe {
	margin: 20px 0 0;
	text-align: center;
	line-height: 1.3;
}
.error_messe>* {
	display: inline-block;
}
#contact input[type="text"],
#contact select,
#contact textarea {
	width: 100%;
	border: 1px solid #838383;
	border-radius: 2px;
	font-weight: 300;
}
#contact input[type="text"],
#contact select {
	height: 50px;
}
#contact textarea {
	min-height: 150px;
	resize: vertical;
}
#contact .radio_area label,
#contact .check_area label {
	display: inline-block;
	margin: 5px 5px 5px 0;
	line-height: 1.3;
}
#contact .txt_form {
	text-align: center;
	line-height: 1.3;
}
#contact .txt_form span {
	display: block;
}
::placeholder {
	color: #848A92;
}
#contact .form_btn {
	display: flex;
	flex-flow: row-reverse nowrap;
	align-items: center;
	justify-content: space-evenly;
}
#contact .form_btn01,
#contact .form_btn02 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80%;
	max-width: 260px;
	height: 50px;
	border: none;
	padding: 10px;
	margin: 50px auto 0;
	box-sizing: border-box;
	font-size: 110%;
	color: #fff;
	line-height: 1;
    text-align: center;
}
#contact .form_btn01 {
	background: #000;
}
#contact .form_btn02 {
	background: #333;
}
#contact td.double .txt {
	margin: 0 0 10px;
}
#contact td.double .txt.second {
	margin: 20px 0 10px;
}
#contact .caution {
	font-size: 80%;
	line-height: 1.4;
	margin: 10px 0 0;
}
/* table_temp end */
@media screen and (max-width:768px) {
	#contact .txt_head {
		font-size: 100%;
	}
	/* table_temp start */
	#contact.contact_after tr:first-child {
		margin: 20px 0 0;
	}
	#contact tr>* {
		display: block;
		padding: 30px 0;
		line-height: 1.3;
	}
	#contact tr th {
		width: 100%;
		font-size: 100%;
		padding: 30px 0;
	}
	#contact tr td {
		padding-top: 0;
	}
	#contact tr.hissu th b::after,
	#contact tr.nini th b::after {
	}
	#contact .radio_area label,
	#contact .check_area label {
		display: flex;
		align-items: center;
	}
	#contact .form_btn {
		flex-flow: column;
	}
	#contact .form_btn01,
	#contact .form_btn02 {
		margin: 20px 0 0;
		font-size: 100%;
		height: 50px;
		width: 100%;
max-width: inherit;
	}
	/* table_temp end */
}