@charset "UTF-8";

/* Used for conditional search — please do not remove. */
#searchitem {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: flex-end;
}

#searchitem > div {
	display: flex !important;
	flex-direction: row;
	align-items: center;
	gap: 1rem;
	margin-bottom: 1rem;
}

#searchitem br {
	display: none;
}

#searchitem span {
	min-width: 80px;
	font-weight: bold;
}

#searchitem select {
	padding: 0.3em;
	min-width: 150px;
}

#searchitem .half_size {
	width: 80px;
}
body #sidebar {
	width: 80vw;
	float: none;
	margin: 0 auto;
}
#searchitem input[type=submit] {
	width: 20%;
	margin: 0 auto;
}
#searchitem div.jsearch_caution2 {
	display: none !important;
}
/* END */

/* Vietnam CSS code */
body .site {
	color: #222;
	font-size: 15px;
	line-height: 2;
	background: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: normal;
	font-style: normal;
}
body ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div img {
	vertical-align: middle;
	line-height: 1;
	font-size: 100%;
}
a img {
	transition: 0.2s all linear;
}
a:hover img {
	opacity: 0.7;
}
body.home #site-logo {
	display: none;
}
body .pagewidth {
	max-width: 1200px;
	width: 100%;
}
body .row_inner {
	width: 100%;
}
body #headerwrap {
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
}
body #header {
	padding-top: 0;
}
body #header.pagewidth {
	max-width: 100%;
}
body #header {
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	grid-column-gap: 30px;
}
.head-btns {
	display: flex;
	justify-content: space-between;
	align-items: center;
/* 	grid-column-gap: 20px; */
}
body #main-menu-container {
	flex: 1;
}
body #main-menu-container #main-menu {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	grid-column-gap: 10px;
}
#main-menu li {
	position: relative;
	margin-bottom: 0;
}
#main-menu li.menu-hide {
	display: none;
}
#main-menu > li > a {
	font-size: 16px;
	display: block;
	padding: 25px 10px;
}
#main-menu > li > a,
#main-menu > li > a:visited,
#main-menu > li > a:active {
	color: #fff;
}
#main-menu > li > a:hover {
	text-decoration: none;
	opacity: 0.7;
}
#main-menu > li ul {
	position: absolute;
	top: 100%;
	left: calc( 50% - 72px );
	background: #fff;
	padding: 10px 20px;
	min-width: 155px;
	opacity: 0;
	visibility: hidden;
}
#main-menu > li ul:before {
	content: "";
	display: block;
	border: 20px solid transparent;
	border-bottom-color: #fff;
	position: absolute;
	top: -33px;
	left: calc( 50% - 20px );
}
#main-menu > li:hover ul {
	opacity: 1;
	visibility: visible;
}
#main-menu ul li a {
	font-size: 13px;
	display: block;
	padding: 2px 0;
}
#main-menu ul li a,
#main-menu ul li a:visited,
#main-menu ul li a:active {
	color: #222;
}
#main-menu ul li a:hover {
	opacity: 0.7;
}
.head-contact-btn a {
	display: block;
	font-size: 15px;
	background: #b79666;
	border-radius: 10px;
	padding: 10px 45px;
}
.head-contact-btn a,
.head-contact-btn a:visited,
.head-contact-btn a:active {
	color: #fff;
}
.head-contact-btn a:hover {
	opacity: 0.7;
	text-decoration: none;
}
body .home-main-row .row_inner {
	padding-top: 150px;
	padding-bottom: 300px;
}
p:last-child {
	margin-bottom: 0;
}
body .module-fancy-heading .fancy-heading {
	margin-bottom: 0;
}
.main-title {
	color: #b79666;
}
.main-title.module-fancy-heading .main-head {
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 500;
}
.main-title.module-fancy-heading .sub-head {
	font-size: 36px;
	font-weight: 500;
	line-height: 100%;
	padding-top: 8px;
	letter-spacing: 0.05em;
}
.home-posts .loops-wrapper.list-post>.post {
	margin-bottom: 0;
}
.home-posts .list-post>.post {
	border-bottom: 1px solid #cecece;
	padding: 45px 0;
}
.home-posts .post-content {
	display: grid;
	grid-template-columns: 200px 1fr;
	grid-template-rows: 1fr 1fr;
	grid-row-gap: 0;
	grid-column-gap: 15px;
}
.home-posts .post-date {
	font-size: 18px;
	line-height: 1.6;
	grid-column: 1;
	grid-row: 1 / 3;
}
.home-posts .post-title  {
	grid-column: 2;
	grid-row: 1;
	font-size: 20px;
	line-height: 1.6;
	font-weight: normal;
	margin-bottom: 18px;
}
.home-posts .post-title a,
.home-posts .post-title a:visited,
.home-posts .post-title a:active,
.home-posts .post-title a:hover {
	color: #222;
}
.home-posts .post-title a:hover {
	text-decoration: underline;
}
.home-posts .entry-content {
	grid-column: 2;
	grid-row: 2;
	font-size: 18px;
	line-height: 1.6;
}
body .widgettitle,
.widget_fudo_b_k {
	color: #5f5f5f;
}
.widget_fudo_top_r .grid-content {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 40px;
	grid-row-gap: 55px;
}
.widget_fudo_top_r .grid-content li {
	position: relative;
	padding: 0;
	text-align: center;
}
.widget_fudo_top_r .grid-content li .new_mark {
	position: absolute;
	left: 15px;
	top: 15px;
	background: #ed0000;
	color: #fff;
	font-size: 14px;
	line-height: 100%;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding: 3px 12px;
}
.widget_fudo_top_r .grid-content li .top_title {
	display: block;
	margin: 15px 0;
	font-size: 16px;
	line-height: 1.8;
	border-bottom: 1px solid #949494;
	padding-bottom: 14px;
	padding-top: 0;
}
.widget_fudo_top_r .grid-content li br {
	display: none;
}
.widget_fudo_top_r .grid-content li span {
	display: block;
	font-size: 14px;
	line-height: 1.7;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 12px;
	padding-top: 16px;
}
.widget_fudo_top_r .grid-content li span.top_price {
	padding-top: 4px;
	font-size: 16px;
}
.widget_fudo_top_r li .top_r_footer {
	display: block;
	overflow: hidden;
}
.widget_fudo_top_r li .top_r_footer span.box1low {
	width: 100%;
	display: inline-block;
	border: 0px;
	padding: 20px 0 0 0;
	text-align: center;
}
.widget_fudo_top_r span.box1low a {
	display: inline-block;
	background: #081630;
	border-radius: 8px;
	padding: 7px 30px;
	font-size: 14px;
	line-height: 1.2;
	transition: 0.2s all linear;
}
.widget_fudo_top_r span.box1low a,
.widget_fudo_top_r span.box1low a:visited,
.widget_fudo_top_r span.box1low a:active,
.widget_fudo_top_r span.box1low a:hover {
	color: #fff;
}
.widget_fudo_top_r span.box1low a:hover {
	opacity: 0.7;
	text-decoration: none;
}
.module_row.fullwidth.home-row01>.row_inner {
	max-width: 1920px;
}
.white-sub.main-title.module-fancy-heading .sub-head {
	color: #fff;
}
.home-row01 .module_subrow > .module_column.first {
	max-width: 580px;
	margin-left: auto;
	margin-right: 0;
}
.home-row02 .module_subrow > .module_column.last {
	max-width: 580px;
	margin-left: 0;
	margin-right: auto;
}
.main-btn .ui.builder_button {
	border: 0;
	padding: 15px 85px 19px;
	display: block;
	border-radius: 10px;
	background: #081630;
	transition: 0.2s all linear;
}
.main-btn .ui.builder_button:hover {
	opacity: 0.7;
}
.main-btn.module.module-buttons .ui {
	color: #fff;
}
.white-ver.main-btn.module.module-buttons .ui {
	color: #081630;
	background: #fff;
}
.brand-title {
	color: #081630;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.8;
	border-bottom: 2px solid #081630;
	padding-bottom: 4px;
	margin-bottom: 40px;
	text-align: center;
	letter-spacing: 0.08em;
}
body #footerwrap {
	background: #081630;
	color: #fff;
	padding: 100px 0;
}
body #nendebcopy {
	display: none;
}
.ft-content {
	display: flex;
	justify-content: space-between;
	grid-column-gap: 50px;
	flex-wrap: nowrap;
}
.ft-left {
	width: 270px;
	letter-spacing: 0.05em;
}
.ft-right {
	flex: 1;
	text-align: right;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.ft-logo {
	margin-bottom: 35px;
}
.ft-address {
	font-size: 14px;
	margin-bottom: 15px;
}
.ft-address-title {
	font-size: 20px;
	line-height: 1.8;
}
.ft-tel {
	margin-bottom: 25px;
	letter-spacing: 0.05em;
}
.ft-tel-title {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	grid-column-gap: 5px;
	font-size: 20px;
	line-height: 1;
}
.ft-tel-number span {
	display: inline-block;
	vertical-align: bottom;
	line-height: 1.3;
}
.ft-tel-number {
	margin-top: 5px;
}
.ft-tel-number span.tel-number {
	font-size: 20px;
	line-height: 1.2;
}
.ft-opening-time {
	font-size: 14px;
	margin-bottom: 25px;
}
.ft-btn a {
	display: inline-block;
	color: #fff;
	background: #b79666;
	text-align: center;
	line-height: 1.2;
	padding: 18px 80px;
	border-radius: 10px;
	transition: 0.2s all linear;
}
.ft-btn a,
.ft-btn a:visited,
.ft-btn a:active,
.ft-btn a:hover {
	color: #fff;
}
.ft-btn a:hover {
	text-decoration: none;
	opacity: 0.7;
}
body .footer-nav {
	margin: 0 0 0;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	grid-column-gap: 25px;
	font-size: 13px;
	flex: 1;
	flex-wrap: wrap;
/* 	max-width: 750px; */
	text-align: right;
}
body .footer-nav li {
	position: relative;
	margin: 0;
	padding: 0;
	display: block;
}
body .footer-nav > li {
	padding-bottom: 20px;
	color: #fff;
	font-size: 14px;
	min-width: 120px;
	position: relative;
    flex: 0 0 17%;
}
.footer-nav li a {
	color: #fff;
}
.footer-nav > li > a {
	padding: 0;
	display: block;
}
.footer-nav li ul {
	position: relative;
    top: 20px;
	left: 60%;
	width: auto;
	min-width: 150px;
	text-align: left;
}
.footer-nav li li {
	display: block;
	margin-bottom: 10px;
}
.ft-icons {
	display: flex;
	justify-content: flex-end;
/* 	grid-column-gap: 20px; */
	margin-bottom: 70px;
}
.copyright {
	font-size: 14px;
}
body #pc-backtop {
	right: 20px;
	bottom: 20px;
}
body:not(.home) #header {
	align-items: flex-start;
	padding-top: 20px;
}
.head-right-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	grid-column-gap: 40px;
}
.subpage-main-row  {
	background: #081630;
	padding: 200px 0 165px;
	color: #fff;
}
.subpage-main-text {
	text-align: center;
	font-size: 32px;
}
.medium-font {
	font-weight: 500;
}
body:not(.home) .module-text .tb_text_wrap {
	letter-spacing: 0.03em;
}
.sdgs-row01 {
	background: #f8f7f3;
	position: relative;
	background: F8F7F3;
	background: #F8F7F3;
	background: linear-gradient(180deg, rgba(248, 247, 243, 1) 0%, rgba(248, 247, 243, 1) calc( 100% - 90px ), rgba(255, 255, 255, 1) calc( 100% - 90px ), rgba(255, 255, 255, 1) 100%);
}
body table th, 
body table td {
	border: 0;
	padding: 0;
	vertical-align: top;
}
body .info-table table th, 
body .info-table table td {
	border-bottom: 1px solid #cecece;
	padding: 22px 0 23px;
}
body .info-table table th {
	width: 210px;
	text-align: left;
	font-weight: normal;
}
body .wpcf7 table tr th, 
body .wpcf7 table tr td {
	box-sizing: border-box;
	padding: 20px 0;
	font-size: 16px;
}
body .wpcf7 table tr th {
	font-weight: normal;
	width: 25%;
}
body .wpcf7 table tr th span {
	display: inline-block;
	background: #081630;
	color: #fff;
	padding: 3px 19px;
	margin-right: 20px;
}
body .wpcf7 table tr td input, 
body .wpcf7 table tr td select, 
body .wpcf7 table tr td textarea {
	border-radius: 0;
	border-color: #081630;
	background: #fff;
}
.wpcf7 table tr td input[type="radio"], 
.wpcf7 table tr td input[type="checkbox"] {
	accent-color: #081630;
}
.wpcf7 table tr td select {
	max-width: 340px;
}
.baikyaku {
	border-top: 1px solid #18263e;
}
body .wpcf7 .submit_btn input[type="submit"] {
	background: #081630;
	padding: 10px 20px;
	font-size: 15px;
	border-radius: 10px;
	transition: 0.2s all linear;
}
body .wpcf7 .submit_btn input[type="submit"]:hover {
	opacity: 0.7;
}
.policy-text {
	height: 295px;
	overflow-y: auto;
	padding-right: 70px;
}
.flow-title {
	font-size: 19px;
	color: #fff;
	background: #b79666;
	padding: 13px 20px 14px 25px;
	line-height: 1.8;
	margin-bottom: 30px;
}
.flow-img {
	margin-bottom: 20px;
	position: relative;
}
.flow-img:before {
	content: "";
	background: url(../../uploads/flow-arrow.png) no-repeat center right;
	width: 13px;
	height: 18px;
	position: absolute;
	left: -24px;
	top: calc( 50% - 9px );
}
.flow-img.no-arrow:before {
	display: none;
}
body:not(.home) .module-text.flow-text .tb_text_wrap {
	font-size: 13.8px;
	letter-spacing: 0;
}
.module.flow-text {
	margin-bottom: 40px;
}
.flow-img img {
	width: 100%;
}
.purchase-main-text {
	text-align: center;
}
.purchase-main-text .tb_text_wrap {
	display: inline-block;
	border-bottom: 2px solid #b79666;
	color: #222;
	font-size: 26px;
	line-height: 1.8;
	font-weight: 500;
	padding-bottom: 10px;
}
.purchase-main-text .tb_text_wrap strong {
	font-size: 180%;
	font-weight: 500;
	line-height: 1;
}
.purchase-title {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.8;
	margin-bottom: 20px;
}
.purchase-img {
	margin-bottom: 20px;
}
.purchase-text .tb_text_wrap {
	font-size: 16px;
	letter-spacing: 0;
}
.purchase-text {
	margin-bottom: 50px;
}
.single-fudo .single-not-blog,
.single-fudo .single-main1 {
	display: none;
}
.single-fudo #container {
	overflow: hidden;
	padding: 150px 0;
}
.single-fudo #sidebar {
	display: none;
}
.single-fudo #content {
	max-width: 1200px;
	margin: 0 auto;
	float: none;
}
.single-fudo .entry-title {
	font-size: 20px;
	font-weight: normal;
	line-height: 1.8;
	margin-bottom: 25px;
	color: #222;
}
.single-fudo .entry-title .new_mark {
	display: inline-block;
	background: #ed0000;
	color: #fff;
	font-size: 14px;
	line-height: 100%;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding: 3px 12px;
	margin-left: 10px;
}
.single-fudo .list_simple_box {
	display: flex;
	justify-content: space-between;
	grid-column-gap: 30px;
}
.single-fudo .list_simple_box .entry-content {
	display: none;
}
.single-fudo #single_fudou_img {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 10px;
}
.single-fudo #single_fudou_img img {
	max-width: 185px;
}
.single-fudo .list_detail {
	flex: 1;
	background: #f8f8f8;
	border: 1px solid #ddd;
	color: #333;
}
.single-fudo .list_price {
	padding-left: 20px;
	padding-bottom: 14px;
}
.single-fudo .list_price dl > * {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	padding-right: 10px;
}
.single-fudo .list_price dt {
	font-size: 13px;
}
.single-fudo .list_price .dpoint4 {
	font-size: 18px;
	font-weight: 500;
}
.single-fudo .list_price .dpoint4:first-of-type {
	color: #ff0000;
	font-size: 18px;
	padding-right: 20px;
}
.single-fudo table#list_add th,
.single-fudo table#list_add td {
	border: 1px solid #dddddd;
	padding: 11px 20px;
	font-size: 13px;
}
.single-fudo table#list_add th,
.single-fudo table#list_other th.th1 {
	border-left: 0;
	text-align: left;
	font-weight: normal;
}
.single-fudo table#list_add td:last-child,
.single-fudo table#list_other td:last-child {
	border-right: 0;
}
.single-fudo table#list_other th,
.single-fudo table#list_other td {
	border: 1px solid #dddddd;
	padding: 11px 20px;
	font-size: 13px;
}
.single-fudo table#list_other tr:first-child th,
.single-fudo table#list_other tr:first-child td {
	border-top: 0;
}
.single-fudo table#list_other th {
	text-align: left;
	font-weight: normal;
	width: 130px;
}
.list_detail_bottom_info {
	padding: 11px 20px;
	font-size: 13px;
}
.data-post .post-image,
.archive .post-image {
	margin-bottom: 16px;
}
.data-post .post-content,
.archive .post-content {
	display: flex;
	flex-direction: column;
}
.data-post .post-title,
.archive .post-title {
	order: 2;
}
.module-post.data-post p.post-meta,
.archive p.post-meta {
	margin-bottom: 20px;
}
.data-post .post-meta,
.archive .post-meta {
	order: 1;
}
.data-post .entry-content,
.archive .entry-content {
	order: 3;
	text-align: center;
}
.data-post .post-meta .post-category:after,
.archive .post-meta .post-category:after {
	display: none;
}
.data-post .post-category a,
.archive .post-category a {
	display: inline-block;
	background: #b79666;
	color: #fff;
	font-size: 14px;
	padding: 0 20px;
}
.data-post .loops-wrapper.grid3 .post-title,
.archive .loops-wrapper.grid3 .post-title {
	font-size: 16px;
	line-height: 1.8;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.data-post .post-title,
.archive .post-title {
	text-align: center;
	border-bottom: 1px solid #949494;
	display: block;
	font-weight: normal;
}
.data-post .post-title a,
.data-post .post-title a:visited,
.data-post .post-title a:hover,
.archive .post-title a,
.archive .post-title a:visited,
.archive .post-title a:hover {
	color: #222;
}
.data-post a.more-link,
.archive a.more-link {
	display: inline-block;
	background: #081630;
	font-size: 14px;
	padding: 3px 30px;
	border-radius: 8px;
	transition: 0.2s all linear;
}
.data-post a.more-link,
.data-post a.more-link:visited,
.data-post a.more-link:hover,
.data-post a.more-link:active,
.archive a.more-link,
.archive a.more-link:visited,
.archive a.more-link:hover,
.archive a.more-link:active {
	color: #fff;
}
.data-post a.more-link:hover,
.archive a.more-link:hover {
	text-decoration: none;
	opacity: 0.7;
}
.data-post .loops-wrapper>.post,
.archive .loops-wrapper>.post {
	margin-bottom: 60px;
}
body.archive #layout.pagewidth {
	max-width: 100%;
}
body.archive .page-title {
	background: #081630;
	padding: 200px 0 165px;
	color: #fff;
	text-align: center;
	font-size: 32px;
	font-weight: normal;
	letter-spacing: 0.03em;
	margin-bottom: 0;
}
body.archive #loops-wrapper {
	max-width: 1200px;
	margin: 0 auto;
	padding: 150px 0 90px;
}
.archive .post-image img {
	width: 100%;
}
body.single.single-format-standard .single-main1 {
	background: #081630;
	padding: 200px 0 165px;
	color: #fff;
	text-align: center;
	font-size: 32px;
	font-weight: normal;
}
body.single.single-format-standard .single-main1 h3 {
	font-size: 32px;
	font-weight: normal;
	margin: 0;
	line-height: 1.8;
}
body.single.single-format-standard .single-main1 > p {
	display: none;
}
body.single.single-format-standard #content {
	padding: 150px 0;
}
body.single.single-format-standard .post-image {
	text-align: center;
	margin-bottom: 40px;
}
body.single.single-format-standard .post-title {
	text-align: center;
	font-size: 20px;
	line-height: 1.8;
	font-weight: normal;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 14px;
	margin-bottom: 50px;
}
body.single.single-format-standard .entry-content {
	max-width: 900px;
	margin: 0 auto;
	font-size: 16px;
}
body.single.single-format-standard .history-back-container {
	text-align: center;
}
body.single.single-format-standard .history-back-container a {
	display: inline-block;
	background: #081630;
	border-radius: 8px;
	padding: 7px 50px 9px;
	font-size: 14px;
	line-height: 1.2;
	transition: 0.2s all linear;
}
body.single.single-format-standard .history-back-container a,
body.single.single-format-standard .history-back-container a:visited,
body.single.single-format-standard .history-back-container a:focus,
body.single.single-format-standard .history-back-container a:hover {
	color: #fff;
}
body.single.single-format-standard .history-back-container a:hover {
	opacity: 0.7;
	text-decoration: none;
}
body.archive-fudo .page-title a,
body.archive-fudo .page-title a:visited,
body.archive-fudo .page-title a:active,
body.archive-fudo .page-title a:focus,
body.archive-fudo .page-title a:hover {
	color: #fff;
}
body.archive-fudo .page-title a {
	pointer-events: none;
}
body.archive-fudo .page-title {
	margin-bottom: 150px;
}
body.archive-fudo .navigation,
body.archive-fudo #list_simplepage {
	max-width: 1200px;
	margin: 0 auto;
}
body.archive-fudo #sidebar {
	display: none;
}
body.archive-fudo #list_simplepage {
	margin-top: 50px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 40px;
	grid-row-gap: 50px;
	margin-bottom: 20px;
}
body.archive-fudo .nav-previous a,
body.archive-fudo article a {
	color: #222;
	font-size: 14px;
}
body.archive-fudo .nav-next {
	font-size: 14px;
	margin-top: 5px;
}
body.archive-fudo article {
	border: 1px solid #dddddd;
	border-top: 8px solid #b79666;
}
body.archive-fudo h2.entry-title {
	font-size: 18px;
	line-height: 1.6;
	font-weight: normal;
	padding: 10px 20px 12px;
	position: relative;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
body.archive-fudo h2.entry-title .new_mark {
	display: inline-block;
	background: #ed0000;
	color: #fff;
	font-size: 14px;
	line-height: 100%;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding: 3px 12px;
	margin-left: 10px;
}
body.archive-fudo h2.entry-title a {
	font-size: 18px;
}
body.archive-fudo .list_simple_box {
	display: flex;
	justify-content: space-between;
	grid-column-gap: 15px;
	padding: 0 20px 20px 20px;
	position: relative;
	padding-bottom: 75px;
}
body.archive-fudo .entry-excerpt {
	display: none;
}
body.archive-fudo .list_picsam_img {
	max-width: 180px;
}
body.archive-fudo .list_picsam_img img {
	display: block;
	margin-bottom: 10px;
}
body.archive-fudo .list_detail {
	flex: 1;
	border: 1px solid #dddddd;
	background: #f8f8f8;
	padding: 20px 15px;
	color: #333;
	font-size: 13px;
}

body.archive-fudo .list_price td dl > * {
	display: inline-block;
	width: auto;
	padding-right: 10px;
	padding-bottom: 4px;
}
body.archive-fudo .dpoint3 {
	color: #ff0000;
	font-size: 18px;
	line-height: 1.2;
}
body.archive-fudo .dpoint3:last-of-type {
	color: #333;
}
body.archive-fudo .list_address td,
body.archive-fudo .list_price_others td {
	padding-bottom: 3px;
}
body.archive-fudo .list_picsam > .dpoint1,
body.archive-fudo .list_picsam > .dpoint2 {
	display: none;
}
body.archive-fudo  .pageback {
	padding: 20px 0 150px;
	text-align: center;
}
body.archive-fudo  .pageback a,
body.archive-fudo .list_picsam > a {
	display: inline-block;
	background: #081630;
	border-radius: 8px;
	padding: 7px 50px 9px;
	font-size: 14px;
	line-height: 1.2;
	transition: 0.2s all linear;
}
body.archive-fudo .list_picsam > a {
	padding: 7px 30px 9px;
}
body.archive-fudo .list_picsam > a {
	position: absolute;
	left: 50%;
	bottom: 20px;
	text-align: center;
	transform: translatex( -50% );
}
body.archive-fudo .list_picsam > a {
	color: #fff;
}
body.archive-fudo  .pageback a,
body.archive-fudo  .pageback a:visited,
body.archive-fudo  .pageback a:focus,
body.archive-fudo  .pageback a:hover {
	color: #fff;
}
body.archive-fudo .list_picsam > a:hover,
body.archive-fudo  .pageback a:hover {
	text-decoration: none;
	opacity: 0.7;
}








/* 20251009 */
.module-text .tb_text_wrap {
	letter-spacing: 0.1em;
}
.widget_fudo_top_r .grid-content li .up_mark {
	background: #0005ed;
}
.head-btns_sp {
	display: none;
}
.ft-tel-title .tel-descript {
	font-size: 15px;
}
.ft-logo img {
	width: 60%;
}
.head-btns img {
	width: 50%;
}
.head-btns_sp img {
	width: 50%;
}
.head-btns div,
.head-btns_sp div,
.ft-icons div {
	text-align: center;
}
.ft-icons img {
	width: 50%;
}
.page-id-9439 .post .post-image img {
	width: 375px;
	height: 280px;
	object-fit: cover;
}
.no-link > a {
	pointer-events: none;
}


/* slider */
.home-main-row.module_row .row-slider-prev:before,
.home-main-row.module_row .row-slider-next:before,
.home-main-row.module_row .row-slider-slides {
	display: none;
}



/* pagenation */
body .pagenav {
	text-align: center;
}
body .pagenav a,
body .pagenav span {
	min-height: 30px;
    min-width: 30px;
    padding: 6px 0;
}


/* contact-form */
body .wpcf7 table tr th span.required {
	display: inline-block;
    background: #fff;
    color: #081630;
    padding: 3px 19px;
    margin-right: 20px;
	border: 1px solid #081630;
}

/* lighrbox */
.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    background: unset;
}
















