@charset "utf-8";
/* CSS Document */


/*----------------------------------------

common

----------------------------------------*/
.copy_fixed,
.scrolldown {
	display: none;
}
#sub_wrap {
	width: 100%;
	padding: 110px 0 235px 0;
	background-color: #f8f5c4;
}
#sub {
	max-width: 1024px;
	width: calc(100% - 40px);
	margin: 0 auto;
	padding: 50px;
	border-radius: 5px;
	background-color: #fff;
}
.PagePlace {
	font-size: .8rem;
}
.PagePlace a {
	color: #76573c;
}
h3 {
	display: block;
	width: 100%;
	margin: 30px 0 50px 0;
	padding-bottom: 10px;
	border-bottom: solid 8px #333;
	font-size: 3rem;
	letter-spacing: .5rem;
	text-align: center;
}
/*--------------------------------------*/


/*----------------------------------------

news newslist

----------------------------------------*/
#news dl {
	margin-bottom: 30px;
}
#news dt {
	margin-bottom: 10px;
	color: #606060;
	font-size: .8rem;
}
#news dl a {
	color: #333;
	text-decoration: underline;
}
#news dl a:hover {
	text-decoration: none;
}
/*----------------------------------------


/*----------------------------------------

company

----------------------------------------*/
#company table {
	width: 100%;
	margin-bottom: 50px;
	border-collapse: collapse;
}
#company table th,
#company table td {
	padding: 30px;
	border-top: dashed 1px #b3b3b3;
	text-align: left;
}
#company table tr:last-child th,
#company table tr:last-child td {
	border-bottom: dashed 1px #b3b3b3;
}
#company table th {
	width: 250px;
	vertical-align: top;
}
#company .map_cont {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 50px 0;
}
#company .map_left,
#company .map_right {
	flex-basis: calc(50% - 15px);
}
#company .map_cont img {
	width: 100%;
	margin-bottom: 20px;
	border-radius: 5px;
}
#company .bold {
	font-size: 1.2rem;
}
#company .map_link {
	display: inline-block;
	margin-top: 10px;
	color: #333;
}
/*--------------------------------------*/


/*----------------------------------------

item　itemlist

----------------------------------------*/
#item ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#item ul.item_list2 {
	justify-content: flex-start;
	margin-bottom: -30px;
}
#item ul li {
	margin-bottom: 30px;
	overflow: hidden;
}
#item ul.item_list1 li {
	flex-basis: calc(100%/2 - 20px);
}
#item ul.item_list2 li {
	flex-basis: calc(100%/3 - 20px);
	margin-right: 20px;
}
#item ul li .item_wrap {
	border: dashed 1px #b3b3b3;
	border-radius: 5px;
}
#item ul li .item_wrap_inner {
	width: calc(100% - 20px);
	margin: 10px;
	border-radius: 5px;
	overflow: hidden;
}
#item ul li:hover img {
	transform: scale(1.1);
}
#item ul li img {
	width: 100%;
	transition: .3s transform;
}
#item ul li a {
	color: #333;
}
#item ul li p {
	padding: 5px 10px;
	font-size: 1.2rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.item_list_cont {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.item_list_cont img {
	width: 100%;
	border-radius: 5px;
}
.item_list_cont .item_list_left,
.item_list_cont .item_list_right {
	flex-basis: calc(100%/2 - 15px);
	overflow: hidden;
}
.item_list_cont h4 {
	margin: 0 0 10px 0;
	padding: 5px 10px;
	border-radius: 5px;
	background-color: #f5f5f5;
}
.item_list_cont p {
	margin-bottom: 30px;
}
.item_list_cont p:last-child {
	margin-bottom: 0;
}
.slider,
.thumbs {
	width: 100%;
	margin-bottom: 10px;
	cursor: grab;
}
.slider img,
.thumbs img {
	width: calc(100% - 10px);
	border-radius: 5px;
}
.thumbs img {
	opacity: .3;
}
.thumbs .slick-current img {
	opacity: 1;
}
#item .more {
	margin-top: 50px;
}
/*--------------------------------------*/



/*----------------------------------------

gallery　gallerylist

----------------------------------------*/
#gallery ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: -30px;
}
#gallery ul:after {
	content:"";
	display: block;
	width: calc(100%/3 - 15px);
}
#gallery ul li {
	flex-basis: calc(100%/3 - 15px);
	width: 100%;
	margin-top: 30px;
}
#gallery ul li img {
	width: 100%;
	margin-bottom: 10px;
	border-radius: 5px;
	transition: .3s;
}
#gallery ul li a {
	display: block;
	color: #333;
}
#gallery h4 {
	margin: 30px 0 20px 0;
	padding: 5px 10px;
	border-radius: 5px;
	background-color: #f5f5f5;
}
#gallery .day {
	display: block;
	margin-top: 5px;
	color: #606060;
}
#gallery_list ul li {
	flex-basis: calc(100%/2 - 15px);
}
#gallery_list ul li img {
	margin-bottom: 0;
}
#gallery .more {
	margin-top: 50px;
}
.humei:after {
    display: block;
    content:"";
    width: calc(100%/3 - 15px);
}
.gallery_top img {
	object-fit: cover;
	aspect-ratio: 4/3;
}
/*--------------------------------------*/


