@charset "utf-8";
/*
Theme Name:HAKU child
Description:HAKU Child Theme for LANDIC
Template:haku_tcd080
Version:1.8.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;}

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

- #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: #bf0000;
}

#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%);
    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: 8px;
  background-color: #83a0b1;
  color: #fff;
  text-align: center;
  line-height: 1.8;
  font-size: 90%;
  width: 440px;
}

.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: 80%;
	}
}
/* ----------------------------------------

- .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: #bf0000;
}

.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: #bf0000;
}



.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;
	}
}


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

- 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: 36px;
    margin: 0 0 0 0;
    font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , 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%;
	}

}



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

- 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;
}

#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;
	top:40px;
	width:360px;
}


/*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%;
		margin: -15px auto 60px;
	}


	/*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('/hakata3/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;
	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: 24px;
	display: flex;
	align-items: center;
	gap: 16px;
}
.concept17Title .concept17Title_num {
	padding: 4px 8px;
	color: #fff;
	background-color: #325A26;
}
.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;
	color: #B0462E;
}

@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;
	color: #B0462E;
}

@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

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


/* 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: #F5F2E4;
}
.makingFlowHead .makingFlowHead_title {
	background-color: #325A26;
	color: #ffffff;
	padding: 16px 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;
}
.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);
	}
}



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

- house-method

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

.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;
    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 32px;
	display: inline-block;
	text-align: center;
	border: 1px solid #325A26;
    transition: 0.3s;
	line-height: 1.4;
}

.eqPageList .eqPageList_item .eqPageList_item_button:hover {
	color: #fff!important;
	background: #325A26;
}

.eqPageList .eqPageList_item.eqPageList_item-current .eqPageList_item_button {
	background-color: #325A26;
    color: #fff;
	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;
	}
}



/* 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;
	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;
	line-height: 1.7;
}


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

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


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

.eqTitle01 .eqTitle01_inner {
	display: inline-block;
	padding: 4px 24px 4px 24px;
	font-weight: 700;
	font-size: 20px;
	background-color: #F2ECE5;
	line-height: 1.7;
}
@media screen and (max-width: 767px) {
	.eqTitle01 {
		margin-bottom: 16px;
	}

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


/* eqTitle02 */
.eqTitle02 {
	padding: 4px 24px 4px 24px;
	font-weight: 700;
	font-size: 20px;
	background-color: #F2ECE5;
	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;
	border-bottom: 1px solid #F2ECE5;
	border-left: 36px solid #F2ECE5;
	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 #F2ECE5;
		padding: 2px 8px;
		font-size: 14px;
	}
}




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

- equipment pet

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


.colorPet {
	color: #325A26;
}

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

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

.eqPetTitle01:after {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	background-color: #325A26;
	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;
	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;
	color: #325A26;
}
.eqPetScene_content_head {
	color: #325A26;
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 16px;
}
.eqPetScene_content_text {
	color: #325A26;
	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;
	gap: 24px;
}

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

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

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

}

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

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

.eqKichenTitle01:after {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	background-color: #F2ECE5;
	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;
	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;
	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 {
	gap: 24px;
}
.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;
	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;
}
.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;
	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;
	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;
	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;
	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;
	margin-bottom: 8px;
	line-height: 1.4;
	font-size: 18px;
	text-align: justify;
}

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

.eqListBoxItem_boxTitle {
	padding: 8px;
	background-color: #F2ECE5;
	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 amenity

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


.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;
}

















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

module

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


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

- title

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

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

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

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


/* 下線 */
.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: 24px;
	justify-content: flex-start;
	flex-wrap: wrap;
}

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

@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;
	border: 1px solid #325A26;
    transition: 0.3s;
	line-height: 1.4;
}
.button01:hover {
	color: #fff!important;
	background: #325A26;
}
@media screen and (max-width: 767px) {
	.button01 {
		min-width: inherit;
		padding: 12px 32px;
		font-size: 14px;
	}
}

