@charset "utf-8";
/*
Theme Name:HAKU child
Description:HAKU Child Theme for LANDIC
Template:haku_tcd080
Version:2.3.1
*/


/*
mediaは「750px」と「1001px」
基本的に750px
タブレットで調整が必要な時のみ1001px
*/

@font-face {
  /*フォントの名前*/
  font-family: "Inter-UI";
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("./font/Inter-UI-Regular.woff2") format("woff2");
}

@font-face {
  /*フォントの名前*/
  font-family: "Inter-UI-Black";
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("./font/Inter-UI-Black.woff2") format("woff2");
}

@font-face {
  /*フォントの名前*/
  font-family: "Inter-UI-Medium";
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("./font/Inter-UI-Medium.woff2") format("woff2");
}

@font-face {
  /*フォントの名前*/
  font-family: "Inter-UI-Bold";
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("./font/Inter-UI-Bold.woff2") format("woff2");
}


html {
	scroll-behavior: smooth;
}

/* ----------------------------------------

- #layout

---------------------------------------- */
#page_contents { max-width:1080px; width: 1080px; width: auto; letter-spacing: 0.04em;}

/* ----------------------------------------

- #global_menu

---------------------------------------- */


/* fixedHeaderTop
------------------------------------*/

#global_menu {
    height: 141px;
}

#global_menu .fixedHeaderTop {
	display: block;
	align-content: center;
	padding: 12px;
}


#global_menu .fixedHeaderTop .menu-header-sub-container {
	margin-left: auto;
}

#global_menu .fixedHeaderTop .menu-header-sub-container .menu {
	display: flex;
	align-content: center;
	justify-content: flex-end;
	gap: 8px;
}

#global_menu .fixedHeaderTop .menu-header-sub-container .menu {
	display: flex;
	align-content: center;
}

#global_menu .fixedHeaderTop .menu-header-sub-container .menu .menu-item a {
    margin-top: 10px;
    color: #fff;
    display: inline-block;
    padding: 4px;
    transition: all 0.3s;
	opacity: 1;
}

#global_menu .fixedHeaderTop .menu-header-sub-container .menu .menu-item a:hover {
    color: #cec4af; /* hirao2 subcolor */
}

#global_menu .fixedHeaderTop .menu-header-sub-container .menu .menu-item a:hover {
	opacity: 0.8;
}

/* menu-item-btn */
#global_menu .fixedHeaderTop .menu-header-sub-container .menu .menu-item.menu-item-btn a {
	display: block;
	color: #000!important;
	background-color: #ccc;
	padding: 13px 24px;
	/*background: linear-gradient(rgb(241 203 104) 0%, rgb(223 190 101) 40%, rgb(189 153 82) 100%);*/
  /*background: linear-gradient(rgb(232 203 93) 0%, rgb(209 180 69) 40%, rgb(161 134 31) 100%); meinohama */
  background: linear-gradient(rgb(249 239 106) 0%, rgb(204 196 88) 40%, rgb(128 123 55) 100%);
  text-align: center;
	transition: all 0.3s;
	opacity: 1;
	margin-top: 0;
}


/* menu-item-btn2 */
#global_menu .fixedHeaderTop .menu-header-sub-container .menu .menu-item.menu-item-btn2 a {
	display: block;
	color: #000!important;
	background-color: #ccc;
	padding: 8px 16px;
	margin-top: 6px;
	background: linear-gradient(rgb(241 203 104) 0%, rgb(223 190 101) 40%, rgb(189 153 82) 100%);
    background: linear-gradient(to bottom, #e1e3e3 0%,#c1c3c3 40%,#a1a3a3 100%);
    text-align: center;
	transition: all 0.3s;
	opacity: 1;
}

#global_menu .fixedHeaderTop .menu-header-sub-container .menu .menu-item.menu-item-btn a:hover,
#global_menu .fixedHeaderTop .menu-header-sub-container .menu .menu-item.menu-item-btn2 a:hover {
	opacity: 0.8;
}


/* #global_menu > ul
------------------------------------*/
#global_menu > ul {
  padding: 20px 0 0;
}

#global_menu > ul > li > a {
    height: 57px;
    color: #fff;
    padding: 8px 22px 0;
    box-sizing: border-box;
}

#global_menu > ul > li > a > .slash {
	display: none;
	padding: 0 4px;
}

#global_menu > ul > li > a > .en {
	display: block;
	line-height: 24px;
	font-weight: 700;
}

#global_menu > ul > li > a > .ja {
	display: block;
	line-height: 24px;
	font-size: 84%;
   line-height: 1.2;
}


#global_menu ul ul {
	top: 57px;
}


/* #mobile_menu
------------------------------------*/
.menu-item .slash {
	padding: 0 4px!important;;
}

/* ----------------------------------------

- #header

---------------------------------------- */

#header {
    height: 242px;
}

#header_logo {
	height: 141px;
}


@media screen and (max-width: 1001px) {
	#header {
		height: 60px;
	}

	#header_logo {
		height: 60px;
	}

}

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

	#header_logo .logo {
		left: 16px;
		width: calc(100% - 56px);
	}

	#header_logo .mobile_logo_text {
	    line-height: 1.2;
	    font-size: 13px !important;
	    font-weight: 700;
	}
}

#header_logo .mobile_logo_image {
	height: auto;
}

.btn_raijyo {
  display: block;
  margin: 10px auto;
  padding: 10px;
  background-color: #221815;
  color: #fff;
  text-align: center;
  line-height: 1.8;
  font-size: 65%;
  width: 500px;
}

.btn_top_event_raijyo {
  cursor: pointer;
}

.post_list_area1 h3,
.post_list_area2 h3 {
  cursor: pointer;
}

@media screen and (max-width: 750px) {
	.btn_raijyo {
    width: 90%;
    max-width: 300px;
    font-size: 70%;
	}
}
/* ----------------------------------------

- .topBnrContents

---------------------------------------- */

.topBnrContents {
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: center;
	padding: 90px 0;
}

.topBnrContents .topBnrContents_item {
	transition: all 0.3s;
	opacity: 1;
}

.topBnrContents .topBnrContents_item img {
	max-width: 100%
}

.topBnrContents .topBnrContents_item:hover {
	opacity: 0.8;
}

@media screen and (max-width: 750px) {
	.topBnrContents {
		gap: 16px;
		padding: 25px 16px;
	}
}

/* ----------------------------------------

- .topMainContents

---------------------------------------- */
.styledText.catch {
  font-weight: bold !important;
  letter-spacing: 0.1em;
}

.styledText.catch + .desc p,
.headline span {
  letter-spacing: 0.05em;
}


/* ----------------------------------------

- .timeScapeBottomContents

---------------------------------------- */

.timeScapeBottomContents {
	text-align: center;
	transition: all 0.3s;
	opacity: 1;
}

.timeScapeBottomContents:hover {
	opacity: 0.8;
}


/* header_fix
/* ヘッダーが固定されたらbodyに追加されるクラス
/* wp-content/themes/haku_tcd080/js/header_fix.js
------------------------------------*/

#global_menu .fixedHeaderTop {
	display: flex;
    padding: 12px 24px;
}

.header_fix #global_menu .fixedHeaderTop .menu-header-sub-container .menu .menu-item a {
    color: #fff;
}

.header_fix #global_menu .fixedHeaderTop .menu-header-sub-container .menu .menu-item a:hover {
    color: #cec4af; /*  hirao2  */
}

.pc .header_fix {
    padding-top: 270px;
}

.pc .header_fix #header {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 200;
    height: 70px;
    width: 100%;
    box-shadow: 0 0 15px 5px rgb(0 0 0 / 10%);
    border-bottom: none;
    -webkit-animation: slide_down_menu 0.5s ease;
    animation: slide_down_menu 0.5s ease;
}


.pc .header_fix #fixed_header_logo {
	position: static;
	transform: inherit;
    display: flex;
    align-items: center;
    margin-left: 0;
}

.pc .header_fix #global_menu > ul > li > a {
    height: 57px;
    line-height: 57px;
}

.pc .header_fix #global_menu > ul > li.current_page_item > a,
.pc .header_fix #global_menu > ul > li > a:hover {
    color: #e4ddc1;
}



.pc .header_fix #global_menu ul ul {
    top: 50px;
}


/* ----------------------------------------

- #page_header

---------------------------------------- */

#page_header {
	height: 320px;
  background-position: center bottom !important;
}

/* EQUIPMENT CUSTOMIZE */
.page-id-1243 #page_header, .page-id-1358 #page_header {
  background-position: center center !important;
}

#page_header_inner {
	height: 320px;
}


@media screen and (max-width: 750px) {
	#page_header {
		height: 200px;
	}

	#page_header_inner {
		height: 200px;
	}
}

@media screen and (max-width:550px) {
  #page_header .headline { width:auto; height:110px; }
}


/* ----------------------------------------

- #page_header

---------------------------------------- */
.post_list_area1 .date {
	display: none;
}


/* ----------------------------------------

- footer

---------------------------------------- */


.footer_bg_image {
  background-position: center bottom !important;
}
/* ----------------------------------------

- footer_yokoku

---------------------------------------- */


.footer_yokoku {
	display: block;
	text-align: center;
    position: relative;
    z-index: 2;
}

.yokoku_text {
	display: inline-block;
	color: #fff;
	padding: 16px 56px;
	border: 1px solid #fff;
  line-height: 1.4;
  font-size: 12px;
}


@media screen and (max-width: 750px) {
	.yokoku_text {
		padding: 16px 16px;
		margin: 0 16px;
	}
}

/* ----------------------------------------

- footerPrBanner

---------------------------------------- */
.footerPrBanner a:hover {
	opacity: 0.8;
  }

/* ----------------------------------------

- footerCorp

---------------------------------------- */

.footerCorp {
	padding: 72px;
	display: block;
	text-align: center;
    position: relative;
}


.footerCorp .footerCorp_logo {
	margin-bottom: 32px;
	display: flex;
	align-content: center;
	justify-content: center;
	gap: 8px;
    flex-direction: column;
}

.footerCorp .footerCorp_logo a {
    margin: 0px auto;
}

.footerCorp .footerCorp_place {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 32px;
}

.footerCorp .footerCorp_place .footerCorp_place_item {
	line-height: 1.4
}


.footerCorp .footerCorp_tel {
}

.footerCorp .footerCorp_tel .footerCorp_tel_title {
	margin-bottom: 8px
}

.footerCorp .footerCorp_tel .footerCorp_tel_num .widget_text::marker {
	display: none;
}

.footerCorp .footerCorp_tel .footerCorp_tel_num .widget_text .telnum {
  font-size: 32px;
  margin: 0 0 0 0;
  color: #040000;
  font-family: "Inter-UI", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, "Segoe UI", Verdana, serif;
}

@media screen and (max-width: 750px) {
	.footerCorp {
		padding: 56px 16px;
	}
	.footerCorp .footerCorp_tel .footerCorp_tel_num .widget_text .telnum {
    	margin: 0;
	}
}


/* ----------------------------------------

- chatbot_btn

---------------------------------------- */

#chatbot_btn {
	position: fixed;
	right: 70px;
	bottom: -2px;
	z-index: 999;
    transition: all 0.3s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
    background: #db6516;
}

#chatbot_btn a {
	display: block;
}

#chatbot_btn a img {
	opacity: 1;
    transition: all 0.3s;
}

#chatbot_btn:hover a img {
    opacity: 0.8;
}

#chatbot_btn.active {
	transform: translate3d(0,0,0);
}


@media screen and (max-width: 750px) {
	#chatbot_btn {
		display: none;
	}
}


/* ----------------------------------------

- copyright

---------------------------------------- */

#copyright a {
	color: #fff;
}








/* ----------------------------------------

- blog_archive
- お知らせの一覧ページ

---------------------------------------- */

#blog_archive #category_button {
    display: none;
}






/* ----------------------------------------

- news_archive
- ROOM PLANの一覧ページ

---------------------------------------- */

#news_archive {
    width: 100%;
    margin: 0 auto;
    padding: 100px 64px 150px;
    box-sizing: border-box;
}


/* #post_list2
------------------------------------*/

#post_list2 {
	display: flex;
	flex-wrap: wrap;
	gap: 56px 16px;
}

#post_list2 .item {
    width: calc(25% - 12px);
    height: auto;
    margin: 0 0 -1px 0;
    position: relative;
    overflow: inherit;
}

#post_list2 a.link {
    height: auto;
}


#post_list2 .title {
    max-height: inherit;
    font-size: 22px!important;
    overflow: inherit;
    visibility: visible;
    margin-bottom: 8px;
}

#post_list2 .title span {
     display: inline-block;
    -webkit-box-orient: inherit;
    -webkit-line-clamp: inherit;
    font-family: "Times New Roman", 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#post_list2 .title_area {
    float: none;
    width: auto;
    width: auto;
    height: auto;
    position: relative;
    border: none!important;
}

#post_list2 .title_area_inner {
    padding: 0;
    position: static;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#post_list2 .image_wrap {
    width: auto;
    height: auto;
    float: none;
}

#post_list2 .image_wrap .layoutImage {
    width: 100%;
    transition: transform 0.75s ease;
}

.animate_background:hover .layoutImage {
    transform: scale(1.2);
}

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

	#news_archive {
	    width: auto;
	    max-width: 360px;
	    padding: 40px 16px 80px;
	}

	#post_list2 {
		flex-direction: column;
	}

	#post_list2 .item {
	    width: 100%;
	}

	#post_list2 .title_area {
	    height: auto;
	    width: 100%;
	}

	#post_list2 .image_wrap {
	    width: 100%;
	}

}

/* ----------------------------------------

- FLOOR PLAN

---------------------------------------- */
.layoutTitle {
  color: #272727 !important; /* hirao2 */
}

.floorPlanColor {
  color: #6ca5b9 !important;
}

.floorPlanBorder {
  border-left: 4px solid #6ca5b9;
  border-right: 4px solid #6ca5b9;
  padding: 0px 12px !important;
  display: inline-block;
}

.floorPlanBox {
  border: 1px solid #6ca5b9;
  display: inline-block;
  padding: 4px 32px;
}

.floorplanHeimenzu span {
  display: block;
  width: 25%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  letter-spacing: 0.1em;
  color: #ffffff;
  font-weight: bold;
  background-color: #719aa7;
}

.floorplanHeimenzu .txtTop {
  font-size: 20px;
  padding-top: 60px;
  padding-bottom: 12px;
}

