@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
* {
/* 	font-family: "Noto Sans JP", sans-serif; */
}


/* -------------------------------------
ヘッダー
-------------------------------------*/
.l-header__inner.l-container {
    max-width: 100%;
}
/* ヘッダーバー */
.l-header__barInner.l-container {
	max-width: 100%;
}
.l-header__bar {
	background: #FFFFFF;
	color: #333333;
	font-weight: 400;
	border-top: 2px solid #0763B2;
}
.l-header__bar .c-catchphrase {
	width: 100%;
}
/* メニュー */
#header nav#gnav {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
#header .c-gnav {
	height: 60%;
	align-items: center;
}
#header .c-gnav>.menu-item>a {
	padding: 0 15px;
}
#header .c-gnav>.menu-item>a .ttl {
	font-size: 16px;
}
#header .c-gnav li:last-child a {
	padding-right: 0;
}
#header ul.header-sub-menu {
	height: 40%;
	display: flex;
	gap: 10px;
	justify-content: flex-end;
	align-items: flex-end;
}
ul.header-sub-menu li a {
	padding: 4px 25px;
	background-color: #0763B2;
	border: 1px solid #0763B2;
	color: #FFFFFF;
	font-size: 14px;
	transition: .3s;
}
#header ul.header-sub-menu li a:hover {
	color: #0763B2;
	background-color: #FFFFFF;
	transition: .3s;
}
@media screen and (max-width: 960px) {
	#header nav#gnav {
		display: none;
	}
	#header .c-gnav {
		height: 60%;
		align-items: center;
	}
	#header .c-gnav>.menu-item>a {
		padding: 0 15px;
	}
	#header .c-gnav>.menu-item>a .ttl {
		font-size: 16px;
	}
	#header .c-gnav li:last-child a {
		padding-right: 0;
	}
	#header ul.header-sub-menu {
		height: 40%;
		display: flex;
		gap: 10px;
		justify-content: flex-end;
		align-items: flex-end;
	}
	#header ul.header-sub-menu li a {
		padding: 3px 20px;
		background-color: #0763B2;
		color: #FFFFFF;
		font-size: 14px;
	}
}
/* スマホメニュー */
@media screen and (max-width: 960px) {
	.c-widget__title.-spmenu {
		display: none;
	}
	.p-spMenu__body {
		padding-top: 30px;
	}
	.-right .p-spMenu__inner {
		width: 100%;
		transform: translateX(100vw);
	 margin-top: 0;
	}
	[data-spmenu=opened] .p-spMenu__inner {
		transform: translateX(0);
	}
	.p-spMenu__inner::before {
		background-color: rgba(255,255,255,1);
	}
}
/* 親メニューの下にアイコン */
.parent-menu-item a {
	position: relative;
}
.parent-menu-item a:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900; 
  content: "\f107";
	color: #0763B2;
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
}
/* -------------------------------------
共通パーツ
-------------------------------------*/
/* section-ttl-center */
.section-ttl-center {
	position: relative;
	margin-bottom: 53px;
}
.section-ttl-center p {
	font-family: "Barlow", sans-serif;
	font-size: 100px;
	color: #F0F4F8;
	font-weight: 700;
	text-align: center;
	line-height: 1;
	margin-bottom: 0;
}
.section-ttl-center.hp-color p {
	color: #FFFFFF;
}
.section-ttl-center h2.is-style-section_ttl {
	width: 100%;
	font-size: 25px;
	font-weight: 700;
	margin-top: 0;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.section-ttl-center h2.is-style-section_ttl:after {
	content: "";
	display: inline-block;
	width: 2px;
	height: 20px;
	background-color: #0763B2;
	position: absolute;
	bottom: -23px;
	right: 50%;
	transform: translate(50%);
}
@media screen and (max-width: 960px) {
	.section-ttl-center p {
		font-size: 80px;
	}
	.section-ttl-center h2.is-style-section_ttl {
		font-size: 20px;
	}
}
@media screen and (max-width: 768px) {
	.section-ttl-center p {
		font-size: 70px;
	}
	.section-ttl-center h2.is-style-section_ttl {
		font-size: 18px;
	}
}
/* section-ttl-left */
.section-ttl-left {
	position: relative;
	margin-bottom: 53px;
}
.section-ttl-left p {
	font-family: "Barlow", sans-serif;
	font-size: 100px;
	color: #F0F4F8;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0;
}
.section-ttl-left.hp-color p {
	color: #FFFFFF;
}
.section-ttl-left h2.is-style-section_ttl {
	font-size: 25px;
	font-weight: 700;
	margin-top: 0;
	position: absolute;
	bottom: 0;
	left: 0;
}
.section-ttl-left h2.is-style-section_ttl:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 2px;
	background-color: #0763B2;
	position: absolute;
	bottom: 50%;
	right: -32px;
	transform: translateY(50%);
}
@media screen and (max-width: 960px) {
	.section-ttl-left p {
		font-size: 80px;
	}
	.section-ttl-left h2.is-style-section_ttl {
		font-size: 20px;
	}
}
@media screen and (max-width: 768px) {
	.section-ttl-left p {
		font-size: 70px;
	}
	.section-ttl-left h2.is-style-section_ttl {
		font-size: 18px;
	}
}
/* 3カラムユニット */
.three-column-item-unit > .wp-block-group__inner-container {
	display: flex;
	gap: 15px;
}
.three-column-item {
	flex-basis: calc((100% - 30px) / 3);
	margin-bottom: 0;
}
.three-column-item-image {
	margin-bottom: 15px;
}
.three-column-item-image img {
	box-shadow: 3px 3px #000000;
}
.three-column-item h3.three-column-item-ttl {
	margin-top: 0;
	text-align: left;
	margin-bottom: 10px;
	font-size: 19px;
}
p.three-column-item-disc {
	
}
@media screen and (max-width: 768px) {
	.three-column-item-unit > .wp-block-group__inner-container {
		gap: 0px;
		flex-wrap: wrap;
	}
	.three-column-item {
		flex-basis:100%;
		box-shadow: 0 2px 5px rgba(0,0,0,.2);
		padding: 10px 10px 30px;
		margin-bottom: 20px;
	}
	.three-column-item-image {
		margin-bottom: 20px;
	}
	.three-column-item h3.three-column-item-ttl {
		margin-bottom: 15px;
	}	
}
/* シンプルボタン */
.simple-btn {
	justify-content: center;
}
.simple-btn .wp-block-button {
	min-width: 280px;
}
.simple-btn .wp-block-button a {
	padding: 15px 40px;
	border-radius: 0;
	border: 1px solid #0763B2;
	background-color: #FFFFFF;
	color: #333;
	font-size: 14px;
	font-weight: 500;
	position: relative;
	transition: .3s;
}
.simple-btn .wp-block-button a:after {
	content: "";
	display: inline-block;
	width: 30px;
	height: 1px;
	background-color: #0763B2;
	position: absolute;
	top: 50%;
	right: -15px;
	transform: translateY(-50%);
	transition: .3s;
}
.simple-btn .wp-block-button a:hover {
	border: 1px solid #097DC6;
	background-color: #097DC6;
	color: #FFFFFF;
	box-shadow: 0 2px 5px rgba(0,0,0,.2);
	transition: .3s;
}
.simple-btn .wp-block-button a:hover:after {
	background-color: #000;
	transform: translateY(-50%) rotate(360deg);
	box-shadow: 0 2px 5px rgba(0,0,0,.2);
	transition: .3s;
}
@media screen and (max-width: 960px) {
	.simple-btn .wp-block-button {
		min-width: 200px;
	}
	.simple-btn .wp-block-button a {
		padding: 15px 20px;
	}
	.simple-btn .wp-block-button a:after {
		width: 20px;
		right: -10px;
	}
}
/* シンプルボタン（色反転・サイズUP） */
.simple-btn.big .wp-block-button {
	min-width: 370px;
}
.simple-btn.big .wp-block-button a {
	padding: 24px 40px;
	border: 1px solid #0763B2;
	background-color: #0763B2;
	color: #FFFFFF;
	font-size: 16px;
}
.simple-btn.big .wp-block-button a:after {
	width: 40px;
	height: 2px;
	background-color: #000000;
	right: -20px;
}
.simple-btn.big .wp-block-button a:hover {
	border: 1px solid #0763B2;
	background-color: #FFFFFF;
	color: #0763B2;
}
.simple-btn.big .wp-block-button a:hover:after {
	background-color: #0763B2;
}
@media screen and (max-width: 960px) {
	.simple-btn.big .wp-block-button {
		min-width: 230px;
	}
	.simple-btn.big .wp-block-button a {
		padding: 15px 20px;
	}
	.simple-btn.big .wp-block-button a:after {
		width: 20px;
		right: -10px;
	}
}
/* -------------------------------------
メインビジュアル
-------------------------------------*/
.p-mainVisual__textLayer {
	display: inline-block;
	width: auto;
	top: 50%;
	left: 10%;
	transform: translate(-10%,-50%);
	background-color: rgba(255,255,255,.8);
	height: auto;
	padding: 30px;
	text-align: left;
}
.p-mainVisual__slideTitle {
	font-size: 30px;
	font-weight: 700;
	color: #333333;
	text-shadow: none;
}
.p-mainVisual__slideText {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	margin-top: 15px;
}
/* google-banner */
.google-banner {
	position: absolute;
	bottom: 30px;
	right: 50px;
}
@media screen and (max-width: 960px) {
	.p-mainVisual__textLayer {
		top: 50%;
		left: 20px;
		transform: translate(0,-50%);
		padding: 20px 10px 20px 20px;
	}
	.p-mainVisual__slideTitle {
		font-size: 25px;
	}
	.p-mainVisual__slideText {
		font-size: 14px;
	}
	/* google-banner */
	.google-banner {
		position: absolute;
		bottom: 10px;
		right: 10px;
	}
}
@media screen and (max-width: 768px) {
	.p-mainVisual__textLayer {
		width: 95%;
		top: 50%;
		left: 10px;
		transform: translate(0,-50%);
		padding: 20px 10px 20px 20px;
	}
	.p-mainVisual__slideTitle {
		font-size: 25px;
	}
	.p-mainVisual__slideText {
		font-size: 14px;
	}
	/* google-banner */
	.google-banner {
		position: absolute;
		bottom: 10px;
		right: 10px;
	}
	.google-banner img {
		width: 190px;
	}
}
/* -------------------------------------
トップページコンテンツ
-------------------------------------*/
/* 私たちについて */
p.toppage-top-mess-sub-ttl {
	font-size: 25px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 10px;
}
p.toppage-top-mess-txt {
	font-weight: 400;
	line-height: 2;
}
@media screen and (max-width: 960px) {
	p.toppage-top-mess-sub-ttl {
		font-size: 20px;
		text-align: left;
	}
}