/* button02 */
.button02 {
	padding: 16px 24px;
	color: #fff!important;
	display: inline-block;
	text-align: center;
    transition: 0.3s;
	/*background-color: #415d47;*/
  background-color: #325A26;
    line-height: 1.4;
}
.button02:hover {
	color: #fff!important;
	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: #fff!important;
    /*background-color: #415d47;*/
    background-color: #325A26;
    transition: opacity 0.3s;
	padding: 16px 0;
	box-sizing: border-box;
}


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

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

- util

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

/* color */
.colorGold {
	color: #925F2A;
}

.colorPrimary {
	/*color: #405d48;*/
  color: #325A26;
}

.colorBrown {
	color: #B0462E;
}


.w240 {
    width: 240px!important;
	min-width: 240px!important;
}



.lh12 {
	line-height: 1.2!important;
}

.lh14 {
	line-height: 1.4!important;
}

.lh17 {
	line-height: 1.7!important;
}


.hr-border {
	border-color: #000;
}




.pb0 {
    padding-bottom: 0px!important;
}

.pb4 {
    padding-bottom: 4px!important;
}

.pb8 {
    padding-bottom: 8px!important;
}

.pb16 {
    padding-bottom: 16px!important;
}

.pb20 {
    padding-bottom: 20px!important;
}

.pb24 {
    padding-bottom: 24px!important;
}

.pb28 {
    padding-bottom: 28px!important;
}

.pb32 {
    padding-bottom: 32px!important;
}

.pb40 {
    padding-bottom: 40px!important;
}




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

.mt8 {
    margin-top: 8px!important;
}

.mt12 {
    margin-top: 12px!important;
}

.mt16 {
    margin-top: 16px!important;
}

.mt20 {
    margin-top: 20px!important;
}

.mt24 {
    margin-top: 24px!important;
}

.mt28 {
    margin-top: 28px!important;
}

.mt32 {
    margin-top: 32px!important;
}

.mt40 {
    margin-top: 40px!important;
}

.mt64 {
    margin-top: 64px!important;
}

.mt80 {
    margin-top: 80px!important;
}

.mt96 {
    margin-top: 96px!important;
}

.mt100 {
    margin-top: 100px!important;
}

.mt150 {
    margin-top: 150px!important;
}

.mt160 {
    margin-top: 160px!important;
}

.mt184 {
    margin-top: 184px!important;
}

.mt240 {
    margin-top: 240px!important;
}

.mt300 {
    margin-top: 300px!important;
}

.mt320 {
    margin-top: 320px!important;
}

@media screen and (max-width: 767px) {
	.mt0-sp {
		margin-top: 0px!important;
	}

}

.mtn8 {
    margin-top: -8px!important;
}

.mtn12 {
    margin-top: -12px!important;
}

.mtn16 {
    margin-top: -16px!important;
}



.mb0 {
    margin-bottom: 0px!important;
}

.mb8 {
    margin-bottom: 8px!important;
}

.mb16 {
    margin-bottom: 16px!important;
}

.mb20 {
    margin-bottom: 20px!important;
}

.mb24 {
    margin-bottom: 24px!important;
}

.mb28 {
    margin-bottom: 28px!important;
}

.mb32 {
    margin-bottom: 32px!important;
}

.mb40 {
    margin-bottom: 40px!important;
}

.mb64 {
    margin-bottom: 64px!important;
}

.mb80 {
    margin-bottom: 80px!important;
}

.mb96 {
    margin-bottom: 96px!important;
}

.mb100 {
    margin-bottom: 100px!important;
}

.mb150 {
    margin-bottom: 150px!important;
}

/* font-size */

.fs12 {
	font-size: 12px!important;
}

.fs14 {
	font-size: 14px!important;
}

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

.fs18 {
	font-size: 18px!important;
}

.fs20 {
	font-size: 20px!important;
}

.fs22 {
	font-size: 22px!important;
}

.fs24 {
	font-size: 24px!important;
}

.fs26 {
	font-size: 26px!important;
}

.fs28 {
	font-size: 28px!important;
}