.floorplanHeimenzu .txtBottom {
  font-size: 14px;
  padding-bottom: 60px;
}

.floorPlanBorderBt {
  font-size: 28px !important;
  border-bottom: 1px solid #4c4948;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 8px;
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 300px;
  text-align: center;
  margin-bottom: 12px !important;
}


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

  .floorPlanSubLead {
    font-size: 16px !important;
  }

  .floorplanHeimenzu span {
    width: 80%;
    max-width: 200px;
  }
}

/* ----------------------------------------

- singleRoomPlanContent
- ROOM PLANの詳細ページ

---------------------------------------- */
.madori_head {
  line-height: 1.6 !important;
    margin-bottom: 10px !important;
}
.madori_head .small {
  font-size: 90%;
}
.madori_sub {
  line-height: 2 !important;
}

.madori_image {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  /* hirao2 */
  margin-top: 100px;
}

#main_col.singleRoomPlanContent {
	display: flex;
	flex-wrap: wrap;
	width: auto;
    max-width: 1260px;
	min-width: 1260px;
    margin: 0 auto;
    padding: 10px 24px 30px;
    box-sizing: border-box;
    gap: 32px;
    overflow: visible; /* サイドのstickyのため */
}

#main_col.singleRoomPlanContent .singleRoomPlanContent_main {
    width: 800px;
}

#main_col.singleRoomPlanContent .singleRoomPlanContent_side {
    /* flex-grow: 1; */
	width: 360px;
}

/*singleRoomPlanContent_main*/

.singleRoomPlanContent_main #news_post_title_area {
	border: none;
	margin-bottom: 0;
}

.singleRoomPlanContent_main #news_post_title_area .title,
.singleRoomPlanContent_main #news_post_title_area.no_image .title {
    padding: 40px 0 50px;
    font-weight: 700;
    font-size: 32px;
	font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

.singleRoomPlanContent_main .torikago_view {
	position: absolute;
	width:360px;
  /* hirao2 */
  top:30px;
  margin-left: 20px;
}

.singleRoomPlanContent_main .torikago_view img {
  /* hirao2 */
  width: 90%;
}


/*singleRoomPlanContent_side*/
.singleRoomPlanContent_side .roomPlanList {
	margin-top: 109px;
	position: sticky;
	top: 140px;
	border-top: 1px #ddd solid;
}

.singleRoomPlanContent_side .roomPlanList .roomPlanList_inner {
	display: flex;
	flex-wrap: wrap;
}

.singleRoomPlanContent_side .roomPlanList .roomPlanList_inner .roomPlanList_item {
	display: block;
	width: 50%;
}

.singleRoomPlanContent_side .roomPlanList .roomPlanList_inner .roomPlanList_item a {
	font-size: 15px;
	/*padding: 16px 8px;*/
  padding: 20px 8px 14px;
  height: 65px;
  line-height: 1.8;
  box-sizing: border-box;
	display: block;
	border-bottom: 1px #ddd solid;
}

.singleRoomPlanContent_side .roomPlanList .roomPlanList_inner .roomPlanList_item:nth-child(2n - 1) a {
	border-right: 1px #ddd solid;
}

.singleRoomPlanContent_side .roomPlanList .roomPlanList_inner .roomPlanList_item a.twoLines {
  padding: 8px;
}

@media screen and (max-width: 750px) {
	#main_col.singleRoomPlanContent {
		min-width: inherit;
	}
	#main_col.singleRoomPlanContent .singleRoomPlanContent_main {
	    width: auto;
	}
}

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

	#main_col.singleRoomPlanContent {
		display: flex;
		flex-direction: column;
	    width: auto;
	    padding: 0 0 30px;
	}

	#main_col.singleRoomPlanContent .singleRoomPlanContent_main {
	    width: auto;
	}

	#main_col.singleRoomPlanContent .singleRoomPlanContent_side {
		width: auto;
	}
	.singleRoomPlanContent_side .roomPlanList .roomPlanList_inner .roomPlanList_item a {
		font-size: 12px;
	}

  .singleRoomPlanContent_side .roomPlanList .roomPlanList_inner .roomPlanList_item a.twoLines {
    padding: 20px 8px 14px;
  }



	/*singleRoomPlanContent_main*/

	.singleRoomPlanContent_main #news_post_title_area {
	}

	.singleRoomPlanContent_main #news_post_title_area .title,
	.singleRoomPlanContent_main #news_post_title_area.no_image .title {
	    padding: 40px 20px 50px;
	    font-size: 28px;
	}

	.singleRoomPlanContent_main .torikago_view {
		position: relative;
		width: 80%;
    /* hirao2 */
		margin: -40px auto 0px;
	}

  .singleRoomPlanContent_main .torikago_view img {
    /* hirao2 */
    width: 100%;
  }

  .madori_image {
    /* hirao2 */
    margin-top: 20px;
  }

	/*singleRoomPlanContent_side*/
	.singleRoomPlanContent_side .roomPlanList {
		margin-top: 0;
	}

	.singleRoomPlanContent_side .roomPlanList .roomPlanList_item {
		display: block;
	}

	.singleRoomPlanContent_side .roomPlanList .roomPlanList_item a {
	    font-size: 16px;
	}

}


/* ----------------------------------------

- drawer_menu

---------------------------------------- */

#drawer_menu {
    background: #222222;
}

#drawer_menu #menu-spmenu a {
    position: relative;
    display: block;
    margin: 0;
    padding: 18px 20px;
    line-height: 1.6;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#drawer_menu #menu-spmenu a {
    color: #ffffff;
    background: #222222;
    border-bottom: 1px solid #444444;
}




/* ----------------------------------------

- modules

---------------------------------------- */





/* ----------------------------------------

- modules

---------------------------------------- */


/* 記事一覧 */
#post_list_news { position:relative; }
#post_list_news .item { width:100%; height:280px; margin:0 0 -1px 0; position:relative; overflow:hidden; }
#post_list_news a.link { width:100%; height:100%; display:block; background:none; }
#post_list_news .image_wrap { display:block; width:400px; height:280px; position:relative; z-index:1; overflow:hidden; float:left; }
#post_list_news .image { width:100%; height:100% !important; display:block; overflow:hidden; position:relative; z-index:2; }
#post_list_news .title_area {
  float:left; width:-webkit-calc(100% - 400px); width:calc(100% - 400px); height:280px; position:relative; border:1px solid #ddd; border-left:none; border-bottom:none;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#post_list_news .item:only-of-type .title_area, #post_list_news .item:last-of-type .title_area { border-bottom:1px solid #ddd; }
#post_list_news .title_area_inner {
  padding:0 60px; position:absolute; top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#post_list_news .title { font-weight:600; line-height:2; max-height:4em; font-size:16px; overflow:hidden; visibility:visible; }
#post_list_news .title span { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
#post_list_news .date { margin-top:10px; color:#aaa; font-size:14px; }
#post_list_news .category { position:absolute; bottom:1px; left:0px; z-index:2; }
#post_list_news .item:last-of-type .category { bottom:0; }
#post_list_news .category a {
  display:none; height:40px; line-height:40px; min-width:120px; text-align:center; padding:0 20px; background:#000; color:#fff; font-size:12px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#post_list_news .category a:first-of-type { display:inline-block; }


/* ----------------------------------------------------------------------
 お知らせ
---------------------------------------------------------------------- */
/* アーカイブページ */
#post_list_news .image_wrap { width:calc(100% - 400px); }
#post_list_news .title_area { width:400px; }
@media screen and (max-width:750px) {
  #post_list_news .item { height:200px; }
  #post_list_news .image_wrap { height:200px; }
  #post_list_news .title_area { height:200px; }
}
@media screen and (max-width:650px) {
  #post_list_news .item { height:112px; }
  #post_list_news .image_wrap { height:112px; width:50%; }
  #post_list_news .title_area { height:112px; width:50%; }
  #post_list_news .title_area_inner { padding:0 20px; }
  #post_list_news .title { font-weight:500; line-height:1.8; max-height:5.4em; }
  #post_list_news .title span { -webkit-line-clamp:3; }
  #post_list_news .date { margin-top:5px; font-size:10px; }
  #post_list_news .category a { height:33px; line-height:33px; min-width:100px; padding:0 15px; }
}



/* ----------------------------------------

- font

---------------------------------------- */

.styledText,
.headline,
.pb_headline,
#post_list2 .title,
.singleRoomPlanContent_main #news_post_title_area .title,
.singleRoomPlanContent_main #news_post_title_area.no_image .title,
.pc_logo_text,
#header_logo .mobile_logo_text,
#header_slider .catch,
#fixed_header_logo .text,
#copyright {
	font-family: "Inter-UI-Medium", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, "Segoe UI", Verdana, serif;
}

.roomplan_name, .roomPlanList_item a {
  font-family: "Inter-UI", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, "Segoe UI", Verdana, serif !important;
}
.pc_logo_text,
#header_logo .mobile_logo_text,
#fixed_header_logo .text,
#header_slider .catch {
  letter-spacing: 0.1em;
}



/* ----------------------------------------

- common

---------------------------------------- */
.txt_align1 {
  text-align: center;
}
.onPc {
  display: block;
}
.onSmt {
  display: none;
}

.remarks {
  font-size: 85%;
  line-height: 2 !important;
  margin: 0 !important;
  padding: 0 !important;
}

@media screen and (max-width:750px) {
  .txt_align1 {
    text-align: left;
  }
  .onPc {
    display: none;
  }
  .onSmt {
    display: block;
  }

}








/* ----------------------------------------------------------------------
 lowerPage
---------------------------------------------------------------------- */

.pc.lowerPage .header_fix {
	padding-top: 121px;
}

.pc.lowerPage #header {
	height: 141px;
}

.pc.lowerPage #global_menu {
	position: fixed;
	top: 0;
	bottom: inherit;
    z-index: 30;
}

.pc.lowerPage #fixed_header_logo {
    position: static;
    transform: inherit;
    display: flex;
    align-items: center;
    margin-left: 0;
}

.pc.lowerPage #header_logo .logo {
	z-index: 10;
	top: calc(50% + 121px);
	display: none;
}



/* --------------------------------------------------------------------------------

page style

-------------------------------------------------------------------------------- */


/* ----------------------------------------

- locationShopInfo

---------------------------------------- */
.locationShopInfo {

}
.locationShopInfo .locationShopInfo_img {
	margin-bottom: 16px;
}
.locationShopInfo .locationShopInfo_name {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 16px;
}
.locationShopInfo .locationShopInfo_name .locationShopInfo_name_num {
	padding: 4px 8px;
	font-size: 14px;
	color: #fff;
	margin-right: 8px;
	background-color: #888;
	position: relative;
	top: -2px;
}
.locationShopInfo .locationShopInfo_dsc {
	font-size: 14px;
	text-align: justify;
	margin-bottom: 12px;
	line-height: 1.7;
}
.locationShopInfo .locationShopInfo_info {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	display: flex;
	gap: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 14px;
	line-height: 1.7;
}
.locationShopInfo .locationShopInfo_info .locationShopInfo_info_address {

}
.locationShopInfo .locationShopInfo_info .locationShopInfo_info_tel {
	position: relative;
	padding-left: 20px;
}
.locationShopInfo .locationShopInfo_info .locationShopInfo_info_tel:before {
	content: '';
	position: absolute;
    width: 16px;
    height: 16px;
	left: 0;
	top: 2px;
    display: inline-block;
    background-size: contain;
	background-image: url('../wp-content/themes/haku_tcd080-child/images/icon_tel.png');
}

/* isSoldOut */
#post_list2 .item.isSoldOut {
	pointer-events: none;
}
#post_list2 .item.isSoldOut .image_wrap:after {
    content: 'SOLD OUT';
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    color: #fff;
    background: rgba(0,0,0,0.8);
    font-size: 14px;
    padding: 0.5em 1em;
    margin: 0;
}
#post_list2 .item.isSoldOut .image_wrap {
    pointer-events: none;
}
#post_list2 .item.isSoldOut .image_wrap:before {
    content: '';
    position: absolute;
	z-index: 10;
    top: 0;
    left: 0;
    display: block;
    background: rgba(0,0,0,0.2);
    width: 100%;
    height: 100%;
}


/* ----------------------------------------

- locationDev

---------------------------------------- */
.locationDev {
	border-bottom: 1px solid #000;
	padding-bottom: 32px;
}

.locationDev .locationDev_name {
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 16px;
}

.locationDev .locationDev_content {
	display: flex;
	gap: 24px;
}

.locationDev .locationDev_content .locationDev_content_img {
	min-width: 320px;
	width: 320px;
}

.locationDev .locationDev_content .locationDev_content_info {
}

.locationDev .locationDev_content .locationDev_content_info_title {
	color: #925F2A; /* others */
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 16px;
}

.locationDev .locationDev_content .locationDev_content_info_dsc {
	font-size: 16px;
	margin-bottom: 12px;
	line-height: 1.7;
}

.locationDev .locationDev_content .locationDev_content_info_note {
	font-size: 12px;
}


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

	.locationDev .locationDev_content {
		flex-direction: column;
	}

	.locationDev .locationDev_content .locationDev_content_img {
		min-width: inherit;
		width: auto;
	}

}



/* lifeTitle */
.lifeTitle {
	font-weight: 700;
	font-size: 24px;
	border-bottom: 2px solid #000;
	padding-bottom: 12px;
	letter-spacing: 0.12em;
	text-align: center;
}
.lifeTitle .lifeTitle_name {
	font-size: 32px;
}
.lifeTitle .lifeTitle_num {
	font-size: 64px;
}
.lifeTitle .lifeTitle_min {
	font-size: 32px;
}
@media screen and (max-width: 767px) {
	.lifeTitle {
		font-size: 16px;
		padding-bottom: 12px;
		letter-spacing: 0;
	}
	.lifeTitle .lifeTitle_name {
		font-size: 20px;
	}
	.lifeTitle .lifeTitle_num {
		font-size: 36px;
	}
	.lifeTitle .lifeTitle_min {
		font-size: 20px;
	}
}

/* ----------------------------------------

- brand

---------------------------------------- */

.brandLogo {
	display: flex;
	justify-content: center;
	padding-top: 100px;
}

.brandLogo img {
	width: 270px;
}

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

	.brandLogo {
		padding-top: 50px;
	}
	.brandLogo img {
		width: 60%;
	}
}

.brandLogo2 {
	width: 160px;
}

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

	.brandLogo2 {
		width: 120px;
	}
}




/* ----------------------------------------

- concept

---------------------------------------- */

