@charset "utf-8";

/* Setting-basic
-----------------------------------------------------------*/
html {font-size: 62.5%;}
body {
	font-family:  'Noto Sans JP','游ゴシック体','YuGothic','游ゴシック Medium','Yu Gothic Medium','ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
	color: #333;
	background: #fff;
	line-height:1.5;
	font-feature-settings: "palt";
	font-size: 1.5rem;
	-webkit-text-size-adjust:100%;
}
.clearfix {
	clear: both;
}


/* Module
-----------------------------------------------------------*/
img {
	border: 0;
	vertical-align: middle;
}
img.ofi {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-object-fit: cover;
	font-family: 'object-fit: cover;'
}
p {
	margin: 0 0 20px;
	line-height: 1.6;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0 0 20px;
	line-height: 1.3;
}
h1 { font-size: 3.6rem;}
h2 { font-size: 3rem;}
h3 { font-size: 2.4rem;}
h4 { font-size: 2.1rem;}
h5 { font-size: 1.8rem;}
h6 { font-size: 1.6rem;}

ol,ul {
	list-style: none;
}
.liststyle_decimal {
	list-style: decimal;
	padding: 0 0 0 30px;
}
.liststyle_decimal li {
	margin-bottom: 5px;
}
.liststyle_disc {
	list-style: disc;
	padding: 0 0 0 30px;
}
.liststyle_disc li {
	margin-bottom: 4px;
}
.liststyle_dl1 {
	overflow: hidden;
	width: 100%;
}
.liststyle_dl1 dt {
	float: left;
	width: 120px;
	margin: 0 0 25px;
	font-weight: bold;
}
.liststyle_dl1 dd {
	float: left;
	width: calc(100% - 120px);
	margin: 0 0 25px;
}
.liststyle_dl2 dt {
	margin: 0 0 5px;
	font-weight: bold;
}
.liststyle_dl2 dd {
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px dotted #ccc;
}
.liststyle_dl2 dd:last-child {
	margin: 0;
	padding: 0;
	border-bottom: none;
}


/* Hypertext Module
-----------------------------------------------------------*/
a:link,
a:visited {
	color: #333;
	text-decoration: none;
	transition: all .2s ease-in-out;
}
a:hover {
	color: #777;
}
a.linkstyle {
	color: #672e8e;
	text-decoration: underline;
}
a:hover.linkstyle {
	color: #e00a8c;
}
::selection {
	color: #91a50b;
	background: #f2ff8e;
}

.swap {
	transition: all .2s ease-in-out;
}
.swap:hover {
	opacity: 0.7;
}


/* General Settings
-----------------------------------------------------------*/
/* Margin Control */
.mb00 { margin-bottom: 0!important;}
.mb05 { margin-bottom: 5px!important;}
.mb10 { margin-bottom: 10px!important;}
.mb15 { margin-bottom: 15px!important;}
.mb20 { margin-bottom: 20px!important;}
.mb25 { margin-bottom: 25px!important;}
.mb30 { margin-bottom: 30px!important;}
.mb40 { margin-bottom: 40px!important;}
.mb50 { margin-bottom: 50px!important;}
.mb60 { margin-bottom: 60px!important;}
.mb70 { margin-bottom: 70px!important;}
.mb80 { margin-bottom: 80px!important;}
.mb90 { margin-bottom: 90px!important;}
.mb100 { margin-bottom: 100px!important;}
.mb120 { margin-bottom: 120px!important;}
.mb130 { margin-bottom: 130px!important;}
.mb140 { margin-bottom: 140px !important;}
.mb150 { margin-bottom: 150px !important;}
.mb160 { margin-bottom: 160px !important;}
.mb170 { margin-bottom: 170px !important;}
.mb180 { margin-bottom: 180px !important;}
.mb190 { margin-bottom: 190px !important;}
.mb200 { margin-bottom: 200px !important;}
.mb210 { margin-bottom: 210px !important;}
.mb220 { margin-bottom: 220px !important;}
.mb230 { margin-bottom: 230px !important;}
.mb240 { margin-bottom: 240px !important;}
.mb250 { margin-bottom: 250px !important;}
.mb260 { margin-bottom: 260px !important;}
.mb270 { margin-bottom: 270px !important;}
.mb280 { margin-bottom: 280px !important;}
.mb290 { margin-bottom: 290px !important;}
.mb300 { margin-bottom: 300px !important;}

.mt00 { margin-top: 0 !important;}
.mt05 { margin-top: 5px !important;}
.mt10 { margin-top: 10px !important;}
.mt20 { margin-top: 20px !important;}
.mt30 { margin-top: 30px !important;}
.mt40 { margin-top: 40px !important;}
.mt50 { margin-top: 50px !important;}
.mt60 { margin-top: 60px !important;}
.mt70 { margin-top: 70px !important;}
.mt80 { margin-top: 80px !important;}
.mt90 { margin-top: 90px !important;}
.mt100 { margin-top: 100px !important;}
.mt110 { margin-top: 110px !important;}
.mt120 { margin-top: 120px !important;}
.mt130 { margin-top: 130px !important;}
.mt140 { margin-top: 140px !important;}
.mt150 { margin-top: 150px !important;}
.mt160 { margin-top: 160px !important;}

/* width */
.width100 { width: 100%;}
.width90 { width: 90%;}
.width80 { width: 80%;}
.width70 { width: 70%;}
.width60 { width: 60%;}
.width50 { width: 50%;}
.width45 { width: 45%;}
.width40 { width: 40%;}
.width35 { width: 35%;}
.width30 { width: 30%;}
.width25 { width: 25%;}
.width20 { width: 20%;}
.width15 { width: 15%;}
.width10 { width: 10%;}
.width5 { width: 5%;}

/* font size */
.text75 { font-size: 75%;}
.text80 { font-size: 80%;}
.text85 { font-size: 85%;}
.text90 { font-size: 90%;}
.text100 { font-size: 100%;}
.text110 { font-size: 110%;}
.text120 { font-size: 120%;}
.text130 { font-size: 130%;}
.text140 { font-size: 140%;}
.text160 { font-size: 160%;}
.text180 { font-size: 180%;}
.text200 { font-size: 200%;}
.text220 { font-size: 220%;}
.text240 { font-size: 240%;}
.text260 { font-size: 260%;}

