@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap');


/*
================================
　共通
================================
*/
p,th,td,dt,dd,li,span,small,strong,em,figcaption {
	font-family: "Noto Sans JP", sans-serif;
	color: #413119;
	font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem); /* 16→14px */
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0em;
	line-height: 2;
	text-align: justify;
	word-break: break-all;
}

/* SP表示 関連 */
.disp-pc {
	display: block;
}
.disp-sp {
	display: none;
}
.disp-tab {
	display: none;
}
@media screen and (max-width: 834px) {
.disp-pc {
	display: none;
}
.disp-tab {
	display: block;
}
.disp-sp {
	display: none;
}
}
@media screen and (max-width: 414px) {
.disp-pc {
	display: none;
}
.disp-tab {
	display: none;
}
.disp-sp {
	display: block;
}
}

/* PC時、電話番号タップ不可にする　 */
@media (min-width: 835px) {
a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	color: #1B2B40;
}
}

/* テキスト色 */
.txt-orange {
	color: #D07B28;
}
.txt-brown {
	color: #A68B62;
}

/* 足跡リスト */
.footprints li {
	position: relative;
	color: #D07B28;
	font-weight: 700;
	padding: 0 0 0 30px;
}
.footprints li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	background: url(../img/common/bk_footprints05.svg) no-repeat;
	background-size: cover;
	width: 21px;
	height: 17px;
}
/* タグリスト */
.tag {
	margin: 0 0 20px;
}
.tag li {
	display: inline-block;
	margin: 0 10px 10px 0;
	padding: 8px;
	background: #fff;
	border-radius: 5px;
	color: #D07B28;
	font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem); /*18→16px*/
	font-weight: 500;
	line-height: 1;
}
@media screen and (max-width: 960px) {
.tag {
	margin: 0 0 15px;
}
.tag li {
	margin: 0 5px 5px 0;
	padding: 4px;
}
}

/* ボタン */
.cmn-button1 {
	margin: 60px 0 0;
}
.cmn-button1 a {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 226px;
	height: 66px;
	background: #d07b28;
	border: 1px solid #D07B28;
	border-radius: 32px;
	transition : .5s;
}
.cmn-button1 span {
	display: block;
	position: relative;
	font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem); /*18→16px*/
	font-weight: 500;
	color: #fff;
}
.cmn-button1 a:hover {
	background: #fff;
}
.cmn-button1 a:hover span {
	color: #D07B28;
}
@media screen and (max-width: 960px) {
.cmn-button1 {
	margin: 40px 0 0;
}
.cmn-button1 a {
	max-width: 192px;
	height: 54px;
}
}

/* タイトル */
.cmn-title1 {
	margin: 0 0 80px;
}
.cmn-title1 span {
	font-size: clamp(1.375rem, 0.966rem + 2.05vw, 2.5rem); /*40→22px*/
	font-weight: 700;
	line-height: 1;
	color: #745E3D;
}
.cmn-title1 small {
	margin: 0 0 25px;
	display: block;
	font-family: "Poppins", sans-serif;
	font-size: clamp(0.625rem, 0.398rem + 1.14vw, 1.25rem); /*20→10px*/
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1;
	color: #D07B28;
}
@media screen and (max-width: 960px) {
.cmn-title1 {
	margin: 0 0 40px;
}
.cmn-title1 small {
	margin: 0 0 10px;
}
}

.cmn-title2 {
	margin: 0 0 20px;
}
.cmn-title2 span {
	font-size: clamp(1.125rem, 0.716rem + 2.05vw, 2.25rem); /*36→18px*/
	font-weight: 700;
	line-height: 1.5;
	color: #745E3D;
}
@media screen and (max-width: 960px) {
.cmn-title2 {
	margin: 0 0 10px;
}
.cmn-title2 span {
	font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem); /*24→18px*/
}
}


/* 共通コピー */
.cmn-copy1 {
	margin: 0 0 26px;
}
.cmn-copy1 div {
	margin: 0 0 10px;
	display: block;
}
.cmn-copy1 span {
	padding: 10px;
	font-size: clamp(1.375rem, 0.966rem + 2.05vw, 2.5rem); /*40→22px*/
	font-weight: 700;
	color: #745E3D;
	background: #fff;
	border-radius: 5px;
}
@media screen and (max-width: 960px) {
.cmn-copy1 {
	margin: 0 0 16px;
}
.cmn-copy1 div {
	margin: 0 0 5px;
}
.cmn-copy1 span {
	padding: 6px;
}
}

.cmn-copy2 {
	margin: 0 0 30px;
}
.cmn-copy2 span {
	font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem); /*20→16px*/
	font-weight: 700;
	color: #745E3D;
}
@media screen and (max-width: 960px) {
.cmn-copy2 {
	margin: 0 0 15px;
}
}

.cmn-copy3 {
	margin: 0 0 30px;
}
.cmn-copy3 span {
	position: relative;
	display: inline-block;
	margin: 0 0 0 29px;
	padding: 15px 30px;
	background: #fff;
	border-radius: 20px;
	font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem); /*20→16px*/
	font-weight: 700;
	color: #745E3D;
	line-height: 1.5;
}
.cmn-copy3 span:before {
	content: "";
	position: absolute;
	left: -29px;
	top: calc(50% - 13.925px);
	width: 30px;
	height: 27.85px;
	background: url(../img/top/icon_fukidashi.svg) no-repeat;
	background-size: cover;
}
@media screen and (max-width: 960px) {
.cmn-copy3 {
	margin: 0 0 10px;
}
.cmn-copy3 span {
	margin: 0 0 0 15px;
	padding: 15px 20px;
}
.cmn-copy3 span:before {
	left: -15px;
	top: calc(50% - 7px);
	width: 15px;
	height: 14px;
}
}


/* テーブル */
.cmn-table {
	width: 100%;
}
.cmn-table table {
	width: 100%;
}
.cmn-table tr {
	border-bottom: 1px solid #fff;
}
.cmn-table th {
	padding: 20px 0;
	width: 30%;
	font-weight: 500;
	vertical-align: middle;
}
.cmn-table td {
	padding: 20px 0;
	width: auto;
}
@media screen and (max-width: 960px) {
.cmn-table tr {
	border-bottom: none;
}
.cmn-table th {
	padding: 12px 0;
	display: block;
	width: 100%;
	background: rgba(255, 255, 255, 0.4);
}
.cmn-table td {
	padding: 12px 0;
	display: block;
	width: 100%;
}
}


/* 写真付き・横並びリスト */
.bloglist03 {
	margin: 0 auto;
}
.bloglist03-layout {
	display: grid;
	gap: 60px 2.6%;
	grid-template-columns: repeat(3, 1fr);
	align-items: start;
}
.blog-item {
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}
.blog-item a {
	transition : .5s;
}
.blog-item a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	transition : .5s;
}
.blog-item figure {
	margin: 0 0 25px;
	position: relative;
	width: 100%;
	overflow: hidden;
	aspect-ratio: 373 / 228;
	border-radius: 20px;
}
.blog-item figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blog-item .date-cate {
	display: flex;
	align-items: center;
}
.blog-item .date {
	font-size: clamp(0.625rem, 0.534rem + 0.45vw, 0.875rem); /* 14→10px */
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
}
.blog-item .category {
	margin: 0 0 0 20px;
	padding: 4px 8px;
	display: block;
	font-size: clamp(0.625rem, 0.6rem + 0.13vw, 0.75rem); /*12→10px*/
	color: #D07B28;
	line-height: 1;
	border: 1px solid #D07B28;
	border-radius: 5px;
}
.blog-item .title {
	margin: 0 0 10px;
}
.blog-item .title span {
	font-weight: 700;
	line-height: 1.5;
}
@media screen and (max-width: 720px) {
.bloglist03-layout {
	gap: 20px 10px;
	grid-template-columns: repeat(2, 1fr);
}
.blog-item figure {
	margin: 0 0 10px;
}
.blog-item .category {
	margin: 0 0 0 10px;
	padding: 3px 5px;
}
.blog-item .title {
	margin: 0 0 5px;
}
.blog-item .title span {
	line-height: 1.2;
}
}
@media screen and (max-width: 430px) {
.blog-item .date-cate {
	display: block;
}
.blog-item .date {
	display: block;
}
.blog-item .category {
	display: inline-block;
	margin: 10px 0 0;
}
}

html{
	scroll-padding-top: calc(90px + 20px); 
	scroll-behavior: smooth;
}
html.scroll-prevent {
	height: 100%;
	overflow: hidden;
}
@media screen and (max-width: 960px) {
html{
	scroll-padding-top: calc(60px + 20px); 
}
}
body {
	font-family: "Noto Sans JP", sans-serif;
	-webkit-text-size-adjust: 100%;
	width: 100%;
	background: #FAF4E3;
}

#wrap {
	position: relative;
	margin: 0 auto;
	padding-top: 90px;
	width: 100%;
	min-width: 375px;
	overflow: hidden;
	animation: fadein 2s forwards;
}
@keyframes fadein {
	0% {opacity: 0.8}
	100% {opacity: 1}
}
section {
	width: 100%;
}
section .inner {
	position: relative;
	margin: 0 auto;
	width: calc(100% - 80px);
	max-width: 1200px;
}
@media screen and (max-width: 960px) {
#wrap {
	padding-top: 70px;
}
section .inner {
	width: calc(100% - 40px);
}
}

/*
================================
　ヘッダー
================================
*/

