
@charset "utf-8";
/* =================================================== */
/* フォント読み込み */
/* =================================================== */
/* Lato-Regular */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    url('/wp-content/themes/corporate/assets/fonts/Lato-Regular.woff') format('woff'),
    url('/wp-content/themes/corporate/assets/fonts/Lato-Regular.woff2') format('woff2');
}
/* Lato-Bold */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src:
    url('/wp-content/themes/corporate/assets/fonts/Lato-Bold.woff') format('woff'),
    url('/wp-content/themes/corporate/assets/fonts/Lato-Bold.woff2') format('woff2');
}
/* CrimsonText-Regular */
@font-face {
  font-family: "Crimson Text";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    url('/wp-content/themes/corporate/assets/fonts/CrimsonText-Regular.woff') format('woff'),
    url('/wp-content/themes/corporate/assets/fonts/CrimsonText-Regular.woff2') format('woff2');
}

.application,
.gm-style{
	color: #333;
	line-height: 1.7;
	letter-spacing: .05em;
}
.application,
.gm-style,
.gm-style *{
	font-family: Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

.v-form>.container{
	padding: 0;
	max-width: none;
}
.v-form>.container>.layout>.flex{
	padding: 0;
}
.v-form>.container>.layout:not(:only-child){
	margin: auto;
}
#btnWrapNewStyle .flex.lg1.xs4{
	width: 48% !important;
	max-width: none !important;
	flex-basis: auto !important;
}
.container > .layout.row.wrap > .flex.lg4.xs12{
	max-width: none !important;
	flex-basis: 100% !important;
}

/* 検索の親 */
.v-form>.container>.layout:first-of-type{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	background-color: #fff;
	padding: 20px 12px;
}
@media screen and (min-width: 900px){
	.v-form>.container>.layout:first-of-type{
		width: 500px;
		right: 0;
		bottom: 20px;
		margin: auto;
		border-radius: 2px;
		padding: 15px 20px 20px;
		box-shadow: 0 0 2px rgba(0, 0, 0, .15);
	}
}

.map {
	height: calc(100vh - 173px);
}
@media screen and (min-width: 900px){
	.map {
		height: 100vh;
	}
}

/* dom操作後 */
#btnWrapNewStyle{
	display: flex;
	justify-content: space-between;
	flex-basis: auto;
	width: 100%;
	max-width: none;
	margin-top: 16px;
}
*[class^="btnNewStyle__"]{
	width: 100%;
	padding: 12px 12px;
	border-radius: 2px;
	font-size: 12px;
}
@media screen and (min-width: 641px){
	*[class^="btnNewStyle__"]{
		font-size: 13px;
	}
}
.btnNewStyle__reset{
	color: #999;
	background-color: #F3F3F3;
	border: solid 1px #C4C4C4;
	text-align: center;
	cursor: pointer;
	transition: .3s;
}
@media screen and (min-width: 641px){
	.btnNewStyle__reset:hover{
		opacity: .5;
		transition: .3s;
	}
}
.btnNewStyle__view{
	color: #fff;
	background-color: #F29400;
	font-weight: bold;
}

/* 吹き出し */
.IFContainer{
	display: block;
}
@media screen and (min-width: 641px){
	.IFContainer{
		display: flex;
		align-items: center;
	}
}
.IFContent{
	display: block;
	font-size: 13px;
	width: auto;
}
/* @media screen and (min-width: 641px){
	.IFContent{
		width: 100%;
	}
} */
.IFContent > *:not(:first-of-type):not(:first-of-type){
	margin-top: 8px;
	padding-top: 8px;
	border-top: dashed 1px #E5E5E5;
	width: 100%;
}
.gmap-info-window{
	padding: 16px 16px;
	border: solid 2px #ffdebe;
	border-radius: 2px;
	box-shadow: 0 0 2px rgba(0, 0, 0, .15);
}
.gmap-info-window::before,
.gmap-info-window::after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 15px 0 15px;
	position: absolute;
	background: transparent;
	left: 50%;
	transform: translateX(-50%);
}
.gmap-info-window::before{
	border-color: #ffdebe transparent transparent transparent;
	bottom: -16px;
}
.gmap-info-window::after{
	border-color: #fff transparent transparent transparent;
	bottom: -13px;
}
.gmap-info-window > img:first-of-type{
	position: absolute !important;
	top: 20px;
	right: 20px;
	width: 20px;
	margin: 0;
}
.IFImage{
	margin: 0;
	display: none;
}
@media screen and (min-width: 641px){
	.IFImage{
		margin-right: 20px;
		display: block;
	}
}
.cp__name{
	font-size: 16px;
	width: auto;
	padding-right: 26px;
	line-height: 1.35;
}
.cp__address{
	display: block;
}
.cp__detailes{
	flex-wrap: wrap;
}
.IFValue{
	margin-left: 8px;
	margin-right: 16px;
}