/* color */
.c_000 { color: #000;}
.c_333 { color: #333;}
.c_555 { color: #555;}
.c_888 { color: #888;}
.c_fff { color: #fff;}
.c_red { color: #f00;}
.c_blue { color: #0e92e5;}
.c_green { color: #86bf00;}
.c_orange { color: #ee761b;}

/* font style */
.boldstyle { font-weight: bold;}
.normalstyle { font-weight: normal;}
.italicstyle { font-style: italic;}

/* text-align */
.aligncenter { text-align: center;}
.alignleft { text-align: left;}
.alignright { text-align: right;}

::selection {
	color: #81249d;
	background: #f8e0ff;
}

/* inview
-----------------------------------------------------------*/
.effect_fadein {
	overflow: hidden;
	opacity: 0;
	transition: 1s;
	transform: translate(0,-30px); 
}
.effect_def {
	opacity: 1.0;
	transform: translate(0,0); 
}


/* effect
-----------------------------------------------------------*/
.img_effect {
	transition: all .3s ease-in-out;
}
.img_effect:hover {
	transform: scale(1.1);
}


/* Table Module
-----------------------------------------------------------*/
table {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-collapse: collapse;
	border-spacing: 0;
	background: #fff;
}
td,th {
	padding: 15px;
	text-align: left;
	line-height: 1.5;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
th {
	font-weight: bold;
}
thead th {
	padding: 5px 15px;
	background: #555;
	color: #fff; 
	font-size: 1.3rem;
}
tfoot th {
	padding: 5px 15px;
	background: #ddd;
	font-size: 1.3rem;
}


/* Forms Module
-----------------------------------------------------------*/
.input_text,
textarea {
	margin-bottom: 5px;
	padding: 12px 15px;
	border: 1px solid #777;
	border-radius: 4px;
	background: white;
}
select {
	padding: 12px 40px 12px 15px;
	border: 1px solid #777;
	border-radius: 4px;
	background: #fff;
	cursor: s-resize;
}
select::-ms-expand {
	display: none;
}
.selectbox{
	margin-bottom: 5px;
	position: relative;
	display: inline-block;
}
.selectbox::before{
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	background: #eee;
	height: 100%;
	width: 30px;
	border: 1px solid #777;
	border-radius: 0 4px 4px 0;
}
.selectbox::after{
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 9px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #777 transparent transparent transparent; 
}
.need:before,
.any:before {
	margin: 0 7px 0 0;
	padding: 3px 4px;
	color: #fff;
	font-size: 11px;
	border-radius: 4px;
}
.need:before {
	content: "必須";
	background: #ff6969;
}
.any:before {
	content: "任意";
	background: #999;
}
.input_text:hover,
textarea:hover,
select:hover {
	opacity: 0.8;
	border-color: #464646
}
label:hover {
	cursor: pointer;
	opacity: 0.8;
}
::placeholder{
  color: #aaa;
}


/* sp_nav
-----------------------------------------------------------*/

.header_menubtn {
    display: none;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 200;
    width: 40px;
    height: 30px;
    text-align: center;
    cursor: pointer;
}
.header_menubtn p {
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    margin: 0;
}
.header_menubtn p.close {
	display: none;
}
.header_menubtn.active .menu_trigger + p.menu {
	display: none;
}
.header_menubtn.active .menu_trigger + p.menu + p.close {
	display: block;
	color: white;
}
.menu_trigger,
.menu_trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu_trigger {
	position: relative;
	width: 40px;
	height: 30px;
}
.menu_trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #5e3e2f;
	border-radius: 4px;
}
.menu_trigger span:nth-of-type(1) {
	top: 0;
}
.menu_trigger span:nth-of-type(2) {
	top: 13px;
}
.menu_trigger span:nth-of-type(3) {
	bottom: 0;
}

.active .menu_trigger span:nth-of-type(1) {
  -webkit-transform: translateY(13px) rotate(-45deg);
  transform: translateY(13px) rotate(-45deg);
}
.active .menu_trigger span:nth-of-type(2) {
  opacity: 0;
}
.active .menu_trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-13px) rotate(45deg);
  transform: translateY(-13px) rotate(45deg);
}
.area_footer.content {
	display: none;
}







/* layout_common
-----------------------------------------------------------*/
.sp_only {
	display: none!important;
}
.cover {
	width: 100%;
	margin: 0 auto;
}
.wrap_1280 {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}
.wrap_1024 {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}
.wrap_960 {
	width: 94%;
	max-width: 960px;
	margin: 0 auto;
}
.wrap_600 {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

.area_drawermenu.active {
    visibility: visible;
    opacity: 1;
}
.area_drawermenu {
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-in-out;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 110;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    overflow: auto;
}
.menu_list li a {
    font-size: 2.5rem;
    padding: 20px 0 18px 5px;
    display: block;
    font-size: 1.75rem;
    padding: 15px 0 13px 5px;
    color: #45291F;
    position: relative;
    padding-left: 20px;
}
.menu_list li a:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #45291F;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0.-50%);
	border-radius: 100%;
}
.menu_list li a i {
	margin-left: 5px;
	font-size: 1.3rem;
}
.menu_list li a span {
	position: absolute;
	right: 20px;
	top: 16px;
	font-size: 1.2rem;
}
.menu_list li:first-child {
    border-top: 1px solid #877465;
}
.menu_list li {
    display: block;
    border-bottom: 1px solid #877465;
}

.menu_list {
    position: absolute;
    right: -500px;
    left: auto;
    background: #F0EDE6;
    width: 100%;
    max-width: 445px;
    padding: 90px 20px 100px 20px;
    overflow-y: scroll;
    transition: .25s;
    -webkit-backface-visibility: hidden;
    height: 100%;
    color: #45291F;
}
.active .menu_list {
    right: 0px;
    left: auto;
    font-size: 0;
    transition: .25s;
}


/* layout_top
-----------------------------------------------------------*/

.main {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}
.main_img {
	width: 74.71%;
}
.main_img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: .55s;
}
.mainimg02 {
	left: 74.71%;
	z-index: 2;
}
.mainimg02.active {
	left: 24.71%;
}
.mainimg03 {
	left: 82.71%;
	z-index: 3;
}
.mainimg03.active {
	left: 34.71%;
}
.mainimg04 {
	left: 90.71%;
	z-index: 4;
}
.mainimg04.active {
	left: 44.71%;
}
.main_img_text {
	height: 100%;
	position: absolute;
	left: 0;
	background: #2b1913;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	z-index: 3;
	color: white;
	font-size: 1.75rem;
	font-weight: bold;
	padding: 35px 8px;
	letter-spacing: .1rem;
	display: flex;
	justify-content: center; 
	align-items: center; 
}
.main_img_text::after {
	content: "»";
	position: absolute;
	right: -20px; 
	top: 50%;
	color: #2b1913;
	transform: translateY(-50%) rotate(0deg);
	font-size: 3rem;
	writing-mode: horizontal-tb;
	transition: .25s;
}
.active .main_img_text::after {
	transform: translateY(-50%) rotate(180deg);
}
.main_img_text_p {
	margin-bottom: 0;
	height: 105px;
	display: inline-block;
	text-align: center;
}
.main_img_text span {
	display: inline-block;
	position: relative;
	top: 2px;
	transition: .25s;
}
.active .main_img_text span {
	transform: rotate(180deg);
	top: 0px;
}
.content_wrap {
	margin-bottom: 100px;
}
.mainimg02 .main_img_text {
	text-align: left;
}
.mainimg03 .main_img_text {
	text-align: left;
}
.mainimg04 .main_img_text {
	text-align: left;
}
.main_img_text_box {
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(240, 237, 230, .76);
	padding: 30px 100px;
	z-index: 2;
	width: 100%;
	opacity: 0;
	transition: .25s;
	pointer-events: none;
}
a.main_img_text_box_link,
.main_img_text_box_link {
	display: block;
	color: #5e3e2f;
	text-decoration: underline;
	position: relative;
	margin-top: 10px;
	padding-left: 20px;
}
.main_img_text_box_link:after,
.main_img_text_box_link:before {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	left: 5px;
	width: 6px;
	height: 2px;
	border-radius: 9999px;
	background-color: #5e3e2f;
	transform-origin: calc(100% - 1px) 50%;
	transform: rotate(45deg);
}
.main_img_text_box_link:after {
	transform: rotate(-45deg);
}
.active .main_img_text_box {
	pointer-events: auto;
	opacity: 1;
}
.main_img_text_box_text01 {
	font-size: 2.5rem;
	font-weight: bold;
	margin-bottom: 0;
	width: 50%;
}
.main_img_text_box_text02 {
	font-size: 2rem;
	margin-bottom: 0;
	width: 50%;
}

.contents_sub {
	justify-content: space-between;
	display: flex;
	width: 100%;
}
.contents_sub_left {
	width: 265px;
}
.contents_sub_main {
	margin-bottom: 0;
	width: calc(100% - 265px);
}
.logo2 {
	width: 114px;
	margin: 0 auto;
	display: block;
}
.main_menu {
	position: fixed;
	left: 0;
	top: 0;
	padding: 62px 30px 36px;
	z-index: 10;
	background: rgba(240,237,230,.76);
	height: 100%;
	width: 265px;
}
.main_menu.tate {
	padding: 32px 30px 36px;
}
.main_menu.tate .logo2 {
	width: 94px;
	margin-bottom: 20px;
}
.main_menu.tate .logo_tsupport_wrap img {
	max-width: 150px;
}
.main_menu.tate .logo_tsupport_wrap {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.main_menu .btn01 {
	margin: 0 auto;
}
.main_menu.stop {
	position: absolute;
	top: auto;
	bottom: 0;
}
.logo_link {
	display: none;
}
.logo2 {
	margin-bottom: 40px;
}
.contents_sub_right_list {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 1.7rem;
	margin: 0 auto;
	margin-bottom: 48px;
}
.contents_sub_right_list li {
	position: relative;
	padding-top: 10px;
	margin-right: 5px;
}
.contents_sub_right_list li:first-child {
	margin-right: 0;
}
.contents_sub_right_list li:before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%,0);
	background: #5e3f30;
	border-radius: 100%;
}
.contents_sub_right_list a {
	color: #5e3f30;
	font-weight: bold;
	display: block;
}
.contents_sub_right_list a:hover {
	opacity: .75;
}
.logo_wrap {
	display: block;
}
.logo_wrap:hover {
	opacity: .75;
}
.header_logo_wrap {
	width: 100%;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translate(-50%, 0);
}
.logo3 {
	width: 114px;
	margin: 0 auto;
	display: block;
	margin-bottom: 10px;
}
a.btn01,
.btn01 {
	display: block;
	color: white;
	font-size: 1.55rem;
	font-weight: bold;
	background: #5e3e2f;
	border-radius: 100px;
	width: 172px;
	padding: 20px 10px;
}
.btn01_text {
	text-align: center;
	margin-bottom: 0;
	line-height: 1;
	position: relative;
}
.btn01_text:before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 5px;
	background: url("../images/common/i_tel_w.svg") no-repeat;
	background-size: contain;
}
.contents_sub_main_box {
	display: flex;
	flex-wrap: wrap;
	height: 576px;
}
.contents_sub_main_box.beige {
	background: #f0ede6;
}
.contents_sub_main_left {
	width: 35.88%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.contents_sub_main_right {
	width: 64.12%;
	
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	flex-wrap: wrap;
	padding: 50px 35px;
}
.title01 {
	font-size: 3.2rem;
	color: #45291f;
	text-align: center;
	width: 100%;
}
a.btn02,
.btn02 {
	background: #f0ede6;
	border: 1px solid #5e3f30;
	display: block;
	font-weight: bold;
	letter-spacing: .25rem;
	color: #5e3f30;
	width: 195px;
	text-align: center;
	padding: 12px;
	background: #f0ede6;
	margin: 0 auto;
	border-radius: 10px;
}
.beige .btn02 {
	background: white;
}
.btn02:hover {
	opacity: .75;
}
.btn02_text {
	font-size: 1.6rem;
	margin-bottom: 0;
	position: relative;
}
.btn02_text:after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url("../images/common/i_arrow.svg") no-repeat;
	background-size: contain;
	margin-left: 10px;
	position: relative;
	top: 3px;
}
.contents_wrap {
	
}
.news_list_wrap {
	margin-bottom: 50px;
}
.news_list {
	width: 100%;
}
.news_list_list {
	border-bottom: 1px solid #877465;
}
.news_list_link {
	padding: 20px 0;
	display: block;
}
/* .news_list .news_list_list:nth-child(n+5) {
	display: none;
} */
.news_list_day {
	font-size: 1.5rem;
	margin-bottom: 10px;
}
.news_list_text {
	font-size: 2rem;
	margin-bottom: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.text01 {
	font-size: 1.52rem;
	font-weight: 600;
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
	margin-bottom: 20px;
	color: #45291F;
	text-align: center;
}

.access_list {
	margin-bottom: 15px;
}
.access_list dt {
	border: 1px solid #2b1913;
	border-radius: 100px;
	font-size: 1.5rem;
	padding: 5px 15px;
	color: #2b1913;
	margin-bottom: 10px;
	display: inline-block;
}
.access_list dd {
	padding-left: 18px;
	font-size: 1.7rem;
	color: #2b1913;
}
.access_map_wrap {
	padding: 20px;
	width: 100%;
}
.access_map {
	width: 100%;
	height: 250px;
	border: 0;
}
.instagram_box_wrap {
	padding: 30px 0 0;
}
.instagram_title_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.instagram_title {
	font-size: 2.2rem;
	letter-spacing: 0.2em;
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 0;
}
.instagram_title:before {
	content: "";
	display: inline-block;
	width: 31px;
	height: 31px;
	margin-right: 10px;
	background: url(../images/common/i_instagram.svg) no-repeat;
	background-size: contain;
}
a.instagram_link,
.instagram_link {
	font-weight: 500;
	text-decoration: underline;
	font-size: 1.4rem;
	letter-spacing: 0.2em;
	color: #705234;
	text-decoration: underline;
}
.instagram_list_wrap {
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 74px;
}
.instagram_list {
	display: flex;
	gap: 10px;
}
.instagram_list li {
	width: 224px;
	flex: 0 0 auto;
}
.instagram_list li a {
	padding-bottom: 125%;
	position: relative;
	display: block;
	border-radius: 10px;
	overflow: hidden;
}
.instagram_list li a img {
	position: absolute;
}
footer {
	background: #393335;
	padding: 60px 0;
}
.footer_box {
	display: flex;
	justify-content: space-between;
	color: #fff;
	margin-bottom: 50px;
}
.footer_logo {
	width: 326px;
	margin: 0 auto;
	margin-bottom: 25px;
}
.footer_box1 {
	width: 35%;
	text-align: center;
}
.footer_box1_title {
	font-size: 1.8rem;
	margin-bottom: 0;
}
.footer_box1_tel {
	font-size: 2.7rem;
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	justify-content: center;
}
.footer_box1_text {
	margin-bottom: 20px;
}
.footer_box1_tel:before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(../images/common/i_tel_w.svg) no-repeat;
	background-size: contain;
	margin-right: 10px;
}
.footer_box1_tel span {
	font-size: 1.9rem;
	display: inline-block;
	margin-left: 5px;
}
a.btn03,
.btn03 {
	color: white;
	font-weight: 500;
	font-size: 1.6rem;
	text-align: center;
	width: 207px;
	border-radius: 20px;
	border: 1px solid #fff;
	display: block;
	padding: 5px 10px;
}
.footer_box1 .btn03 {
	margin: 0 auto;
}
.btn03:hover {
	opacity: .75;
}
.btn03_text {
	position: relative;
	display: inline-block;
	padding-right: 15px;
	margin-bottom: 0;
}
.btn03_text:before,
.btn03_text:after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	right: 0;
	width: 6px;
	height: 2px;
	border-radius: 9999px;
	background-color: white;
	transform-origin: calc(100% - 1px) 50%;
}
.btn03_text:before {
	transform: rotate(45deg);
}
.btn03_text:after {
	transform: rotate(-45deg);
}
.footer_box2 {
	display: flex;
	justify-content: space-between;
	width: 35%;
}
.footer_list {
	width: 40%;
}
.footer_list li {
	margin-bottom: 9px;
}
.footer_list li a {
	color: white;
	font-size: 1.8rem;
	display: block;
	position: relative;
	padding-left: 13px;
}
.footer_list li a:hover {
	opacity: .75;
}
.footer_list li a:before,
.footer_list li a:after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 6px;
	height: 2px;
	border-radius: 9999px;
	background-color: white;
	transform-origin: calc(100% - 1px) 50%;
}
.footer_list li a:before {
	transform: rotate(45deg);
}
.footer_list li a:after {
	transform: rotate(-45deg);
}
.copywrite {
	color: white;
	font-size: 1.4rem;
	text-align: right;
	margin-bottom: 0;
}
.footer_box3 {
	width: 20%;
	display: flex;
	gap: 15px;
}
.footer_box3_title {
	font-size: 1.5rem;
	margin-bottom: 0;
}
.footer_box3_sns {
	display: block;
	width: 31px;
	height: 31px;
}
.logo4 {
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 320px;
	display: block;
}


/* topicPath */
.topicPath_wrap {
	margin-top: 80px;
	padding: 13px 40px 0;
	margin-bottom: 32px;
}
.topicPath {
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	padding-bottom: 0;
	position: relative;
}
.topicPath_inner {
	display: inline-block;
	width: 100%;
	font-size: 0;
	white-space: nowrap;
}
.topicPath_inner li {
	display: inline;
	position: relative;
	font-weight: normal;
	font-size: 1.2rem;
	color: #5f3e30;
	font-family: Outfit;
}
.topicPath_inner li:last-child span {
	display: inline-block;
	width: 310px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: bottom;
}
.topicPath_inner li a {
	color: #333;
	text-decoration: underline;
}
.topicPath_inner li a:hover {
	color: #5f3e30;
}
.topicPath_inner li:after {
	content: "/";
	color: #333;
	font-size: 1.2rem;
	padding: 0 5px;
}
.topicPath_inner li:last-child:after {
	content: none;
}
/* content_main */
.content_main {
	height: 248px;
	background: #f3f1ed;
	padding: 13px 40px;
	position: relative;
	margin-bottom: 100px;
	overflow: hidden;
}
.content_main .wrap_900 {
	position: relative;
}
.content_main:before {
	content: "";
	display: inline-block;
	width: 70%;
	height: 200%;
	position: absolute;
	top: 0;
	left: 0;
	background: #f9f7f4;
	transform: rotate(35deg) translate(-20%, 20%);
	pointer-events: none;
}
.content_main_text {
	margin-top: 35px;
}
.content_main_text01 {
	font-family: Outfit;
	font-weight: 400;
	font-size: 6.4rem;
	letter-spacing: 0.04em;
	line-height: 1.3;
	text-align: left;
	margin-bottom: 11px;
}
.content_main_text02 {
	font-family: "Outfit";
	font-weight: normal;
	font-size: 2rem;
	letter-spacing: 0.04em;
	line-height: 1.3;
	text-align: left;
	margin-bottom: 0;
}
/* About_top
-----------------------------------------------------------*/
.about_box2 {
	margin-bottom: 100px;
}
.about_title_sub {
	font-size: 2.3rem;
	text-align: center;
	color: #333;
	margin-bottom: 50px;
	font-weight: 700;
}
.about_title_sub2 {
	font-size: 2rem;
	letter-spacing: 0.06em;
	text-align: center;
	margin-bottom: 50px;
}
.about_title_sub + .about_title_sub2 {
	margin-top: -20px;
}
.heading02 {
	font-weight: bold;
	font-size: 2rem;
	letter-spacing: 0.04em;
	margin-bottom: 14px;
	line-height: 1.35;
	margin-bottom: 22px;
}
.text02 {
	font-weight: normal;
	font-size: 1.6rem;
}
.heading02 + .text01 {
	line-height: 30px;
	margin-bottom: 22px;
}

.about_box_li2 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 60px;
}
.about_box_li2:last-child {
	margin-bottom: 0;
}
.about_box_li2 .btn02 {
	margin: 0;
}
.about_box_text2 {
	width: 100%;
}
.about_box_text {
	width: 56.67%;
}
.about_box_img {
	height: 260px;
	overflow: hidden;
	width: 36.67%;
}
.about_box_img2 {
	height: 280px;
	overflow: hidden;
	width: 46.67%;
}
.about_box_img3 {
	width: 100%;
	height: 300px;
}
.about_box_img4 {
	width: 36.67%;
	max-height: 400px;
}
.text_name {
	font-size: 1.4rem;
	text-align: right;
	display: block;
	width: 200px;
	margin: 0 0 0 auto;
}
.about_box_text2 {
	font-size: 2.4rem;
	color: #5e3e2f;
}
.about_box_text3 {
	font-size: 1.8rem;
}
.about_box_text4 {
	width: 56.67%;
	font-size: 1.6rem;
}
.reform_list_wrap {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 90px;
	justify-content: space-between;
	gap: 20px 0;
}
.reform_list {
	width: 31%;
	padding: 10px;
	background: #f0ede6;
	border: 1px solid #5e3f30;
}
.reform_list_img {
	height: 150px;
	overflow: hidden;
	margin-bottom: 10px;
	padding: 10px;
	background: white;
}
.reform_list_title {
	margin-bottom: 10px;
	font-family: "Outfit";
	font-weight: 300;
	font-size: 2.4rem;
	text-align: center;
}
.warranty_box {
	margin-bottom: 90px;
}
a.btn04,
.btn04 {
	border: 1px solid #5e3f30;
	display: block;
	font-weight: bold;
	color: white;
	width: 100%;
	text-align: center;
	padding: 8px;
	background: #5e3f30;
	margin: 0 auto;
	width: 100%;
	font-size: 1.2rem;
}
.btn04 span {
	display: none;
}
.btn04:hover {
	opacity: .75;
}
a.btn05,
.btn05 {
	display: block;
	color: white;
	font-size: 1.55rem;
	font-weight: bold;
	background: #5e3e2f;
	border-radius: 100px;
	width: 100%;
	max-width: 300px;
	padding: 20px 10px;
	margin: 0 auto;
}
.btn05:hover {
	opacity: .75;
}
.btn05_text {
	font-size: 1.75rem;
	text-align: center;
	margin-bottom: 0;
	position: relative;
}
.btn05_text:before,
.btn05_text:after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	right: 10px;
	width: 6px;
	height: 2px;
	border-radius: 9999px;
	background-color: white;
	transform-origin: calc(100% - 1px) 50%;
}
.btn05_text:before {
	transform: rotate(45deg);
}
.btn05_text:after {
	transform: rotate(-45deg);
}
.btn05_back .btn05_text:before,
.btn05_back .btn05_text:after {
	right: auto;
	left: 10px;
	transform-origin: left;
}
.btn_wrap {
	margin-bottom: 0;
}