/* サービス一覧メニュー */
#submenu-box {
	position:fixed;
	z-index: 999;
	top: 134px;
	right: calc(50% - 420px);
	padding: 60px 0;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.04);
}
#submenu-box.hide {
	display: none;
}
#submenu-box .submenu-box-inner {
	margin: 0 auto;
	padding: 0 80px;
	display: grid;
	grid-template-columns: repeat(3, 200px);
	column-gap: 40px;
}
#submenu-box figure {
	margin: 0 0 20px;
	border-radius: 20px;
	overflow: hidden;
}
#submenu-box img {
	transition: .5s;
}
#submenu-box img:hover {
	transform: scale(1.1,1.1);
	transition: .5s;
}
#submenu-box .btn {
	position: relative;
	display: block;
	width: 100%;
}
#submenu-box .btn:after {
	content: "";
	position: absolute;
	top: calc(50% - 10.5px);
	right: 0;
	width: 21px;
	height: 21px;
	background: url(../img/common/icon_arrow1.svg);
	background-size: cover;
}
#submenu-box span {
	padding: 0;
}
#submenu-box span:after {
	content: none;
}


/* 英語ボタン */
.btn-language a {
	position: relative;
	display: flex;
	width: 75px;
	height: 30px;
	background: #EFE8D9;
	border-radius: 30px;
	align-items: center;
	justify-content: center;
	transition : .5s;
}
.btn-language span {
	position: relative;
	padding: 0 0 0 10px;
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	color: #D07B28;
}
.btn-language span:after {
	content: "";
	position: absolute;
	top: calc(50% - 4px);
	left: 0;
	width: 6px;
	height: 8px;
	background: url(../img/common/icon_arrow2.svg);
	background-size: cover;
}
.btn-language a:hover {
	background: #D07B28;
	transition : .5s;
}
.btn-language a:hover span {
	color: #fff;
}
.btn-language a:hover span:after {
	background: url(../img/common/icon_arrow2_hover.svg);
	background-size: cover;
}

/* お問い合わせボタン */
.hd-contact {
	display: inline-block;
}
.hd-contact a {
	position: relative;
	display: flex;
	width: 114px;
	height: 60px;
	background: #D07B28;
	border: 1px solid #D07B28;
	border-radius: 30px;
	align-items: center;
	justify-content: center;
	transition : .5s;
}
.hd-contact span {
	position: relative;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	color: #fff;
}
.hd-contact a:hover {
	background: #fff;
	transition: .5s;
}
.hd-contact a:hover span {
	color: #D07B28;
}
/* 電話番号 */
.hd-tel span {
	position: relative;
	font-family: "Poppins", sans-serif;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0em;
	line-height: 1;
	color: #D07B28;
}
.hd-tel small {
	display: block;
	font-size: 10px;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 90px;
	z-index: 1000;
}
.header-inner {
	display: grid;
	grid-template-columns: 22.65vw auto 114px;
	column-gap: 30px;
	align-items: center;
	margin: 0 auto;
	padding: 0 20px;
	width: calc(100% - 40px);
	height: 100%;
	background: #fff;
	border-radius: 0px 0px 20px 20px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.04);

}
header .logo {
	display: block;
	width: 22.65vw;
	min-width: 261px;
	max-width: 348px;
}
header .logo a {
	display: block;
	width: 100%;
	height: 100%;
}
.nav-first {
	margin: 0 0 5px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
}
.nav-first p {
	display: inline;
	font-size: 11px;
	color: #A68B62;
}
.nav-first .hd-tel {
	margin: 0 0 0 20px;
	display: inline-block;
}
.nav-first .btn-language {
	margin: 0 0 0 20px;
	display: inline-block;
}
.nav-second {
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
}
.nav-second li {
	margin: 0 0 0 30px;
	float: left;
}
.nav-second a span {
	font-size: 15px;
	font-weight: 500;
	color: #413119;
	transition: .5s;
}
.nav-second a:hover span {
	color: #D07B28;
	transition: .5s;
}
.nav-second .submenu span {
	position: relative;
	padding: 0 18px 0 0;
}
.nav-second .submenu span:after {
	content: "";
	position: absolute;
	top: calc(50% - 3px);
	right: 0;
	width: 8px;
	height: 6px;
	background: url(../img/common/icon_arrow3.svg);
	background-size: cover;
}
.hd-contact {
	display: inline-block;
}
@media screen and (max-width: 1280px) {
.nav-first {
	display: none;
}
.nav-second {
	display: none;
}
header .hd-contact {
	display: none;
}
}
@media screen and (max-width: 960px) {
header {
	height: 70px;
}
.header-inner {
	width: calc(100% - 20px);
}
}

/* 【英語ページ】ヘッダー */
header.en .header-inner {
	grid-template-columns: 22.65vw auto;
}
header.en nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
}
header.en .btn-language {
	margin: 0 0 0 20px;
}
header.en .btn-language a {
	width: 92px;
}
@media screen and (max-width: 740px) {
header.en .header-inner {
	grid-template-columns: 36vw auto;
}
header.en .logo {
	width: fit-content;
	min-width: auto;
}
header.en .hd-tel span {
	font-size: 20px;
}
}
@media screen and (max-width: 460px) {
header.en .header-inner {
	grid-template-columns: 43vw auto;
	column-gap: 2%;
}
header.en .hd-tel span {
	font-size: 15px;
}
}

/*
================================
　ナビゲーション
================================
*/
/* ハンバーガーボタン */
.openbtn{
	display: none;
}
@media screen and (max-width: 1280px) {
.openbtn{
	display: flex;
	align-items: center;
	justify-content: center;
	position:fixed;
	right: 40px;
	top: 20px;
	cursor: pointer;
	margin: 0 auto;
	width: 54px;
	height: 50px;
	background: #D07B28;
	border-radius: 30px;
	z-index: 100000000;
}
.openbtn-inner {
	position: relative;
	width: 16px;
	height: 14px;
}
.openbtn span{
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 0px;
	width: 16px;
	height: 2px;
	background: #fff;
}
.openbtn span:nth-of-type(1) {
	top: 0px;	
}
.openbtn span:nth-of-type(2) {
	top: 6px;
}
.openbtn span:nth-of-type(3) {
	top: 12px;
}
.openbtn.active span {
	background: #fff;
}
.openbtn.active span:nth-of-type(1) {
	top: 4px;
	transform: translateY(2px) rotate(-40deg);
}
.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
	top: 4px;
	transform: translateY(2px) rotate(40deg);
}
}
@media screen and (max-width: 960px) {
.openbtn{
	right: 20px;
	top: 10px;
}
}

#g-nav {
	display: block;
	position:fixed;
	top: 100px;
	right: -120%;
	width: 93vw;
	min-width: 350px;
	z-index: 10000000;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.04);
}
#g-nav.panelactive {
	right: 3.5vw;
	transition-timing-function: ease-out;
	transition-duration: 0.3s;
}

#g-nav-list { /*縦スクロール*/
	position: relative;
	width:100%;
	height: calc(100dvh - 100px);
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 999; 
}
.g-nav-pagelist {
	padding: 3vw 7.6vw;
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
}
.g-nav-pagelist .menu01 {
	margin: 0 auto;
	width: 100%;
}
.g-nav-pagelist .menu01 li a {
	margin: 0 0 15px;
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 247px;
	transition : .5s;
}
.g-nav-pagelist .menu01 li a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	transition : .5s;
}
.g-nav-pagelist .menu01 li span {
	display: block;
	position: relative;
	z-index: 10;
	font-size: 15px;
	line-height: 1.86;
	width: 100%;
	color: #413119;
}
.g-nav-pagelist .menu02 {
	margin: 0 0 15px;
	display: grid;
	grid-template-columns: 110px auto;
}
.g-nav-pagelist .menu02 p {
	color: #A68B62;
	font-size: 12px;
}
.g-nav-pagelist .menu02 li a {
	margin: 0 0 10px;
}
.g-nav-pagelist .hd-tel {
	border-top: 1px solid #FAF4E3;
	padding: 20px 0 0;
	margin: 0 0 20px;
}	
.g-nav-pagelist .hd-contact a {
	width: 170px;
	height: 50px;
}
.g-nav-pagelist .btn-language {
	margin: 10px 0 0;
	display: block;
}
.g-nav-pagelist .btn-language a {
	display: inline;
	background: none;
	border-radius: none;
}
@media screen and (max-width: 960px) {
#g-nav {
	top: 80px;
}
.g-nav-pagelist {
	padding: 7.6vw;
}
}

/*
================================
　フッター
================================
*/