/* =============================================
mobile menu settings
=============================================　*/
/* Mobile Menu Button */
#menu-button{
	visibility:hidden;
	opacity:0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 900;
	top: 0;
	right: 0;
	width: 48px;
	height: 48px;
	background-color: #b79666;
}
#menu-button.nav-on {
	visibility:visible;
	opacity:1;
}
#menu-button .ham-lines {
	position: relative;
	margin: 0 auto;
	width: 32px;
	height: 32px;
}
#menu-button .ham-lines span,
#menu-button .ham-lines::before,
#menu-button .ham-lines::after {
	position: absolute;
	display: block;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 28px;
	height: 2px;
	background-color: #fff;
	border-radius: 1px;
}
#menu-button .ham-lines span {
	bottom: 15px;
	transition: all .25s .25s;
	opacity: 1;
}
#menu-button .ham-lines::before,
#menu-button .ham-lines::after {
	content: "";
}
#menu-button .ham-lines::before{
	bottom: 24px;
	animation: menu-bar01 .75s forwards;
}
#menu-button .ham-lines::after {
	bottom: 6px;
	animation: menu-bar03 .75s forwards;
}
#menu-button .ham-text {
	font-size: 12px;
	line-height: 1;
}
#menu-button.is-active .ham-lines span {
	opacity: 0;
}
#menu-button.is-active .ham-lines::before {
	animation: active-menu-bar01 .5s forwards;
}
#menu-button.is-active .ham-lines::after {
	animation: active-menu-bar03 .5s forwards;
}
@keyframes menu-bar01 {
	0% {
		transform: translateY(9px) rotate(45deg);
	}
	50% {
		transform: translateY(9px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
@keyframes menu-bar03 {
	0% {
		transform: translateY(-9px) rotate(-45deg);
	}
	50% {
		transform: translateY(-9px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
@keyframes active-menu-bar01 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(9px) rotate(0);
	}
	100% {
		transform: translateY(9px) rotate(45deg);
	}
}
@keyframes active-menu-bar03 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(-9px) rotate(0);
	}
	100% {
		transform: translateY(-9px) rotate(-45deg);
	}
}
/* Mobile Menu Button end */

/* =============================================

Common settings

============================================= */
/* table border and paddings */
table th,
table td{
	border: 1px solid #424242;
	padding: 10px;
}

/* =============================================

Media Query

============================================= */

@media screen and (max-width: 1440px) { 
	#main-menu > li > a {
		padding-left: 5px;
		padding-right: 5px;
	}
	body #main-menu-container #main-menu {
		grid-column-gap: 8px;
	}
	body #header {
		grid-column-gap: 5px;
	}
	.head-btns {
		grid-column-gap: 14px;
	}
	.head-right-box {
		grid-column-gap: 15px;
	}
}

