@charset "utf-8";
main.l-pageBody {
	background-color: #FFFBF3;
	font-family: "ryo-gothic-plusn", sans-serif;
	font-weight: 400;
	font-style: normal;
	color:#72533F;
	font-size: 1.3rem;
	letter-spacing: 0.07em;
	line-height: 1.7;
}
.m-container {
	margin: 0 auto;
	padding: 60px 0 30px;
}
.m-content {
	padding: 0 15px;
}
.m-head .en {
	border-bottom: solid #765D55 1px;
	padding: 0 15px 8px;
	font-weight: bold;
}
.m-head span:last-child {
	font-size: 1.2rem;
	display: block;
	margin-top: 13px;
}
.m-head {
	margin: center;
	text-align: center;
	font-size: 2.4rem;
	color: #765D55;
	letter-spacing: 0.02em;
	padding-bottom: 50px;
}
.p-contact_list {
	padding-bottom: 40px;
}
.l-tree {
	position: relative;
}
.p-tree {
	position: absolute;
	max-width: 120px;
	right: 0;
	bottom: 28px;
	z-index: 10;
}
.p-contact_list .m-ttl {
	position: relative;
	color:#5C8240;
	padding-left: 18px;
}
.p-contact_list .m-ttl::before {
	content: "●";
	position: absolute;
	color:#5C8240;
	display: inline-block;
	width: 20px;
	height: 20px;
	left: 0;
}

.p-others_list .m-ttl {
	position: relative;
	padding-left: 18px;
}
.p-others_list .m-ttl::before {
	content: "●";
	position: absolute;
	display: inline-block;
	width: 20px;
	height: 20px;
	left: 0;
}
.p-contact_list table {
	position: relative;
	background: url("../img/contact/bg_tel.jpg") no-repeat;
	background-size: cover;
	border-radius: 20px;
	z-index: 0;
	padding: 20px;
	width: 100%;
	line-height: 1.5;
}
.p-contact_list table tr:first-child {
	padding-top: 0;
}
.p-contact_list table tr:last-child {
	border-bottom:none ;
	padding-bottom: 0;
}
.p-contact_list table::before {
	content: "";
	position: absolute;
	background: #fff;
	background-size: cover;
	width: calc(100% - 12px);
	height: calc(100% - 12px);
	border-radius: 16px;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	z-index: -1;
}
.p-contact_list tr {
	
	display: block;
	border-bottom: solid 1px #5C8240;
	padding: 10px 5px;
}
.p-contact_list th {
	font-size: 1.4rem;
}
.p-contact_list th, .p-contact_list td {
	display: block;
	width: 100%;
}
.p-contact_list .p-num {
	position: relative;
	font-size: 2.3rem;
	font-weight: bold;
	color: #FFBB00;
	padding-left: 20px;
}
.p-contact_list .p-num::before {
	content: "";
	position: absolute;
	background: url("../img/contact/ico_tel.svg") no-repeat;
	background-size: contain;
	display: block;
	width: 15px;
	height: 15px;
	left: 0;
	top: 50%;
	transform: translateY(-50%) ;
	-webkit- transform: translateY(-50%) ;
}
.p-contact_list tr:last-of-type td:last-of-type {
	font-size: 1.2rem;
}
.m-ttl {
	font-size: 1.6rem;
	margin-bottom: 10px;
	font-weight: bold;
}
.p-others_list .p-button {
	width: 100%;
	border: 3px solid #72533F;
	border-radius: 10px;
	background: #fff;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.p-others_list .p-button:not(.others) {
	box-shadow: 0 5px 10px  rgb(0 0 0 / 20%);
}
.p-others_list .p-button a {
	position: absolute;
	width: 100%;
	height: 100%;
}
.p-others_list .p-button dt {
	font-size: 1.4rem;
	font-weight: bold;
	border-bottom: solid 1px #72533F;
	padding-bottom: 2px;
}
.p-others_list .p-button dd {
	padding-top: 5px;
	font-size: 1.1rem;
	line-height: 1.5;
}
.p-others_list .m-textbox {
	flex-basis: 62%;
	padding: 15px 12px;
	text-align: center;
}
.p-others_list .m-textbox {
	position: relative;
	pointer-events: none;
}
.p-others_list .m-textbox::after {
	content: "";
	background: url("../img/contact/ico_arrow.svg") no-repeat;
	position: absolute;
	background-size: contain;
	display: block;
	width: 16px;
	height: 16px;
	right: -10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	z-index: 10;
}
.p-others_list .p-catalog span {
	z-index: 50;
}
.p-others_list span {
	flex-basis: 35%;
	position: relative;
	pointer-events: none;
}
.p-others_list .p-button.p-event::before {
	content: "";
	background: url("../img/contact/pic_leaf02.png") no-repeat;
	position: absolute;
	background-size: contain;
	display: block;
	width: 32px;
	height: 32px;
	left: -16px;
	top: -11px;
	z-index: 10;
}
.p-others_list .p-button.p-reform::before {
	content: "";
	background: url("../img/contact/pic_leaf01.png") no-repeat;
	position: absolute;
	background-size: contain;
	display: block;
	width: 32px;
	height: 32px;
	right: -16px;
	bottom: -20px;
	z-index: 10;
}
.p-others_list span::after {
	content: "";
	position: absolute;
	right: 0;
	display: block;
	width: 100%;
	height: 100%;
	border-top-right-radius:7px;
	border-bottom-right-radius:7px;
}