/* お問い合わせ */
.ft-contact {
	margin: 0 0 120px;
	padding: 80px 0;
	background: #D07B28;
	border-radius: 40px;
}
.ft-contact .contact-box {
	display: grid;
	grid-template-columns: 35% auto;
	column-gap: 6.6%;
	align-items: center;
}
.contact-boxtext h3 {
	margin: 0 0 47px;
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: clamp(1.375rem, 0.966rem + 2.05vw, 2.5rem); /*40→22px*/
	font-weight: 700;
	line-height: 1;
}
.contact-boxtext h3:before {
	content: "";
	position: absolute;
	bottom: -24px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
}
.contact-boxtext p {
	color: #fff;
}
.contact-boxtext p small {
	color: #fff;
	font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem); /*14→12px*/
}
.contact-boxbutton {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}
.ft-contact .button-tel {
	grid-area: 1 / 1 / 2 / 3;
}
.ft-contact .button-tel a {
	display: block;
	padding: 30px;
	background: #fff;
	border-radius: 70px;
	text-align: center;
	transition : .5s;
}
.ft-contact .button-tel span {
	display: block;
	color: #D07B28;
	font-family: "Poppins", sans-serif;
	font-size: clamp(1.375rem, 0.966rem + 2.05vw, 2.5rem); /*40→22px*/
	font-weight: 600;
	text-align: center;
	line-height: 1.2;
}
.ft-contact .button-tel a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	transition : .5s;
}
.ft-contact .button-mail {
	grid-area: 2 / 1 / 3 / 2;
}
.ft-contact .button-mail a {
	display: block;
	background: #D07B28;
	border: 1px solid #fff;
	border-radius: 43px;
	text-align: center;
	transition : .5s;
}
.ft-contact .button-mail span {
	position: relative;
	padding: 0 0 0 38px;
	color: #fff;
	font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem); /*18→16px*/
	text-align: center;
	line-height: 90px;
}
.ft-contact .button-mail span:before {
	content: "";
	position: absolute;
	top: calc(50% - 15px);
	left: 0;
	width: 28px;
	height: 30px;
	background: url(../img/common/icon_mail_white.svg) no-repeat;
	background-size: cover;
}
.ft-contact .button-mail a:hover {
	background: #fff;
	border: 1px solid #fff;
	transition : .5s;
}
.ft-contact .button-mail a:hover span {
	color: #D07B28;
}
.ft-contact .button-mail a:hover span:before {
	background: url(../img/common/icon_mail_orange.svg) no-repeat;
	background-size: cover;
}
.ft-contact .button-line {
	grid-area: 2 / 2 / 3 / 3;
}
.ft-contact .button-line a {
	display: block;
	background: #06C755;
	border: 1px solid #06C755;
	border-radius: 43px;
	text-align: center;
	transition : .5s;
}
.ft-contact .button-line span {
	position: relative;
	padding: 0 0 0 42px;
	color: #fff;
	font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem); /*18→16px*/
	text-align: center;
	line-height: 90px;
}
.ft-contact .button-line span:before {
	content: "";
	position: absolute;
	top: calc(50% - 15px);
	left: 0;
	width: 32px;
	height: 30px;
	background: url(../img/common/icon_line.svg) no-repeat;
	background-size: cover;
}
.ft-contact .button-line a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	transition : .5s;
}
@media screen and (max-width: 1280px) {
.contact-boxtext h3 {
	font-size: clamp(1.375rem, 1.148rem + 1.14vw, 2rem); /*32→22px*/
}
}
@media screen and (max-width: 960px) {
.ft-contact {
	margin: 0 0 60px;
	padding: 40px 0;
	border-radius: 20px;
}
.ft-contact .contact-box {
	grid-template-columns: 1fr;
	row-gap: 30px;
}
.contact-boxtext h3 {
	margin: 0 0 20px;
}
.contact-boxtext h3:before {
	bottom: -10px;
}
.contact-boxbutton {
	display: block;
}
.ft-contact .button-tel {
	margin: 0 0 10px;
	grid-area: auto;
}
.ft-contact .button-tel a {
	padding: 20px;
}
.ft-contact .button-mail {
	margin: 0 0 10px;
	grid-area: auto;
}
.ft-contact .button-mail span {
	padding: 0 0 0 33px;
	line-height: 80px;
}
.ft-contact .button-mail span:before {
	top: calc(50% - 12px);
	width: 22px;
	height: 24px;
}
.ft-contact .button-line {
	margin: 0 0 10px;
	grid-area: auto;
}
.ft-contact .button-line span {
	padding: 0 0 0 35px;
	line-height: 80px;
}
.ft-contact .button-line span:before {
	top: calc(50% - 12px);
	width: 25px;
	height: 24px;
}
}

/* フッター */
footer {
	margin: 0 auto 120px;
	padding: 80px 0;
	width: calc(100% - 80px);
	max-width: 1436px;
	background: #fff;
	border-radius: 40px;
}
footer .inner {
	position: relative;
	margin: 0 auto;
	width: calc(100% - 80px);
	max-width: 1200px;
}
footer a {
	transition : .5s;
}
footer a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	transition : .5s;
}
.ft-logo {
	margin: 0 0 40px;
	display: block;
	width: 349px;
}
.ft-info {
	margin: 0 0 40px;
}
.ft-nav-sns {
	margin: 0 0 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.ft-nav-sns a {
	display: block;
	margin: 0 16px 0 0;
	width: 30px;
	height: 30px;
}
.ft-nav-sns a:last-of-type {
	margin: 0;
}
.ft-nav {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ft-nav-text span {
	position: relative;
	display: inline-block;
	font-size: clamp(0.625rem, 0.58rem + 0.23vw, 0.75rem); /* 12→10px */
	text-decoration: underline;
}
address p {
	font-size: clamp(0.625rem, 0.58rem + 0.23vw, 0.75rem); /* 12→10px */
}
@media screen and (max-width: 960px) {
footer {
	margin: 0 auto 60px;
	padding: 40px 0;
	width: calc(100% - 40px);
	border-radius: 20px;
}
footer .inner {
	width: calc(100% - 40px);
}
.ft-logo {
	margin: 0 0 20px;
	display: block;
	width: 262px;
}
.ft-info {
	margin: 0 0 20px;
}
.ft-nav-sns {
	margin: 0 0 40px;
}
.ft-nav-sns a {
	margin: 0 14px 0 0;
}
.ft-nav {
	margin: 0;
	display: block;
}
.ft-nav-text {
	margin: 0 0 20px;
}
}




/*
================================
　メインイメージ
================================
*/
.kv {
	position: relative;
	width: 100%;
	margin: 20px 0 120px;
}
.kv .swiper-contents {
	width: 100%;
}
.kv .swiper-slide {
	border-radius: 20px;
	overflow: hidden;
	aspect-ratio: 560 / 560;
}
.kv .swiper-slide img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.kv-info {
	position: relative;
	margin: -130px auto 0;
	width: calc(100% - 40px);
	max-width: 1200px;
	z-index: 1;
}
.kv-info p {
	font-size: 18px;
	font-weight: 500;
}
@media screen and (max-width: 960px) {
.kv {
	margin: 10px 0 60px;
}
.kv-info {
	margin: -95px auto 0;
}
.kv-info p {
	font-size: 14px;
}
}
@media screen and (max-width: 430px) {
.kv {
	margin: 10px 0 30px;
}
.kv-info {
	margin: -75px auto 0;
}
}


/* 下層 */
#sub-main {
	margin: 20px 0 120px;
}
#sub-main .inner {
	max-width: 100%;
}
#sub-main h2 {
	z-index: 1;
}
#sub-main h2 small {
	margin: 0 0 25px;
	display: block;
	font-family: "Poppins", sans-serif;
	font-size: clamp(0.625rem, 0.398rem + 1.14vw, 1.25rem); /*20→10px*/
	font-weight: 600;
	letter-spacing: 0.1em;
	color: #fff;
	line-height: 1;
	text-align: center;
}
#sub-main h2 span {
	display: block;
	font-size: clamp(1.375rem, 0.966rem + 2.05vw, 2.5rem); /*40→22px*/
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
}
#sub-main figure {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	aspect-ratio: 1460 / 300;
	overflow: hidden;
	background: url(../img/common/subimg.jpg) no-repeat center center;
	background-size: cover;
	border-radius: 20px;
	z-index: 10;
}
#sub-main figure:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(177,161,138,0.4);
	backdrop-filter: blur(3px);
	--webkit-backdrop-filter: blur(3px);
	border-radius: 20px;
	z-index: 1;
}
#sub-main figure.strength {
	background: url(../img/strength/subimg.jpg) no-repeat center center;
	background-size: cover;
}
#sub-main figure.renovation-cats {
	background: url(../img/renovation-cats/subimg.jpg) no-repeat center center;
	background-size: cover;
}
#sub-main figure.renovation-dogs {
	background: url(../img/renovation-dogs/subimg.jpg) no-repeat center center;
	background-size: cover;
}
#sub-main figure.renovation-more {
	background: url(../img/renovation-more/subimg.jpg) no-repeat center center;
	background-size: cover;
}
#sub-main figure.about {
	background: url(../img/about/subimg.jpg) no-repeat center center;
	background-size: cover;
}
@media screen and (max-width: 1280px) {
#sub-main figure {
	aspect-ratio: 390 / 120;
}
}
@media screen and (max-width: 960px) {
#sub-main {
	margin: 10px 0 60px;
}
#sub-main h2 small {
	margin: 0 0 10px;
}
}
@media screen and (max-width: 740px) {
#sub-main figure {
	aspect-ratio: 390 / 180;
}
}
@media screen and (max-width: 430px) {
#sub-main {
	margin: 10px 0 30px;
}
}

/*
================================
　ページトップ
================================
*/
#pagetop {
	z-index: 100;
	position: absolute;
	top: -120px;
	right: 0;
}
#pagetop a {
	display: block;
	width: 80px;
	height: 80px;
	transition : .5s;
}
#pagetop a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	transition : .5s;
}
@media screen and (max-width: 960px) {
#pagetop {
	top: -60px;
}
#pagetop a {
	width: 60px;
	height: 60px;
}
}

/*
================================
　ご相談受付中
================================
*/
#float {
	z-index: 100;
	position: fixed;
	bottom: 30px;
	right: 30px;
}
#float a {
	display: block;
	width: 220px;
	height: 220px;
	transition : .5s;
}
#float a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	transition : .5s;
}
@media screen and (max-width: 960px) {
#float {
	bottom: 40px;
	right: 10px;
}
#float a {
	width: 120px;
	height: 120px;
}
}


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

