@charset "utf-8";
/* CSS Document */
.cate1 .box_wrap{
    gap: 80px;
}
.cate1 .box_wrap .leftbox{
    width: calc(40% - 40px);
}
.cate1 .box_wrap .rightbox{
    width: calc(60% - 40px);
	align-items: flex-start;
}
.cate1 .box_wrap .leftbox .namebox {
    justify-content: space-between;
	gap: 20px;
	width: 100%;
	align-items: flex-start;
	padding-bottom: 30px;
}
.cate1 .box_wrap .leftbox .namebox .nameleft {
    flex: 1;
}
.cate1 .box_wrap .leftbox .namebox .instagram {
    width: clamp(22px, 2.2vw, 32px);
    height: auto;
}
.cate1 .box_wrap .leftbox .namebox .nameleft .name {
    position: relative;
    display: inline-block;
    line-height: 1.2;
    letter-spacing: 0.1em;
    white-space: nowrap;
    font-weight: 400;
}
.cate1 .box_wrap .leftbox .imgbox img{
	border-radius: 10px;
}
.cate1 .box_wrap .rightbox h3{
	font-weight: 600;
}
/* ---------- cate2 ---------- */
.cate2 .imgbox{
	gap: 20px;
}
.cate2 .imgbox img:first-of-type{
	width: 100%;
}
.cate2 .imgbox img:not(:first-of-type){
	width: calc(50% - 10px);
}
.cate2 .imgbox img{
	border-radius: 20px;
}
.cate2 .boxwrap .box{
	padding: 20px 10px;
	border-bottom: 1px solid #CECECE;
}
.cate2 .boxwrap .box:first-of-type{
	padding-top: 0;
}
.cate2 .boxwrap .box{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: flex-start;
	flex-direction: row;
}
.cate2 .boxwrap .box h3{
	width: 30%;
}
.cate2 .boxwrap .box > div{
	width: 70%;
	padding-left: 20px;
}
.cate2 .sns_box{
	padding: 20px 0;
	width: 100%;
	justify-content: flex-start;
	gap: 30px
}
.cate2 .sns_box a p{
	color: #286431;
	font-family: "sen", serif;
}
.cate2 .sns_box a img{
	width: 20px;
	height: 20px;
}

.cate2 .map{
	position: relative;
	height: 500px;
	width: 100%;
}
.cate2 .map iframe{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: calc(100% + 5px);
	height: calc(100% + 5px);
	border-radius: 20px;
}
/* ---------- cate3 ---------- */
.cate3 .box_wrap{
	width: 100%;
	gap: 30px;
}
.cate3 .box_wrap .topbox{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 3px;
	width: 100%;
	text-align: center;
}
.cate3 .box_wrap .topbox::before,
.cate3 .box_wrap .topbox::after{
	content: "";
	position: absolute;
	top: 58%;
	width: calc(50% - 150px);
	height: 1px;
	background-color: rgba(40, 100, 49, 0.5);
}
.cate3 .box_wrap .topbox::before{
	left: 0;
}
.cate3 .box_wrap .topbox::after{
	right: 0;
}
.cate3 .box_wrap .topbox p{
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.15em;
}
.cate3 .box_wrap .topbox h4{
	position: relative;
	z-index: 1;
	line-height: 1.4;
}
.cate3 .box_wrap .bottombox{
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	width: 100%;
}
.cate3 .box_wrap .bottombox .bottomitem{
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 58px;
	padding: 15px 25px;
	background-color: #F8F6F0;
	border-radius: 4px;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
	box-sizing: border-box;
}
.cate3 .box_wrap .bottombox .bottomitem p{
	position: relative;
	padding-left: 18px;
	line-height: 1.6;
}
.cate3 .box_wrap .bottombox .bottomitem p::before{
	content: "";
	position: absolute;
	top: 0.8em;
	left: 0;
	width: 5px;
	height: 5px;
	background-color: #286431;
	border-radius: 50%;
	transform: translateY(-50%);
}
.cate3 .logo{
	width: clamp(200px, 25vw, 350px);
}
.cate3 .logo img{
	display: block;
	width: 100%;
	height: auto;
}
/* ---------- banner ---------- */

.banner_wrap{
	width: 100%;
	box-sizing: border-box;

}

.banner_wrap .banner{
	position: relative;
	width: 100%;
	height: clamp(280px, 26vw, 390px);
	margin: 0 auto;
	overflow: hidden;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 10px;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.18);
}

.banner_wrap .banner > img{
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.banner_wrap .banner::after{
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.24);
	pointer-events: none;
}

.banner_wrap .banner .txtbox{
	position: absolute;
	inset: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	padding: 30px;
	box-sizing: border-box;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 15px;
	text-align: center;
}