.company_list_wrap {
	margin-bottom: 60px;
}
.company_list {
	padding: 20px 0;
	border-bottom: 1px dotted black;
	font-size: 1.7rem;
}
.company_list a {
	color: #5e3e2f;
	text-decoration: underline;
}
.company_list dl {
	display: flex;
}
.company_list dd,
.company_list dt {
	padding: 0 10px;
}
.company_list dt {
	width: 200px;
}
.company_list dd {
	width: 100%;
}
.awards_list {
	display: flex;
	gap: 10px;
	justify-content: space-between;
}
.awards_list_text {
	margin-bottom: 0;
	width: calc(100% - 420px);
}
.awards_list_text_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	gap: 5px;
	margin-top: 20px;
}
.awards_list_text_list li {
	/* background: rgba(240, 237, 230, .76); */
	width: 100%;
	line-height: 1.5;
	margin-bottom: 10px;
}
.awards_list_text_list li span {
	position: relative;
	padding-left: 10px;
	font-weight: bold;
}
.awards_list_text_list li span:after,
.awards_list_text_list li span:before {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 6px;
	height: 2px;
	border-radius: 9999px;
	background-color: #5e3e2f;
	transform-origin: calc(100% - 1px) 50%;
	transform: rotate(-45deg);
}
.awards_list_text_list li span:before {
	transform: rotate(45deg);
}
.awards_list_img_wrap {
	width: 400px;
}
.awards_list_img {
	box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
}
.company_map_wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
	flex-wrap: wrap;
}
.company_map_text {
	width: 38%;
}
.company_map {
	width: 60%;
}
.i_map {
	font-size: 1.52rem;
	font-weight: 600;
	width: 100%;
	color: #45291F;
	padding-left: 20px;
	position: relative;
}
.i_map:before {
	content: "";
	background: url(../images/company/i_map.svg) no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 5px;
	width: 12px;
	height: 15px;
	display: inline-block;
}
.company_map iframe {
	width: 100%;
	height: 400px;
}