　トップページ
================================
*/

/* 会社案内 */
.top-about {
	position: relative;
	margin: 0 0 120px;
}
.top-about .inner {
	max-width: 1436px;
}
.top-about:before {
	content: "";
	position: absolute;
	top: -13vw;
	left: calc(50% + 20vw);
	width: 51.75vw;
	aspect-ratio: 795 / 541;
	background: url(../img/common/bk_footprints01.svg) no-repeat;
	background-size: cover;
}
.about-box {
	display: grid;
	grid-template-columns: 50.38% auto;
	column-gap: 6.2%;
	margin: 0 8.2% 0 0;
}
.about-box figure {
	position: relative;
	width: 73.74%;
	margin: 0 0 0 auto;
}
.about-box figure img {
	border-radius: 20px;
}
.about-box figure .subphoto {
	position: absolute;
	bottom: -11.4%;
	left: -29.8%;
	width: 48%;
	transform: rotate(15deg);
}
@media screen and (max-width: 1400px) {
.about-box {
	width: 100%;
	margin: 0;
	grid-template-columns: 38% auto;
	column-gap: 4%;
}
.about-box figure .subphoto {
	bottom: -18.5%;
}
}
@media screen and (max-width: 960px) {
.top-about {
	margin: 0 0 93px;
}
}
@media screen and (max-width: 740px) {
.about-box {
	grid-template-columns: 1fr;
	row-gap: 16vw;
}
.about-box-photo {
	width: 89.7%;
	margin: 0 2.8% 0 auto;
}
.about-box figure .subphoto {
	bottom: -8%;
}
}
@media screen and (max-width: 430px) {
.top-about:before {
	top: -33vw;
	left: 50%;
	width: 92.5vw;
}
}

/* 新着情報 */
.top-topics {
	margin: 0 auto 120px;
	padding: 80px 0;
	width: calc(100% - 80px);
	max-width: 1436px;
	background: #EFE8D9;
	border-radius: 40px;
}
.top-topics .doru {
	position: absolute;
	top: -137px;
	right: 0;
	width: 317px;
}
.top-topics .cmn-button1 {
	text-align: right;
}
@media screen and (max-width: 960px) {
.top-topics {
	margin: 0 auto 60px;
	padding: 40px 0;
	width: calc(100% - 20px);
	border-radius: 20px;
}
.top-topics .inner {
	width: calc(100% - 60px);
}
.top-topics .doru {
	top: -93px;
	right: 0;
	width: 159px;
}
.top-topics .cmn-button1 {
	text-align: left;
}
}
@media screen and (max-width: 720px) {
.top-topics .bloglist03-layout {
	display: grid;
	grid-template-columns: 1fr;
	row-gap: 20px;
}
.top-topics .blog-item a {
	display: grid;
	grid-template-columns: 110px auto;
	column-gap: 15px;
	align-items: center;
}
.top-topics .blog-item figure {
	margin: 0;
}
}
@media screen and (max-width: 430px) {
.top-topics .blog-item .date {
	display: inline;
}
.top-topics .blog-item .category {
	display: inline-block;
	margin: 0 0 0 10px;
}
}

/* サービス一覧 */
.top-service {
	position: relative;
	margin: 0 0 120px;
}
.top-service:before {
	content: "";
	position: absolute;
	top: -8vw;
	left: calc(50% + 26vw);
	width: 41.21vw;
	aspect-ratio: 633 / 806;
	background: url(../img/common/bk_footprints02.svg) no-repeat;
	background-size: cover;
}
.service-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 6.6%;
	row-gap: 116px;
}
.service-listitem {
	position: relative;
}
.service-listitem figure {
	position: relative;
	margin: 0 0 30px 20px;
	width: calc(100% - 20px);
	width: 100%;
	overflow: hidden;
	border-radius: 30px;
	aspect-ratio: 540 / 400;
}
.service-listitem a img {
	transition: .5s;
}
.service-listitem a:hover img {
	transform: scale(1.1,1.1);
	transition: .5s;
}
.service-listitem .cmn-copy1 {
	position: absolute;
	top: -36px;
	left: 0;
	z-index: 1;
}
.service-listitem .cmn-copy1 span {
	font-size: clamp(1.25rem, 0.886rem + 1.82vw, 2.25rem); /*36→20px*/
}
.service-listitem .button {
	margin: 20px 0 0 auto;
	display: block;
	width: 50px;
	height: 50px;
	background: url(../img/common/icon_arrow4.svg) no-repeat;
	background-size: cover;
	transition : .5s;
}
.service-listitem .button span {
	font-size: 0;
}
.service-listitem a:hover .button {
	background: url(../img/common/icon_arrow4_hover.svg) no-repeat;
	background-size: cover;
	transition : .5s;
}
.service-listitem .txt-orange {
	font-weight: 700;
}
.service-listitem p {
	margin: 0 0 1.6em;
}
.service-listitem p:last-of-type {
	margin: 0;
}
@media screen and (max-width: 960px) {
.top-service {
	margin: 0 0 100px;
}
.service-list {
	column-gap: 40px;
	row-gap: 80px;
}
.service-listitem .cmn-copy1 {
	top: -24px;
}
}
@media screen and (max-width: 740px) {
.service-list {
	grid-template-columns: 1fr;
	row-gap: 40px;
}
.service-listitem figure {
	margin: 0 0 15px;
	border-radius: 20px;
}
.service-listitem a figure {
	margin: 0 0 15px 10px;
	width: calc(100% - 10px);
}
.service-listitem .cmn-copy1 {
	top: -22px;
}
.service-listitem .button {
	margin: 10px 0 0 auto;
	width: 35px;
	height: 35px;
}
.service-listitem p {
	margin: 0 0 1em;
}
}
@media screen and (max-width: 430px) {
.top-service:before {
	top: -48vw;
	left: calc(50% + 5vw);
	width: 78.2vw;
}
}


/* こんなお悩み解決できます */
.top-cleaning {
	position: relative;
	margin: 0 auto 200px;
	padding: 80px 0;
	width: calc(100% - 80px);
	max-width: 1436px;
	background: #DBCFB4;
	border-radius: 40px;
}
.top-cleaning:before {
	content: "";
	position: absolute;
	top: -20vw;
	right: calc(50% + 28vw);
	width: 41.21vw;
	aspect-ratio: 633 / 806;
	background: url(../img/common/bk_footprints03.svg) no-repeat;
	background-size: cover;
}
.top-cleaning .cmn-title1, .top-cleaning .cmn-title1 small {
	text-align: center;
}
.cleaning-list {
	margin: 0 0 80px;
	display: grid;
	grid-template-columns: 1fr;
	row-gap: 40px;
}
.cleaning-listitem {
	display: grid;
	grid-template-columns: 41.6% auto;
	column-gap: 6.6%;
	align-items: center;
}
.cleaning-listitem figure {
	border-radius: 20px;
	overflow: hidden;
}
.cleaning_master {
	padding: 30px 0;
	background: #E9E1D0;
	border-radius: 20px;
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.master-profile {
	padding: 0 9%;
	display: grid;
	grid-template-columns: 92px auto;
	column-gap: 30px;
	align-items: center;
}
.master-profile figure {
	width: 92px;
	height: 92px;
	border-radius: 150px;
	overflow: hidden;
}
.master-profile p {
	line-height: 1.5;
}
.master-profile p.txt-brown {
	margin: 0 0 10px;
}
.master-text {
	padding: 0 9%;
	border-left: 1px solid #FFFFFF;
}
.top-cleaning .cmn-button1 {
	text-align: center;
}
.top-cleaning .cmn-button1 a {
	max-width: 190px;
}
@media screen and (max-width: 1100px) {
.master-profile {
	border-right: none;
	border-bottom: 1px solid #FFFFFF;
	padding: 0 9% 20px;
	margin: 0 0 20px;
}
.cleaning_master {
	grid-template-columns: 1fr;
}
.master-text {
	border-left: none;
}
}
@media screen and (max-width: 960px) {
.cleaning-listitem {
	column-gap: 4%;
	align-items: start;
}
}
@media screen and (max-width: 780px) {
.top-cleaning {
	margin: 0 auto 110px;
	padding: 40px 0;
	width: calc(100% - 20px);
	border-radius: 20px;
}
.cleaning-list {
	margin: 0 0 40px;
	row-gap: 40px;
}
.cleaning-listitem {
	grid-template-columns: 1fr;
	row-gap: 20px;
}
.cleaning_master {
	padding: 15px 20px;
}
.master-profile {
	grid-template-columns: 1fr;
	row-gap: 20px;
	padding: 0 0 15px;
	margin: 0 0 15px;
}
.master-profile figure {
	margin: 0 auto;
	width: 76px;
	height: 76px;
}
.master-profile p {
	text-align: center;
	line-height: 1.5;
}
.master-text {
	padding: 0;
}
.master-text p {
	text-align:center;
}
.top-cleaning .cmn-button1 a {
	max-width: 160px;
}
}
@media screen and (max-width: 430px) {
.top-cleaning:before {
	top: -46vw;
	right: calc(50% + 28vw);
	width: 78.2vw;
}
}

/* 施工事例 */
.top-works {
	position: relative;
	margin: 0 0 120px;
}
.top-works:before {
	content: "";
	position: absolute;
	top: -18vw;
	left: calc(50% + 29vw);
	width: 41.21vw;
	aspect-ratio: 633 / 806;
	background: url(../img/common/bk_footprints02.svg) no-repeat;
	background-size: cover;
}
.top-works .doru {
	position: absolute;
	top: -140px;
	left: 0;
	width: 290px;
}
.top-works .cmn-title1, .top-works .cmn-title1 small {
	text-align: center;
}
.top-works .blog-item figure {
	aspect-ratio: 373 / 380;
}
.top-works .cmn-button1 {
	text-align: center;
}
.top-works .works-bnr {
	margin: 120px 0 0;
}
.top-works .cmn-button1 a {
	max-width: 244px;
}
@media screen and (max-width: 960px) {
.top-works {
	margin: 0 0 60px;
}
.top-works .doru {
	top: -70px;
	width: 146px;
}
.top-works .works-bnr {
	margin: 60px 0 0;
}
.top-works .cmn-button1 a {
	max-width: 208px;
}
}
@media screen and (max-width: 430px) {
.top-works:before {
	top: -65vw;
	left: calc(50% + 10vw);
	width: 78.2vw;
}
}


/* お客様の声 */
.top-reviews {
	margin: 0 auto 120px;
	padding: 80px 0;
	width: calc(100% - 80px);
	max-width: 1436px;
	background: url(../img/top/bk_voice.jpg) repeat;
	background-size: contain;
	border-radius: 40px;
}
.top-reviews .cmn-title1 small, .top-reviews .cmn-title1 span {
	color: #fff;
}
.top-reviews .reviews-list-pc {
	display: grid;
	gap: 60px 2.6%;
	grid-template-columns: repeat(3, 1fr);
	align-items: start;
}
.top-reviews .reviews-list-item {
	padding: 40px;
	background: #fff;
	border-radius: 20px;
	transition : .5s;
}
.top-reviews .reviews-list-item a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	transition : .5s;
}
.top-reviews .reviews-list-item .title {
	margin: 40px 0 0;
	padding: 20px 0 0;
	border-top: 1px solid #D8D3C9;
	height: 50px;
	overflow: hidden;
}
.top-reviews .reviews-list-item .title span {
	font-weight: 700;
}
.top-reviews .reviews-list-item .content-text {
	height: 344px;
	overflow: hidden;
}
.top-reviews .reviews-list-item .nexttext p {
	display: block;
	color: #A68B62;
	font-size: 12px;
	text-align: right;
}
.top-reviews .cmn-button1 {
	text-align: center;
}
.top-reviews .cmn-button1 a {
	background: #fff;
	max-width: 190px;
}
.top-reviews .cmn-button1 a span {
	color: #D07B28;
}
.top-reviews .cmn-button1 a:hover {
	background: #D07B28;
}
.top-reviews .cmn-button1 a:hover span {
	color: #fff;
}
.top-reviews .reviews-list-sp {
	display: none;
}
@media screen and (max-width: 1280px) {
.top-reviews .reviews-list-pc {
	grid-template-columns: 1fr;
}
.top-reviews .reviews-list-item .content-text {
	height: auto;
	overflow: auto;
}
}
@media screen and (max-width: 960px) {
.top-reviews {
	margin: 0 auto 60px;
	padding: 40px 0;
	width: calc(100% - 20px);
	border-radius: 20px;
}
.top-reviews .reviews-list-pc {
	display: none;
}
.top-reviews .reviews-list-sp {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100vw;
}
.top-reviews .reviews-list-item {
	padding: 20px;
	min-width: 240px;
}
.top-reviews .reviews-list-item .content-text {
	height: 310px;
	overflow: hidden;
}
.top-reviews .reviews-list-item .title {
	margin: 20px 0 0;
	padding: 10px 0 0;
	height: 40px;
}
.top-reviews .cmn-button1 a {
	max-width: 160px;
}
}