@media screen and (max-width: 1400px) { /* for iPad pro landscapes */

}

@media screen and (max-width: 1180px) { /* for tablet landscapes */

	#pagewrap {
		position: relative;
		padding-bottom: 51px;
	}

	#header.header {
		padding-top: 0;
	}

	/* module menu button visible */
	#menu-button{
		visibility:visible;
		opacity:1;
	}

	/* Mobile Menu Container ここを調整すると、メニューボタンクリック後の動作を調整できる */
	#main-menu-container {
		position: fixed;
		z-index: 700;
		top: 0;
		left: -100vw;
		right: auto;
		bottom: auto;
		overflow-y: auto;
		background-color: #081630;
		display:block;
		width: 100vw;
		height: 100vh;
		transition: .3s linear;
	}
	#main-menu-container.is-active{
		left: 0;	
	}
	/* Mobile Menu Container ここを調整すると、メニューボタンクリック後の動作を調整できる */
	

	
	
	

}

@media screen and (max-width: 1024px) { /* for tablet landscape */

	/* style for contact forms, if do not use to delete please
	コンタクフォームのテーブル調整　不要なら消す*/
	.wpcf7 table tr th,
	.wpcf7 table tr td{
		width:100%;
		display:block;
		padding: 10px 0px;
	}
	.wpcf7 table tr th{
		padding-bottom:0;
	}
	/* style for contact forms, if do not use to delete please
	コンタクフォームのテーブル調整　不要なら消す*/


	body #header.header {
		padding: 5px 60px 5px 0;
	}
	body #header {
		justify-content: flex-end;
	}
	body #main-menu-container #main-menu {
		justify-content: center;
		flex-direction: column;
		padding-top: 10vh;
	}
	#main-menu-container {