.banner_wrap .banner .txtbox .entitle{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	font-family: "Sen", sans-serif;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.18em;
}

.banner_wrap .banner .txtbox .entitle::before,
.banner_wrap .banner .txtbox .entitle::after{
	content: "";
	display: block;
	width: clamp(45px, 5vw, 80px);
	height: 1px;
	background-color: rgba(255, 255, 255, 0.75);
}

.banner_wrap .banner .txtbox h2{
	color: #fff;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.08em;
}

.banner_wrap .banner .txtbox .icon{
	width: 34px;
	aspect-ratio: 1 / 1;
	margin-top: 2px;
	border: 1px solid rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	transition: transform 0.3s ease;
}

.banner_wrap .banner .txtbox .icon i{
	color: #fff;
	font-size: 11px;
}

.banner_wrap .banner:hover .txtbox .icon{
	transform: translateX(4px);
}
body.on .banner_wrap .banner.bg_img_wrap2 > img{
	display: block;
}

/* ---------- cate4 ---------- */
.cate4 .bt_wrap{
	flex-direction: column;
	align-items: center;
	width: min(100%, 360px);
	margin: 0 auto;
	gap: 10px;
}
.cate4 .bt_wrap .more3{
	width: 100%;
}

.cate4 .bt_wrap .more3 a{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 14px;
	width: 100%;
	min-width: 0;
	padding: 22px 50px 22px 22px;
	background-color: #fff;
	border-radius: 4px;
	box-sizing: border-box;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.04);
}
.cate4 .bt_wrap .more3 a::after{
	top: 50%;
	right: 18px;
	left: auto;
	width: 7px;
	height: 11px;
	transform: translateY(-50%);
}
.cate4 .bt_wrap .more3 a:hover::after{
	transform: translate(3px, -50%);
}
.cate4 .bt_wrap .more3 .icon{
	width: 18px;
	height: 18px;
	flex-shrink: 0;
}
.cate4 .bt_wrap .more3 .icon img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.cate4 .bt_wrap .more3 a .en{
	flex: 1;
	width: auto;
	padding: 0;
	color: #286431;
	font-size: clamp(15px, 1.3vw, 18px);
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.05em;
	text-align: left;
}

.cate4 .box_wrap{
	padding: 60px 50px;
	background-color: #F8F6F0;
	border-radius: 10px;
}
.contact-form_a .form-box .box-wrap {
    max-width: 1000px;
	margin: 0 auto;
	width: 100%;
}

.contact-form_a .send .send-bt button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    opacity: 0;
    cursor: pointer;
}
.contact-form_a .send .send-bt {
    position: relative;
	padding: 18px 20px;
	background-color: #286431;
	min-width: 160px;
	border-radius: 5px;
	border: none;
}
.contact-form_a .send .send-bt::after {
    content: "";
	position: absolute;
	top: 50%;
	right: 18px;
	width: 7px;
	height: 11px;
	background-image: url("https://cozytech.jp/system_panel/uploads/images/arrow1.svg");
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	transform: translateY(-50%);
	transition: ease 0.3s;
}
.contact-form_a .send .send-bt:hover::after {
    transform:translate(3px,-50%);
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.cate1 .box_wrap {
		gap: 50px;
	}
	.cate1 .box_wrap .leftbox {
		width: calc(40% - 25px);
	}
	.cate1 .box_wrap .rightbox {
		width: calc(60% - 25px);
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){


}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.cate3 .box_wrap .topbox::before,
	.cate3 .box_wrap .topbox::after{
		width: calc(50% - 130px);
	}

	.cate3 .box_wrap .bottombox{
		grid-template-columns: 1fr;
		gap: 12px;
	}
	.cate2 .imgbox img {
		border-radius: 10px;
	}
	.cate1 .box_wrap {
		flex-direction: column;
	}
	.cate1 .box_wrap .leftbox {
		width: 60%;
	}
	.cate1 .box_wrap .rightbox {
		width: 80%;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.cate3 .box_wrap{
		gap: 25px;
	}

	.cate3 .box_wrap .topbox::before,
	.cate3 .box_wrap .topbox::after{
		width: calc(50% - 105px);
	}

	.cate3 .box_wrap .bottombox .bottomitem{
		min-height: 54px;
		padding: 13px 18px;
	}
	.cate4 .box_wrap{
		padding: 40px 20px;
	}
	.cate2 .imgbox img {
		border-radius: 5px;
	}

	.cate2 .sns_box {
		gap: 10px;
	}
	.cate1 .box_wrap .leftbox {
		width: 100%;
	}
	.cate1 .box_wrap .rightbox {
		width: 100%;
	}
    .cate1 .box_wrap {
        gap: 30px;
    }
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