/* SNS */
.top-sns {
	margin: 0 0 120px;
}
.top-sns .inner:before {
	content: "";
	position: absolute;
	left: -76px;
	top: -50px;
	width: 152px;
	height: 122px;
	background: url(../img/common/bk_footprints04.svg) no-repeat;
	background-size: cover;
	z-index: -1;
}
.top-sns a {
	transition : .5s;
}
.top-sns a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	transition : .5s;
}
.sns-box {
	display: grid;
	grid-template-columns: auto 340px;
	column-gap: 6.6%;
	align-items: center;
}
.sns-boxtext {
	max-width: 660px;
}
.sns-boxtext h3 {
	margin: 0 0 20px;
}
.sns-boxtext h3 span {
	font-size: 36px;
	font-weight: 700;
	color: #745E3D;
}
.sns-boxbutton {
	display: grid;
	grid-template-columns: repeat(2, 160px);
	column-gap: 20px;
}
.sns-boxbutton a {
	display: block;
	width: 100%;
}
@media screen and (max-width: 1350px) {
.top-sns .inner:before {
	left: 0;
}
}
@media screen and (max-width: 960px) {
.top-sns {
	margin: 0 0 60px;
}
.top-sns .inner:before {
	left: 0;
	top: -30px;
}
.sns-box {
	display: grid;
	grid-template-columns: 1fr;
	row-gap: 30px;
}
.sns-boxtext h3 {
	margin: 0 0 15px;
}
.sns-boxtext h3 span {
	font-size: clamp(1.125rem, 0.716rem + 2.05vw, 2.25rem); /*36→18px*/
}
.sns-boxbutton {
	grid-template-columns: repeat(2, 80px);
	column-gap: 10px;
}
}

/*
================================
　会社案内
================================
*/
/* 代表挨拶 */
.page-company-message {
	margin: 0 auto 120px;
	padding: 80px 0;
	width: calc(100% - 80px);
	max-width: 1436px;
	background: #EFE8D9;
	border-radius: 40px;
}
.message-box {
	display: grid;
	grid-template-columns: auto 46.6%;
	column-gap: 6.6%;
}
.message-box figure {
	border-radius: 20px;
	overflow: hidden;
	aspect-ratio: 560 / 500;
}
.message-box-text p {
	margin: 0 0 2em;
}
.message-box-text p:last-of-type {
	margin: 0;
}
.message-box-text .sign {
	margin: 40px 0 0 0;
	text-align: right;
}
.message-box-text .sign small {
	margin: 0 15px 0 0;
	color: #A68B62;
}

@media screen and (max-width: 960px) {
.page-company-message {
	margin: 0 auto 60px;
	padding: 40px 0;
	width: calc(100% - 20px);
	border-radius: 20px;
}
.page-company-message .inner {
	width: calc(100% - 60px);
}
.message-box-text .sign {
	margin: 30px 0 0;
}
}
@media screen and (max-width: 720px) {
.message-box {
	grid-template-columns: 1fr;
	row-gap: 40px;
}
}
@media screen and (max-width: 430px) {
.message-box-text .sign small {
	display: block;
	text-align: right;
	margin: 0;
}
}
/* プロフィール */
.page-company-profile {
	margin: 0 auto 120px;
	padding: 80px 0;
	width: calc(100% - 80px);
	max-width: 1436px;
	background: #DBCFB4;
	border-radius: 40px;
}
@media screen and (max-width: 960px) {
.page-company-profile {
	margin: 0 auto 60px;
	padding: 40px 0;
	width: calc(100% - 20px);
	border-radius: 20px;
}
.page-company-profile .inner {
	width: calc(100% - 60px);
}
}

/* 会社概要 */
.page-company-overview {
	margin: 0 auto 120px;
	padding: 80px 0;
	width: calc(100% - 80px);
	max-width: 1436px;
	background: #EFE8D9;
	border-radius: 40px;
}
.overview-box {
	display: grid;
	grid-template-columns: auto 56.6%;
	column-gap: 6.6%;
}
.access-box {
	margin: 80px 0 0;
}
.google-map {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 43.75%;
	border-radius: 40px;
	overflow: hidden;
}
.google-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 960px) {
.page-company-overview {
	margin: 0 auto 60px;
	padding: 40px 0;
	width: calc(100% - 20px);
	border-radius: 20px;
}
.page-company-overview .inner {
	width: calc(100% - 60px);
}
.overview-box {
	grid-template-columns: 1fr;
}
.access-box {
	margin: 40px 0 0;
}
.google-map {
	border-radius: 20px;
}
}
@media screen and (max-width: 430px) {
.google-map {
	padding-top: 120%;
	border-radius: 20px;
}
}

/*
================================
　当店の強み
================================
*/
.page-strength-intro {
	margin: 0 0 120px;
}
.page-strength-intro .inner {
	max-width: 1436px;
}
.intro-box {
	display: grid;
	grid-template-columns: auto 50.38%;
	column-gap: 6.2%;
	margin: 0 0 0 8.2%;
}
.intro-box figure {
	position: relative;
	width: 73.74%;
	margin: 0 auto 0 0;
}
.intro-box figure img {
	border-radius: 20px;
}
.intro-box figure .subphoto {
	position: absolute;
	bottom: -11.4%;
	right: -29.8%;
	width: 48%;
	transform: rotate(-15deg);
}
@media screen and (max-width: 1400px) {
.intro-box {
	width: 100%;
	margin: 0;
	grid-template-columns: auto 38%;
	column-gap: 4%;
}
.intro-box figure .subphoto {
	bottom: -18.5%;
}
}
@media screen and (max-width: 960px) {
.page-strength-intro {
	margin: 0 0 60px;
}
}
@media screen and (max-width: 740px) {
.intro-box {
	grid-template-columns: 1fr;
	row-gap: 16vw;
}
.intro-box-text {
	order: 2;
}
.intro-box-photo {
	order: 1;
	width: 89.7%;
	margin: 0 2.8% 0 auto;
}
.intro-box figure .subphoto {
	bottom: -8%;
}
}