/* お知らせ＆NEWS */
.top-post-unit {
	max-width: 1200px;
	margin: 0 auto;
}
.top-post-unit > .wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: stretch !important;
}
.top-post-item {
	flex-basis: calc((100% - 20px) / 2);
	margin-bottom: 0;
}
.top-post-item-inner {
	background-color: #0763B2;
	padding: 15px ;
}
.top-post-item-inner > .wp-block-group__inner-container  {
	background-color: #FFFFFF;
	padding: 30px 15px;
}
.top-news-post {
	margin-bottom: 30px;
}
.top-column-posts {
	margin-bottom: 30px;
}
.top-column-posts a.p-postList__link {
	gap: 8px;
}
.top-column-posts .-type-list .p-postList__item {
	margin-bottom: 0;
	padding: 10px 0;
	border-bottom: 1px solid #B5B5B5;
}
.top-column-posts ul .p-postList__item:first-child {
	padding-top: 0;
}
.top-column-posts .p-postList__thumb.c-postThumb.noimg_ {
	width: calc((100% - 4px) - 73.5%);
}
.top-column-posts .p-postList__body {
	width: calc((100% - 4px) - 26.5%);
}
.top-column-posts span.c-postThumb__cat.icon-folder {
	display: none;
}

@media screen and (max-width: 1180px) {
	.top-post-unit > .wp-block-group__inner-container {
		gap: 60px;
	}
	.top-post-item {
		flex-basis: 100%;
		margin-bottom: 0;
	}
	.top-post-item-inner {
		padding: 10px 10px;
	}
	.top-post-item-inner > .wp-block-group__inner-container  {
/* 		padding: 30px 15px; */
	}
}
@media screen and (max-width: 960px) {
	.top-post-unit > .wp-block-group__inner-container {
		gap: 60px;
	}
	.top-post-item {
		flex-basis: 100%;
		margin-bottom: 0;
	}
	.top-post-item-inner {
		padding: 10px 10px;
	}
	.top-post-item-inner > .wp-block-group__inner-container  {
	}
	.p-postList .p-postList__title {
		font-weight: 500;
	}
}
@media screen and (max-width: 768px) {
	.top-column-posts a.p-postList__link {
		gap: 10px;
		flex-wrap: wrap;
	}
	.top-column-posts .-type-list .p-postList__item {
		padding: 20px 0;
	}
	.top-column-posts .p-postList__thumb.c-postThumb.noimg_ {
		width: 100%;
	}
	.top-column-posts .p-postList__body {
		width: 100%;
	}
}
/* ST0RE店舗情報 */
.store-item-unit {
	margin-bottom: 80px;
}
.store-item-unit > .wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
}
.store-table {
	flex-basis: calc((100% - 25px) / 2);
}
.store-table td {
	padding: 15px 10px;
}
.store-table tr td:first-child {
	text-align: center;
}
.store-map {
	flex-basis: calc((100% - 25px) / 2);
}
.map {
    position: relative;
    width: 100%;
    padding-top: 70%;
    height: 0;
}
.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.store-map a {
	max-width: 250px;
	margin-left: auto;
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #0763B2;
	color: #FFFFFF;
	border: 1px solid #0763B2;
	font-size: 14px;
	padding: 15px;
	border-radius: 30px;
	text-align: center;
	transition: .3s;
}
.store-map a i {
	font-size: 20px;
	margin-left: 10px;
}
.store-map a:hover {
	background-color: #FFFFFF;
	color: #0763B2;
	transition: .3s;
}
@media screen and (max-width: 960px) {
	.store-item-unit {
		margin-bottom: 50px;
	}
	.store-item-unit > .wp-block-group__inner-container {
		gap: 20px;
	}
	.store-table {
		flex-basis: 100%;
	}
	.store-table td {
		padding: 10px;
		border-left: 1px solid #B5B5B5;
		border-right: 1px solid #B5B5B5;
		border-color: #B5B5B5;
	}
	.store-table tr td:first-child {
		background-color: #0763B2;
		text-align:left;
		color: #FFFFFF;
	}
	.store-map {
		flex-basis: 100%;
	}
}
/* -------------------------------------
CTA
-------------------------------------*/
.cta-item-unit {
	border: 1px solid #333333;
	position: relative;
}
.cta-item-unit > .wp-block-group__inner-container {
	display: flex;
	align-items:stretch;
}
.cta-txt-item {
	flex-basis: 50%;
	padding: 75px 10px 75px 40px;
	margin-bottom: 0;
}
.cta-right-link-unit {
	flex-basis: 50%;
	height: 100%;
}
.cta-right-link-unit-tel {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 50%;
	background-color: #097DC6;
	display: flex;
	align-items: center;
	transition: .3s;
	justify-content: center;
}
.cta-right-link-unit-tel p.cta-tel-number {
	font-size: 36px;
	color: #FFFFFF;
	font-weight: 700;
	margin-bottom: 10px;
	transition: .3s;
	line-height: 1;
}
.cta-right-link-unit-tel p.cta-tel-number span {
	font-size: 20px;
	margin-right: 10px;
}
p.cta-tel-disc {
	color: #FFFFFF;
}
.cta-right-link-unit-form {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50%;
	height: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s;
	background-color: #0763B2;
}
.cta-right-link-unit-form p {
	color: #FFFFFF;
	font-size: 25px;
	transition: .3s;
	font-weight: 500;
}
.cta-right-link-unit-tel a,
.cta-right-link-unit-form a{
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.cta-right-link-unit-tel a i,
.cta-right-link-unit-form a i{
	color: #FFFFFF;
	font-size: 20px;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}
.cta-right-link-unit-tel:hover,
.cta-right-link-unit-form:hover {
	background-color: #F0F4F8;
	transition: .3s ease-in;
}
.cta-right-link-unit-tel:hover p, 
.cta-right-link-unit-tel:hover i,
.cta-right-link-unit-form:hover p,
.cta-right-link-unit-form:hover i {
	color: #0763B2;
	transition: .3s ease-in;
}
@media screen and (max-width: 960px) {
	.cta-item-unit {
		box-shadow: 0 2px 5px rgba(0,0,0,.3);
		border: none;
	}
	.cta-item-unit > .wp-block-group__inner-container {
		flex-wrap: wrap;
		flex-direction: column;
	}
	.cta-txt-item {
		flex-basis: 100%;
		padding: 50px 20px;
		margin-bottom: 0;
	}
	.cta-right-link-unit {
		flex-basis: 100%;
	}
	.cta-right-link-unit-tel {
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
		height: auto;
		padding: 30px 20px;
		justify-content: flex-start;
		margin-bottom: 0;
	}
	.cta-right-link-unit-tel p.cta-tel-number {
		font-size: 30px;
	}
	.cta-right-link-unit-tel p.cta-tel-number span {
		font-size: 18px;
		margin-right: 5px;
	}
	.cta-right-link-unit-form {
		position: relative;
		bottom: auto;
		right: auto;
		width: 100%;
		height: auto;
		justify-content: flex-start;
		padding: 40px 20px;
		transition: .3s;
	}
	.cta-right-link-unit-form p {
		font-size: 20px;
	}
}
@media screen and (max-width: 960px) {

}
/* -------------------------------------
footer
-------------------------------------*/
.footer-sns-unit {
	margin-bottom: 40px;
}
.footer-sns-unit ul {
	display: flex;
	justify-content: center;
	gap: 10px;
}
.footer-sns-unit ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background-color: #0763B2;
	border-radius: 10px;
}
/*  */
.l-footer__foot {
	padding-bottom: 0;
	padding-top: 80px;
}
.l-footer__foot .l-container {
	max-width: 100%;
}
.l-footer__nav {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 40px;
	row-gap: 10px;
}
.l-footer__nav a {
	border: none;
	padding: 0 15px;
	font-size: 14px;
}
.l-footer__nav li:first-child a {
	border: none;
}
.footer-info-area {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin-bottom: 35px;
}
.footer-info-area a {
	display: inline-block;
	margin-bottom: 20px;
}
.footer-info-area p {
	display: inline-block;
	text-align: left;
}
.copyright {
	background-color: #0763B2;
	color: #FFFFFF;
	padding: 5px;
}
@media screen and (max-width: 960px) {
	.footer-sns-unit {
		margin-bottom: 30px;
	}
	/*  */
	.l-footer__foot {
		padding-top: 40px;
	}
	.l-footer__nav {
		row-gap: 0px;
		border-top: 1px solid #EDEDED;
	}
	.l-footer__nav li {
		flex-basis: 100%;
	}
	.l-footer__nav a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 10px;
		font-size: 16px;
		border-bottom: 1px solid #EDEDED;
		transition: .3s;
	}
	.l-footer__nav a:after {
		content: "";
		display: inline-block;
		width: 8px;
		height: 13px;
		background-color: #0763B2;
		margin-right: 10px;
		clip-path: polygon(0 0, 0 100%, 100% 50%);
	}
	.l-footer__nav a:hover {
		background-color: #FFFFFF;
		transition: .3s;
	}
	.footer-info-area {
		margin-bottom: 30px;
	}
	.footer-info-area a {
		max-width: 250px;
		margin-bottom: 20px;
	}
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
下層共通パーツ
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* 下層ページh1タイトルエリア */
#top_title_area {
	min-height: 350px;
}
#top_title_area h1.c-pageTitle {
	font-size: 30px;
	color: #333333;
	position: relative;
	display: flex;
	flex-direction: column-reverse;
	line-height: .5;
	z-index: 2;
}
#top_title_area .c-pageTitle__subTitle {
	font-size: 100px;
	font-weight: 700;
	color: #F0F4F8;
	opacity: .8;
	margin: 0;
	font-family: "Barlow", sans-serif;
	z-index: -1;
	font-style: normal;
}
.c-filterLayer.-texture-dot:after {
	content: none;
}
.l-topTitleArea.c-filterLayer::before {
	background: #FFFFFF;
	
}
@media screen and (min-width: 1440px) {
	.l-topTitleArea__body {
		max-width: 1600px;
	}
}
@media screen and (max-width: 1440px) {
	.l-topTitleArea__body {
		max-width: 100%;
	}
}
@media screen and (max-width: 960px) {
	#top_title_area {
		min-height: 250px;
	}
	#top_title_area h1.c-pageTitle {
		font-size: 25px;
	}
	#top_title_area .c-pageTitle__subTitle {
		font-size: 80px;
	}
}
@media screen and (max-width: 768px) {
	#top_title_area h1.c-pageTitle {
		font-size: 25px;
	}
	#top_title_area .c-pageTitle__subTitle {
		font-size: 55px;
		line-height: 1;
	}
}
/* simple-table */
.simple-table td {
	padding: 20px 10px;
}
.simple-table tr td:first-child {
	text-align: center;
}
@media screen and (max-width: 960px) {
	.simple-table td {
		padding: 10px;
		border: none;
	}
	.simple-table tr td:first-child {
		text-align: left;
		background-color: #0763B2;
		color: #FFFFFF;
	}
	.simple-table tr td:last-child {
		padding: 15px 10px;
	}
}
/* 下層ページトップメッセージ */
p.page-top-mess {
	text-align: center;
	line-height: 2;
}
@media screen and (max-width: 768px) {
	p.page-top-mess {
		text-align: left;
		line-height: 1.8;
	}
}
/* -------------------------------------
会社紹介
-------------------------------------*/
/* 代表挨拶 */
h3.is-style-section_ttl.ceo-mess-sub-ttl {
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 20px;
}
p.ceomess-disc {
	line-height: 2;
}
p.ceomess-label {
	text-align: right;
	margin-bottom: 0;
}
p.ceomess-name {
	text-align: right;
	font-size: 18px;
	font-weight: 600;
}
@media screen and (max-width: 960px) {
	h3.is-style-section_ttl.ceo-mess-sub-ttl {
		font-size: 23px;
		margin-bottom: 15px;
	}
	p.ceomess-disc {
		line-height: 1.8;
	}
}
/* アクセスマップ（） */
.store-map.company p {
	margin-bottom: 15px;
}
.store-map.company .map {
    position: relative;
    width: 100%;
    padding-top: 50%;
    height: 0;
}
@media screen and (max-width: 768px) {
	.store-map.company .map {
			padding-top: 80%;
	}
}
/* -------------------------------------
不動産購入・売却・相続
-------------------------------------*/
/* 購入の流れ */
.step-item-unit {
	margin-bottom: 15px;
}
.step-item-unit.last-cld {
	margin-bottom: 60px;
}
.step-item-unit > .wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 35px;
}
.step-item-image {
	flex-basis: calc((100% - 35px) - 70%);
	margin-bottom: 0;
}
.step-item-txt-unit {
	flex-basis: calc((100% - 35px) - 30%);
}
p.step-item-label {
	font-size: 19px;
	color: #0763B2;
	font-weight: 700;
	margin-bottom: 0;
}
p.step-item-label span {
	font-size: 25px;
	margin-left: 5px;
}
h3.is-style-section_ttl.step-item-ttl {
	margin-top: 0;
	font-size: 25px;
	margin-bottom: 15px;
}
p.step-item-txt-disc {
	
}
@media screen and (max-width: 960px) {
	.step-item-unit {
		margin-bottom: 0px;
		padding: 30px 0;
		border-bottom: 1px solid #EDEDED;
	}
	.step-item-unit.last-cld {
		margin-bottom: 60px;
	}
	.step-item-unit > .wp-block-group__inner-container {
		gap: 0px;
	}
	.step-item-image {
		flex-basis: 100%;
		margin-bottom: 10px;
	}
	.step-item-txt-unit {
		flex-basis: 100%;
	}
	p.step-item-label {
		font-size: 16px;
		margin-bottom: 5px;
	}
	p.step-item-label span {
		font-size: 20px;
	}
	h3.is-style-section_ttl.step-item-ttl {
		margin-bottom: 10px;
		font-size: 23px;
	}
}
/* -------------------------------------
お問い合わせページ
-------------------------------------*/
/* CTA非表示 */
.page-id-24 [data-partsid="556"] {
	display: none;
}
/* 電話からのお問い合わせ */
p.contact-tel-number {
	font-size: 56px;
	font-weight: 700;
	color: #0763B2;
	margin-bottom: 0;
	line-height: 1.2;
}
p.contact-tel-number span {
	font-size: 30px;
	margin-right: 10px;	
}