/* 		display: flex;
		align-items: center;
		justify-content: center; */
	}
	#main-menu li {
		padding: 7px 0;
	}
	#main-menu > li > a {
		padding: 5px 0;
		font-size: 16px;
		text-align: center;
	}
	body .pagewidth {
		max-width: 96%;
	}
	body.default_width #layout .fullwidth .row_inner {
		max-width: 96%;
	}
	body .footer-nav {
		grid-column-gap: 20px;
	}
	body #pagewrap {
		padding-bottom: 0;
	}
	#main-menu li.menu-hide {
		display: block;
	}
	body:not(.home) #header {
		justify-content: space-between;
	}
	.single-fudo #container {
		padding: 90px 0;
	}
	.single-fudo #content {
		max-width: 96%;
	}
	body.archive-fudo .page-title {
		margin-bottom: 90px;
	}
	body.archive-fudo .navigation, 
	body.archive-fudo #list_simplepage {
		max-width: 96%;  
	}
	#main-menu ul li a, #main-menu ul li a:visited, #main-menu ul li a:active {
		color: #fff;
		text-align: center;
	}
	#main-menu > li ul:before {
		content: none;
	}
	#main-menu ul li a:hover {
		opacity: 1;
		text-decoration: none;
	}
	.head-btns_sp {
		display: flex;
		justify-content: center;
		align-items: center;
		grid-column-gap: 0;
		margin-top: 20px;
	}
	.head-right-box .head-btns,
	.head-right-box .head-contact-btn{
		display: none;
	}
}