.privacy_list_wrap {
	margin-bottom: 50px;
}
.privacy_list {
	margin-bottom: 30px;
}
.privacy_title {
	font-size: 1.7rem;
	margin-bottom: 10px;
	color: #5f3e30;
	font-weight: bold;
}
.privacy_list2 {
	padding: 20px;
	border: 1px solid #5e3e2f;
	margin: 10px 0;
}
.privacy_list2 li {
	padding-left: 15px;
	margin-bottom: 10px;
	position: relative;
}
.privacy_list2 li:last-child {
	margin-bottom: 0;
}
.privacy_list2 li:before {
	content: "・";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}
a.privacy_list_link,
.privacy_list_link {
	text-decoration: underline;
	color: #5e3e2f;
}
.privacy_list_link:hover {
	opacity: .75;
}

.sitemap_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 30px;
}
.sitemap_list_li {
	width: 31.03%;
	margin-bottom: 10px;
}
.sitemap_list:after {
	content: "";
	display: inline-block;
	width: 31.03%;
}
.sub_contents_ttl3 {
	font-weight: bold;
	font-size: 1.8rem;
	letter-spacing: 0.06em;
	margin-bottom: 0;
	padding: 15px;
	position: relative;
	margin-bottom: 0;
	border-bottom: 1px solid #DEDEDE;
}
.sub_contents_ttl3_wrap .sub_contents_ttl3 {
	padding-right: 0;
}
.sub_contents_ttl3:after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 100px;
	background: #5e3f30;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}
.sitemap_link_list {
	max-width: 360px;
	width: 100%;
}
.sitemap_link_list_li.gray {
	padding: 10px;
	background: #F3F3F3;
}
.sitemap_link_list_li_a {
	font-size: 1.6rem;
	padding: 8px 0;
	padding-left: 30px;
	position: relative;
	display: block;
}
.sitemap_link_list_min2_li_a:hover,
.sitemap_link_list_min_li_a:hover,
.sitemap_link_list_li_a:hover {
	text-decoration: underline;
	color: #5e3f30;
}
.sitemap_link_list_li_a:after,
.sitemap_link_list_li_a:before {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	left: 15px;
	width: 6px;
	height: 2px;
	border-radius: 9999px;
	background-color: #5e3e2f;
	transform-origin: calc(100% - 1px) 50%;
	transform: rotate(45deg);
}
.sitemap_link_list_li_a:after {
	transform: rotate(-45deg);
}
.sitemap_link_list_min {
	margin-bottom: 22px;
}
.sitemap_link_list_min2 {
	margin-bottom: 12px;
}
.sitemap_link_list_min2_li_a,
.sitemap_link_list_min_li_a {
	font-size: 1.4rem;
	letter-spacing: 0.02em;
	padding: 9px 0;
	padding-left: 68px;
	display: block;
}
.sitemap_link_list_min2_li_a {
	font-size: 1.3rem;
	padding: 7px 0;
	padding-left: 68px;
}
.sitemap_link_list_min2_li_a_wrap,
.sitemap_link_list_min_li_a_wrap {
	position: relative;
}
.sitemap_link_list_min_li_a_wrap:before {
	content: "";
	display: inline-block;
	width: 3px;
	height: 3px;
	background: #7f0073;
	position: absolute;
	left: -13px;
	top: 50%;
	border-radius: 100%;
	transform: translate(0,-50%);
}
.sitemap_link_list_min_li_a_wrap .w-new {
	position: relative;
	top: 1px;
}

.articleWrap_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.articleWrap_left {
	margin-bottom: 0;
	width: calc(100% - 350px);
}
.articleWrap_right {
	margin-bottom: 60px;
	width: 300px;
}
.post_ttl {
	font-family: Outfit;
	font-size: 2rem;
	font-weight: bold;
	border-bottom: 1px solid #877465;
	padding: 0 0 5px;
	margin-bottom: 15px;
}
.blog_side_list {
	margin-bottom: 30px;
}
.blog_side_list a {
	position: relative;
	padding: 2px 0;
	padding-left: 10px;
	display: inline-block;
}
.blog_side_list a:after,
.blog_side_list a:before {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 6px;
	height: 2px;
	border-radius: 9999px;
	background-color: #5e3e2f;
	transform-origin: calc(100% - 1px) 50%;
	transform: rotate(45deg);
}
.blog_side_list a:after {
	transform: rotate(-45deg);
}
.articleWrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.articleWrap:before {
	order: 1;
}
.articleWrap .articleBox {
	width: 48.5%;
	margin: 0 0 20px;
	text-align: left;
}
.articleWrap .articleBox .img {
	font-size: 0;
	margin-bottom: 20px;
	height: 200px;
	border: 1px solid #DEDEDE;
	overflow: hidden;
	border-radius: 10px;
}
.articleWrap .articleBox .img {
	display: block;
	overflow: hidden;
	transition: .25s;
	margin-bottom: 15px;
}
.articleWrap .articleBox .img:hover {
	opacity: .75;
}
.articleWrap .articleBox .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .25s;
}
.articleWrap .articleBox .img a:hover img {
	transform: scale(1.05);
}
.articleWrap .articleBox .txtWrap {
	width: 100%;
	font-size: 0;
}
.articleWrap .articleBox .txtWrap .ico {
	display: inline-block;
	margin: 0 5px 5px 0;
}
a.ico_category,
.ico_category {
	display: inline-block;
	color: #5e3e2f;
	border: 1px solid #5e3e2f;
	box-sizing: border-box;
	font-size: 1.5rem;
	padding: 0 10px;
	background: #f0ede6;
}
a.ico_category:hover,
.ico_category:hover {
	background: #5e3e2f;
	color: #fff;
}
a.ico_tag,
.ico_tag {
	display: inline-block;
	background: #5e3e2f;
	font-size: 1.3rem;
	border-radius: 10px;
	padding: 1px 10px;
	box-sizing: border-box;
	color: #fff;
	border: 1px solid #5e3e2f;
}
a.ico_tag:hover {
	border: 1px solid #5e3e2f;
	background: #fff;
	color: #5e3e2f;
}
.articleWrap .articleBox .txtWrap .ttl {
	margin-bottom: 0;
}
.articleWrap .articleBox .txtWrap .ttl a {
	display: block;
	font-size: 1.65rem;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #52373f;
	font-weight: 700;
}
.tag_list {
	font-size: 0;
	display: flex;
	gap: 3px;
	flex-wrap: wrap;
}
.tag_list li {
	display: inline-block;
}
.tag_list a:after,
.tag_list a:before {
	content: none;
}