/* お問い合わせフォーム */
.form-item {
	display: flex;
	padding: 10px 0;
}
/* ラベル */
.form-item label {
	flex-basis: 25%;
	display: flex;
	align-items: center;
}
/* ※ */
.form-item label span {
	color: red;
	line-height: 0.5;
	padding-left: 10px;
}
/* form */
.form-item > span {
	width: 75%;
}
.form-item input{
	height: 45px;
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #D3D3D3;
}
/* 住所 */
.form-item .form-flex {
	width: 75%;
}
input.add-txt-1 {
	max-width: 300px;
	margin-bottom: 20px;
}


/* お問い合わせ内容 */
.form-item textarea {
	width: 100%;
	max-height: 150px;
	background-color: #FFFFFF;
	border: 1px solid #D3D3D3;
}
/* 個人情報取扱同意 */
.last-check {
	margin-top: 20px;
	display: flex;
	justify-content: center;
}
.last-check input {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}
.last-check label {
	padding-left: 15px;
	font-size: 16px;
	line-height: 2em;
}
/* 送信ボタン　 */
.send-btn {
	position: relative;
	max-width: 265px;
	height: 50px;
	margin: 0 auto;
	margin-top: 30px;
}
.send-btn input{
	width: 100%;
	padding: 15px 20px;
	background-color: #0763B2;
	color: #FFFFFF;
	letter-spacing: .2em;
	transition: .3s;
	border: 1px solid #000000;
	font-weight: bold;
}
/* 送信ボタンホバー */
.send-btn input:hover {
	background-color: #FFFFFF;
	color: #0763B2;
	transition: .3s;
}
/* subject */
.form-item.subject input,
.form-item.home-type input,
.form-item.satei input{
	height: auto !important;
	width: auto;
}
.form-item.subject span label,
.form-item.home-type span label
.form-item.satei span label{
	font-size: 14px !important;
}
span#your-subject input {
/* 	width: 20px; */
}
span#your-subject span,
span#your-home-type span,
span#your-satei span{
	color: #333;
}
.form-item.subject .wpcf7-list-item-label,
.form-item.home-type .wpcf7-list-item-label,
.form-item.satei .wpcf7-list-item-label{
	padding-left: 3px;
}
/* お問合せ SP*/
@media screen and (max-width: 960px) {
		.contact-form-inner {
			margin: 0 auto;
			padding: 0;
		}
		.form-item {
			display: flex;
			flex-direction: column;
		}
		.form-item label {
			flex-basis: 100%;
			justify-content: left;
		}
	 .form-item label br {
		 display: none;
	}
		.form-item > span {
			width: 100%;
		}
		.form-item input{
			height: 45px;
			width: 100%;
		}
		.form-item .form-flex {
			width: 100%;
		}
		input.your-add-1 {
			max-width: 200px;
			margin-bottom: 10px;
		}
		.form-item textarea {
			min-height: 200px;
		}
		.last-check {
			margin-top: 15px;
		}
		.send-btn {
			margin-top: 20px;
		}
		.send-btn input{
			height: 60px;
		}
	.your-subject span.wpcf7-list-item,
	.your-home-type span.wpcf7-list-item,
	.your-satei span.wpcf7-list-item{
		width: 100%;
		margin-left: 0;
	}
	.your-subject input,
	.your-home-type input,
	.your-satei input {
		height: 30px !important;
	}
	p.contact-tel-number {
		font-size: 35px;
	}
	p.contact-tel-number span{
		font-size: 18px;
	}
}

/* -------------------------------------
売買実績
-------------------------------------*/
/* 売買実績表 */
.history-table  th{
	background-color: #097DC6;
	color: #FFFFFF;
}
.history-table th,
.history-table td {
	padding: 15px 10px;
}
@media screen and (max-width: 960px) {
	.history-table th,
	.history-table td {
		padding: 10px 10px;
	}
}
/*--------------------------------------------- 
余白調整
----------------------------------------------- */
.top-padd-none {
	padding-top: 0 !important;
}
.btm-padd-none {
	padding-bottom: 0 !important;
}
.page-id-14 div#content, 
.page-id-16 div#content, 
.page-id-18 div#content, 
.page-id-26 div#content {
	margin-bottom: 0;
}