@media screen and (max-width: 980px) { /* for mobile landscape */
	#pc-backtop {
		display: none;
	}
	#footer .sp-footer-icons-container {
		display: flex;
	}
}

@media screen and (max-width: 820px) { /* for tablet portrate */
	#pc-backtop {

	}
	#footer .sp-footer-icons-container {

	}
}

@media screen and (max-width: 768px) { /* for mobile  */
	.home-posts .post-content {
		grid-template-columns: 130px 1fr;
	}
	.ft-content {
		flex-direction: column;
		grid-column-gap: 0;
		grid-row-gap: 40px;
	}
	.ft-left {
		width: 100%;
		text-align: center;
	}
	.ft-tel-title,
	body .footer-nav {
		justify-content: center;
	}
	body .footer-nav {
		flex-wrap: wrap;
		grid-column-gap: 10px;
	}
	body .footer-nav > li {
		padding-bottom: 5px;
		flex: 0 0 75%;
	}
	.footer-nav > li > a {
		display: inline-block;
	}
	.footer-nav li ul {
		display: inline-block;
		position: relative;
		top: 0;
		min-width: auto;
		margin: 0 4px;
		left: 0;
    	text-align: center;
	}
	.footer-nav li ul:before {
		content: "[";
	}
	.footer-nav li ul:after {
		content: "]";
	}
	.footer-nav li li {
		display: inline-block;
		margin-bottom: 0;
		padding: 0 6px;
	}
	.ft-icons {
		margin-bottom: 20px;
		margin-top: 40px;
		justify-content: center;
	}
	.copyright-container {
		text-align: center;
	}
	body #footerwrap {
		padding: 70px 0 20px;
	}
	body #pagewrap {
		padding-bottom: 49px;
	}
	body #footer .sp-footer-icons-container a {
		background: #081630;
		color: #fff;
		border-color: #fff;
	}
	body #footer .sp-footer-icons-container svg {
		fill: #fff;
	}
	.flow-img img {
		width: auto;
	}
	.flow-img:before {
		display: none;
	}
	.single-fudo .list_simple_box {
		flex-direction: column-reverse;
		grid-row-gap: 30px;
	}
	.single-fudo #single_fudou_img img {
		max-width: 100%;
	}
	body.single.single-format-standard #content {
		padding: 90px 0;
	}
	body.archive-fudo #list_simplepage {
		grid-template-columns: 1fr;
		grid-column-gap: 0;
	}
	
	
	.data-post .loops-wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.data-post .loops-wrapper .post {
		width: 45% !important;
	}
	
	body .footer-nav > li {
		text-align: center;
	}
	
}