.fs30 {
	font-size: 30px!important;
}

.fs32 {
	font-size: 32px!important;
}

.fs36 {
	font-size: 36px!important;
}

.fs40 {
	font-size: 40px!important;
}

.fs44 {
	font-size: 44px!important;
}

.fs48 {
	font-size: 48px!important;
}

@media screen and (max-width: 767px) {
    .fs12-sp {
		font-size: 12px!important;
	}

	.fs14-sp {
		font-size: 14px!important;
	}

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

	.fs18-sp {
		font-size: 18px!important;
	}

	.fs20-sp {
		font-size: 20px!important;
	}

	.fs22-sp {
		font-size: 22px!important;
	}

	.fs24-sp {
		font-size: 24px!important;
	}

	.fs26-sp {
		font-size: 26px!important;
	}

	.fs28-sp {
		font-size: 28px!important;
	}

	.fs30-sp {
		font-size: 30px!important;
	}

	.fs32-sp {
		font-size: 32px!important;
	}

}



/* width */
.w100p {
	width: 100%!important;
}

.w70p {
	width: 70%!important;
}
.w60p {
	width: 60%!important;
}

@media screen and (max-width: 767px) {
	.w100p-sp {
		width: 100%!important;
	}
}

.borderBox {
	box-sizing: border-box!important;
}



/* font-weight */
.fw400 {
    font-weight: 400!important;
}

.fw500 {
    font-weight: 500!important;
}

.fw700 {
    font-weight: 700!important;
}

/* text-align */
.taC {
    text-align: center;
}

.taR {
    text-align: right;
}

.taL {
    text-align: left;
}

.taJ {
    text-align: justify;
}


@media screen and (max-width: 767px) {
	.taC-sp {
		text-align: center;
	}

	.taR-sp {
		text-align: right;
	}

	.taL-sp {
		text-align: left;
	}

	.taJ-sp {
		text-align: justify;
	}

}

.pcNone {
    display: none;
}

/* display */
.spNone {
    display: block;
}

@media screen and (max-width: 767px) {
    .pcNone {
        display: block;
    }
    .spNone {
        display: none;
    }
}


















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

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

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

.flow {
    background-color: #F5F2E4;
    padding: 8px;
}

.flow2 {
    background-color: #EDE7D1;
    padding: 8px;
}

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

.list-item:after {
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    background-color: #898989;
    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: #F5F2E4;
    border: 2px solid #898989;
    margin-right: 46px;
    position: relative;
    z-index: 100;
}

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

.list-item.start .item-flow {
    height: 80px;
    width: 97px;
    background-color: #811B30;
    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: -30px;
    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;
    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: #727171;
    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.4;
}

.item-content .logo {
    background-color: #925F2B;
    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;
}

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

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

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

.item-image.illust7 {
    width: 60%;
}

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

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

.item-desc-ex .catch {
    font-size: 16px;
    text-align: center;
    background-color: #811B30;
    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;
    position: relative;
    left: 58px;
}

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

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

.process {
    background-color: #325A26;
    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;
    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: #811B30;
    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;
    font-size: 18px;
    font-weight: bold;
}

.inline.week {
    position: relative;
    left: -20px;
    color: #4C4948;
    font-size: 18px;
    font-weight: bold;
    background-color: #F5F2E4;
    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;
    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.illust5 {
        width: 80%;
    }
    .item-image.illust7 {
        width: 88%;
    }
    .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;
    }


}

/* フリースペース */
/*.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:url(https://www.associa-mansion.jp/hakata3/wp-content/uploads/2022/08/top_free_bg.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;
}
/* バナー5枚 */
/*@media screen and (max-width:2190px) {
  .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 100%;
  }
}*/
/* バナー4枚 */
@media screen and (max-width:1490px) {
  .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 100%;
  }
}
@media screen and (max-width:750px) {
  .index_free_space {
    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;
  }
}


 #dp-footer-bar li:nth-child(2) {
   background-color: #d9cfa0;
 }