/* concept17Title */
.concept17Title {
	font-weight: 700;
	font-size: 20px;
	display: flex;
	align-items: center;
	gap: 16px;
}
.concept17Title .concept17Title_num {
	padding: 4px 8px;
	color: #fff;
	background-color: #325A26; /* others */
}
.concept17Title .concept17Title_sub {
	font-size: 20px;
}
@media screen and (max-width: 767px) {
	.concept17Title {
		font-size: 16px;
		letter-spacing: 0;
		gap: 12px;
	}
	.concept17Title .concept17Title_num {
		padding: 4px 6px;
	}
	.concept17Title .concept17Title_sub {
		font-size: 14px;
	}
}













/* concept17Title02 */
.concept17Title02 {
	font-weight: 700;
	font-size: 20px;
	padding: 12px 16px;
	border: 1px solid #B0462E;/* others */
	color: #B0462E;/* others */
}

@media screen and (max-width: 767px) {
	.concept17Title02 {
		font-size: 16px;
	}

}

/* concept17Title02 */
.concept17Title02 {
	font-weight: 700;
	font-size: 20px;
	padding: 12px 16px;
	border: 1px solid #B0462E;/* others */
	color: #B0462E;/* others */
}

@media screen and (max-width: 767px) {
	.concept17Title02 {
		font-size: 16px;
	}

}

/* conceptHeadImg */
.conceptHeadImg {
	height: 28px!important;
	width: auto;
}

@media screen and (max-width: 767px) {
	.conceptHeadImg {
		height: 18px!important;
	}

}

/* conceptHeadImg-l */
.conceptHeadImg-l {
	height: 34px!important;
	width: auto;
}

@media screen and (max-width: 767px) {
	.conceptHeadImg-l {
		height: 24px!important;
	}

}


/* conceptWood */
.conceptWood_title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	min-height: 56px;
	text-align: justify;
}
.conceptWood_img {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 200px;
}
.conceptWood_img img {
	width: 200px;
}
.conceptWood_dsc {
	font-size: 14px;
	line-height: 2!important;
	text-align: justify;
}

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

	.conceptWood_title {
		min-height: inherit;
		margin-bottom: 16px!important;
	}
	.conceptWood_img {
		display: flex;
		justify-content: center;
		align-items: center;
		min-height: 160px;
	}
	.conceptWood_img img {
		width: 160px;
	}

}





/* conceptBreeze */
.conceptBreeze_title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	text-align: justify;
	min-height: 56px;
}
.conceptBreeze_img {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 200px;
}
.conceptBreeze_img img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.conceptBreeze_dsc {
	font-size: 14px;
	line-height: 2!important;
	text-align: justify;
}

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

	.conceptBreeze_title {
		min-height: inherit;
		margin-bottom: 16px!important;
	}
	.conceptBreeze_img {
		height: 160px;
	}
	.conceptBreeze_img img {
		max-width: 160px;
		max-height: 160px;
	}



}




/* conceptSky */
.conceptSky_title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	text-align: justify;
}
.conceptSky_img {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 200px;
}
.conceptSky_img img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.conceptSky_dsc {
	font-size: 14px;
	line-height: 2!important;
	text-align: justify;
}

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

	.conceptSky_title {
		min-height: inherit;
		margin-bottom: 16px!important;
	}
	.conceptSky_img {
		height: 160px;
	}
	.conceptSky_img img {
		max-width: 160px;
		max-height: 160px;
	}

}


.kyushu_univ {
	width: 100%;
	box-sizing: border-box;
    border: 1px solid;
    padding: 32px 24px;
    display: flex;
	gap: 16px;
    justify-content: space-between;
}

.kyushu_univ * {
	box-sizing: border-box;
}

.kyushu_univ p:empty {
	display: none;
}



/* kyushu_univ_item */
.kyushu_univ .kyushu_univ_item {
    min-width: 48%;
}

.kyushu_univ .kyushu_univ_item .kyushu_univ_item_catch {
    margin: 0;
    font-size: 14px;
	line-height: 1.4;
	text-align: center;
}

.kyushu_univ .kyushu_univ_item .kyushu_univ_item_logo {
   margin-top: 16px;
	text-align: center;
}
.kyushu_univ .kyushu_univ_item .kyushu_univ_item_logo img {
	width: 80%;
 }

.kyushu_univ .kyushu_univ_item .kyushu_univ_item_desc {
    line-height: 1.8;
	font-size: 12px;
	margin-bottom: 0!important;
	text-align: justify;
}

/* kyushu_univ_profile */
.kyushu_univ .kyushu_univ_profile {
    display: flex;
	min-width: 52%;
	gap: 16px;
}

.kyushu_univ .kyushu_univ_profile .kyushu_univ_profile_img {
    min-width: 40%;
}

.kyushu_univ .kyushu_univ_profile .kyushu_univ_profile_info {
    min-width: 52%;
}

.kyushu_univ .kyushu_univ_profile .kyushu_univ_profile_info .kyushu_univ_profile_info_status {
    font-size: 10px;
	line-height: 1.7;
    margin-bottom: 8px;
}

.kyushu_univ .kyushu_univ_profile .kyushu_univ_profile_info .kyushu_univ_profile_info_name {
    font-size: 18px;
	margin-bottom: 4px;
}

.kyushu_univ .kyushu_univ_profile .kyushu_univ_profile_info .kyushu_univ_profile_info_suffix {
    margin-left: 4px;
    font-size: 12px;
}

.kyushu_univ .kyushu_univ_profile .kyushu_univ_profile_info .kyushu_univ_profile_info_name .t_name {
	display: none;
}

.kyushu_univ .kyushu_univ_profile .kyushu_univ_profile_info .kyushu_univ_profile_info_desc {
    margin-top: 8px;
    font-size: 10px;
}

.kyushu_univ .kyushu_univ_profile .kyushu_univ_profile_info .kyushu_univ_profile_info_desc .kyushu_univ_profile_info_desc_head {
	font-weight: 700;
	margin-bottom: 4px;
	font-size: 12px;
}
.kyushu_univ .kyushu_univ_profile .kyushu_univ_profile_info .kyushu_univ_profile_info_desc .kyushu_univ_profile_info_desc_text {
	line-height: 1.7;
	font-size: 10px;
	margin-bottom: 0!important;
	text-align: justify;
}

@media screen and (max-width: 767px) {
	.kyushu_univ {
		flex-direction: column;
	}

	.kyushu_univ .kyushu_univ_profile {
		flex-direction: column;
	}

	.kyushu_univ .kyushu_univ_profile .kyushu_univ_profile_img {
		text-align: center;
	}

	.kyushu_univ .kyushu_univ_profile .kyushu_univ_profile_img img {
		width: 60%;
	}

}


.conceptWifi {
	display: flex;
	gap: 16px;
	align-items: center;
}

.conceptSpec {
	font-size: 16px;
	display: flex;
	gap: 12px;
}

.conceptSpec_head {
	min-width: 176px;
}

@media screen and (max-width: 767px) {
	.conceptSpec {
		font-size: 12px;
	}
	.conceptSpec_head {
		min-width: 136px;
	}
}







/* ----------------------------------------

- house-making

---------------------------------------- */
/*  hakata4 */
.makingGalleryListHead {
  position: relative;
  height: 150px;
}

.makingGalleryListHead img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.makingGalleryListHead .makingGalleryList_l_hirao {
  width: 28%;
}

.makingGalleryListHead .makingGalleryList_hirao_mg {
  width: 70%;
}

.makingGalleryListHead .makingGalleryList_l_plus {
  width: 30%;
}

.galleriesFloor {
  height: 42px !important;
}


@media screen and (max-width: 767px) {
	.makingGalleryListHead {
    position: static;
    height: auto;
    width: auto;
    text-align: center;
	}

  .makingGalleryListHead img {
    display: inline;
    position: static;
    transform:none;
  }

  .galleriesFloor {
      height: 36px !important;
  }

}

.makingGalleryDetail_l_hirao {
  width: 100px;
}

.makingGalleryDetail_hirao_mg {
  width: 280px;
}

.makingGalleryDetail_l_plus {
  width: 120px;
}

@media screen and (max-width: 767px) {
  .makingGalleryDetail_hirao_mg {
    width: 240px;
  }
}

/* maikingHeadImg */
/*.maikingHeadImg {
	height: 28px!important;
	width: auto;
}

@media screen and (max-width: 767px) {
	.maikingHeadImg {
		height: 26px!important;
	}

}*/

/* making02 */
/*@media screen and (max-width: 767px) {
	.making02HeadImg {
		height: 160px!important;
	}

}


.making02Intro_head {
    height: 48px!important;
    width: auto!important;
}

.making02Intro_label {
    height: 40px!important;
    width: auto!important;
}

.making02Intro_label-02 {
	margin-top: 67px;
}

.making02Intro_label-03 {
	height: 24px!important;
    width: auto!important;
	margin-top: 8px;
	margin-bottom: 8px;
}

.making02Intro_address {
	border-top: 1px solid #ccc;
	padding-top: 12px;
}

@media screen and (max-width: 767px) {
	.maikingHeadImg {
		height: 26px!important;
	}

	.making02Intro_label-02 {
		margin-top: 0;
	}

	.making02Intro_label-03 {
		height: 24px!important;
		margin-top: 0;
		margin-bottom: 0;
	}

}*/





/* making03 */
/*.making03Head {
	height: 120px!important;
	width: auto;
	margin-bottom: 64px;
}

.making03Head-02 {
	height: 120px!important;
	width: auto;
	margin-bottom: 64px;
}

.making03Head-03 {
	height: 120px!important;
	width: auto;
	margin-bottom: 64px;
}

.making03Head-04 {
	height: 60px!important;
	width: auto;
	margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
	.making03Head {
		height: 80px!important;
		width: auto;
		margin-bottom: 40px;
	}

	.making03Head-02 {
		height: 80px!important;
		width: auto;
		margin-bottom: 40px;
	}

	.making03Head-03 {
		height: 80px!important;
		width: auto;
		margin-bottom: 40px;
	}

	.making03Head-04 {
		height: 28px!important;
		width: auto;
		margin-bottom: 40px;
	}
}*/


.makingFlowHead {
	display: flex;
	align-items: center;
	gap: 24px;
	background-color: #EEEBE2; /* meinohama */
}
.makingFlowHead .makingFlowHead_title {
	background-color: #4C4948;/* meinohama */
	color: #ffffff;
	padding: 24px 32px;
	font-size: 20px;
	font-weight: 700;
}
.makingFlowHead .makingFlowHead_dsc {
	display: flex;
	align-items: center;
	gap: 12px;
}
.makingFlowHead .makingFlowHead_dsc .makingFlowHead_dsc_head {
	font-size: 18px;
	font-weight: 700;
  color: #4C4948; /* meinohama */
}
.makingFlowHead .makingFlowHead_dsc .makingFlowHead_dsc_text {
	font-size: 16px;
}
@media screen and (max-width: 767px) {

	.makingFlowHead {
		flex-direction: column;
		align-items: baseline;
		width: 100%;
		text-align: center;

	}
	.makingFlowHead .makingFlowHead_title {
		padding: 16px 0;
		width: 100%;
		font-size: 18px;
		box-sizing: border-box;
	}
	.makingFlowHead_dsc {
		width: 100%;
		flex-direction: column;
		align-items: baseline;
	}

}

.ancTargetWrap {
    padding-top: 60px;
}

.ancTarget {
    padding-top: 60px;
    margin-top:-60px;
}



.makingAncLinkWrap {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}
.makingAncLink {
	display: block;
	width: calc(25% - 9px);
}
.makingAncLink img {
	max-width: 100%;
}
.makingAncLink .makingAncLink_off {
	display: inline-block!important;
}
.makingAncLink .makingAncLink_on {
	display: none!important;
}
.makingAncLink:hover .makingAncLink_off {
	display: none!important;
}
.makingAncLink:hover .makingAncLink_on {
	display: inline-block!important;
}
@media screen and (max-width: 767px) {

	.makingAncLink {
		width: calc(50% - 12px);
	}
}

.gc_personal_wrap {
    background-repeat: no-repeat;
    background-position: left center;
}

.gc_personal_wrap.lplus {
  background-size: 100px;
  background-image: url('../../../wp-content/uploads/2024/09/galleries-tour_lplus_illust.png');
}

.gc_personal_wrap.central {
  background-size: 90px;
  background-image: url('../../../wp-content/uploads/2024/09/galleries-tour_central_illust.png');
}

.gc_personal_wrap.lplus-hirao {
  background-size: 160px;
  background-image: url('../../../wp-content/uploads/2024/09/galleries-tour_lplus-hirao_illust.png');
  width: 660px;
  margin-right: auto;
  margin-left: auto;
}

.gc_personal_wrap div {
    margin-left: 120px;
}

.gc_personal_wrap.lplus-hirao div {
  margin-left: 180px;
}

.gc_personal_wrap .gc_parsonal_data {
  margin-bottom: 16px;
}
.gc_personal_wrap .gc_parsonal_data>span {
  display: inline-block;
  padding: 4px 12px;
  font-weight: bold;
  border: 1px solid #4c4948;
}

.gc_personal_wrap .gc_parsonal_data>span:nth-child(1) {
  background-color: #4c4948;
  color: #fff;
}

.gc_personal_wrap .gc_parsonal_data>span:nth-child(2) {
  color: #4c4948;
}

.gc_lplus_news {
  border-top: 1px solid #003c55;
  border-bottom: 1px solid #003c55;
  padding-top: 16px;
  padding-bottom: 16px;
  color: #4c4948;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.gc_lplus_news div {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.gc_lplus_news .lead {
  font-size: 18px;
  font-weight: bold;
  color: #004157;
  line-height: 2.0;
  vertical-align: middle;
  margin-bottom: 16px;
}

.gc_lplus_news .lead span {
  vertical-align: middle;
}

.gc_lplus_news .lead>span:nth-child(2) {
  font-size: 14px;
  font-weight: normal;
}

.gc_lplus_news .txt {
  line-height: 2.0;
  font-size: 14px;
  margin-bottom: 16px;
}