.page {
	margin-top: 50px;
	margin-bottom: 30px;
	font-size: 0;
	text-align: center;
}
.page li {
	display: inline-block;
}
.page a {
	display: inline-block;
	margin: 0 2px;
	padding: 10px 12px;
	color: #4d3a41;
	font-size: 14px;
	line-height: 1;
	text-decoration: none;
}
.page a:hover, .page span {
	display: inline-block;
	margin: 0 2px;
	padding: 10px 12px;
	background: #5e3e2f;
	color: white;
	font-size: 1.4rem;
	line-height: 1;
	border-radius: 100px;
}

.post {
	margin-bottom: 50px;
	color: #4d3a41;
	font-size: 1.5rem;
}
.post p {
	font-size: 1.5rem;
	margin-bottom: 30px;
}
.post > p a, .post > a {
	color: #5e3e2f;
	font-weight: bold;
	margin-bottom: 20px;
	display: inline-block;
	text-decoration: underline;
}
.post > a:hover {
	color: #000000;
}
.post > ol, .post > ul {
	font-size: 0;
	margin-bottom: 20px;
}
.post > ol li, .post > ul li {
	margin-bottom: 5px;
	font-size: 1.5rem;
	position: relative;
	padding-left: 20px;
}
.post > ol li:before, .post > ul li:before {
	content: "○";
	display: inline-block;
	position: absolute;
	left: 0;
	color: #5e3e2f;
}
.post > blockquote {
	padding: 10px;
	border-left: 1px solid #757575;
	text-decoration: blink;
	color: #757575;
	margin-bottom: 20px;
}
.post > h1, .post > h2 {
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 20px;
}
.post > h3 {
	font-size: 2.5rem;
	font-weight: bold;
	margin-bottom: 20px;
}
.post > h4 {
	font-size: 2.3rem;
	font-weight: bold;
	margin-bottom: 20px;
}
.post > h5 {
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 20px;
}
.post > h6 {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 20px;
}
.post iframe[loading="lazy"] {
	width: 100%;
	height: 550px;
}
.post .emoji {
	width: 15px;
	margin: 0 3px;
}
.post em {
	font-style: italic;
}
.wp-post-image {
	max-height: 500px;
	object-fit: cover;
	margin-bottom: 30px;
	width: 100%;
	height: 100%;
}
.contents_sub_main_title {
	font-size: 3rem;
	border-bottom: 1px solid #877465;
	margin-bottom: 30px;
	padding-bottom: 10px;
}
.capture_list_box {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-bottom: 50px;
	justify-content: space-between;
}
.capture_list_box:after,
.capture_list_box:before {
	content: "";
	display: inline-block;
	width: calc((100% - 45px) / 4);
}
.capture_list_box:before {
	order: 1;
}
.capture_list {
	width: calc((100% - 45px) / 4);
}
.capture_list_img_wrap {
	display: block;
	height: 140px;
	border: 1px solid #877465;
	overflow: hidden;
	border-radius: 10px;
}
.capture_list_img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.beforeafter_box_wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
	position: relative;
}
.beforeafter_tag {
	font-family: Outfit;
	font-size: 1.5rem;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 0;
	padding: 3px 10px;
	background: rgba(240, 237, 230, .76);
}
.beforeafter_box {
	width: 48%;
	position: relative;
	height: 100%;
}
.beforeafter_box:first-child .beforeafter_img_wrap:after,
.beforeafter_box:first-child .beforeafter_img_wrap:before {
	content: "";
	position: absolute;
	top: 50%;
	right: -14px;
	width: 6px;
	height: 2px;
	border-radius: 9999px;
	background-color: #5e3e2f;
	transform-origin: calc(100% - 1px) 50%;
	transform: translate(0,-50%) rotate(45deg);
}
.beforeafter_box:first-child .beforeafter_img_wrap:after {
	transform: translate(0,-50%) rotate(-45deg);
}
.beforeafter_img_wrap {
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	border: 1px solid #877465;
}
.beforeafter_img {
	width: 100%;
	display: block;
	vertical-align: bottom;
	/* height: 100%;
	object-fit: cover;
	-webkit-object-fit: cover;
	font-family: 'object-fit: cover;'; */
}
.beforeafter_box p {
	font-size: 1.4rem;
	margin-bottom: 0;
	margin-top: 10px;
}

.sub_contact_caution {
	margin: 0 0 40px;
	padding: 40px;
	background: rgba(240,237,230,.76);
}
.sub_contact_caution .title {
  color: #5f3e30;
  font-size: 120%;
  font-weight: 500;
}
.sub_contact_caution .list {
  padding-left: 20px;
  list-style: decimal;
}
.sub_contact_caution .list li {
  margin: 0 0 10px;
}
.sub_contact_caution .list span {
  color: #ff6969;
}
.tbl_contact {
  width: 100%;
  margin: 0 0 30px;
  background: rgba(240,237,230,.76);
}
.tbl_contact td,
.tbl_contact th {
  padding: 15px;
  text-align: left;
}
.tbl_contact th {
  width: 20%;
}
.tbl_contact td {
  width: 80%;
}
.tbl_contact thead {
  width: 100%;
  background: #f3f1ed;
  color: #5f3e30;
}
.tbl_contact thead th {
	background: #5f3e30;
}
.btn_contact {
  display: flex;
  flex-wrap:wrap; 
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 30px;
}
.btn_contact > li {
 width: 49%;
 margin: 0 2% 2% 0;
}
.btn_contact > li:nth-child(2n) {
 margin: 0 0 2% 0;
}
.btn_contact > li {
 width: 49%;
}
.btn_contact .btn01 {
 display: inline-block;
 width: 100%;
 padding: 20px 0;
 background: #5e3e2f;
 border: 1px solid #5e3e2f;
 border-radius: 3px;
 color: white;
 font-size: 1.6rem;
 font-weight: 500;
 text-align: center;
}
.btn_contact .btn02 {
 display: inline-block;
 width: 100%;
 padding: 20px 0;
 border: 1px solid #999999;
 border-radius: 3px;
 color: #999999;
 font-size: 1.6rem;
 text-align: center;
}

.input_ttl {
	width: 100%;
	font-size: 1.5rem;
	margin-bottom: 10px;
	margin-right: 15px;
	display: block;
}
.column_item {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 12px;
}
.max_310px {
	max-width: 310px;
}
.checkbox-2 {
	display: flex;
	flex-wrap: wrap;
	gap: .3em 1em;
	border: none;
	font-weight: 600;
	justify-content: left;
}
.consent_box.error {
	background: #fdd0d2;
}
.checkbox-2 label:has(input[disabled]) {
	color: #cccccc;
	opacity: .75;
	pointer-events: none;
}
.checkbox-2 label {
	display: flex;
	align-items: center;
	gap: 0 .5em;
	position: relative;
	cursor: pointer;
	font-weight: normal;
	transition: .25s;
}
.checkbox-2.label100 > label {
	width: 100%;
	margin-bottom: 3px;
}
.checkbox-2.label100 > label:last-child {
	margin-bottom: 0;
}
.checkbox_min3 {
	padding: 10px;
	width: 100%;
	background: #f8f8f8;
	margin-bottom: 5px;
}
.check_item + .checkbox_min3 {
	margin-bottom: 20px;
	margin-top: 5px;
}
.checkbox-2 label::before {
	content: '';
	width: 18px;
	height: 18px;
	border-radius: 2px;
	background: #fff;
	border: 1px solid #ccc;
}
.checkbox-2 label:has(:checked)::after {
	position: absolute;
	top: 5px;
	left: 7px;
	transform: rotate(45deg);
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 2px 2px 0;
	content: '';
}
.checkbox-2 label:has(:checked)::before {
	background: #00d010;
	border: 0;
}
.checkbox-2 input {
	display: none;
	background: 
}
.consent_box:has(.consent_check[disabled])  {
	background: #eee;
	color: #aaaaaa;
}
.checkbox-2 label:has(.consent_check[disabled]) {
	cursor: auto;
}
.checkbox-2 label:has(.consent_check[disabled]):hover {
	opacity: 1;
}
.consent_check[disabled] + .cate_any,
.consent_check[disabled] + .cate_must {
	background: #c4c4c4;
}
.tbl_caption {
	margin-top: 5px;
	font-size: 90%;
}

