@charset "utf-8";
/* CSS Document */
.cate1 .box_wrap{
	gap: 40px;
	align-items: stretch;
}
.cate1 .box_wrap .boxitem{
	position: relative;
	padding: 90px 40px 70px;
	background-color: rgba(253, 253, 253, 0.4);
	flex-direction: column;
	gap: 30px;
	width: calc(50% - 20px);
	height: auto;
    align-self: stretch;
}
.cate1 .box_wrap .boxitem .titlebox1{
	position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.cate1 .box_wrap .boxitem .tel{
	gap: 5px;
	align-items: flex-end;
}
.cate1 .box_wrap .boxitem .tel p{
	color: #404040;
	line-height: 1;
}
.cate1 .box_wrap .boxitem .bt {
    background-color: #fff;
    padding: 10px 20px;
    gap: 5px;
    border-radius: 6px;
}
.cate1 .box_wrap .boxitem .bt img {
    width: 15px;
    height: 15px;
}
.cate1 .box_wrap .boxitem .bt p {
    font-family: "Zen Old Mincho", "serif";
    color: #452310;
    font-size: 15px;
    font-weight: 500;
}
/* ---------- cate2 ---------- */
.cate2{
	flex-direction: column;
	gap: 40px;
	width: 100%;
}
.cate2 .contact-form_a{
	width: 100%;
}
.contact-form_a .form-box .box-wrap .box:not(.filebox) .inputbox > input, .contact-form_a .form-box .box-wrap .box .inputbox textarea {
    background-color: rgba(253, 253, 253, 0.6);
    border: none;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 20px;
    font-family: "Funnel Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.contact-form_a .send .send-bt {
    width: 200px;
    position: relative;
    border-radius: 200px;
    padding: 10px 30px;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #79544B;
	border: none;
}
/* ---------- cate3 ---------- */
.pagelinks_a .jp {
    background-color: rgba(253, 253, 253, 0.4);
    color: #452310;
    line-height: 1;
	max-width: 250px;
    padding: 15px 30px;
	font-family: "Zen Old Mincho", sans-serif;
	border-radius: 200px;
}
.pagelinks_a {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, auto));
    gap: 12px 20px;
    width: 100%;
    justify-content: center;
	padding-bottom: 30px;
}
.pagelinks_a .tab-wrap {
    display: block;
	position: relative;
}
.pagelinks_a .tab-wrap:hover .jp{
    background-color: #EBE0D3;
}
.pagelinks_a .tab-wrap:hover{
    opacity: 1;
}
.pagelinks_a .tab-wrap::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -26px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #9B626D;
}
.cate3{
	flex-direction: column;
	gap: 40px;
	width: 100%;
}
.cate3 .box1{
	flex-direction: column;
	gap: 40px;
	width: 100%;
}
.cate3 .box1 .title{
	flex-direction: column;
}
.cate3 .box1 .title img{
	width: clamp(180px, 25vw, 266px);
    height: auto
}
.faq_c{
	width: 100%;
}
.faq_c .box .qbox p {
    font-family: "Cormorant",  sans-serif;
}
.faq_c .box .abox {
    margin-top: 10px;
    background-color: #EBE0D3;
    padding: 30px;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
    .cate1 {
        align-items: center;
    }
	.cate1 .box_wrap {
		flex-direction: column;
		gap: 100px;
		align-items: center;
	}
	.cate1 .box_wrap .boxitem {
		width: 80%;
		margin-left: auto;
        margin-right: auto;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.cate1 .box_wrap .boxitem {
		width: 100%;
	}
	.pagelinks_a .tab-wrap::after {
		display: none;
	}
	.pagelinks_a {
		padding-bottom: 0px;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.cate1 .box_wrap {
		gap: 80px;
	}
	.cate1 .box_wrap .boxitem {
		padding: 70px 20px 50px;
		gap: 20px;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