/* 選ばれる理由 */
.page-strength-reasons {
	margin: 0 auto 120px;
	padding: 80px 0;
	width: calc(100% - 80px);
	max-width: 1436px;
	background: #EFE8D9;
	border-radius: 40px;
}
.page-strength-reasons .cmn-title1,
.page-strength-reasons .cmn-title1 small {
	text-align: center;
}
.reasons-list {
	display: grid;
	grid-template-columns: 1fr;
	row-gap: 40px;
	counter-reset: number 0;
}
.reasons-list h4:before {
	display: block;
	counter-increment: number 1;
	content: "0" counter(number);
	margin: 0 0 10px;
	padding: 8px 0 6px;
	width: 32px;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: #D07B28;
	line-height: 1;
	text-align: center;
	background: #fff;
	border-radius: 5px;
}
.reasons-listitem {
	display: grid;
	grid-template-columns: 41.6% auto;
	column-gap: 6.6%;
	align-items: center;
}
.reasons-listitem figure {
	border-radius: 20px;
	overflow: hidden;
}
@media screen and (max-width: 960px) {
.page-strength-reasons {
	margin: 0 auto 60px;
	padding: 40px 0;
	width: calc(100% - 20px);
	border-radius: 20px;
}
.page-strength-reasons .inner {
	width: calc(100% - 60px);
}
.reasons-listitem {
	column-gap: 4%;
	align-items: start;
}
}
@media screen and (max-width: 780px) {
.reasons-listitem {
	grid-template-columns: 1fr;
	row-gap: 20px;
}
}

/*
================================
　言語（英語／日本語）ページ
================================
*/
.page-language {
	margin: 0 0 120px;
}
@media screen and (max-width: 960px) {
.page-language {
	margin: 0 0 60px;
}
}

/*
================================
　サービス
================================
*/
.page-renovation-nav {
	margin: 0 0 157px;
}
.page-renovation-nav .inner {
	padding: 20px;
	background: #fff;
	border-radius: 20px;
}
.page-renovation-nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.page-renovation-nav li {
	padding: 0 20px;
	margin: 5px 0;
	border-right: 1px solid #EFE8D9;
}
.page-renovation-nav li:last-of-type {
	border-right: none;
}
.page-renovation-nav li span {
	position: relative;
	color: #D07B28;
	font-weight: 600;
	font-size: clamp(0.813rem, 0.699rem + 0.57vw, 1.125rem); /*18→13px*/
	padding: 0 15px 0 0;
}
.page-renovation-nav li span:after {
	content: "";
	position: absolute;
	top: calc(50% - 3px);
	right: 0;
	width: 8px;
	height: 6px;
	background: url(../img/common/icon_arrow3.svg);
	background-size: cover;
}
.page-renovation-nav li a {
	transition : .5s;
}
.page-renovation-nav li a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	transition : .5s;
}
@media screen and (max-width: 960px) {
.page-renovation-nav {
	margin: 0 0 97.5px;
}
.page-renovation-nav .inner {
	padding: 20px 10px;
}
}
@media screen and (max-width: 430px) {
.page-renovation-nav {
	margin: 0 0 60px;
}
}

.page-renovation-menu {
	margin: 0 0 190px;
	padding: 80px 0;
	background: #EFE8D9;
	border-radius: 40px;
}
.page-renovation-menu.last {
	margin: 0 0 80px;
}
.page-renovation-menu .cmn-copy1 {
	margin: -120px 0 80px 0;
	width: 100%;
	text-align: center;
}
.menu-box {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 6.6%;
}
.menu-box.center {
	align-items: center;
}
.menu-box figure {
	border-radius: 20px;
	overflow: hidden;
}
.menu-box-text p {
	margin: 0 0 20px;
}
.menu-box-text p:last-of-type {
	margin-bottom: 0;
}
.menu-box-text p + ul {
	margin: 20px 0 0;
}
.menu-box-text ul + p {
	margin: 20px 0 0;
}
.menu-box-ptn1 figure {
	margin: 0 0 30px;
}
.menu-box-ptn2 .separate-photo {
	margin: 0 0 30px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 20px;
}
.menu-box-ptn3 figure {
	margin: 0 0 40px;
}
.menu-box-ptn3 figure:last-of-type {
	margin: 0;
}
@media screen and (max-width: 960px) {
.page-renovation-menu {
	margin: 0 0 97.5px;
	padding: 40px 0;
	border-radius: 20px;
}
.page-renovation-menu.last {
	margin: 0 0 60px;
}
.page-renovation-menu .cmn-copy1 {
	margin: -70px 0 30px 0;
}
.menu-box {
	column-gap: 4%;
}
}
@media screen and (max-width: 740px) {
.menu-box {
	grid-template-columns: 1fr;
	row-gap: 30px;
}
.menu-box-ptn1 figure {
	margin: 0 0 20px;
}
.menu-box-ptn2 .separate-photo {
	margin: 0 0 15px;
	grid-column-gap: 15px;
}
.menu-box-ptn3 figure {
	margin: 0 0 15px;
}
}
@media screen and (max-width: 430px) {
.page-renovation-menu {
	margin: 0 0 60px;
}
.page-renovation-menu.last {
	margin: 0 0 40px;
}
.page-renovation-menu .cmn-copy1 {
	margin: -60px 0 30px 0;
}
}

.page-renovation-support {
	margin: 0 0 80px;
	padding: 70px 0;
	background: url(../img/common/bk_footprints04.svg) no-repeat center center;
	background-size: 350px;
}
.page-renovation-support .inner {
	max-width: 655px;
}
.page-renovation-support h3,
.page-renovation-support p {
	text-align: center;
}
@media screen and (max-width: 960px) {
.page-renovation-support {
	margin: 0 0 60px;
	background-size: 300px;
}
}
@media screen and (max-width: 430px) {
.page-renovation-support {
	padding: 40px 0;
	background-size: 260px;
}
}

/*
================================
　よくあるご質問
================================
*/
.page-faq {
	margin: 0 0 120px;
}
.page-faq-list dl + dl {
	margin-top: 40px;
}
.page-faq-list dl {
	position: relative;
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
}
.page-faq-list dl > input {
	display: none;
}
.page-faq-list dt {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	z-index: 1;
	padding: 25px 6% 25px 3%;
	width: 100%;
	background: #fff;
	align-items: center;
}
.page-faq-list dt span,
.page-faq-list dd span {
	display: block;
	color: #D07B28;
	font-family: "Poppins", sans-serif;
	font-size: clamp(1.25rem, 1.125rem + 0.63vw, 1.875rem); /*30→20px*/
	font-weight: 600;
	text-align: center;
	line-height: 40px;
	width: 30px;
}
.page-faq-list dd span {
	color: #745E3D;
}
.page-faq-list dt div,
.page-faq-list dd div {
	width: 93%;
	display: block;
}
.page-faq-list dt::before {
	content: '';
	position: absolute;
	width: 18px;
	height: 2px;
	top: 50%;
	right: 3%;
	background: #D07B28;
	transform: translateY(-50%);
}
.page-faq-list dt::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 3%;
	width: 18px;
	height: 2px;
	background: #D07B28;
	transition: .4s;
	transform: translateY(-50%) rotate(90deg);
}
.page-faq-list dd {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: absolute;
	visibility: hidden;
	transform: translateY(-100%);
	transition: .4s;
	padding: 25px 6% 25px 3%;
	width: 100%;
	background: #fff;
}
.page-faq-list dd table + ul,
.page-faq-list dd p + p,
.page-faq-list dd p + ul,
.page-faq-list dd p + table {
	margin-top: 1em;
}
.page-faq-list dl>input:checked+label+dd {
	position: relative;
	visibility: visible;
	transform: translateY(0);
}
.page-faq-list dl>input:checked+label>dt::after {
	transform: translateY(-50%) rotate(180deg);
}
.page-faq-list dd ul {
	padding-left: 1em;
	text-indent: -1em;
}
.page-faq-list dd li:before {
	content: "・";
}
@media screen and (max-width: 930px) {
.page-faq {
	margin: 0 0 60px;
}
.page-faq-list dl+dl {
	margin-top: 20px;
}
.page-faq-list dt {
	padding: 14px 13% 14px 3%;
}
.page-faq-list dt::before {
	width: 14px;
	right: 5%;
}
.page-faq-list dt::after {
	width: 14px;
	right: 5%;
}
.page-faq-list dt div,
.page-faq-list dd div {
	width: calc(100% - 40px);
}
.page-faq-list dd {
	padding: 14px 13% 14px 3%;
}
}


/*
================================
　お問い合わせ
================================
*/
.page-contact {
	padding: 0 0 120px;
}
.page-contact .inner {
	max-width: 1000px;
}
.contact-text {
	margin: 0 auto 100px;
	max-width: 600px;
}
.contact-text p {
	text-align: center;
}
.contact-text .hd-tel {
	margin: 30px auto 0;
	text-align: center;
}
.contact-text .hd-tel small {
	text-align: center;
}
@media screen and (max-width: 960px) {
.page-contact {
	padding: 0 0 60px;
}
.contact-text {
	margin: 0 auto 40px;
}
}