.team_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px 20px;
	margin-bottom: 50px;
}
.team_box li {
	width: calc(50% - 10px);
}
.team_box_img {
	height: 264px;
	margin-bottom: 13px;
	overflow: hidden;
	border-radius: 10px;
}
.team_box_post {
	font-size: 1.2rem;
	line-height: 1.5;
	margin-bottom: 7px;
	color: #8b8b8b;
	min-height: 2em;
}
.team_box_name {
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.5;
	margin-bottom: 3px;
}
.team_box_name_sub {
	font-weight: normal;
	font-size: 1.2rem;
	color: #5e3e2f;
	margin-bottom: 16px;
}
.team_box_text1 {
	font-size: 1.2rem;
	line-height: 18px;
	margin-bottom: 21px;
}
.team_box_text2 {
	font-size: 1.4rem;
	line-height: 22px;
	margin-bottom: 0;
}
.content_box_title {
	font-weight: bold;
	font-size: 2rem;
	letter-spacing: 0.04em;
	text-align: center;
	margin-bottom: 40px;
	position: relative;
	padding-bottom: 14px;
	line-height: 1.6;
}
.content_box_title:before {
	content: "";
	display: inline-block;
	width: 80px;
	height: 2px;
	background: rgba(240,237,230,.76);
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0);
}
.form_contact {
	margin-bottom: 100px;
}
.newhouse_contents {
	margin-bottom: 70px;
}
.title02 {
	background: #5e3e2f;
	color: white;
	padding: 15px;
	font-size: 2rem;
	position: relative;
	overflow: hidden;
}
.title02 span {
	position: relative;
}
.title02:before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 500%;
	position: absolute;
	top: 130%;
	left: 0;
	background: #000000;
	transform: rotate(35deg) translate(-20%, 20%);
	pointer-events: none;
	opacity: .2;
}
.newhouse_box_wrap {
	display: flex;
	justify-content: space-between;
}
.newhouse_box {
	width: 32%;
}
.newhouse_box2 {
	width: 49%;
}
.newhouse_box3 {
  width:32%;
  border:2px solid #c9d2f0;
  border-radius:18px;
  overflow:hidden;
  background:#fff;
  box-sizing:border-box;
  padding:18px;
}
.newhouse_box3 img{
  width:100%;
  height:auto;
  display:block;
}
.title03 {
	font-size: 1.75rem;
	border-bottom: 1px solid #5e3e2f;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.one_stop_wrap {
	padding: 40px;
	background: #f3f1ed;
	/* margin-bottom: 40px; */
}
.one_stop_title01 {
	position: relative;
	padding: 15px;
	border: 3px solid #333333;
	background-color: #f3f1ee;
	color: #333333;
	font-weight: bold;
	font-size: 2rem;
	text-align: center;
	max-width: 300px;
	margin: 0 auto;
	margin-bottom: 40px;
}
.one_stop_title01:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%) skew(-25deg);
	height: 25px;
	width: 15px;
	border-right: 3px solid #333333;
	background-color: #f3f1ee;
}
.one_stop_title02 {
	text-align: center;
	color: #333333;
	margin-bottom: 50px;
}
.point_list_wrap {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	width: 80%;
	margin-bottom: 30px;
}
.point_list {
	width: 32%;
}
.point_list {
	border-radius: 26px;
	background: #fff;
	border: 3px solid #333333;
	padding: 17px;
	position: relative;
}
.point_list_img {
	width: 100%;
	max-width: 122px;
	height: 117px;
	margin: 0 auto;
	display: block;
	margin-bottom: 25px;
	margin-top: 30px;
}
.point_list_text {
	font-weight: bold;
	text-align: center;
	font-size: 1.5rem;
	color: #473b30;
	margin-bottom: 0;
}
.flow_list {
	margin-bottom: 30px;
}
.flow_box {
	background: white;
	padding: 10px;
	margin-bottom: 20px;
	position: relative;
	text-align: center;
	font-size: 1.6rem;
	color: #5f3e30;
	font-weight: bold;
}
.flow_box:before {
	z-index: 2;
	bottom: -20px;
}
.flow_box:before {
	content: "";
	display: inline-block;
	border-style: solid;
	border-width: 17px 7px 0 7px;
	border-color: #5e3e2f transparent transparent transparent;
	position: absolute;
	left: 50%;
	bottom: -20px;
	transform: translate(-50%, 0);
}
.flow_box:last-child:before {
	content: none;
}

.logo_tsupport_wrap {
	margin-bottom: 20px;
	padding-bottom: 20px;
	color: #5e3e2f;
	border-bottom: 1px solid #5e3e2f;
}
.logo_tsupport_wrap img {
	max-width: 200px;
	margin: 0 auto;
	display: block;
	margin-bottom: 5px;
}
.logo_tsupport_wrap2 {
	margin-bottom: 20px;
	padding-bottom: 20px;
	color: #5e3e2f;
	border-bottom: 1px solid #5e3e2f;
}
.logo_tsupport_wrap3 {
	margin-bottom: 10px;
	color: #5e3e2f;
}
.logo_tsupport_wrap3 img {
	max-width: 200px;
	margin: 0 auto;
	display: block;
	margin-bottom: 5px;
}
.logo_tsupport_text {
	text-align: center;
	font-weight: bold;
	font-size: 1.3rem;
	margin-bottom: 5px;
}
.logo_tsupport_tel {
	text-align: center;
	font-size: 2rem;
	margin-bottom: 0;
	font-weight: bold;
	line-height: 1;
}
.logo_tsupport_tel:before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 17px;
	background: url(/images/common/i_freetel.svg) no-repeat;
	background-size: contain;
	margin-right: 5px;
}

.footer_box .logo_tsupport_wrap {
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 20px;
	padding-top: 20px;
	color: white;
	border-top: 1px solid white;
	border-bottom: 0;
	display: none;
}
.footer_box .logo_tsupport_wrap img {
	margin: 0 0 5px;
}
.footer_box .logo_tsupport_tel,
.footer_box .logo_tsupport_text {
	text-align: left;
}
.footer_box .logo_tsupport_tel:before {
	background: url(/images/common/i_freetel_w.svg) no-repeat;
	background-size: contain;
}