/*----------------------------------------

recruit

----------------------------------------*/
#recruit table {
	width: 100%;
	border-collapse: collapse;
}
#recruit table th,
#recruit table td {
	padding: 30px;
	border-top: dashed 1px #b3b3b3;
	text-align: left;
}
#recruit table tr:last-child th,
#recruit table tr:last-child td {
	border-bottom: dashed 1px #b3b3b3;
}
#recruit table th {
	min-width: 250px;
	vertical-align: top;
}
/*--------------------------------------*/


/*----------------------------------------

contact

----------------------------------------*/
.form {
	padding: 30px;
	border-radius: 5px;
	background-color: #f5f5f5;
}
.form table {
	width: 100%;
	border-collapse: collapse;
}
.form table th,
.form table td {
	padding: 30px;
	text-align: left;
}
.form table th {
	width: 250px;
	padding-left: 0;
}
.form table td {
	padding-right: 0;
}
.form p {
	margin-bottom: 30px;
}
.form .required {
	padding: 2px 10px;
	border-radius: 2px;
	color: #fff;
	background-color: #d0504a;
	font-weight: normal;
}
.form input[type=text], .form input[type=tel], .form textarea {
	appearance: none;
	padding: 15px;
	border: solid 1px #b3b3b3;
	border-radius: 5px;
	color: #333;
	font-size: 1rem;
	letter-spacing: .1em;
}
.form textarea {
	width: 100%;
	height: 250px;
	font-family: Hiragino Kaku Gothic Pro,ヒラギノ角ゴ ProN W3,Hiragino Kaku Gothic ProN,メイリオ,sans-serif;
	vertical-align: bottom;
	resize: vertical;
}
.form table tr:nth-child(3) td input[type=text] {
	width: 100%;
}
.form table tr:nth-child(4) th {
	padding-bottom: 0;
}
.form table tr:last-child td {
	padding: 30px 0 0 0;
}
::-webkit-input-placeholder {
	color: #b3b3b3;
}
#name_error, #tel_error, #mail_error, #req_error {
	color: #d0504a;
}
#contact .form_button {
	width: 100%;
	text-align: center;
}
#contact .form_button .button {
	appearance: none;
	width: 300px;
	margin: 30px auto 0 auto;
	padding: 20px 50px;
	border: none;
	border-radius: 50px;
	background-color: #c0cc6d;
	color: #fff;
	font-family: "a-otf-jun-pro", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1rem;
	letter-spacing: .1em;
	text-align: center;
	cursor: pointer;
}
#contact .form_button input[type=button] {
	display: block;
}
.form input[type=text]:focus,
.form input[type=tel]:focus,
.form textarea:focus {
	outline: none;
}
/*--------------------------------------*/


/*----------------------------------------

news_cont

----------------------------------------*/
#news_cont .bnr1 {
	margin-bottom: 50px;
}
#news_cont .bnr1 img,
#news_cont .bnr2 img {
	width: 100%;
}
#news_cont h4 {
	margin: 50px 0 30px 0;
	padding-left: 10px;
	border-left: solid 5px #333;
	font-size: 2rem;
}
h5 {
	margin: 20px 0 20px 0;
	font-size: 1.2rem;
}
h6 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px #333;
	font-size: 1.2rem;
}
#news_cont ul#goods {
	display: flex;
	justify-content: space-between;
	margin: 50px 0;
}
#news_cont ul#goods img {
	width: 100%;
	margin-bottom: 10px;
	border-radius: 5px;
}
#news_cont ul#goods li {
	flex-basis: calc(100%/2 - 10px);
	margin-bottom: 30px;
	padding: 20px;
	border-radius: 5px;
	background-color: #eee;
}
#news_cont ul#goods li .right {
	text-align: right;
}
#news_cont .event {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#news_cont .event:before {
	content:"";
	display: block;
	width: calc(25% - 10px);
	order: 1;
}
#news_cont .event:after {
	content:"";
	display: block;
	width: calc(25% - 10px);
}
#news_cont .event li {
	flex-basis: calc(25% - 10px);
	margin-bottom: 10px;
}
#news_cont .event img {
	width: 100%;
}
/*--------------------------------------*/

.bnr {
	margin-top: 20px;
}