.gc_lplus_news .notice {
  line-height: 1.7;
  font-size: 12px;
}

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

  .gc_personal_wrap.lplus {
    background-size: 50px;
    background-position: right 15% top;
  }

  .gc_personal_wrap.central {
    background-size: 44px;
    background-position: right 18% top;
  }

  .gc_personal_wrap.lplus-hirao {
    background-size: 90px;
    background-position: right 6% top 3%;
    width: 100%;
  }

  .gc_personal_wrap .gc_parsonal_data>span {
    display: block;
    width: 50%;
    text-align: center;
  }

  .gc_personal_wrap div:nth-child(1) {
    padding-top: 12px;
    margin-bottom: 32px;
  }

  .gc_personal_wrap div, .gc_personal_wrap.lplus-hirao div {
    margin-left: 0px;
  }

  .gc_lplus_news {
    width: 100%;
  }

  .gc_lplus_news div {
    width: 96%;
    text-align: left;
  }

  .gc_lplus_news .lead {
    font-size: 16px;
    line-height: 1.7;
  }

  .gc_lplus_news .lead>span:nth-child(2) {
    font-size: 12px;
  }

  .gc_lplus_news .txt {
    line-height: 2.0;
    font-size: 13px;
    text-align: justify;
  }

}


/* ----------------------------------------

- house-method / home-customize

---------------------------------------- */
.hc_persona_wrap {
  background-repeat: no-repeat;
  background-position: right top;
  padding-right: 150px;
  padding-bottom: 40px;
  background-size: 100px;
}

.hc_persona_wrap.case01 {
  background-image: url('../../../wp-content/uploads/2024/09/p46_002-scaled.jpg');
}

.hc_persona_wrap.case02 {
  background-image: url('../../../wp-content/uploads/2024/09/p48_002-scaled.jpg');
}

.hc_persona_wrap.case03 {
  background-image: url('../../../wp-content/uploads/2024/09/p50_002-scaled.jpg');
}

@media screen and (max-width: 767px) {
  .hc_persona_lead {
      font-weight: bold;
      padding-bottom: 4px;
  }

  .hc_persona_wrap {
      padding-right: 100px;
      background-size: 74px;
      background-position: right top 25%;
      padding-bottom: 0px;
  }

}

.methodAncLinkWrap {
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
  justify-content: center;
}
.methodAncLink {
  display: inline-block;
	/*display: block;*/
	width: calc(20% - 24px);
  padding: 12px 0px;
  text-align: center;
  background-color: rgba(63, 54, 45, 0.25);
  color: #4d4d4d !important;
  /*border: 1px solid #595757;*/
  transition: 0.3s;
  line-height: 1.4;
  /*color: #595757 !important;*/
  font-weight: 700;

}

.methodAncLink:hover {
    /*color: #fff!important;
    background: #595757;*/
    color: #4d4d4d !important;
    opacity: 0.75;
}


.methodAncLink .en, .methodButtonArea .button01 .ja {
  font-size: 12px;
}

.methodAncLink .ja, .methodButtonArea .button01 .en {
  font-size: 20px;
  line-height: 1.7;
}


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

  .methodAncLinkWrap {
    justify-content: left;
  }

	.methodAncLink {
		width: calc(50% - 16px);
	}

  .methodAncLink .en {
    font-size: 11px;
  }

}


/*.method11HeadImg {
	height: 64px!important;
}
@media screen and (max-width: 767px) {
	.method11HeadImg {
		height: 40px!important;
	}
}

.method13HeadImg {
	height: 80px!important;
}
.method13HeadImg_02 {
	height: 88px!important;
}*?

/* method11Column */
/*.method11Column {

}
.method11Column p:empty {
	display: none!important;
}

.method11Column {
	border: 1px solid #000;
	padding: 72px 24px 24px;
	position: relative;
}
.method11ColumnMain {
	display: flex;
	gap: 24px;
	margin-bottom: 24px;
}
.method11ColumnMain_inner {
	width: 100%;
}
.method11ColumnMain_head {
	position: absolute;
	left: 0;
	top: 0;
	padding: 16px 32px;
	background-color: #925F2A;
	color: #fff;
	font-weight: 700;
}
.method11ColumnMain_title {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 16px;
	line-height: 1.4;
}
.method11ColumnMain_subtitle {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 12px;
	line-height: 1.4;
}
.method11ColumnMain_dsc {
	font-size: 14px;
	line-height: 1.7;
}
.method11ColumnMain_info {
	display: flex;
	align-items: center;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 16px 0;
	margin-top: 16px;
	gap: 16px;
	font-size: 12px;
	line-height: 1.4;;
}
.method11ColumnMain_info_logo {

}
.method11ColumnMain_info_logo img {
	height: 40px;
}
.method11ColumnMain_info_contact {

}
.method11ColumnMain_info_qr {

}
.method11ColumnMain_img {
	width: 400px;
	min-width: 400px;
}

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

	.method11Column {
		padding: 48px 16px 16px;
	}

	.method11ColumnMain {
		flex-direction: column;
		margin-bottom: 48px;
	}
	.method11ColumnMain_img {
		width: auto;
		min-width: inherit;
	}

	.method11ColumnMain_info {
		flex-direction: column;
	}

	.method11ColumnMain_head {
		padding: 12px 16px;
	}

	.method11ColumnMain_info_logo img {
		height: 32px;
	}

	.method11ColumnMain_title {
		font-size: 18px;
		margin-bottom: 12px;
	}
	.method11ColumnMain_subtitle {
		font-size: 16px;
	}

}*/

/* method11ColumnOther */
/*.method11ColumnOther {
	display: flex;
	gap: 16px;
}
.method11ColumnOther_item {
	width: 100%;
}
.method11ColumnOther_item_img {
	height: 200px;
	position: relative;
	margin-bottom: 12px;
}
.method11ColumnOther_item_img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.method11ColumnOther_item_name {
	margin-bottom: 8px;
	font-weight: 700;
	line-height: 1.4;
}
.method11ColumnOther_item_dsc {
	font-size: 12px;
	line-height: 1.7;
}


@media screen and (max-width: 767px) {
	.method11ColumnOther {
		flex-direction: column;
	}
}*/



/* method15List */
/*.method15List p:empty {
	display: none;
}
.method15List {
	display: flex;
	flex-wrap: wrap;
	gap: 24px 16px;
}
.method15ListItem {
	width: calc(50% - 8px);
}
.method15ListItem_head {
	display: flex;
	gap: 24px;
	align-items: center;
	margin-bottom: 16px;
}
.method15ListItem_head_img {

}
.method15ListItem_head_img img {
	height: 40px;
}
.method15ListItem_head_name {
	line-height: 1.4;
	font-size: 14px;
}
.method15ListItem_head_name_en {
	font-weight: 700;
	font-size: 16px;
}
.method15ListItem_content {
	display: flex;
	gap: 12px;
}
.method15ListItem_content_img {
	min-width: 200px;
	width: 200px;
}
.method15ListItem_content_info {

}
.method15ListItem_content_info_title {
	font-weight: 700;
	font-size: 14px;
	line-height: 1.4;
	padding: 8px;
	background-color: #325A26;
	color: #fff;
	margin-bottom: 8px;
}
.method15ListItem_content_info_dsc {
	font-size: 14px;
	line-height: 1.7;
}

@media screen and (max-width: 767px) {
	.method15List {
		flex-direction: column;
		gap: 56px;
	}
	.method15ListItem {
		width: 100%;
	}
	.method15ListItem_content {
		flex-direction: column;
		gap: 12px;
	}
	.method15ListItem_content_img {
		min-width: inherit;
		width: 100%;
	}


}

.method17Dsc p:empty {
	display: none;
}

.method17Dsc {
	display: flex;
	align-items: center;
	gap: 24px;
	margin-bottom: 56px!important;
}
.method17Dsc_img {
	width: 480px;
	min-width: 480px;
}
.method17Dsc_text {
	font-size: 14px;
	line-height: 1.7;
	text-align: justify;
}


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

	.method17Logo {
		width: 96px;
	}

	.method17Dsc {
		flex-direction: column;
		gap: 24px;
	}
	.method17Dsc_img {
		width: auto;
		min-width: inherit;
	}
}


.methodBorderTitle {
	padding: 8px 0;
	border-top: 2px solid #000;
	border-bottom: 1px solid #000;
}

.borderTitle .borderTitle_target {
	border-bottom: 1px solid #000;
	display: inline-block;
}


.method19WallHead {
	text-align: center;
}

.method19WallHead > div {
	font-weight: 700;
	display: inline-block;
	font-size: 22px;
	padding-bottom: 8px;
	border-bottom: 1px solid #000;
	line-height: 1.7;
}

@media screen and (max-width: 767px) {
	.method19WallHead > div {
		font-size: 18px;
	}

}*/



/* method19Wall */
/*.method19Wall p:empty,
.method19WallItem p:empty {
	display: none!important;
}

.method19Wall_top {
	display: flex;
	justify-content: center;
	gap: 24px;
	position: relative;
	margin-bottom: 120px;
}
.method19Wall_top::after {
	content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border: 40px solid transparent;
    border-top: 40px solid #000;
    left: calc(50% - 32px);
    bottom: -140px;
    transform: translate(0, -50%);
}
.method19Wall_top  .method19WallItem {
	width: calc(33.333% - 16px);
	min-width: calc(33.333% - 16px);
}
.method19Wall_bottom {
	display: flex;
	justify-content: center;
	gap: 24px;
}
.method19Wall_bottom .method19WallItem {
	width: calc(33.333% - 16px);
	min-width: calc(33.333% - 16px);
}

.method19WallItem {
	text-align: center;
}
.method19WallItem_head {
	color: #B0462E;
    display: inline-block;
    border-bottom: 1px solid #000;
	padding: 4px 8px;
	margin-bottom: 16px;
}

.method19WallItem_head_val {
	font-weight: 700;
	font-size: 22px;
	padding: 0 4px;
	display: inline-block;
}
.method19WallItem_head_plan {
	display: inline-block;
	font-size: 16px;
	padding: 0 4px;
}

.method19WallItem_text {
	line-height: 1.7;
	min-height: 82px;
	margin-bottom: 16px;
}
.method19WallItem_img {

}

@media screen and (max-width: 767px) {
	.method19Wall_top {
		margin-bottom: 120px;
	}
	.method19Wall_top::after {
		border: 32px solid transparent;
		border-top: 32px solid #000;
		left: calc(50% - 32px);
		bottom: -120px;
	}
	.method19Wall_top  .method19WallItem {
		width: 80%;
		min-width: 80%;
	}
	.method19Wall_bottom {
		flex-direction: column;
		align-items: center;
	}
	.method19Wall_bottom .method19WallItem {
		width: 80%;
		min-width: 80%;
	}

}






.method19Design p:empty {
	display: none!important;
}
.method19Design_title {
	padding: 16px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	margin-bottom: 16px;
	font-size: 28px;
	background-color: #325A26;
	margin-bottom: 24px;
}
.method19Design_items {
	display: flex;
	gap: 48px;
}
.method19Design_items .method19DesignItem:first-child::after {
	content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border: 40px solid transparent;
    border-left: 40px solid #325A26;
    left: calc(50% + 300px);
    bottom: 160px;
    transform: translate(-50%, -50%);
}
.method19DesignItem {
	position: relative;
}
.method19DesignItem_head {
	border-bottom: 1px solid #000;
	padding-bottom: 8px;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 16px;
}
.method19DesignItem_text {
	margin-bottom: 16px;
	line-height: 1.7;
	min-height: 56px;
}
.method19DesignItem_img {
	text-align: center;
}
.method19DesignItem_img img {
	width: 60%;
}

@media screen and (max-width: 767px) {
	.method19Design_title {
		padding: 12px;
		font-size: 18px;
	}
	.method19Design_items {
		flex-direction: column;
		gap: 80px;
	}
	.method19Design_items .method19DesignItem:first-child::after {
		border-left: 40px solid transparent;
		border-top: 40px solid #325A26;
		left: 50%;
		bottom: -140px;
		transform: translate(-50%, -50%);
	}
	.method19DesignItem_text {
		min-height: inherit;
	}
	.method19DesignItem_head {
		font-size: 16px;
	}
}
*/




/* method20Item */
/*.method20ItemWrap {
	display: flex;
	flex-direction: column;
	gap: 64px;
}
.method20Item {
	display: flex;
	gap: 48px;
	align-items: center;
}
.method20Item_img {
	width: 440px;
	min-width: 440px;
}
.method20Item_content {

}
.method20Item_content_head {
	color: #B0462E;
	font-weight: 700;
	text-align: center;
	font-size: 20px;
	margin-bottom: 24px;
}
.method20Item_content_name {
	font-weight: 700;
	text-align: center;
	margin-bottom: 16px;
}
.method20Item_content_name_en {
	font-size: 24px;
	border-bottom: 1px solid #000;
	padding-bottom: 12px;
}
.method20Item_content_name_jp {
	font-size: 18px;
	padding-top: 12px;
}

.method20Item_content_text {
	line-height: 1.7;
}

@media screen and (max-width: 767px) {
	.method20Item {
		flex-direction: column-reverse;
	}
	.method20Item_content_head {
		font-size: 18px;
	}
	.method20Item_content_name_en {
		font-size: 18px;
		padding-bottom: 8px;
	}
	.method20Item_content_name_jp {
		font-size: 16px;
		padding-top: 8px;
	}

}*/

/* method21Head */
/*.method21Head {
	display: flex;
	align-items: center;
	padding-bottom: 40px;
	border-bottom: 1px solid #000;
}
.method21Head_content {
	width: 800px;
	min-width: 800px;
}
.method21Head_content_img {
	margin-bottom: 32px;
}
.method21Head_content_img img {
	height: 56px;
	width: auto;
}
.method21Head_content_title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 12px;
	line-height: 1.4;
}
.method21Head_content_text {
	font-size: 16px;
	line-height: 1.7;
}
.method21Head_img {
	width: 100%;
	text-align: center;
}
.method21Head_img img {
	height: 240px;
}

@media screen and (max-width: 767px) {
	.method21Head {
		flex-direction: column;
		padding-bottom: 40px;
	}
	.method21Head_content {
		width: auto;
		min-width: inherit;
	}
	.method21Head_content_img {
		margin-bottom: 16px;
	}
	.method21Head_content_img img {
		height: 36px;
	}
	.method21Head_content_title {
		font-size: 18px;
		margin-bottom: 12px;
	}
	.method21Head_content_text {
		font-size: 14px;
	}
}
*/