.property_list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.property_box_text {
	width: 56.67%;
}
.property_box_img {
	overflow: hidden;
	width: 40.67%;
	border-radius: 10px;
}
.mezasu_wrap,
.seiri_wrap,
.select_wrap,
.buy_wrap,
.sale_wrap {
	background: #e5ebf7;
	padding: 40px 30px;
}
.buy_wrap {
	background: #e5f7e5;
}
.property_title_wrap {
	text-align: center;
}
.property_title {
	font-size: 3.5rem;
	letter-spacing: 0.06em;
	text-align: center;
	margin-bottom: 50px;
	padding: 10px;
	display: inline-block;
	position: relative;
}
.property_title:before {
	content: "";
	display: inline-block;
	border-style: solid;
	border-width: 17px 17px 0 17px;
	border-color: #5e3e2f transparent transparent transparent;
	position: absolute;
	left: 50%;
	bottom: -20px;
	transform: translate(-50%, 0);
}
.property_title:after {
	content: "";
	display: inline-block;
	border-style: solid;
	position: absolute;
	right: -50px;
	bottom: 20px;
	width: 50px;
	height: 50px;
	background: url(../images/property/nayami.svg) no-repeat;
	background-size: contain;
	border: 0;
}
.property_contents_title {
	font-size: 2rem;
	background: #2f3f5e;
	padding: 10px;
	padding-left: 20px;
	margin-bottom: 0;
	color: white;
	border-radius: 10px 10px 0 0;
	font-weight: bold;
	position: relative;
}
.property_contents_title:before {
	content: "";
	display: inline-block;
	width: 60px;
	height: 60px;
	background: url(/images/property/sell.svg) no-repeat;
	background-size: contain;
	position: absolute;
	right: 15px;
	top: -4px;
}
.buy_wrap .property_contents_title:before {
	background: url(/images/property/buy.svg) no-repeat;
	background-size: contain;
}
.buy_wrap .property_contents_title {
	background: #2f5e59;
}
.property_contents_title_list {
	background: white;
	padding: 20px;
	border-radius: 0 0 10px 10px;
}
.property_contents_title_list li {
	font-size: 1.75rem;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #f3f1ed;
	position: relative;
	padding-left: 22px;
}
.property_contents_title_list li:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(/images/common/i_check.svg) no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 4px;
}
.property_contents_title_list li:last-child {
	margin-bottom: 0;
}
.property_text {
	font-size: 1.75rem;
	margin-bottom: 0;
	font-weight: bold;
}
.select_wrap {
	background: #f3f1ed;
}
.select_title_wrap {
	text-align: center;
}
.select_title {
	text-align: center;
	margin-bottom: 30px;
	font-size: 2.5rem;
	font-weight: bold;
	display: inline-block;
	position: relative;
	color: #5f3e30;
}
.select_title:after,
.select_title:before {
	content: "";
	display: inline-block;
	border-left: 2px solid #5e3e2f;
	height: 30px;
	width: 1px;
	position: absolute;
	left: -30px;
	top: 5px;
	transform: rotate(-45deg);
}
.select_title:after {
	left: auto;
	right: -30px;
	transform: rotate(45deg);
}
.select_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.select_list_img {
	width: 80%;
	margin: 0 auto;
	margin-bottom: 10px;
}
.select_list_li {
	width: 49%;
	background: white;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 2%;
}
.select_list_number_wrap {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.select_list_number {
	font-size: 5rem;
	font-family: Outfit;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #333;
	line-height: 1;
	color: #5f3e30;
}
.select_list_title {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.3;
	color: #5f3e30;
}
.select_list_text {
	margin-bottom: 0;
}
.select_list_li_box {
	
}
.select_list_li_box li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #f3f1ed;
}
.select_list_li_box li:before {
	content: "・";
	display: inline-block;
	margin-right: 5px;
}
.seiri_wrap {
	
}
.seiri_title {
	font-size: 2.5rem;
	text-align: center;
	margin-bottom: 30px;
}
.seiri_title_li_wrap {
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
	max-width: 350px;
	width: 100%;
	gap: 10px;
	margin-bottom: 15px;
}
.seiri_title_li_wrap li {
	width: 48%;
	padding-left: 20px;
	position: relative;
	font-size: 1.7rem;
	font-weight: bold;
	border-bottom: 1px solid #5e3e2f;
}
.seiri_title_li_wrap li:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(/images/common/i_check.svg) no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 4px;
}
.seiri_title_li_text {
	font-weight: bold;
	font-size: 1.6rem;
	margin-bottom: 0;
}
.mezasu_wrap {
	margin-bottom: 30px;
	padding: 40px 0 0;
}
.mezasu_title {
	text-align: center;
	font-size: 2.5rem;
}
.mezasu_list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 600px;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 20px;
	gap: 10px;
}
.mezasu_list li {
	display: inline-block;
	padding-left: 20px;
	position: relative;
	font-weight: bold;
	width: calc(50% - 10px);
	font-size: 1.7rem;
	margin-bottom: 5px;
}
.mezasu_list li:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(/images/common/i_check.svg) no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 4px;
}
.mezasu_text {
	text-align: center;
}
.mezasu_text2 {
	text-align: center;
	margin-bottom: 0;
	font-size: 2rem;
	font-weight: bold;
	padding: 20px;
	background: #e5f7e6;
	position: relative;
}
.mezasu_text2:before {
	content: "";
	display: inline-block;
	width: 110px;
	height: 96px;
	background: url(/images/property/ili.svg) no-repeat;
	background-size: contain;
	position: absolute;
	right: 15px;
	top: 11px;
}
.option {
	padding: 20px;
	border-radius: 10px;
	background: rgba(240, 237, 230, .76);
	display: flex;
	align-items: center;
	gap: 10px;
}
.option dt {
	padding: 10px;
	border-radius: 5px;
	background: white;
}
.option dd {
	flex: 1;
}

/* Responsive
-----------------------------------------------------------*/
@media screen and (max-width: 1280px) {

.area_header {
	width: 94%;
}
.wrap_1280 {
	width: 94%;
	margin: 0 auto;
}
.capture_list_img_wrap {
	height: 10vw;
}


}


@media screen and (max-width: 1024px) {

.wrap_1024 {
	width: 94%;
	margin: 0 auto;
}
.wrap_960,
.wrap_800 {
	width: 94%;
	margin: 0 auto;
}
.footer_logo {
	width: 246px;
}
.footer_box1_tel {
	font-size: 2rem;
	flex-wrap: wrap;
}
.footer_box1_tel:before {
	width: 15px;
	height: 15px;
}
.footer_box1_tel span {
	font-size: 1.3rem;
}
.footer_list li a {
	font-size: 1.5rem;
}

.footer_box3_title {
	font-size: 1.4rem;
}

.articleWrap_right, .articleWrap_left {
	width: 100%;
}
.capture_list_img_wrap {
	height: 15vw;
}
.awards_list_text {
	margin-bottom: 0;
	width: calc(100% - 220px);
}
.awards_list_img_wrap {
	width: 200px;
}

}


@media screen and (max-width: 768px) {

.sp_only {
	display: block!important;
}
.pc_only {
	display: none!important;
}
.content_wrap {
	margin-bottom: 70px;
}
.header_menubtn {
	display: block;
	top: 25px;
}
.main_menu.tate,
.main_menu {
	width: 100%;
	height: auto;
	padding: 11px 20px 13px;
	z-index: 110;
}
.logo {
	width: 184px;
}
.logo_link {
	display: block;
}
.header_logo_wrap,
.main_menu .btn01,
.logo3,
.contents_sub_right_list {
	display: none;
}
.menu_list .btn01 {
	margin: 0 auto;
	width: 258px;
	font-size: 2.2rem;
	padding: 25px 10px;
}
.contents_sub_main,
.contents_sub_left {
	width: 100%;
}
.main {
	height: auto;
}
.main_img {
	left: 0;
	position: relative;
	overflow: hidden;
}
.mainimg01 {
	height: 433px;
}
.contents_sub {
	flex-wrap: wrap;
}
.mainimg04 .main_img_text,
.mainimg03 .main_img_text,
.mainimg02 .main_img_text,
.main_img_text {
	writing-mode: initial;
	height: auto;
	width: 100%;
	text-align: center;
}
.main_img_text {
	font-size: 1.5rem;
}
.contents_sub_main_box {
	height: auto;
}
.mainimg04,
.mainimg03,
.mainimg02 {
	height: 86px;
}
.mainimg02.active,
.mainimg03.active,
.mainimg04.active {
	left: 0;
	height: 321px;
}
.aboutimg {
	margin: 0 -25px 30px;
	height: 254px;
	width: calc(100% + 50px);
}
.main_img_text_box {
	padding: 25px;
	top: 50%;
	bottom: auto;
	transform: translate(0,-40%);
	position: absolute;
	transition-delay: .25s;
}
.main_img_text {
	padding: 8px;
}
.main_img_text span {
	transform: rotate(90deg);
	display: inline-block;
	position: relative;
	top: 2px;
	transition: .25s;
}
.active .main_img_text span {
	transform: rotate(-90deg);
	top: 0px;
}
.main_img_text_box_text02,
.main_img_text_box_text01 {
	width: 100%;
}
.main_img_text_box_text02 {
	font-size: 1.5rem;
}
.contents_sub_main_left,
.contents_sub_main_right {
	width: 100%;
}
.contents_sub_main_box {
	padding: 37px 25px;
}
.contents_sub_main_right {
	padding: 0;
}
.title01 {
	font-size: 2.5rem;
}
.text01 {
	max-width: 100%;
}
.news_list_day {
	margin-bottom: 5px;
}
.news_list_text {
	font-size: 1.7rem;
}
.news_list {
	margin-bottom: 33px;
}
.map .contents_sub_main_left {
	order: 1;
}
.access_map_wrap {
	padding: 0;
}
.contents_wrap {
	width: 100%;
}
.instagram_box_wrap {
	padding: 0px 0 0;
}
.instagram_title_wrap {
	justify-content: center;
}
footer .wrap_1280 {
	width: 100%;
}
.footer_box {
	flex-wrap: wrap;
	padding: 0 25px;
}
.footer_box3,
.footer_box1 {
	width: 100%;
}
.footer_box1 {
	margin-bottom: 50px;
}
.footer_box2 {
	display: none;
}
.footer_logo {
	margin: 0 auto;
	margin-bottom: 20px;
}
.btn03 {
	margin: 0 auto;
}
.footer_box3 {
	justify-content: center;
}
.copywrite {
	text-align: center;
	width: 90%;
	margin: 0 auto;
}

.content_main {
	height: 228px;
	margin-bottom: 50px;
	padding: 13px 20px;
}
.content_main_text01 {
	font-size: 3.4rem;
}
.content_main_text02 {
	font-size: 1.5rem;
}
.topicPath {
	margin-top: 85px;
}
.content_main:before {
	top: -180px;
}
.content_main_text {
	margin-top: 15px;
}
.about_title_sub {
	font-size: 2rem;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 30px;
}
#about .about_title_sub {
	font-size: 2rem;
	width: 90%;
	margin: 0 auto;
	padding-bottom: 20px ;
	margin-bottom: 20px;
	text-align: left;
	border-bottom: 2px solid #333333
}
.about_title_sub2 {
	font-size: 1.75rem;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 50px;
}
.about_title_sub2_2 {
	font-size: 1.75rem;
	letter-spacing: -0.02em;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 50px;
}
.about_box_li2 {
	margin-bottom: 30px;
}
.content_box_title:before {
	width: 140px;
}
.about_box_img2 {
	height: 200px;
	width: 48.67%;
}
.about_box2 {
	margin-bottom: 50px;
}
.about_box_img,
.about_box_text {
	width: 100%;
}
.about_box_text {
	width: 90%;
	margin: 0 auto;
}
.about_box_img {
	margin-bottom: 20px;
	height: 200px;
}
.about_box_text {
	order: 1;
}
.reform_list_img {
	height: 100px;
	margin-bottom: 6px;
	padding: 5px;
	background: white;
}
.reform_list {
	width: 48%;
	padding: 5px;
}
.reform_list_title {
	font-size: 1.8rem;
}
.reform_list_wrap {
	margin-bottom: 50px;
}
.warranty_box {
	margin-bottom: 50px;
}
.about_box_li2 .btn02 {
	margin: 0 auto;
}
.about_box_text2 {
	font-size: 2rem;
}
.about_box_text3 {
	font-size: 1.6rem;
}