/* プライバシーポリシー */
.page-contact-privacy {
	padding: 0 0 120px;
}
.privacy-scroll-box {
	height: 500px;    
	overflow: auto;  
	padding: 50px;
	border: 1px solid rgba(16,16,16,0.3);
	background: #fff;
}
.privacy-box {
	padding: 0 0 40px;
}
.privacy-box:last-of-type {
	padding: 0;
}
.privacy-box p + ul {
	margin: 30px 0 0;
}
.privacy-box ul + p {
	margin: 30px 0 0;
}
.privacy-box dt {
	margin-bottom: 10px;
	font-size: clamp(0.875rem, 0.795rem + 0.4vw, 1.125rem); /*18→14px*/
	font-weight: 500;
}
.privacy-box dd {
	margin-bottom: 50px;
}
.privacy-box ul {
	counter-reset: number 0;
}
.privacy-box li {
	padding-left: 1.6em;
	text-indent: -1.6em;
}
.privacy-box li:before {
	counter-increment: number 1;
	content: counter(number) ".";
	margin: 0 10px 0 0;
	font-weight: 500;
}
.privacy-contact {
	margin: 50px 0 0;
	border: 1px dotted #666;
	text-align: center;
	padding: 10px 50px;
}
.privacy-contact p {
	text-align: center;
}
.privacy-contact a {
	text-decoration: underline;
}
@media screen and (max-width: 667px) {
.page-contact-privacy {
	padding: 0 0 60px;
}
.privacy-scroll-box {
	height: 400px;    
	padding: 30px 20px;
}
.privacy-box {
	padding: 0 0 20px;
}
.privacy-box dt {
	margin-bottom: 5px;
}
.privacy-box dd {
	margin-bottom: 30px;
}
.privacy-contact {
	margin: 30px 0 0;
	padding: 10px;
}
}


/* フォーム */
.grecaptcha-badge { visibility: hidden; }

.siteform {
}
.siteform a {
	transition : .5s;
}
.siteform a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	transition : .5s;
}
.siteform table {
}
.siteform th {
	width: 35%;
	text-align: left;
}
.siteform span.req {
	display: inline-block;
	background: #D00000;
	color: #fff;
	font-size: clamp(0.625rem, 0.6rem + 0.13vw, 0.75rem); /*12→10px*/
	line-height: 1;
	padding: 3px 6px 4px;
	margin: 0 0 0 1em;
}
.siteform .fsize-s {
	width: 180px;	/*郵便番号、日付など*/
}
.siteform .fsize-m {
	width: 60%;
}
.siteform .fsize-l {
	width: 100%;
}
.siteform .explanation {
	margin: 10px 0 0;
	display: block;
	font-size: clamp(0.75rem, 0.725rem + 0.13vw, 0.875rem);
	color: #666;
	text-align: left;
}
.siteform td input[type="text"],
.siteform td textarea {
	padding: 10px;
	min-height: 40px;
	border: 1px solid #D8D3C9;
	background: #fff;
	-webkit-appearance: none;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0em;
}
.siteform td textarea {
	width: 100%;
}
.siteform td select {
	position: relative;
	padding: 10px 26px 10px 10px;
	min-height: 40px;
	border: 1px solid #D8D3C9;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0em;
	background: url(../img/common/arrow_b_brown.svg) #fff no-repeat;
	background-size: 10px auto;
	background-position: right 8px center;
}
.siteform .contact-btn {
	margin: 40px auto;
	text-align: center;
}
.siteform .contact-btn .send {
	margin: 5px;
	display: inline-block;
	width: 100%;
	max-width: 260px;
	line-height: 66px;
	border: none;
	outline: none;
	background: #D07B28;
	border-radius: 36px;
	color: #fff;
	font-size: clamp(0.75rem, 0.71rem + 0.2vw, 0.875rem); /*14→12px*/
	font-weight: 500;
	letter-spacing: 0em;
	text-align: center;
	cursor: pointer;
	-webkit-appearance: none;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0em;
}
.siteform .contact-btn .back {
	margin: 5px;
	display: inline-block;
	width: 100%;
	max-width: 260px;
	line-height: 66px;
	border: none;
	outline: none;
	background: #333;
	border-radius: 36px;
	color: #fff;
	font-size: clamp(0.75rem, 0.71rem + 0.2vw, 0.875rem); /*14→12px*/
	font-weight: 500;
	letter-spacing: 0.06em;
	text-align: center;
	cursor: pointer;
	-webkit-appearance: none;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0em;
}


.siteform .contact-attn {
	margin: 40px 0;
	background: #FDF7E6;
	padding: 40px;
}
.siteform .contact-attn ul {
	padding-left: 1em;
	text-indent: -1em;
}
.siteform .privacy-check {
	margin: 40px auto;
	max-width: 600px;
}
.siteform .privacy-check p {
	text-align: center;
	margin: 0 0 20px;
}
.siteform .privacy-check p:last-of-type {
	margin: 0;
}
.siteform .contact-ssl {
	margin: 40px 0;
}
.siteform .contact-ssl li {
	font-size: clamp(0.625rem, 0.575rem + 0.25vw, 0.875rem); /*14→10px*/
	text-align: center;
}
.siteform .thanks {
	padding: 60px 60px;
	background: #EFE8D9;
}
.siteform .thanks h3 {
	text-align: left;
	margin-bottom: 10px;
}
.siteform .thanks h3 span {
	font-size: clamp(1.063rem, 1.025rem + 0.19vw, 1.25rem);
	font-weight: 500;
}
@media screen and (max-width: 960px) {
.siteform .fsize-m {
	width: 100%;
}
.siteform .fsize-l {
	width: 100%;
}
.siteform .mwform-radio-field {
	display: block;
	white-space: nowrap;
}
.siteform .mwform-radio-field.horizontal-item {
	margin-left: 0 !important;
}
.siteform .contact-btn {
	margin: 30px auto;
	text-align: center;
}
.siteform .contact-btn .send, .siteform .contact-btn .back {
	width: 240px;
	line-height: 50px;
}
.siteform .contact-attn {
	margin: 20px 0;
	padding: 40px 20px;
}
.siteform .privacy-check {
	margin: 20px auto;
}
.siteform .privacy-check p {
	margin: 0 0 10px;
}
.siteform .contact-ssl {
	margin: 20px 0;
}
.siteform th {
	width: 100%;
}
.siteform td {
	padding: 10px 0;
}
}
@media screen and (max-width: 430px) {
.siteform .contact-ssl li {
	text-align: left;
}
}

/*
================================
　ブログ 一覧ページ
================================
*/
.page-blog {
	margin: 0 0 120px;
}
@media screen and (max-width: 940px) {
.page-blog {
	margin: 0 0 60px;
}
}


/*
================================
　投稿ページネーション
================================
*/
.page-nav {
	padding: 80px 0 0;
	text-align: center;
}
@media screen and (max-width: 667px) {
.page-nav {
	padding: 40px 0 0;
}
}

.wp-pagenavi {/* 全体 */
	font-size: clamp(0.813rem, 0.752rem + 0.3vw, 1rem); /* 16px→13px */
}
.wp-pagenavi a {/* フォント色 */
	color: #D07B28;
	font-size: clamp(0.813rem, 0.752rem + 0.3vw, 1rem); /* 16px→13px */
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0;
	line-height: 1;
	text-align: justify;
	word-break: break-all;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .extend,
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .current,
.wp-pagenavi a.page {/* ボタン */
	margin: 0 20px 6px 0;
	display: inline-block;
	border: solid 1px #D07B28;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 36px;
	text-align: center;
}
.wp-pagenavi .current {/* カレント数字 */
	color: #fff;
	border: solid 1px #D07B28;
	background: #D07B28;
}
.wp-pagenavi a.page:hover {/* マウスオーバー */
	color: #fff;
	border: solid 1px #D07B28;
	background: #D07B28;
}
.wp-pagenavi .first,
.wp-pagenavi .last {/* ... */
	color: #D07B28;
}
.wp-pagenavi .extend {/* ... */
	color: #D07B28;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {/* 記号の削除 */
	color: #D07B28;
}
.wp-pagenavi .material-icons {
	font-size: clamp(0.625rem, 0.375rem + 0.5vw, 1rem);
}

@media screen and (max-width: 667px) {
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .extend,
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .current,
.wp-pagenavi a.page {/* ボタン */
	margin: 0 20px 6px 0;
}
}

/*
================================
　ブログ 記事ページ
================================
*/
.page-blog-single {
	margin: 0 auto 120px;
}
.page-blog-single .title {
	margin: 0 0 80px;
	padding: 0 0 30px;
	border-bottom: 1px solid #D8D3C9;
}
.page-blog-single .title p {
	font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem); /*24→18px*/
	font-weight: 500;
	line-height: 1.5;
}
.page-blog-single .date-cate {
	margin: 20px 0 0;
	display: flex;
	align-items: center;
	justify-content: end;
}
.page-blog-single .date {
	font-size: clamp(0.625rem, 0.534rem + 0.45vw, 0.875rem); /* 14→10px */
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
}
.page-blog-single .category {
	margin: 0 0 0 20px;
	padding: 4px 8px 3px;
	display: block;
	font-size: clamp(0.625rem, 0.6rem + 0.13vw, 0.75rem); /*12→10px*/
	color: #D07B28;
	line-height: 1;
	border: 1px solid #D07B28;
	border-radius: 5px;
}
.page-blog-single .cmn-button1 {
	margin: 80px auto 0;
	text-align: right;
}
@media screen and (max-width: 960px) {
.page-blog-single .title {
	margin: 0 0 40px;
	padding: 0 0 20px;
}
.page-blog-single .date-cate {
	margin: 10px 0 0;
}
.page-blog-single .category {
	margin: 0 0 0 10px;
	padding: 3px 5px;
}
.page-blog-single .date {
	margin: 0 0 0 15px;
}
.page-blog-single .cmn-button1 {
	margin: 50px auto 0;
}
}
@media screen and (max-width: 780px) {
.page-blog-single {
	margin: 0 auto 60px;
}
}

