@charset "utf-8";
/* CSS Document */

/* Gokayama gassyou no sato
-----------------------------------------------------*/
#contents {
	margin-bottom: 70px;
}
/* ==============================================
    pagetitle
============================================== */
#pagetitle {
	padding: 100px 0;
	background: #eee url("image/title_bg.jpg") no-repeat center center / cover;
	margin-bottom: 50px;
}
#pagetitle h1 {
	font-size: 2.250em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 900;
	color: #422913;
	background: rgba(255,255,255,0.75);
	padding: 30px 30px 30px 50px;
	position: relative;
}
#pagetitle h1::before {
	content: "";
	display: block;
	background: #422913;
	width: 10px;
	height: 30px;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	left: 20px;
}


@media screen and (max-width: 1000px) {

}

@media screen and (max-width: 700px) {
	#pagetitle {
		padding: 50px 0;
		margin-bottom: 20px;
	}
	#pagetitle h1 {
		font-size: 2.000em;
		padding: 10px 30px 10px 30px;
	}
	#pagetitle h1::before {
		left: 10px;
	}
}


.catchcopy {
	font-size: 2.000em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	color: #422913;
	margin-bottom: 50px;
	text-align: center;
}

/* ==============================================
    entry-content
============================================== */
.entry-content {}

.entry-content h1 {
	font-size: 1.500em;
	margin: 40px 0 30px;
}

.entry-content h2 {
	font-size: 2.000em;
	margin: 60px 0 40px;
	padding: 20px 10px;
	/*background: #c09738;*/
	background-image: linear-gradient(to right, #c09738 70%, #90670a 100%);
	border-left: 5px solid #422913;
	color: #fff;
}

.entry-content h3 {
	font-size: 1.500em;
	margin: 40px 0 20px;
	padding-bottom: 5px;
	color: #422913;
	border-bottom: 2px solid #c09738;
	position: relative;
}
.entry-content h3::before {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 40px;
	height: 2px;
	background: #422913;
}


.entry-content h4 {
	font-size: 1.125em;
	margin: 30px 0 20px;
}

.entry-content ul,
.entry-content ol {
	margin: 10px 0 20px 30px;
}
.entry-content li {
	margin-bottom: 5px;
}

.entry-content p {
	line-height: 1.8;
	margin-bottom: 2em;
}
.entry-content a {
	text-decoration: underline;
}

.entry-content table {
	width: 100%;
	margin: 20px auto 30px;
}
.entry-content table th,
.entry-content table td {
	border: 1px solid #a99e89;
	padding: 10px;
}

.entry-content iframe {
	width: 100%;
}

.wp-block-image {
	margin: 0 0 1em;
}

.wp-block-image figcaption {
	text-align: center;
	font-size: 0.875em;
	color: #666;
}

.wp-block-button a {
	text-decoration: none;
	background: #422913;
	color: #fff;
}

.wp-block-image hr {
	margin-block-start: 0;
	margin-block-end: 0;
	margin: 30px auto;
	border-top: 1px solid #422913;
}

.wp-block-gallery {
	justify-content: center;
	margin: 30px auto !important;
}
.wp-block-gallery img {
	width: 300px !important;
}
.wp-block-gallery ul {
	margin: 0;
}

@media screen and (max-width: 1000px) {

}

@media screen and (max-width: 700px) {

}

/* ==============================================
    entry-header
============================================== */
.entry-header {
	background: #f1e4cf;
	padding: 20px;
	margin-bottom: 30px;
}

.entry-header .entry-date {
	color: #999;
	font-size: 0.875em;
	font-weight: bold;margin-bottom: 10px;
}

.entry-header .entry-title {
	font-size: 1.125em;
	border-left: 7px solid #422913;
	padding: 5px 10px;
}

@media screen and (max-width: 1000px) {

}

@media screen and (max-width: 700px) {

}


/* ==============================================
    btn_contact
============================================== */
.btn_contact {
	background: url("image/btn_bg.jpg") no-repeat center center / cover;
	margin: 50px auto;
}
.btn_contact a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 130px;
	background: rgba(37,20,7,0.6);
	color: #fff;
	text-align: center;
	font-size: 2em;
	font-weight: 700;
}
.btn_contact a:hover {
	text-decoration: none;
	opacity: 1;
	background: rgba(37,20,7,0.8);
}
.btn_contact a span {
	display: block;
	font-size: 16px;
	font-weight: normal;
	margin-top: 10px;
}
@media screen and (max-width: 700px) {
	.btn_contact a {
		font-size: 1.25em;
		height: 100px;
	}
}

/* ==============================================
    archive-experience
============================================== */
.experience-note {
	margin-bottom: 30px;
}

.archive-experience ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style: none;
}
.archive-experience li {
	width: 31%;
	margin-bottom: 50px;
	position: relative;
}
.archive-experience ul::after {
	content: "";
	display: block;
	width: 31%;
	height: 0;
}