/* method21Dsc */
/*.method21Dsc {
	padding-top: 10px;
	display: flex;
	gap: 32px;
}
.method21Dsc_text {
	width: 100%;
	line-height: 1.7;
}
.method21Dsc_text:first-letter{
	float:left;
	margin-right:7px;
	padding:12px 8px 0;
	font-size:32px;
	color:#333;
	line-height: 1;
}
.method21Dsc_img {
	width: 280px;
	min-width: 280px;
}

@media screen and (max-width: 767px) {
	.method21Dsc {
		flex-direction: column;
	}
	.method21Dsc_text:first-letter{
		padding:12px 8px 0;
		font-size:24px;
	}
	.method21Dsc_img {
		text-align: center;
		width: auto;
		min-width: inherit;
	}
	.method21Dsc_img img {
		width: 60%;
	}

}
*/

/* .method21Illast {
	position: relative;
	display: flex;
	justify-content: flex-end;
}
.method21Illast_room {
	position: absolute;
	left: 0;
	width: 500px;
	min-width: 500px;
}
.method21Illast_madori {
	position: relative;
	z-index: 10;
	width: 800px;
	min-width: 800px;
} */
/*
.method21Sketch {
	display: flex;
	justify-content: center;
}

.method21Sketch img {
	width: 80%;
}
@media screen and (max-width: 767px) {
	.method21Sketch img {
		width: 100%;
	}
}

.method21Madori {
	display: flex;
	justify-content: center;
}

.method21Madori img {
	width: 70%;
}
@media screen and (max-width: 767px) {
	.method21Madori img {
		width: 100%;
	}
}


.method21Img {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
.method21Img img {
	width: 480px;
}

@media screen and (max-width: 767px) {
	.method21Img img {
		width: 80%;
	}
}*/


/* method25Head */
/*
.method25Head {
	text-align: center;
	margin-bottom: 56px!important;
}
.method25Head_en {
	display: inline-block;
	border-bottom: 1px solid #000;
	margin-bottom: 16px;
	padding: 12px 160px;
	font-weight: 700;
	font-size: 28px;
}
.method25Head_jp {
	font-size: 20px;
	line-height: 1.7;
}


@media screen and (max-width: 767px) {
	.method25Head_en {
		padding: 12px 0;
		width: 80%;
		font-size: 22px;
	}
	.method25Head_jp {
		font-size: 14px;
	}

}

.method25ItemWrap p:empty {
	display: none!important;
}
.method25ItemWrap {
	display: flex;
	gap: 40px 24px;
	flex-wrap: wrap;
}
.method25Item {
	width: calc(50% - 12px);
	min-width: calc(50% - 12px);
}
.method25Item_head {
	display: flex;
	gap: 12px;
	position: relative;
	margin-bottom: 16px;
	flex-direction: column;
}
.method25Item_head_en {
	font-weight: 700;
	font-size: 20px;
}
.method25Item_head_jp {
	position: relative;
}
.method25Item_content {
	display: flex;
	gap: 16px;
	align-items: center;
	flex-direction: column;
}
.method25Item_content_img {
	height: 350px;
	overflow: hidden;
}
.method25Item_content_img img {
	object-fit: cover;
}
.method25Item_content_text {
	line-height: 1.7;
	font-size: 14px;
	text-align: justify;
}

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

	.method25ItemWrap {
		flex-direction: column;
		gap: 40px 24px;
	}
	.method25Item {
		width: auto;
		min-width: inherit;
	}
	.method25Item_head_en {
		font-size: 18px;
	}
	.method25Item_head_jp {
		font-size: 14px;
	}
	.method25Item_content_img {
		height: auto;
		overflow: hidden;
	}
}
*/



/* ----------------------------------------

- gallery

---------------------------------------- */


.galleryLogo {
	text-align: center;
}

.galleryLogo img {
	width: 120px;
	margin-top: 48px;
}

@media screen and (max-width: 767px) {
	.galleryLogo img {
		/* width: auto; */
		margin-top: 120px;
	}
}

/* galleryDsc */
.galleryDsc {
	display: flex;
	gap: 32px;
	flex-wrap: wrap;
}
.galleryDscItem {
	width: calc(50% - 16px);
	min-width: calc(50% - 16px);
}
.galleryDscI_title {
	font-size: 28px;
	text-align: center;
	margin-bottom: 8px;
	color: #925F2B; /* others */
    font-family: serif;
	font-weight: 700;
	margin-bottom: 12px;
}
.galleryDscI_title_sub {
	font-size: 12px;
	font-weight: 400;
	margin-top: 8px;
}
.galleryDscItem_text {
	line-height: 1.7;
	font-size: 14px;
	text-align: justify;
}

@media screen and (max-width: 767px) {
	.galleryDsc {
		flex-direction: column;
	}

	.galleryDscItem {
		width: auto;
		min-width: inherit;
	}

}








/* ----------------------------------------

- equipment

---------------------------------------- */


.equipmentTopHead {
	text-align: center;
}

.equipmentTopHead > div {
	font-weight: 700;
	display: inline-block;
	font-size: 22px;
	padding-bottom: 8px;
	border-bottom: 1px solid #000;
	line-height: 1.7;
}

@media screen and (max-width: 767px) {
	.equipmentTopHead > div {
		font-size: 18px;
	}

}


/* eqPageList */
.eqPageList p:empty {
	display: none!important;
}

.eqPageList {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	width: 80%;
	margin: 0 auto;
}

.eqPageList .eqPageList_item {
	width: calc(33.333% - 11px);
}

.eqPageList .eqPageList_item .eqPageList_item_button {
  width: 100%;
  box-sizing: border-box;
	padding: 24px 16px;
	display: inline-block;
	text-align: center;
	border: 1px solid #d4e1e8;
  color: #4c4948;
  transition: 0.3s;
}

.eqPageList .eqPageList_item .eqPageList_item_button p {
  line-height: 1.4;
}

.eqPageList .eqPageList_item .eqPageList_item_button .ja {
    display: block;
    margin-top: 6px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 12px;
}

.eqPageList .eqPageList_item .eqPageList_item_button:hover {
  background-color: #6ca5b9;
  color: #ffffff;
  border: 1px solid #6ca5b9;
}

.eqPageList .eqPageList_item.eqPageList_item-current .eqPageList_item_button {
  color: #4c4948;
  background-color: #d4e1e8;
  border-color: #d4e1e8;
	pointer-events: none;
}



@media screen and (max-width: 767px) {
	.eqPageList {
		gap: 12px;
		width: 100%;
	}
	.eqPageList .eqPageList_item {
		width: calc(50% - 6px);
	}
	.eqPageList .eqPageList_item .eqPageList_item_button {
		font-size: 12px;
		padding: 12px 0;
	}
  .eqPageList .eqPageList_item .eqPageList_item_button .ja {
      font-size: 10px;
  }
}



/* petRecommend */
.petRecommend {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #000;
	gap: 24px;
}
.petRecommend_head {
	font-weight: 700;
	border: 1px solid #000;
	border-bottom: none;
	padding: 8px 24px;
	background-color: #fff;
    margin-bottom: -1px;
}
.petRecommend_option {

}

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

	.petRecommend {
		gap: 16px;
	}
	.petRecommend_head {
		padding: 8px 16px;
	}

}



/* ----------------------------------------

- equipment

---------------------------------------- */


/* eqPageTitle */
.eqPageTitle {
	display: flex;
	align-items: center;
	gap: 24px;
    width: 100%;
}

.eqPageTitle .eqPageTitle_main {
	padding: 4px 24px;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	background-color: #325A26; /* others */
	line-height: 1.7;
}

.eqPageTitle .eqPageTitle_sub {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.7;
}

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

	.eqPageTitle {
		align-items: baseline;
		flex-direction: column;
		gap: 12px;
	}
}


/* eqPageSubTitle */
.eqPageSubTitle {
	display: flex;
	align-items: center;
	gap: 24px;
    width: 100%;
}

.eqPageSubTitle .eqPageSubTitle_inner {
	padding: 4px 24px;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	background-color: #231815; /* others */
	line-height: 1.7;
}


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

	.eqPageSubTitle {
		align-items: baseline;
		flex-direction: column;
		gap: 12px;
	}
}


/* eqTitle01 */
.eqTitle01 {
	/*margin-bottom: 24px;*/
  text-align: center;
}

.eqTitle01 .eqTitle01_inner {
  position: relative;
	display: inline-block;
	padding: 4px 24px 4px 22px;
  line-height: 1.7;
  font-size: 20px;
	font-weight: 700;
  color: #4C4948;
	background-color: #d4e1e8;
  border-left: 14px solid #6ca5b9;
}

.eqTitle01 .eqTitle01_inner:after {
    position: absolute;
    display: block;
    content: '　';
    line-height: 1.7;
    background-color: #ffffff;
    width: 2px;
    height: auto;
    padding-top: 4px;
    padding-bottom: 4px;
    top: 0;
    left: 0;
}

.eqTitle01_option {
  display: inline-block;
  padding: 4px 24px 4px 22px;
  line-height: 1.8;
  font-size: 18px;
  color: #4C4948;
  border-right: 2px solid #e3ded4;
}

@media screen and (max-width: 767px) {
	.eqTitle01 {
		/*margin-bottom: 16px;**/
    margin-top: 24px;
	}

	.eqTitle01 .eqTitle01_inner {
		padding: 6px 12px 4px 12px;
		font-size: 18px;
	}

  .eqTitle01 .eqTitle01_inner:after {
      padding-top: 6px;
  }

  .eqTitle01_option {
      padding-left: 8px;
      padding-right: 8px;
      font-size: 16px;
  }

}

/* eqTitle01 */
.eqTitle01b .eqTitle01b_inner {
  display: inline-block;
	padding: 4px 24px 4px 24px;
  color: #4C4948;
	font-weight: 700;
	font-size: 20px;
	background-color: #e3ded4;
	line-height: 1.7;
}

@media screen and (max-width: 767px) {
	.eqTitle01b .eqTitle01b_inner {
		padding: 4px 12px 4px 12px;
		font-size: 18px;
	}

}

/* eqTitle02 */
.eqTitle02 {
	padding: 4px 24px 4px 24px;
	font-weight: 700;
	font-size: 20px;
	background-color: #e3ded4;
	line-height: 1.7;
	margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
	.eqTitle02 {
		padding: 4px 12px 4px 12px;
		font-size: 18px;
	}

}

/* eqHead01 */
.eqHead01 {
	margin-bottom: 24px;
	/*border-top: 1px solid #F2ECE5; /* others */
	/*border-bottom: 1px solid #F2ECE5; /* others */
	border-left: 36px solid #cec4af; /* others */
	padding: 4px 8px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.7;
}

@media screen and (max-width: 767px) {
	.eqHead01 {
		margin-bottom: 16px;
		border-left: 28px solid #cec4af; /* others */
		padding: 2px 8px;
		font-size: 14px;
	}
}




/* ----------------------------------------

- equipment pet

---------------------------------------- */


.colorPet {
	color: #325A26; /* others */
}

/* eqPetTitle01 */
.eqPetTitle01 {
	position: relative;
}

.eqPetTitle01_inner {
	font-size: 18px;
	padding-right: 24px;
	background-color: #fff;
	color: #325A26; /* others */
	position: relative;
	z-index: 10;
	display: inline-block;
}

.eqPetTitle01:after {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	background-color: #325A26; /* others */
	position: absolute;
	top: 50%;
}

.eqPetHead {
	height: 48px;
}
.eqPetHead img {
	height: 100%;
	width: auto;
}

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

	.eqPetHead {
		height: 28px;
	}
	.eqPetHead img {
		height: 100%;
		width: auto;
	}

}



/* eqPetScene */
.eqPetSceneWrap p:empty {
	display: none!important;
}

.eqPetSceneWrap {
	display: flex;
	flex-direction: column;
	background-color: #F2ECE5; /* others */
	padding: 32px;
	gap: 24px;
	border-radius: 16px;
}
.eqPetScene {
	display: flex;
	gap: 24px;
	align-items: center;
}
.eqPetScene_img {
	width: 400px;
	min-width: 400px;
}
.eqPetScene_img img {
	height: auto;
	width: auto;
}
.eqPetScene_content {
	background-color: #fff;
	padding: 32px;
	border-radius: 16px;
	border: 1px solid #325A26; /* others */
	color: #325A26; /* others */
}
.eqPetScene_content_head {
	color: #325A26; /* others */
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 16px;
}
.eqPetScene_content_text {
	color: #325A26; /* others */
	line-height: 1.7;
	text-align: justify;
}

@media screen and (max-width: 767px) {
	.eqPetSceneWrap {
		padding: 16px;
		gap: 24px;
		border-radius: 8px;
	}
	.eqPetScene {
		flex-direction: column;
		gap: 16px;
	}
	.eqPetScene_content {
		padding: 16px;
		border-radius: 8px;
	}
	.eqPetScene_img {
		order: 1;
		width: auto;
		min-width: inherit;
	}
	.eqPetScene_content {
		order: 2;
	}
	.eqPetScene_content_head {
		font-size: 20px;
		margin-bottom: 12px;
	}

}



.eqKithenTitleWrap {
	display: flex;
	align-items: center !important;
	gap: 16px;
}

.eqKithenTitleWrap.gap24 {
  gap: 24px !important;
}

.eqKithenTitleWrap > * {
	border-right: 1px solid #325A26; /* others */
	padding-right: 24px;
}

.eqKithenTitleWrap>div:nth-child(1)>div:nth-child(1), .eqKithenTitleWrap>div:nth-child(3)>div:nth-child(1) {
  padding-top: 8px;
}

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

  .eqKithenTitleWrap {
  	flex-direction: column;
  	align-items: baseline !important;
  	gap: 24px;
  }
  .eqKithenTitleWrap > * {
  	border-right: none;
  	padding-right: 0;
  }

  .eqKithenTitleWrap>div:nth-child(1)>div:nth-child(1), .eqKithenTitleWrap>div:nth-child(3)>div:nth-child(1) {
    padding-top: 0px;
  }

}

/* eqKichenTitle01 */
.eqKichenTitle01 {
	position: relative;
}

.eqKichenTitle01_inner {
	font-size: 18px;
	padding-right: 24px;
	background-color: #fff;
	color: #325A26; /* others */
	position: relative;
	z-index: 10;
	font-weight: 700;
	display: inline-block;
}

.eqKichenTitle01:after {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	background-color: #F2ECE5; /* others */
	position: absolute;
	top: 0;
}