.company_list {
	font-size: 1.5rem;
}
.company_list dt {
	width: 130px;
}
.company_map iframe {
	height: 300px;
}
.articleWrap_right,
.articleWrap_left {
	width: 100%;
}
.articleWrap_left {
	margin-bottom: 40px;
}
.articleWrap_right {
	margin-bottom: 0;
}
.sub_contents_title1 {
	font-size: 2.5rem;
}
.sub_contents_title3 {
	font-size: 2rem;
}
.capture_list_img_wrap {
	height: 20vw;
}

.sub_contact_caution {
  padding: 20px;
}
.tbl_contact td,
.tbl_contact th {
  display: block;
}
.tbl_contact th {
  width: 100%;
  padding: 15px 15px 0;
  border: none;
}
.tbl_contact td {
  width: 100%;
}
.tbl_contact thead {
  display: none;
}
.company_map,
.company_map_text {
	width: 100%;
}
.pagescrollpoint {
	margin-top: -88px;
	padding-top: 88px;
}
.newhouse_box_wrap {
	flex-wrap: wrap;
}
.newhouse_box2,
.newhouse_box {
	width: 100%;
	margin-bottom: 30px;
}
.newhouse_box3{
	margin: 0 auto 30px;
  width:80%;
  padding:20px;
}
.newhouse_box2 p,
.newhouse_box p {
	width: 90%;
	margin: 0 auto;
}
.newhouse_box2:last-child,
.newhouse_box:last-child {
	margin-bottom: 0;
}
.title02 {
	padding: 10px 15px;
	font-size: 1.75rem;
}
.title03,
.newhouse_box2 p.title03,
.newhouse_box p.title03 {
	width: 100%;
	margin-bottom: 20px;
	padding-left: 4%;
}
.newhouse_box:last-child {
	margin-bottom: 0;
}
.one_stop_title01 {
	padding: 10px;
	font-size: 1.5rem;
}
.one_stop_title02 {
	margin-bottom: 30px;
	font-size: 2rem;
}
.point_list {
	width: 31%;
}

.about_box_img4 {
	width: 100%;
	margin-bottom: 30px;
	max-height: 300px;
	background: rgba(240, 237, 230, .76);
}
.about_box_img4 img.ofi {
	object-fit: contain;
	
}
.about_box_text4 {
	width: 90%;
	margin: 0 auto;
	font-size: 1.5rem;
}

.btn_contact + p {
	width: 90%;
	margin: 0 auto;
}
.newhouse_box_wrap + p,
.title02 + p {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.team_box_text_wrap {
	width: 90%;
	margin: 0 auto;
}
.read,
.sub_contents_title1 {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.footer_box .logo_tsupport_wrap {
	display: block;
}
.footer_box .logo_tsupport_wrap img {
	margin: 0 auto 5px;
}
.footer_box .logo_tsupport_tel,
.footer_box .logo_tsupport_text {
	text-align: center;
}
.property_title {
	font-size: 3rem;
}
.property_title:after {
	right: -40px;
	bottom: 70px;
}
.select_title:after,
.select_title:before {
	height: 60px;
}
.mezasu_wrap,
.seiri_wrap,
.select_wrap,
.buy_wrap,
.sale_wrap {
	padding: 30px 20px;
}
.property_contents_title_list {
	margin-bottom: 10px;
}
.property_box_img,
.property_box_text {
	width: 100%;
}
.select_list_li {
	width: 100%;
}
.point_list_wrap {
	width: 100%;
}
.mezasu_text {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.mezasu_wrap {
	padding: 30px 0 0;
}
.mezasu_text2 {
	font-size: 1.6rem;
	padding-right: 30%;
	text-align: left;
}
.mezasu_text2:before {
	right: 15px;
	top: -3px;
}
.awards_list_text {
	width: 55%;
}
.awards_list_img_wrap {
	width: 42%;
}
.instagram_list li {
	width: 26%;
}
.main_img_text {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		writing-mode: horizontal-tb;
		overflow: visible;
	}
.main_img_text_p {
	margin: 0;
	height: auto;
}
.main_img_text::after {
	content: "»";
	position: absolute;
	left: 50%;
	bottom: -45px;
	transform: translateX(-55%) rotate(90deg);
	font-size: 3rem;
	line-height: 1;
	writing-mode: horizontal-tb;
	color: #2b1913;
	z-index: 10;
	transition: .25s;
}
.active .main_img_text::after {
	transform: translateX(-45%) rotate(270deg);
}
.seiri_title_li_wrap li {
font-size: 1.6rem;
}
.mezasu_list li {
	width: 100%;
}


.ls_01 {letter-spacing: -0.1em;}
.ls_02 {letter-spacing: -0.09em;}
.ls_03 {letter-spacing: -0.08em;}
}


@media screen and (max-width: 480px) {

.menu_list li a {
    font-size: 1.75rem;
}

.awards_list {
	flex-wrap: wrap;
}

.sitemap_list_li {
	width: 48.5%;
}
.sub_contents_ttl3 {
	font-size: 1.5rem;
	padding: 7px 15px;
}
.sitemap_link_list_li_a {
	font-size: 1.3rem;
	padding: 6px 0;
	padding-left: 30px;
}
.articleWrap .articleBox .img {
	height: 150px;
}
.articleWrap .articleBox .txtWrap .ttl a {
	font-size: 1.5rem;
}
a.ico_tag,
.ico_tag {
	font-size: 1.2rem;
}
a.ico_category,
.ico_category {
	font-size: 1.3rem;
}
.blog_side_list {
	margin-bottom: 20px;
}
.articleWrap .articleBox {
	margin: 0 0 10px;
}
.page {
	margin-top: 30px;
}
.news_list_link {
	padding: 13px 0;
}
.news_list_day {
	font-size: 1.3rem;
	margin-bottom: 3px;
}
.news_list_text {
	font-size: 1.6rem;
}
.capture_list_box {
	gap: 5px;
}
.capture_list {
	width: calc((100% - 15px) / 4);
}
.capture_list_box:after,
.capture_list_box:before {
	width: calc((100% - 15px) / 4);
}
.beforeafter_img_wrap {
	/* height: 200px; */
}
.beforeafter_box:first-child .beforeafter_img_wrap:after,
.beforeafter_box:first-child .beforeafter_img_wrap:before {
	right: -5%;
}
.beforeafter_box_wrap {
	margin-bottom: 30px;
}
.contents_sub_main_title {
	font-size: 2.5rem;
	margin-bottom: 15px;
}
.content_main_text {
	margin-top: 10px;
}
.team_box {
	margin-bottom: 30px;
}
.content_box_title {
	margin-bottom: 25px;
	padding-bottom: 10px;
}
.team_box_name_sub {
	margin-bottom: 6px;
}
.team_box_img {
	height: 55vw;
}
.one_stop_wrap {
	padding: 20px;
}
.one_stop_title01 {
	margin-bottom: 30px;
	border: 2px solid #333333;
}
.one_stop_title01:before {
	border-right: 2px solid #333333;
}
.one_stop_title02 {
	margin-bottom: 20px;
	font-size: 1.75rem;
}
.point_list_img {
	width: 50%;
	height: auto;
	display: block;
	margin-bottom: 10px;
	margin-top: 0px;
}
.point_list_text {
	font-size: 1.4rem;
}
.point_list {
	width: 32%;
	border: 2px solid #333333;
	padding: 17px 7px;
}
.flow_box {
	padding: 8px;
	margin-bottom: 15px;
}
.point_list_wrap {
	width: 100%;
}
.team_box li {
	width: 100%;
}
.team_box li img.ofi {
	object-position: bottom;
}
.awards_list_text_list li {
	margin-bottom: 5px;
}
.awards_list_text {
	width: 100%;
}

.property_text {
	font-size: 1.5rem;
}
.select_title {
	font-size: 2rem;
}
.select_list_title {
	font-size: 1.75rem;
}
.property_contents_title_list li {
	font-size: 1.65rem;
}
.select_list_number {
	font-size: 4rem;
}
.seiri_title {
	font-size: 2rem;
}
.mezasu_list li {
	font-size: 1.6rem;
}
.mezasu_text2 br {
	display: none;
}
.property_title {
	font-size: 3rem;
	margin-bottom: 40px;
}
.property_title:before {
	border-width: 14px 14px 0 14px;
}
.mezasu_text2:before {
	right: -5px;
	top: 21px;
}
.awards_list_img_wrap {
	width: 100%;
}
.option {
	padding: 10px;
	border-radius: 5px;
	gap: 10px;
	font-size: 1.3rem;
}
.option dt {
	padding: 5px;
	border-radius: 3px;
}


}