.p-others_list .p-catalog {
	position: relative;
}
.p-others_list .p-catalog span {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) ;
	-webkit- transform: translateY(-50%) ;
	width: 35%;
}
.p-others_list .p-shindan span::before {
	content: "";
	position: absolute;
	left: 58%;
	display: block;
	width: 102px;
	height: 107px;
	background: url("../img/contact/img_shindan.png") no-repeat;
	background-size: cover;
	bottom: 0;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
	z-index: 50;
}
.p-others_list .p-sodan span::after {
	background: url("../img/contact/bg_sodan.jpg") no-repeat;
	background-size: cover;
}
.p-others_list .p-event span::after {
	background: url("../img/contact/bg_event.jpg") no-repeat;
	background-size: cover;
}
.p-others_list .p-bunjyo span::after {
	background: url("../img/contact/bg_bunjyo.jpg") no-repeat;
	background-size: cover;
}
.p-others_list .p-shindan span::after {
	background: url("../img/contact/bg_shindan.jpg") no-repeat;
	background-size: cover;
}
.p-others_list .p-reform dt {
	font-size: 1.3rem;
	letter-spacing: 0.02em;
}
.p-others_list .p-reform span::after {
	background: url("../img/contact/bg_reform.jpg") no-repeat;
	background-size: cover;
	background-position-x: right;
}

.p-others_list .p-button.others {
	border: 2px solid #72533F;
	text-align :center;
	padding: 0;
}
.p-others_list .p-button.others a {
	position: relative;
	padding-right: 20px;
	display: block;
	padding: 15px;
	width: 100%;
}
.p-others_list .p-button.others a::after {
	content: "";
	position: absolute;
	background: url("../img/contact/ico_arrow.svg") no-repeat;
	background-size: contain;
	display: block;
	width: 16px;
	height: 16px;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}


@media (min-width: 1000px) {
	main.l-pageBody {
		font-size: 14px;
	}
	.m-head {
		font-size: 30px;
	}
	.m-head span:last-child {
		font-size: 16px;
	}
	.m-head .en {
		padding: 0 20px 10px;
	}
	.m-ttl {
        font-size: 19px;
        margin-bottom: 15px;
    }
	.l-tree {
		position: relative;
	}
    .m-container {
        padding: 110px 0 200px;
    }
	
	.p-contact .p-button:hover a {
        opacity: 0.8;

	}
	.p-contact .p-button a {
       transition: all 0.2s ease;

	}
	.p-others_list .p-button:not(.others):hover {
		opacity: 0.8;
	}
	.p-others_list .p-button:not(.others){
		transition: all 0.2s ease;
	}

	.m-content {
        padding: 0;
        max-width: 1000px;
        margin: 0 auto;
    }
	
	.p-contact_list {
		max-width: 770px;
		margin: 0 auto;
		padding-bottom: 120px;
	}
	.p-contact_list table {
        padding: 40px 60px;
    }
	.p-contact_list tr {
        display: flex;
        justify-content: space-between;
        align-items: center;
		padding: 6px 10px;

    }
	.p-contact_list tr:last-of-type td:last-of-type {
        font-size: 12px;
		padding-top: 5px;
    }
	
	.p-contact_list th {
		font-size: 19px;
        flex-basis: 28%;
    }
	
	.p-contact_list .p-num::before {
        width: 20px;
        height: 20px;
    }
	
	.p-contact_list td.p-num {
		flex-basis: 42%;
		font-size: 29px;
		padding-left: 27px;
		text-align: left;
	}
	.p-contact_list td {
		font-size: 14px;
        flex-basis: 34%;
		text-align: right;
    }
    .p-tree {
        max-width: 327px;
        width: 25vw;
        bottom: -50px;
    }
	
	.p-others_list .m-2col {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.p-others_list .m-textbox {
        padding: 25px 20px;
    }
	.p-others_list .p-button {
		flex-basis: 48.5%;
	}
	.p-others_list .p-button {
        margin-bottom: 30px;        
    }
	.p-others_list .p-button dt {
        font-size: 20px;
		padding-bottom: 5px;
    }
	.p-others_list .p-button.p-event::before {
        width: 42px;
        height: 42px;
		left: -22px;
		top: -15px;
    }
	.p-others_list .p-button.p-reform::before {
        width: 36px;
        height: 36px;
        right: -24px;
		bottom: -18px;
    }
	.p-others_list .p-button dd {
        font-size: 14px;
		padding-top: 10px;
    }
    .p-others_list .p-catalog span {
        width: 41%;
        right: -19px;
    }
	.p-others_list .m-textbox::after {
        width: 20px;
        height: 20px;
    }
	.p-others_list .p-reform dt {
		font-size: 19px;
	}
	.p-others_list .p-shindan span::before {
        width: 144px;
        height: 152px;
		left:60%;
    }
	.p-others_list .p-button.others a {
        font-size: 18px;
		padding: 24px ;
    }
	.p-others_list .p-button.others a::after {
        width: 20px;
        height: 20px;
        right: 30px;
    }
	
}