/* eqKichenTakara */
.eqKichenTakara {
	display: flex;
	justify-content: center;
	position: relative;
}
.eqKichenTakara_img {
	width: 80%;
}
.eqKichenTakara_content {
	position: absolute;
    right: 12%;
}
.eqKichenTakara_content_logo {
	height: 40px;
	margin-bottom: 12px;
}
.eqKichenTakara_content_logo img {
	height: 100%;
}
.eqKichenTakara_content_text {
	line-height: 1.4;
}
@media screen and (max-width: 767px) {
	.eqKichenTakara {
		flex-direction: column;
		gap: 16px;
	}
	.eqKichenTakara_img {
		width: 100%;
	}
	.eqKichenTakara_content {
		position: static;
	}
	.eqKichenTakara_content_logo {
		height: 32px;
	}
}



/* eqKichenItem */

.eqKichenItemWrap p:empty {
	display: none!important;
}
.eqKichenItemWrap {
	display: flex;
	gap: 40px 16px;
	flex-wrap: wrap;
}
.eqKichenItem {
	width: calc(33.333% - 11px);
	min-width: calc(33.333% - 11px);
}
.eqKichenItem_img {
	margin-bottom: 4px;
}
.eqKichenItem_head {
	display: flex;
	gap: 8px;
	align-items: center;
	line-height: 1.7;
	font-size: 18px;
}
.eqKichenItem_head_num {
	color: #325A26; /* others */
	font-size: 18px;
	font-weight: 700;
}
.eqKichenItem_text {
	font-size: 14px;
	line-height: 1.7;
	text-align: justify;
}

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

	.eqKichenItemWrap {
		flex-direction: column;
		gap: 24px;
	}
	.eqKichenItem {
		width: 100%;
		min-width: 100%;
	}
}



/* eqKichenOption */

.eqKichenOptionWrap p:empty {
	display: none!important;
}
.eqKichenOptionWrap {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}
.eqKichenOption {
	width: calc(25% - 12px);
	min-width: calc(25% - 12px);
}
.eqKichenOption_img {
	margin-bottom: 4px;
}
.eqKichenOption_head {
	display: flex;
	gap: 8px;
	align-items: center;
	line-height: 1.7;
	font-size: 18px;
}
.eqKichenOption_head_num {
	color: #325A26; /* others */
	font-size: 18px;
	font-weight: 700;
}
.eqKichenOption_text {
	font-size: 14px;
	line-height: 1.7;
	text-align: justify;
}

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

	.eqKichenOptionWrap {
		flex-direction: column;
		gap: 24px;
	}
	.eqKichenOption {
		width: 100%;
		min-width: 100%;
	}
}




/* eqLogo */
.eqLogo {

}

.eqLogo img {
	height: 40px;
}



/* eqKichenOption */

.eqItemWrap p:empty {
	display: none!important;
}
.eqItemWrap {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}
.eqItem {
	width: calc(25% - 12px);
	min-width: calc(25% - 12px);
}
/* eqItemWrap-3 */
.eqItemWrap.eqItemWrap-3 {
	gap: 24px;
}
.eqItemWrap.eqItemWrap-3 .eqItem {
	width: calc(33.333% - 16px);
	min-width: calc(33.333% - 16px);
}
/* eqItemWrap-2 */
.eqItemWrap.eqItemWrap-2 {
  column-gap: 24px;
  row-gap: 32px;
}

.eqItemWrap.eqItemWrap-2 .eqItem {
	width: calc(50% - 24px);
	min-width: calc(50% - 24px);
}

.eqItem_img {
	margin-bottom: 16px;
}
.eqItem_head {
	/* display: flex;
	gap: 8px; */
	/* align-items: center; */
	line-height: 1.4;
	font-size: 18px;
	margin-bottom: 12px;
}
.eqItem_head_num {
	color: #325A26; /* others */
	font-size: 18px;
	font-weight: 700;
}
.eqItem_text {
	font-size: 14px;
	line-height: 1.7;
	text-align: justify;
}

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

	.eqItemWrap {
		flex-direction: column;
		gap: 24px;
	}
	.eqItem {
		width: 100%!important;
		min-width: 100%!important;
	}
	.eqItem_head {
		font-size: 16px;
	}

}

/* eqBathSelect */
.eqBathSelect p:empty {
	display: none!important;
}
.eqBathSelect {
	padding: 40px 24px;
	background-color: #F2ECE5; /* others */
}
.eqBathSelect_title {
	font-size: 24px;
	margin-bottom: 40px;
	text-align: center;
    letter-spacing: 0.35em;
	line-height: 1.4;
}
.eqBathSelect_row {
	display: flex;
	gap: 24px;
}
.eqBathSelectRowItem {
	display: flex;
	gap: 12px;
	width: calc(33.333% - 11px);
	min-width: calc(33.333% - 11px);
	align-items: center;
}
.eqBathSelectRowItem_dsc {

}
.eqBathSelectRowItem_head {
	font-size: 14px;
	margin-bottom: 8px;
}
.eqBathSelectRowItem_head_text {
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
}
.eqBathSelectRowItem_dsc_img {
}
.eqBathSelectRowItem_dsc_img img {
	height: 80px;
}

@media screen and (max-width: 767px) {
	.eqBathSelect {
		padding: 32px 0;
	}
	.eqBathSelect_title {
		font-size: 18px;
		margin-bottom: 32px;
	}
	.eqBathSelect_row {
		flex-wrap: wrap;
		gap: 40px;
	}
	.eqBathSelectRowItem {
		flex-direction: column;
		width: 100%;
		min-width: 100%;
	}
	.eqBathSelectRowItem_dsc_img {
		text-align: center;
	}
	.eqBathSelectRowItem_dsc_img img {
		height: auto;
		width: 90%;
	}
}



.eqSaniDsc {
	padding: 40px;
	background-color: #F2ECE5; /* others */
	display: flex;
	align-items: center;
	gap: 40px;
}
.eqSaniDsc_img {
	gap: 24px;
}
.eqSaniDsc_content_head {
	font-weight: 700;
	line-height: 1.7;
	margin-bottom: 8px;
}
.eqSaniDsc_content_text {
	font-size: 14px;
	line-height: 1.7;
}

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

	.eqSaniDsc {
		padding: 16px;
		gap: 24px;
		flex-direction: column;
	}
}






/* ----------------------------------------

- equipment list

---------------------------------------- */


.eqListBox {
	background-color: #F2ECE5; /* others */
	padding: 24px;
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.eqListBox_item {
	padding: 24px;
	background-color: #fff;
}

.eqListBox_item_title {
	padding: 32px 16px;
	background-color: #F2ECE5; /* others */
	text-align: center;
	color: #C0B3A5;
	font-weight: 700;
	font-size: 24px;
}

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

	.eqListBox {
		padding: 8px;
		gap: 16px;
	}
	.eqListBox_item {
		padding: 8px;
	}

	.eqListBox_item_title {
		padding: 16px 0;
		font-size: 20px;
	}

}



.eqListBoxItem_title {
	padding: 8px;
	background-color: #C0B3A5; /* others */
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 32px;
	line-height: 1.4;
}

.eqListBoxItem_head {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 24px;
	line-height: 1.4;
	text-align: justify;
}

.eqListBoxItem_catch {
	font-weight: 700;
	color: #C0B3A5; /* others */
	margin-bottom: 8px;
	line-height: 1.4;
	font-size: 18px;
	text-align: justify;
}

.eqListBoxItem_catch02 {
	font-weight: 700;
	color: #C0B3A5; /* others */
	margin-bottom: 12px;
	line-height: 1.4;
	font-size: 20px;
}

.eqListBoxItem_boxTitle {
	padding: 8px;
	background-color: #F2ECE5; /* others */
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 12px;
	line-height: 1.4;
	text-align: center;
}

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

	.eqListBoxItem_title {
		padding: 4px 8px;
		font-size: 16px;
		margin-bottom: 16px;
	}

	.eqListBoxItem_head {
		font-size: 16px;
		margin-bottom: 16px;
	}

	.eqListBoxItem_catch {
		margin-bottom: 8px;
		font-size: 16px;
	}

	.eqListBoxItem_catch02 {
		font-size: 16px;
	}

	.eqListBoxItem_boxTitle {
		padding: 8px 0;
		font-size: 14px;
	}

}




/* ----------------------------------------

- equipment gas

---------------------------------------- */



.eqGasBox {
	border: 1px solid #000;
	padding: 24px;
}
.eqGasBoxRow {
	display: flex;
	gap: 24px;
}
.eqGasBoxRow_item {
	width: calc(50% - 12px);
	min-width: calc(50% - 12px);
}

@media screen and (max-width: 767px) {
	.eqGasBox {
		padding: 16px;
	}
	.eqGasBoxRow {
		flex-direction: column;
		gap: 16px;
	}
	.eqGasBoxRow_item {
		width: auto;
		min-width: inherit;
	}
}




/* ----------------------------------------

- equipment amenity

---------------------------------------- */


.eqAmeNum {
	font-weight: 700;
	font-size: 16px;
	position: relative;
	top: -1px;
	padding: 4px 8px;
	background-color: #888;
	color: #fff;
	margin-right: 12px;
}




/* ----------------------------------------

- equipment safety

---------------------------------------- */


.eqSafeEn {
	font-weight: 700;
	font-size: 14px;
	position: relative;
	top: -2px;
	padding: 4px 8px;
	border-radius: 50%;
	background-color: #fff;
	margin-right: 4px;
}


.eqSafeTitle {
	background-color: #eaeaea;
	padding: 8px 8px;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 700;
}

.eqSafeBoxItem {
    display: grid;
    width: 100%;
    place-items: center center;
    color: #4c4948 !important;
    border: 2px solid #4c4948;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    height: 266px;
    box-sizing: border-box;
}















/* --------------------------------------------------------------------------------

module

-------------------------------------------------------------------------------- */


/* ----------------------------------------

- title

---------------------------------------- */

/* 左横にボーダー */
.title01 {
    border-left: 8px solid #325A26; /* others */
    padding-left: 16px;
    font-weight: bold;
	line-height: 1.5;
}
.title01.title01-blue {
    border-color: #005EAD; /* others */
}

.title01.title01-gold {
	border-color: #925F2A; /* others */
}

.title01.title01-lightGreen {
	border-color: #71A683; /* others */
}


/* 下線 */
.title02 {
	text-align: center;
	position: relative;
    padding-bottom: 24px;
    font-weight: bold;
	font-size: 40px;
	line-height: 1.5;
}

.title02:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 120px;
	height: 3px;
	margin: 0 auto;
	background: #000;
}

@media screen and (max-width: 767px) {
	.title02 {
		font-size: 28px;
		padding-bottom: 24px;
	}
	.title02:after {
		width: 80px;
		height: 2px;
	}

}


/* ----------------------------------------

- title

---------------------------------------- */

.post_content .catch-l {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 40px;
}

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

	.post_content .catch-l {
		font-size: 28px;
	}

}

.post_content .catch-ml {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 28px;
}

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

	.post_content .catch-ml {
		font-size: 22px;
	}

}

.post_content .catch-m {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.7;
	margin-bottom: 32px;
}

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

	.post_content .catch-m {
		font-size: 18px;
	}

}


.post_content .catch-s {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.7;
	margin-bottom: 16px;
}

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

	.post_content .catch-s {
		font-size: 16px;
	}

}


.box01 {
	border: 1px solid #000;
	padding: 24px;
}


.rowItem {
	display: flex;
	gap: 24px;
    align-items: flex-start;
}

@media screen and (max-width: 767px) {
	.rowItem {
		flex-direction: column;
	}

}


/* ----------------------------------------

- button

---------------------------------------- */
/* buttonArea */
.buttonArea {
	display: flex;
	gap: 24px;
	justify-content: center;
	flex-wrap: wrap;
}

.buttonArea {
	flex-direction: row;
}

@media screen and (max-width: 767px) {
	.buttonArea {
		flex-direction: column;
		gap: 24px;
	}
}

/* floorButtonArea */
.floorButtonArea {
	display: flex;
	gap: 12px;
	justify-content: center;
	flex-wrap: wrap;
}

.floorButtonArea > .button02 {
	width: calc(25% - 32px);
  font-size: 16px;
}

@media screen and (max-width: 767px) {
	.floorButtonArea {
		gap: 16px;
	}
	.floorButtonArea > .button02 {
		width: calc(50% - 8px);
		padding-left: 0;
		padding-right: 0;
		font-size: 13px;
	}
}

/* button01 */
.button01 {
    min-width: 200px;
    padding: 24px 32px;
    display: inline-block;
    text-align: center;
    background-color: rgba(63, 54, 45, 0.25);
    transition: 0.3s;
    line-height: 1.4;
    color: #4d4d4d !important;
}
.button01:hover {
	/*color: #fff!important;
	background: #595757; /* others */
  color: #4d4d4d !important;
  opacity: 0.75;
}
@media screen and (max-width: 767px) {
	.button01 {
		min-width: inherit;
		padding: 12px 32px;
		font-size: 14px;
	}
}

/* button02 */
.button02 {
	padding: 16px 8px;
	color: #ffffff !important;
	display: inline-block;
	text-align: center;
  transition: 0.3s;
  background-color: #719aa7;
  line-height: 1.4;
}
.button02:hover {
	opacity: 0.7;
}



.button02.isSoldOut {
	position: relative;
	cursor: default;
}
.button02.isSoldOut:active {
    pointer-events: none;
}
.button02.isSoldOut:hover {
    opacity: 1;
}
.button02.isSoldOut:hover::after {
    opacity: 1 !important;
}
.button02.isSoldOut::after {
    content: 'SOLD OUT';
    position: absolute;
    display: block;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	   color: #4c4948 !important;
    /*background-color: #415d47;*/
    background-color: #cec4af; /* others */
    transition: opacity 0.3s;
	padding: 16px 0;
	box-sizing: border-box;
}

/* button03 */
.button03 {
    min-width: 200px;
    padding: 24px 12px;
    display: inline-block;
    text-align: center;
    background-color: #ffffff;
    transition: 0.3s;
    line-height: 1.4;
    color: #4c4948  !important;
    border: 1px solid #4c4948;
}
.button03:hover {
	color: #fff!important;
	background: #4c4948;
}

@media screen and (max-width: 767px) {
	.button03 {
		min-width: inherit;
		padding: 12px 32px;
		font-size: 14px;
	}
}


.noteText {
	font-size: 12px;
	line-height: 1.7;
  color: #B6AFAB;
}





/* ----------------------------------------

- house making 以下は流用したスタイル

---------------------------------------- */

.flow {
    background-color: #EEEBE2;/* others */
    padding: 8px;
}

.flow2 {
    background-color: #EEEBE2;/* others */
    padding: 8px;
}