@media screen and (max-width: 460px) { /* for mobile small  */
	body .site {
		font-size: 13px;
		line-height: 1.8;
	}
	.head-contact-btn a {
		font-size: 13px;
		padding: 6px 25px;
	}
	.head-btns {
		grid-column-gap: 10px;
	}
	.main-title.module-fancy-heading .sub-head {
		font-size: 28px;
	}
	.main-title.module-fancy-heading .main-head {
		font-size: 16px;
	}
	.home-posts .post-content {
		grid-column-gap: 0;
		grid-template-columns: 1fr;
		grid-template-rows: auto;
	}
	.home-posts .post-date {
		font-size: 16px;
		line-height: 1.4;
		margin-bottom: 5px;
	}
	.home-posts .post-date,
	.home-posts .post-title,
	.home-posts .entry-content {
		grid-column: 1;
		grid-row: auto;
	}
	.home-posts .post-title {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.home-posts .entry-content {
		font-size: 14px;
		line-height: 1.8;
	}
	#searchitem > div {
		flex-wrap: wrap;
	}
	.widget_fudo_top_r .grid-content {
        grid-column-gap: 20px;
        grid-row-gap: 40px;
        grid-template-columns: repeat(2, 1fr);
	}
	.widget_fudo_top_r .grid-content li .top_title {
		font-size: 15px;
	}
	.widget_fudo_top_r .grid-content li span.top_price {
		font-size: 14px;
	}
	.widget_fudo_top_r .grid-content li span {
		font-size: 13px;
	}
	.home-row01 .module_subrow > .module_column.first {
		margin-right: auto;
	}
	.brand-title {
		font-size: 20px;
	}
	.ft-address-title,
	.ft-tel-number span.tel-number {
		font-size: 18px;
	}
	.ft-address {
		font-size: 13px;
	}
	.footer-nav li ul {
		display: block;
		padding: 5px 0;
	}
	.ft-icons {
		grid-column-gap: 10px;
	}
	.widget_fudo_top_r .grid-content li .new_mark {
		left: 30px;
	}
	.sdgs-row01,
	.sdgs-row02 {
		background: #f8f7f3;
	}
	.subpage-main-text {
		font-size: 26px;
	}
	body:not(.home) #site-logo a img {
		width: auto;
		height: 80px;
	}
	body:not(.home) .head-right-box {
		flex-direction: column;
		grid-column-gap: 0;
		grid-row-gap: 9px;
	}
	body:not(.home) .head-contact-btn a {
		font-size: 11px;
	}
	body .info-table table th,
	body .info-table table td {
		width: 100%;
		box-sizing: border-box;
		display: block;
		padding: 13px 0 12px;
	}
	body .info-table table th {
		border-bottom: 0;
		padding-bottom: 0;
	}
	body .wpcf7 table tr th {
		width: 100%;
		padding-bottom: 0;
	}
	body .wpcf7 table tr th, 
	body .wpcf7 table tr td {
		font-size: 14px;
	}
	.policy-text {
		padding-right: 0;
	}
	.flow-title {
		font-size: 16px;
	}
	.single-fudo #container {
		padding: 70px 0;
	}
	.single-fudo #content {
		padding-left: 2%;
		padding-right: 2%;
	}
	.single-fudo .entry-title {
		font-size: 16px;
	}
	.single-fudo table#list_other th {
		width: 100px;
	}
	.single-fudo table#list_add th, 
	.single-fudo table#list_add td,
	.single-fudo table#list_other th, 
	.single-fudo table#list_other td,
	.list_detail_bottom_info {
		padding: 7px 10px;
	}
	.single-fudo .list_price {
		padding-left: 10px;
	}
	body.archive .page-title {
		font-size: 26px;
	}
	body.archive #loops-wrapper {
		padding: 70px 2% 10px;
	}
	body.single.single-format-standard .single-main1 h3 {
		font-size: 26px;
	}
	body.single.single-format-standard #content {
		padding: 70px 0;
	}
	body.single.single-format-standard .entry-content {
		font-size: 14px;
	}
	body.single.single-format-standard .post-title {
		font-size: 18px;
		margin-bottom: 30px;
	}
	body.archive-fudo h2.entry-title a {
		font-size: 16px;
	}
	body.archive-fudo .list_simple_box {
		flex-direction: column;
	}
	body.archive-fudo .list_picsam_img {
		max-width: 100%;
		margin-bottom: 40px;
	}
	