/* wp編集用レイアウト */
.editlayout {
}
.editlayout h2 {
	margin: 0 0 40px;
	font-size: clamp(0.938rem, 0.818rem + 0.6vw, 1.313rem); /*21→15px*/
	font-weight: 500;
	letter-spacing: 0;
	color: #413119;
	border-left: 3px solid #D07B28;
	padding: 8px 10px 10px 20px;
	line-height: 1.6;
}
.editlayout h3 {
	margin: 0 0 40px;
	padding: 0 0 14px;
	border-bottom: 1px solid #D8D3C9;
	font-size: clamp(0.938rem, 0.818rem + 0.6vw, 1.313rem); /*21→15px*/
	font-weight: 500;
	letter-spacing: 0;
	color: #413119;
	line-height: 1.6;
}

.editlayout h4 {
	margin: 0 0 30px;
	padding: 10px 30px;
	color: #413119;
	font-size: clamp(0.875rem, 0.795rem + 0.4vw, 1.125rem); /*18→14px*/
	font-weight: 500;
	letter-spacing: 0;
	background: #EFE8D9;
	line-height: 1.6;
}
.editlayout h5 {
	margin: 0 0 20px;
	color: #413119;
	font-size: clamp(0.813rem, 0.752rem + 0.3vw, 1rem); /* 16→13px */
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.6;
}
.editlayout a {
	position: relative;
	color: #D07B28;
	transition : .5s;
}
.editlayout a:before {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #D07B28;
}
.editlayout a:hover, .editlayout a:active {
	opacity: 0.8;
	filter: alpha(opacity=80);
	transition : .5s;
}
.editlayout a:hover:before, .editlayout a:active:before {
	display: none;
}
.editlayout blockquote {
	position: relative;
	background: #fff;
	padding: 25px 85px;
	border-radius: 5px;
}
.editlayout blockquote:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "“";
	color: #D8D3C9;
	font-size: clamp(3.125rem, 0.493rem + 5.26vw, 5.625rem);
	width: 80px;
	text-align: center;
}
.editlayout blockquote:after {
	position: absolute;
	top: 0;
	right: 0;
	content: "”";
	color: #D8D3C9;
	font-size: clamp(3.125rem, 0.493rem + 5.26vw, 5.625rem);
	width: 80px;
	text-align: center;
}
.editlayout ol {
	margin-left: 20px;
}
.editlayout ul {
	margin-left: 20px;
	list-style-type: disc;
}
.editlayout strong {
	font-weight: 500;
}
.editlayout em {
	font-style: italic;
}
.editlayout .aligncenter {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.editlayout .aligncenter img {
	display: block;
	height: auto;
	max-width: 100%;
}
.editlayout .alignright {
	display: block;
	height: auto;
	margin-left: auto;
	max-width: 100%;
}
.editlayout .alignright img {
	display: block;
	height: auto;
	max-width: 100%;
}
.editlayout .alignleft {
	display: block;
	height: auto;
	margin-right: auto;
	max-width: 100%;
}
.editlayout .alignleft img {
	display: block;
	height: auto;
	max-width: 100%;
}
.editlayout .alignnone {
	display: block;
	height: auto;
	max-width: 100%;
}
.editlayout .alignnone img {
	display: block;
	height: auto;
	max-width: 100%;
}
.editlayout .float-left {
	float: left;
	margin: 0 60px 60px 0;
}
.editlayout .float-right {
	float: right;
	margin: 0 0 60px 60px;
}
.editlayout .float-clear {
	clear: both;
}
.editlayout p {
	text-align: start;
}
.editlayout img {
	max-width: 100%;
}
.editlayout iframe {
	max-width: 100%;
}
.editlayout .wp-embedded-content {
	margin:  0 auto;
	width: 100%;
	max-width: 50%;
}
.editlayout table {
	width: 100%;
	border-top: 1px solid #D8D3C9;
	border-right: 1px solid #D8D3C9;
}
.editlayout th {
	border-bottom: 1px solid #D8D3C9;
	border-left: 1px solid #D8D3C9;
	padding: 20px 30px;
	background: #EFE8D9;
	font-weight: 500;
	vertical-align: middle;
}
.editlayout td {
	border-bottom: 1px solid #D8D3C9;
	border-left: 1px solid #D8D3C9;
	padding: 20px 30px;
	vertical-align: middle;
}
@media screen and (max-width: 1280px) {
.editlayout th {
	padding: 20px 20px;
}
.editlayout td {
	padding: 20px 20px;
}
}
@media screen and (max-width: 1080px) {
.editlayout h2 {
	margin: 0 0 20px;
	padding: 6px 8px 8px 14px;
}
.editlayout h3 {
	margin: 0 0 20px;
	padding: 0 0 10px;
}
.editlayout h4 {
	margin: 0 0 20px;
	padding: 4px 10px 6px 14px;
}
.editlayout h5 {
	margin: 0 0 10px;
}
.editlayout blockquote {
	padding: 25px 45px;
}
.editlayout blockquote:before {
	width: 40px;
}
.editlayout blockquote:after {
	width: 40px;
}
.editlayout .wp-embedded-content {
	margin:  0 auto;
	min-width: 100%;
	width: 100%;
}
.editlayout .float-left {
	float: left;
	margin: 0 20px 20px 0;
}
.editlayout .float-right {
	float: right;
	margin: 0 0 20px 20px;
}
.editlayout th {
	padding: 10px 10px;
}
.editlayout td {
	padding: 10px 10px;
}
}



/*
================================
　英語ページ
================================
*/
/* 選ばれる理由 */
.page-en-reasons {
	margin: 0 0 120px;
	padding: 80px 0;
	background: #EFE8D9;
	border-radius: 40px;
}
.page-en-reasons-text {
	margin: 0 0 80px;
}
.page-en-reasons-text .cmn-title1 {
	margin: 0 0 10px;
	text-align: center;
}
.page-en-reasons-text p {
	text-align: center;
	word-break: break-word;
}
.page-en-reasons .reasons-text p {
	text-align: left;
	word-break: break-word;
}
@media screen and (max-width: 430px) {
.page-en-reasons {
	margin: 0 0 60px;
	padding: 40px 0;
	border-radius: 20px;
}
.page-en-reasons-text {
	margin: 0 0 40px;
}
}
/* サービス */
.page-en-service {
	position: relative;
	margin: 0 0 calc(120px + 40px);
}
.page-en-service .cmn-title1 {
	margin: 0 0 calc(80px + 36px);
}
.page-en-service li {
	text-align: left;
	word-break: break-word;
}
@media screen and (max-width: 960px) {
.page-en-service {
	margin: 0 0 calc(100px + 30px);
}
.page-en-service .cmn-title1 {
	margin: 0 0 calc(40px + 24px);
}
}
@media screen and (max-width: 430px) {
.page-en-service {
	margin: 0 0 60px;
}
}

/* リノベーション */
.page-en-menu {
	margin: 0 0 calc(120px + 40px);
	padding: 80px 0;
	background: #EFE8D9;
	border-radius: 40px;
}
.page-en-menu .cmn-copy1 {
	margin: -120px 0 80px 0;
	width: 100%;
	text-align: center;
}
.page-en-menu.last {
	margin: 0 0 120px;
}
.page-en-menu dt {
	display: inline-block;
	margin: 0 0 10px;
	padding: 8px;
	background: #fff;
	border-radius: 5px;
	color: #D07B28;
	font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem); /*18→16px*/
	font-weight: 500;
	line-height: 1;
}
.page-en-menu dd {
	text-align: left;
	word-break: break-word;
}
.page-en-menu dl {
	margin: 0 0 25px;
}
.page-en-menu dl:last-of-type {
	margin: 0;
}

@media screen and (max-width: 960px) {
.page-en-menu {
	margin: 0 0 calc(100px + 30px);
	padding: 40px 0;
	border-radius: 20px;
}
.page-en-menu .cmn-copy1 {
	margin: -70px 0 30px 0;
}
.page-en-menu.last {
	margin: 0 0 130px;
}
}
@media screen and (max-width: 430px) {
.page-en-menu {
	margin: 0 0 calc(40px + 20px);
}
.page-en-menu .cmn-copy1 {
	margin: -60px 0 30px 0;
}
.page-en-menu.last {
	margin: 0 0 60px;
}
}
/* メッセージ */
.page-en-message {
	margin: 0 auto 120px;
	padding: 80px 0;
	width: calc(100% - 80px);
	max-width: 1436px;
	background: #EFE8D9;
	border-radius: 40px;
}
.page-en-message .message-box-text p {
	text-align: left;
	word-break: break-word;
}
@media screen and (max-width: 960px) {
.page-en-message {
	margin: 0 auto 60px;
	padding: 40px 0;
	width: calc(100% - 20px);
	border-radius: 20px;
}
.page-en-message .inner {
	width: calc(100% - 60px);
}
}
/* プロフィール */
.page-en-profile {
	margin: 0 auto 120px;
	padding: 80px 0;
	width: calc(100% - 80px);
	max-width: 1436px;
	background: #DBCFB4;
	border-radius: 40px;
}
.page-en-profile p {
	text-align: left;
	word-break: break-word;
}
@media screen and (max-width: 960px) {
.page-en-profile {
	margin: 0 auto 60px;
	padding: 40px 0;
	width: calc(100% - 20px);
	border-radius: 20px;
}
.page-en-profile .inner {
	width: calc(100% - 60px);
}
}