.archive-experience li a {
	display: block;
	height: 100%;
	position: relative;
	padding-bottom: 50px;
}

.archive-experience li a:hover {
	text-decoration: none;
}


.archive-experience li figure {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-top: 56%;
}
.archive-experience li figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: none;
	width: 100%;
	height: auto;
	transform: translate(-50%,-50%);
	transition: transform .5s cubic-bezier(0,0,.25,1);
}


.archive-experience li a:hover figure img {
	transform: translate(-50%,-50%) scale(1.1,1.1);
}

.archive-experience li h3 {
	margin: 10px 0;
}
dl.experience-info dt,
dl.experience-info dd {
	margin: 0 0 5px 0;
}

/*dl.experience-info dt {
	float: left;
	clear: left;
	width: 4em;
}
dl.experience-info dd {
	margin-left: 4em;
}*/
dl.experience-info dt span {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #c79254;
	color: #fff;
	font-size: 13px;
	height: 20px;
	border-radius: 10px;
	width: 4em;
	text-align: center;
}

dl.experience-info {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	flex-flow: row wrap;
	width: 100%;
}
dl.experience-info dt {
	width: 4em;
	
}
dl.experience-info dd {
	width: calc(100% - 4em);
}

.archive-experience li .btn_more {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	border: 1px solid #422913;
	line-height: 30px;
	font-size: 0.875em;
	padding: 0 20px;
	border-radius: 15px;
	transition: .4s;
}
.archive-experience li a:hover .btn_more {
	/*background: #d5c4b4;*/
}

@media screen and (max-width: 1000px) {

}

@media screen and (max-width: 700px) {
	.archive-experience ul {
		display: block;
	}
	.archive-experience li {
		width: 100%;
	}
}



.experience-content .entry-header {
	background: #f2ead7;
}
.experience-content .entry-header .entry-title {
	font-size: 2.000em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	color: #422913;
	text-align: center;
	border-left: 7px solid #c09738;
	border-right: 7px solid #c09738;
}
.experience-content .entry-content {
	margin-top: 50px;
}

.experience-content dl.experience-info {
	margin: 50px 0;
}
.experience-content dl.experience-info dt,
.experience-content dl.experience-info dd {
	padding: 10px 0;
}
.experience-content dl.experience-info dt {
	width: 6em;
}
.experience-content dl.experience-info dt span {
	font-size: 1em;
	height: 30px;
	border-radius: 15px;
	width: 5em;
	margin-top: -5px;
}
.experience-content dl.experience-info dd {
	width: calc(100% - 6em);
}




/* ==============================================
    archive-faq
============================================== */
.archive-faq dl {}
.archive-faq dt {
	background: #d4ddc9;
	position: relative;
	min-height: 40px;
	padding: 15px 60px;
	font-weight: bold;
}
.archive-faq dt::before {
	content: "Q";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	padding: 15px;
	text-align: center;
	background: #606f4f;
	color: #fff;
}

.archive-faq dd {
	padding: 20px 60px;
}

/* ==============================================
    photo_slider
============================================== */
.photo_slider {
	margin: 80px 0;
	background: #422913;
	line-height: 0;
}
.photo_slider figure {
	text-align: center;
	width: 50%;
}
.photo_slider figure img {
	height: 28vw;
}


/* ==============================================
    form
============================================== */
.entry-content form table th {
	background: #f7d9be;
	font-weight: normal;
}

.require {
	font-size: 13px;
	background: #cc3333;
	color: #fff;
	line-height: 20px;
	padding: 0 10px;
	border-radius: 10px;
	margin: 0 10px;
}

form input[type="text"], form input[type="email"], form input[type="tel"], form textarea, form select {
    padding: 5px 10px;
    font-size: 1.125em;
    border: 1px solid #ccc;
    margin: 5px 0;
}
form input[type="text"], form input[type="email"], form input[type="tel"], form textarea {
	width: 80%;
}

form .btn_submit {
	text-align: center;
}
form .btn_submit input[type="submit"] {
    font-size: 1.500em;
    background: #422913;
    border: none;
    color: #fff;
    padding: 10px 50px;
    transition: .4s;
    cursor: pointer;
}


.wpcf7 form.invalid .wpcf7-response-output {
	border: none;
	background: #fdd4df;
	padding: 10px !important;
	margin: 1em 0 !important;
}

.wpcf7 form.sent .wpcf7-response-output {
	border: none;
	background: #d6fdd4;
	padding: 10px !important;
	margin: 1em 0 !important;
}

.wpcf7-spinner {
	display: block !important;
	margin: 10px auto !important;
}

@media screen and (max-width: 700px) {
	.entry-content form table th,
	.entry-content form table td {
		display: block;
		width: 100%;
	}
	form input[type="text"], form input[type="email"], form input[type="tel"], form textarea {
		width: 100%;
	}
}