/* 	SP_20251014 */
	#searchitem select {
		min-width: 100px;
	}
	#searchitem span {
		min-width: 50px;
	}
	#main-menu > li ul {
		position: relative;
		top: 100%;
		left: calc(50% - 72px);
		background: unset;
		padding: 10px 0;
		min-width: 144px;
		opacity: 1;
		visibility: visible;
	}
	.sdgs-row01 .image-wrap img,
	.sdgs-row02 .image-wrap img {
		width: 40%;
	}
	#searchitem input[type=submit] {
    	width: auto;
	}
	#main-menu li:nth-child(2) {
		padding: 0;
	}
	.ft-tel-title .tel-descript {
		font-size: 13px;
	}
	.ft-tel-title .tel-number {
		font-size: 18px;
	}
	.top-logo img {
		width: 60%;
	}
	.subpage-main-row {
    	padding: 80px 0 50px;
	}
	.purchase-main-text .tb_text_wrap {
    	font-size: 22px;
	}
	.purchase-title {
		font-size: 16px;
		text-align: center;
	}
	.purchase-text .tb_text_wrap {
		font-size: 13px;
	}
	.page-id-9439 .post .post-image img {
		width: auto;
		height: auto;
		object-fit: cover;
	}

}


/* 既存のPC用ホバーはそのまま活かす */
@media (min-width: 768px) {
  .main-menu li:hover > .sub-menu {
    display: block;
  }
}

/* スマホではデフォルトで非表示にしておく */
@media (max-width: 767px) {
  .main-menu .sub-menu {
    display: none;
  }

  /* 開いたとき用のクラス */
  .main-menu .sub-menu.open {
    display: block;
  }

  /* 親メニューに開閉用のカーソル */
  .main-menu li.menu-item-has-children > a {
    position: relative;
    padding-right: 24px;
  }

  .main-menu li.menu-item-has-children > a::after {
    content: "▼";
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.7em;
  }

  .main-menu li.menu-item-has-children.open > a::after {
    content: "▲";
  }
}