.bb {
	border-bottom: 1px solid #000;
}

.list-item:after {
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    background-color: #898989;/* others */
    position: absolute;
    top: 0;
    left: 9px;
    z-index: 10;
}

.list-item.start:after {
    top: 180px;
}

.list-item {
    display: flex;
    width: 80%;
    position: relative;
    align-items: center;
    left: 77px;
}

.item-flow {
    height: 20px;
    width: 23px;
    border-radius: 50%;
    background-color: #EEEBE2;/* others */
    border: 2px solid #898989;/* others */
    margin-right: 46px;
    position: relative;
    z-index: 100;
}

.item-flow:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #898989;/* others */
    transform: translate(-50%, -50%);
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
}

.list-item.start .item-flow {
    height: 80px;
    width: 97px;
    background-color: #4C4948;/* others */
    position: relative;
    border: none;
    left: -29px;
    padding-top: 8px;
    box-sizing: border-box;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 64px;
    text-align: center;
    font-weight: bold;
    margin-right: 0;
}

.list-item.start .item-flow::before {
	display: none;
}

.item-content {
    position: relative;
    display: inline-block;
	border-radius: 8px;
    margin: 40px 0 40px 32px;
    padding: 16px;
    width: 100%;
    color: #555;
    font-size: 16px;
    background: white;
}

.item-content:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -29px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid white;
}

.item-date {
    font-size: 14px;
    font-weight: bold;
}

.item-title {
    display: flex;
    align-items: center!important;
    border-bottom: 1px solid #898989;/* others */
    padding-bottom: 8px;
    margin-top: 8px;
}

.item-title .sub {
    font-size: 14px;
	margin-bottom: 4px;
}

.item-title .main {
	margin-bottom: 0;
	margin-left: 16px!important;
}

.item-title p {
    margin-left: 16px;
	margin-bottom: 0;
    font-weight: bold;
    font-size:20px;
    line-height: 1.2;
}

.item-title .step {
    background-color: #4C4948;/* others */
    color: white;
    height: 56px;
    width: 56px;
    border-radius: 50%;
    box-sizing: border-box;
    line-height: 1.2;
    text-align: center;
    padding: 12px 0 0 0;
    font-size: 14px;
    font-weight: bold;
}

.item-content .item-desc {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.5;

}

.item-content .logo {
    background-color: #925F2B;/* others */
    text-align: center;
    padding: 24px 12px;
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 300px;
}

.item-content .logo.landic {
    background-color: #002541;/* others */
}

.item-content .logo img {
    max-height: 40px;
}

.item-image {
    position: relative;
    left: 96px;
    width: 30%;
}

.item-image.illust03 {
    width: 35%;
}

.item-image.illust05 {
    width: 40%;
}

.item-image.illust06 {
    width: 15%;
}

.item-images {
    position: relative;
    left: 96px;
    width: 80%;
    font-size: 14px;
}

.item-desc-ex {
    margin-top: 16px;
    border: 2px solid #811B30;/* others */
}

.item-desc-ex .catch {
    font-size: 16px;
    text-align: center;
    background-color: #811B30;/* others */
    color: white;
	padding: 4px 0;
}

.item-desc-ex .desc {
    padding: 8px;
    line-height: 1.4;
}

.flow-inner .arrow {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #898989;/* others */
    position: relative;
    left: 58px;
}

.flow2 .list-item {
    height: 88px;
}

.flow2 .list-item.goal {
    height: 112px;
}

.process {
    background-color: #4C4948;/* others */
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    padding: 8px 16px;
}

.process_row {
    display: flex;
    align-items: center;
    margin: 40px 0;
}

.state {
	z-index: 100;
    background-color: #898989;/* others */
    width: 132px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    position: relative;
    left: -57px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
}

.process_row.goal .state {
    background-color: #4C4948;/* others */
    width: 64px;
	z-index: 100;
    height: 64px;
    line-height: 64px;
    left: -22px;
}

.process_row.goal .catch,
.process_row.goal .desc {
    margin-left: 64px;
	line-height: 1.4;
	font-weight: 700;
}

.process_row.goal .catch {
    font-size:20px;
	margin-bottom: 0;
}

.process_row.goal .item .desc {
    margin-top: 8px;
	margin-left: 64px;
}

.process_row .item .desc {
    line-height: 1.4;
	margin: 0;
}

.inline_process {
    position: relative;
    left: 68px;
    color: #898989;/* others */
    font-size: 18px;
    font-weight: bold;
}

.inline.week {
    position: relative;
    left: -20px;
    color: #4C4948;/* others */
    font-size: 18px;
    font-weight: bold;
    background-color: #EEEBE2;/* others */
    margin: 24px 0;
    padding: 12px 0;
    z-index: 100;
}

.inline.apply {
    position: relative;
    left: -56px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    background-color: #898989;/* others */
    width: 132px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    margin: 24px 0;
    z-index: 100;
}




.row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.row .item {
    width: 48%;
}

.row .item .catch {
    font-size: 2.5rem;
}



@media screen and (max-width: 750px) {
    .list-item {
        width: 100%;
        left: auto;
    }
    .item-content {
        margin: 16px 0 16px 16px;
        padding: 8px;
    }
    .item-title {
        display: block;
    }
    .item-title .step {
        margin: auto;
    }
    .item-title p {
        margin: 8px 0 0 0;
    }
    .item-image {
        width: 80%;
        margin: 20px 0 20px auto;
        left: auto;
    }
    .item-images {
        position: static;
        width: 74%;
        margin: 20px 0 20px auto;
    }
    .item-flow {
        position: relative;
        left: 19px;
        width: 27px;
    }
    .list-item.start .item-flow {
		width: 91px;
		height: 70px;
		left: -2px;
		padding-top: 4px;
    }
    .list-item:after {
        left: 29px;
    }
    .item-image.illust03 {
      width: 80%;
    }

    .item-image.illust04 {
        width: 70%;
    }
    .item-image.illust05 {
        width: 80%;
    }
    .item-image.illust06 {
        width: 40%;
        margin: 20px auto 20px 80px;
    }
    .item-desc-ex .catch {
        padding: 4px 0;
    }
    .flow-inner .arrow {
        left: -1px;
    }
    .state {
        width: 64px;
        font-size: 14px;
        left: -3px;
    }
    .process_row .desc {
        font-size: 12px;
        padding-left: 8px;
    }
    .process_row.goal .state {
        left: -3px;
    }
    .process_row.goal .catch,
    .process_row.goal .desc {
        margin-left: 0;
		padding-left: 8px;
    }
	.process_row.goal .item .desc {
		margin-left: 0;
		/* padding-left: 0; */
	}
    .process_row.goal .catch {
        font-size: 13px;
    }
    .state.after_service {
        position: static;
        width: auto;
        padding: 0 8px 0;
        border-radius: 0;
    }
    .inline_process {
        left: 12px;
    }
    .inline.apply {
        left: 0;
        border-radius: 0;
    }
    .inline.week {
        left: 0;
    }
    .balcony_garden .item:first-child p:first-child {
        font-size: 14px;
    }
    .balcony_garden .item:first-child .catch {
        font-size: 20px;
    }
    .balcony_garden .item:last-child {
        margin-top: 16px;
    }
    .central_gallery .flex .name {
        font-size: 20px;
    }
    .garalo_plan .example {
        font-size: 20px;
    }
    .garalo_plan .example p:first-child {
        font-size: 14px;
    }
    .item-title .sub {
        font-size: 12px;
    }
    .item-title .main {
        margin-top: 8px;
        display: block;
		margin-left: 0!important;
    }
    .item-images .item:last-child {
        font-size: 12px;
    }
    .galleries img {
        width: auto;
        height: auto;
    }
    .item-content .logo {
        max-width: 100%;
    }
    .item-content .logo img {
        max-height: 40px;
    }


    .row {
        display: block;
    }
    .row .item {
        width: 100%;
    }
    .row .item:not(:first-child) {
        margin-top: 40px;
    }
    .row .item .catch {
        font-size: 2rem;
    }


}

/* ----------------------------------------

- galleries-tour

---------------------------------------- */

/* colBlock
---------------------------------------- */
.colBlock {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr;
}

.colBlock.colBlock-2 {
  grid-template-columns: 1fr 1fr;
}

.colBlock.colBlock-flow1 {
    grid-template-columns: 1fr 9fr;
}

.colBlock.colBlock-flow2 {
    grid-template-columns: 1fr 4fr;
    grid-row-gap: 2px;
    grid-column-gap: 80px;
}

.colBlock.colBlock-galaro {
    grid-template-columns: 1fr 3fr;
}

.colBlock.colBlock-total-support {
  grid-template-columns: 2fr 1fr;
}

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

    .colBlock {
        gap: 16px;
    }

    .flowWrap .colBlock {
        gap: 24px;
    }

    .colBlock.gap50 {
        gap: 24px;
    }

    .colBlock.colBlock-1-sp {
        grid-template-columns: 1fr;
    }

    .colBlock.colBlock-flow1-sp {
        grid-template-columns: 40px auto;
    }

    .colBlock.colBlock-flow2 {
        grid-row-gap: 2px;
        grid-column-gap: 24px;
    }

    .colBlock.colBlock-galaro {
        grid-template-columns: 1fr;
    }

    .colBlock.colBlock-total-support {
        grid-template-columns: 1fr;
    }

}

/* flexBox
---------------------------------------- */
.flexBox {
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
}

.flexBox.nowrap {
    flex-wrap: nowrap;
}

.flexBox.reverse {
    flex-direction: row-reverse;
}

.flexBox .flexItemMain {
    width: calc(70% - 24px) !important;
}

.flexBox .flexItemSub {
    width: calc(30% - 24px) !important;
}

.flexBox .flexItemMain2 {
    width: calc(66% - 20px) !important;
}

.flexBox .flexItemSub2 {
    width: calc(33% - 20px) !important;
}

.flexBox .flexItemGaraloMain {
    width: calc(100% - 200px) !important;
}

.flexBox .flexGaraloSub {
    width: 160px !important;
}

.flexBox.contents-property {
  column-gap: 32px;
}

.flexBox.contents-property>div:nth-child(1),
.flexBox.contents-property>div:nth-child(3) {
  width: calc(40% - 32px) !important;
}

.flexBox.contents-property>div:nth-child(2) {
  width: 20% !important;
}


.justifyCenter {
    justify-content: center;
}

.justifyRight {
    justify-content: right;
}

.justifySpaceBetween {
    justify-content: space-between;
}

.alignItemCenter {
    align-items: center;
}

.alignItemStart {
    align-items: start;
}

.alignItemEnd {
    align-items: end;
}


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

    .flexBox {
        flex-direction: column;
        flex-wrap: nowrap;
    }


    .flexBox.reverse {
        flex-direction: column;
    }

    .flexBox.reverse-sp {
        flex-direction: column-reverse;
    }

    .flexBox .flexItemMain {
        width: 100% !important;
    }

    .flexBox .flexItemSub {
        width: 100% !important;
    }

    .flexBox .flexItemGaraloMain {
        width: 100% !important;
    }

    .flexBox .flexGaraloSub {
        width: 100% !important;
    }

    .flexBox .flexItemMain2 {
        width: 100% !important;
    }

    .flexBox .flexItemSub2 {
        width: 100% !important;
    }

    .flexBox.contents-property {
      display: none !important;
    }

    .alignItemStart-sp {
      align-items: flex-start;
    }
}

/* flow
----------------------------------------*/
.flowTitle {
  background-color: #ece8df;
  border-top: 2px solid #4c4948;
}

.flow-process01 {
    align-items: center;
    gap: 0px;
    color: #ffffff;
}

.flow-process01 div {
    display: inline-block;
    background-color: #4c4948;
    line-height: 1.7;
    padding-right: 18px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.flow-process01>div:nth-child(1) {
    font-weight: bold;
    padding-left: 12px;
}

.flow-process01>div:nth-child(2) span {
    font-size: 14px;
}

.flowWrap {
  background-color: #ece8df;
  padding: 40px 40px 0px;
}

.flow-items {
    display: inline-block;
    width: 38px;
    padding: 80px 16px 60px;
    text-align: center;
    color: #4c4948;
    background-color: #bdafa7;
}

.flow-items span {
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
}

.flow-items span:nth-child(1) {
    font-size: 12px;
}

.flow-items span:nth-child(2) {
    font-size: 32px;
    line-height: 1.4;
}

.flow-items-arrow {
  width: 0;
  height: 0;
  border:35px solid;
  border-color:transparent;
  border-top: 20px solid #bdafa7;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.flowWrap .colBlock-flow1 {
    margin-top: -40px !important;
}

.flowWrap .colBlock-flow1.colBlock-flow1-mt0 {
    margin-top: 0px !important;
}

.flowWrap .flexItemSub {
    padding-top: 28px;
}

.flow-step-lead {
    align-items: center;
    gap: 12px;
    color: #4c4948;
    margin-bottom: 8px;
}

.flow-step-lead span {
    display: block;
    font-weight: 700;
    line-height: 1.7;
}

.flow-step-lead span:nth-child(2) {
  font-size: 22px;
}

.flow-step-text {
    line-height: 1.7 !important;
    color: #4c4948;
    margin-bottom: 16px !important;
    font-size: 14px;
}

.flow-step-button .button01 {
    min-width: 136px !important;
    background-color: #ffffff;
    color: #4c4948;
    border: 1px solid #bdafa7;
}

.flow-step-button .button01:hover {
    background-color: #bdafa7;
}

.flow-step-image {
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.flow-step-image >div:nth-child(1) {
  width: 280px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow-step-image.central>div:nth-child(1) {
    background-color: #001c3d;
}

.flow-step-image.lplus>div:nth-child(1), .flow-step-image.lplus-hirao>div:nth-child(1) {
    background-color: #925f2b;
}

.flow-step-image.central>div:nth-child(1) img {
    height: 14px;
}

.flow-step-image.central>div:nth-child(2) {
    padding-top: 6px;
}

.flow-step-image.central>div:nth-child(2) img {
    height: 16px;
}

.flow-step-image.lplus-hirao>div:nth-child(1) img {
    height: 28px;
}

.flow-step-image.lplus-hirao>div:nth-child(2) img {
    height: 40px;
}

.flow-step-image.lplus>div:nth-child(1) img {
    height: 28px;
}

.flow-step-image.lplus>div:nth-child(2) {
}

.flow-step-image.lplus>div:nth-child(2) img {
    height: 22px;
}

.flowWrap .colBlock-flow1.below-flow-border {
    margin-top: -50px !important;
}

.flow-border {
    margin-top: -46px !important;
    position: relative;
    height: 1px;
    background-color: #8c372f;
}

.flow-border .flow-action {
    position: absolute;
    background-color: #8c372f;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 0px;
    width: 124px;
    top :0px;
    left: -40px;
    text-align: center;
}


.flow-items2 {
    display: inline-block;
    width: 320px;
    padding: 12px 0px;
    font-weight: bold;
    text-align: center;
    color: #4c4948;
    background-color: #bdafa7;
    margin-left: 12px;
}

.flow-items2.goal {
    color: #ffffff;
    background-color: #8c372f;
    font-size: 20px;
    padding: 24px 0px;
}

.flow-items2-arrow {
    height: calc(32px / 2);
    width: 32px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background-color: #4c4948;
    margin-left: 154px;
    margin-bottom: 2px;
}

.flow-item2-text {
    line-height: 1.7 !important;
    color: #4c4948;
    font-size: 14px;
}

.flow-item2-text.goal {
    margin-top: -16px;
}

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

  .flow-process01 div {
      display: block;
      width: 100%;
      text-align: center;
      padding: 0px;
  }

  .flow-process01 div:nth-child(1) {
      padding-top: 8px;
      padding-bottom: 8px;
  }

  .flow-process01 div:nth-child(2) {
      margin-top: -4px;
      padding-bottom: 8px;
  }

  .flow-process01>div:nth-child(2) span {
      font-size: 12px;
  }

  .flowWrap {
      padding: 20px 10px 0px;
  }

  .flow-items {
      width: 40px;
      padding: 200px 0px 180px;
  }

  .flow-items span:nth-child(1) {
      font-size: 10px;
  }

  .flow-items span:nth-child(2) {
      font-size: 24px;
  }

  .flow-items-arrow {
      border: 20px solid;
      border-color:transparent;
      border-top: 16px solid #bdafa7;

  }

  .flow-step-lead {
      align-items: flex-start;
      gap: 4px;
      font-size: 13px;
  }

  .flow-step-lead span:nth-child(2) {
      font-size: 20px;
  }

  .flow-step-sp-illust {
      margin-bottom: 8px;
      text-align: center;
  }

  .flow-step-sp-illust img {
      width: 50%;
      margin-left: -40px;
  }

  .flow-step-text {
    width: calc(100% - 16px);
    font-size: 13px;
  }

  .flow-step-image {
      gap: 4px;
      margin-bottom: 12px;
      align-items: flex-start;
      justify-content: flex-start;
  }

  .flow-step-image >div:nth-child(1) {
    width: 170px;
    height: 28px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .flow-step-image.central>div:nth-child(1) img {
      height: 12px;
  }


  .flow-step-image.central>div:nth-child(2) img {
      height: 14px;
  }

  .flow-step-image.lplus-hirao>div:nth-child(1) img {
      height: 24px;
  }

  .flow-step-image.lplus-hirao>div:nth-child(2) {
      margin-top: 4px;
  }

  .flow-step-image.lplus-hirao>div:nth-child(2) img {
      height: 32px;
  }

  .flow-step-image.lplus>div:nth-child(1) img {
      height: 24px;
  }

  .flow-step-image.lplus>div:nth-child(2) {
      margin-top: 4px;
  }

  .flow-step-image.lplus>div:nth-child(2) img {
      height: 18px;
  }

  .flow-step-image.lplus>div:nth-child(2) img.h18 {
      height: 16px;
  }

  .flow-border {
      margin-top: -44px !important;
  }

  .flow-border .flow-action {
      color: #ffffff;
      font-size: 12px;
      padding: 8px 0px;
      width: 70px;
      top :0px;
      left: -8px;
      text-align: left;
      text-align: center;
  }

  .flow-items2 {
      display: inline-block;
      width: 90px;
      padding: 12px 0px;
      margin-left: 0px;
  }

  .flow-items2.after_service {
      width: 140px;
      margin-top: 20px;
  }

  .flow-items2-arrow {
      margin-left: 28px;
      margin-top: 20px;
  }

  .flow-item2-text {
      font-size: 12px;
  }

  .flowWrap.process02 > div:nth-child(2) {
      margin-top: -10px;
    }

  .flowWrap.process02 > div:nth-child(3) > div > .flow-items2 {
      margin-top: 20px;
    }

  .flowWrap.process02 > div:nth-child(4) > div > .flow-items2 {
      margin-top: 10px;
    }

  .flowWrap.process02 > div:nth-child(5) > div > .flow-items2 {
      margin-top: 20px;
    }

  .flowWrap.process02.pb60 > div:nth-child(5) > div > div.flow-items2-arrow {
      margin-top: 40px;
  }

  .flow-item2-text.goal {
      margin-top: -48px;
  }

}


/* ----------------------------------------

- home-customize

---------------------------------------- */
.homeCustomize_caseStudy>div:nth-child(1)::after {
    content: "";
    background-color: #4c4948;
    width: 400px;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 8px;
    margin-bottom: 12px;
}

.homeCustomize_caseParts {
    background-position: center center;
    width: 100%;
    max-width: 550px;
    min-height: calc(730px / 4);
    background-repeat: no-repeat;
    color: #ffffff;
    background-size: cover;
    position: relative;
    text-align: center;
}

.homeCustomize_caseParts>span:nth-child(1) {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 24px;
    padding-bottom: 4px;
    font-size: 12px;
}

.homeCustomize_caseParts>span:nth-child(2) {
    display: inline-block;
    text-align: center;
    border-bottom: 1px solid #ffffff;
    font-size: 36px;
    padding-left: 0.2em;
    padding-right: 0.2em;
    margin-bottom: 12px;
}

.homeCustomize_caseParts p {
    display: none;
}

.homeCustomize_caseParts .note_image {
    display: block;
    position: absolute;
    bottom: 4px;
    right: 4px;
    font-size: 9px;
}

.homeCustomize_caseTextParts {
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 72px;
}

.homeCustomize_caseTextParts .details {
    margin-left: 90px;
}

.homeCustomize_caseTextParts .details .button01 {
    min-width: 136px !important;
    border: 1px solid #cec4af;
    padding: 12px 24px;
}

.homeCustomize_caseTextParts+.buttonArea {
    padding-top: 24px;
}

.homeCustomize_caseTextParts+.buttonArea .button01 {
    display: inline-block;
    padding: 24px;
}

@media screen and (max-width: 767px) {
	.homeCustomize_caseTextParts+.buttonArea .button01 {
  		padding: 12px;
  		font-size: 14px;
	}
}

.homeCustomize_casePartsWrap .note_image {
    display: block;
    position: absolute;
    bottom: 8px;
    right: 8px;
    font-size: 10px;
}

.homeCustomize_caseTextPartsWrap {
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100px;
}

.homeCustomize_caseTextPartsWrap .details {
    margin-left: 120px;
}

.homeCustomize_caseTextPartsWrap .details .button01 {
    min-width: 136px !important;
    border: 1px solid #cec4af;
    padding: 12px 24px;
}


/*  housingMetodsTitle */
.housingMetodsTitle {
  background-position: center center;
  width: 100%;
  max-width: 1100px;
  min-height: calc(1554px / 2);
  background-repeat: no-repeat;
  color: #ffffff;
  background-size: cover;
  position: relative;
  text-align: center;
}

.housingMetodsTitle.no1>h3 {
    margin-bottom: 0px;
    padding-top: 160px;
    padding-bottom: 0px;
    line-height: 1.7;
    font-size: 28px;
    font-weight: bold;
}

.housingMetodsTitle.no1>h3::after {
    display: block;
    content: "";
    width: 220px;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
}

.housingMetodsTitle .leadText {
    font-weight: bold;
    text-align: center;
    line-height: 1.7;
    font-size: 18px;
    margin-bottom: 0px !important;
}

.housingMetodsTitle.no1 .leadText {
    padding-top: 12px;
    margin-top: 0px !important;
}

.housingMetodsTitle .subText {
    line-height: 2.0 !important;
    text-align: center;
    font-size: 14px;
    margin-bottom: 0px !important;
}

.housingMetodsTitle.no1 .subText {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 66px;
    margin-top: 0px !important;
}

.housingMetodsTitle.no4>h3 {
    padding-top: 200px;
    margin-bottom: 32px;
}

.housingMetodsTitle.no4>h3 img {
    width: 25%;
}

.housingMetodsTitle.no4 .leadText {
    margin-top: 0px !important;
}

.housingMetodsTitle.no4 .subText {
    margin-top: 24px !important;
}

.housingMetodsTitle.no5>h3 {
    padding-top: 190px;
    margin-bottom: 0px;
}

.housingMetodsTitle.no5>h3 img {
    width: 30%;
}

.housingMetodsTitle.no5 .leadText {
    margin-top: 220px !important;
}

.housingMetodsTitle.no5 .subText {
    margin-top: 24px !important;
}

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

  .housingMetodsTitle .leadText {
      font-size: 14px;
      line-height: 2.0 !important;
  }

  .housingMetodsTitle .subText {
      font-size: 12px;
      padding-left: 12px;
      padding-right: 12px;
      text-align: justify;
  }

  .housingMetodsTitle.no1>h3 {
      padding-top: 100px;
      font-size: 18px;
  }

  .housingMetodsTitle.no1>h3::after {
      width: 120px;
      margin-top: 4px;
  }

  .housingMetodsTitle.no4>h3 {
      padding-top: 180px;
  }

  .housingMetodsTitle.no4>h3 img {
      width: 50%;
  }

  .housingMetodsTitle.no5>h3 {
      padding-top: 190px;
  }

  .housingMetodsTitle.no5>h3 img {
      width: 80%;
  }

  .housingMetodsTitle.no5 .leadText {
      margin-top: 190px !important;
  }

}

/* ----------------------------------------

- contents

---------------------------------------- */
.contents-border {
}

.contents-border::after {
    display: block;
    content: "";
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    width: 500px;
    height: 2px;
    background-color: #4c4948;
}

.contents-total-support {
    position: relative;
}

.contents-total-support>div:nth-child(1) {
    position: absolute;
    left : 110px;
    top: -16px;
}

.contents-total-support .colBlock-total-support {
    align-items: flex-end;
}

.contents-total-support>div:nth-child(2) .flexBox {
    column-gap: 0px;
    align-items: flex-end;
}

.contents-total-support>div:nth-child(2) .flexBox>div:nth-child(1) {
    width: 15%;
}

.contents-total-support>div:nth-child(2) .flexBox>div:nth-child(2) {
    width:85%;
}

.contents-total-support>div:nth-child(2) .flexBox>div:nth-child(2) p:first-child {
    border-bottom: 1px solid #4c4948;
}

.contents-total-support-border {
  border-right: 1px solid #4c4948;
}

.contents-qa .flexBox {
    column-gap: 12px;
}

.contents-qa .flexBox>div:nth-child(1) {
    width: 80px;
}

.contents-qa .flexBox>div:nth-child(2) {
    width: calc(100% - 92px);
}

.contents-qa .flexBox>div:nth-child(2) p:first-child {
    border-bottom: 1px solid #4c4948;
}

@media screen and (max-width:750px) {
  .contents-total-support {
      position: relative;
  }

  .contents-total-support>div:nth-child(1) {
      position: inherit;
      top: 0;
      left: 0;
      padding-top: 16px;
      margin-bottom: 16px;
  }

  .contents-total-support .colBlock-total-support {
      align-items: center;
  }

  .contents-total-support>div:nth-child(2) .flexBox {
      column-gap: 16px;
      align-items: center;
  }

  .contents-total-support>div:nth-child(2) .flexBox>div:nth-child(1) {
      width: 100% !important;
      text-align: center;
      margin-top: 8px;
      margin-bottom: 32px;
  }

  .contents-total-support>div:nth-child(2) .flexBox>div:nth-child(2) {
      width: 100% !important;
  }

  .contents-total-support>div:nth-child(1) .flexBox>div:nth-child(1) p:first-child {
      border-bottom: 1px solid #4c4948;
  }

  .contents-total-support>div:nth-child(2) .flexBox>div:nth-child(1) img {
      width: 30%;
  }

  .contents-total-support-border {
    border-right: none;
    border-bottom: 1px solid #4c4948;
  }


  .contents-qa .flexBox>div:nth-child(1) {
      width: 40px;
  }

  .contents-qa .flexBox>div:nth-child(2) {
      width: calc(100% - 52px);
  }

   .contents-qa .flexBox, .contents-qa .flexBox.reverse {
      flex-direction: row !important;
   }

}


/* ----------------------------------------

- brand

---------------------------------------- */
.brand-parts {
    padding: 20px;
    background-color: transparent;
}

.brand-parts-lead {
    display: grid;
    width: calc(100% - 40px);
    place-items: center center;
    border: 1px solid #333333;
}


/* フリースペース */
/*.index_free_space { width:850px; margin:0 auto; padding:90px 0; }
.index_free_space.type2 { width:auto; padding:90px 0; }*/
.index_free_space { width:auto; margin:0 auto; padding: 50px 0 !important; }
.index_free_space {
  background-color: #e8e8eb;
}
/* background:url(https://www.associa-mansion.jp/hirao2/wp-content/themes/haku_tcd080-child/images/top_free_bg1.jpg) no-repeat center center;
  background-size: 120% auto;
}*/
.index_free_space div:nth-child(n + 3){
  margin-top: 30px;
}
.index_free_space div {
  max-width:860px;
  widht:95%;
  margin: 0 auto;
}
.index_free_space div img {
  widht:100%;
  opacity: 1;
  transition: all 0.3s;
}
.index_free_space div img:hover {
  opacity: 0.8;
}
.index_free_space div div.pc-no {
  display: none;
}
.index_free_space div div.sp-no {
  display: block;
}
@media screen and (max-width:750px) {
  .index_free_space {
    /*background:url(https://www.associa-mansion.jp/hakata3/wp-content/uploads/2022/08/top_free_bg.jpg) no-repeat center center;*/
    background-size: auto 120%;
    padding: 25px 0 !important;
  }
  .index_free_space div {
    width: 95%;
    margin: 0 auto;
  }
  .index_free_space div div.pc-no {
    display: block;
  }
  .index_free_space div div.sp-no {
    display: none;
  }
}

/* フルサイズコンテンツ  */
@media screen and (max-width:750px) {
  .index_design_content1 .position_type2.direction_type1{top: 50%;}
}
