@charset "utf-8";
/* Copyright 2023 FSFIELD All Rights Reserved. */

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

PC、タブレット、スマートフォン共通

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/* ------------------------------------------------------------

ショップサポート事業部

------------------------------------------------------------ */

.intro_mypl{margin-bottom: 100px;}

.intro_mypl h2{
	font-size: 3.2rem;
	line-height: 1.6;
	margin-bottom: 40px;
}

.intro_mypl h2 span{display: inline-block;}

.intro_mypl .txt{
	font-size: 1.8rem;
}

.intro_mypl .txt p:not(:last-of-type){margin-bottom: 30px;}

/* Googleビジネスプロフィールの作成お任せください！
---------------------------------------------- */
.wrap_mypl{margin-bottom: 100px;}

.wrap_mypl h2{
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-align: center;
	margin-bottom: 60px;
}

.nav_mypl{
	display: flex;
	justify-content: space-between;
}

.nav_mypl .btn_mypl{
	width: calc(50% - 5px);
	height: 100px;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	cursor: pointer;
}

.mypl_inner{
	padding: 80px;
	border-radius: 0 0 40px 40px;
	display: none;
}

.mypl_inner.active{display: block;}


/* ストリートビュー作成 選択時 */
.nav_mypl .btn_mypl.street.active{
	background: #FFFAF3;
	color: #5C473D;
	border-radius: 40px 0 0 0;
}

.nav_mypl .btn_mypl.meo{
	background: #FFEFD9;
	color: #EFA239;
	border-radius: 0 40px 0 0;
}

.mypl_inner#panel_street.active{background: #FFFAF3;}
.mypl_inner#panel_meo{background: #FFEFD9;}


/* MEO対策サポート 選択時 */
.nav_mypl .btn_mypl.street{
	background: #FFEFD9;
	color: #EFA239;
	border-radius: 40px 0 0 0;
}

.nav_mypl .btn_mypl.meo.active{
	background: #FFFAF3;
	color: #5C473D;
	border-radius: 0 40px 0 0;
}

.mypl_inner#panel_street{background: #FFEFD9;}
.mypl_inner#panel_meo.active{background: #FFFAF3;}


/* --ストリートビュー作成 --*/
.street_inner01{margin-bottom: 40px;}

.street_inner01 .image{
	position: relative;
	margin-bottom: 30px;
}

.street_inner01 .image::after{
	content: "";
	display: block;
	background: url("../mypl/img/ico_360deg.svg") no-repeat 0 0;
	background-size: cover;
	width: 180px;
	height: 55px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}

.street_inner01 .image img{
	width: 100%;
	height: auto;
	border-radius: 10px;
}

.street_inner01 .image img.sp{display: none;}

.street_inner01 h3{
	font-family: "Roboto";
	font-size: 2.8rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.2;
	margin-bottom: 12px;
}

.street_inner01 h3 span{
	display: inline-block;
	font-family: "Roboto";
}

.street_inner01 p{font-size: 1.8rem;}

.street_inner02{
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}

.street_inner02 .item{
	flex: none;
	width: calc((100% - 80px) / 3);
	text-align: center;
}

.street_inner02 .item .icon{
	background: #FFF;
	border: 2px solid #FFB200;
	border-radius: 10px;
	padding: 29px 0;
	margin-bottom: 15px;
}

.street_inner02 .item .icon img{
	width: 56px;
	height: auto;
}

.street_inner02 .txt h3{
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 12px;
}

.street_inner02 .txt p{
	text-align: left;
	line-height: 1.6;
}

.street_inner03 .inner{
	display: flex;
	align-items: center;
	margin-bottom: 60px;
}

.street_inner03 .inner:nth-of-type(even){flex-direction: row-reverse;}

.street_inner03 .inner:last-of-type{margin-bottom: 0;}

.street_inner03 .inner .image{width: 540px;}

.street_inner03 .inner .image img{
	width: 100%;
	height: auto;
	border-radius: 10px;
}

.street_inner03 .inner .txt{
	width: calc(100% - 540px);
	padding-left: 50px;
}

.street_inner03 .inner:nth-of-type(even) .txt{padding: 0 50px 0 0;}

.street_inner03 .inner .txt h3{
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.2;
	margin-bottom: 28px;
}


/* --MEO対策サポート --*/
.meo_inner01{margin-bottom: 40px;}

.meo_inner01 .image{margin-bottom: 30px;}

.meo_inner01 .image img{
	width: 100%;
	height: auto;
	border-radius: 10px;
}

.meo_inner01 .image img.sp{display: none;}

.meo_inner01 p{font-size: 1.8rem;}

.meo_inner02 h3{
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 30px;
}

.meo_inner02 .item_wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}

.meo_inner02 .item_wrap .item{
	flex: none;
	width: calc((100% - 80px) / 3);
	text-align: center;
	margin-bottom: 40px;
}

.meo_inner02 .item_wrap .item .icon{
	background: #FFF;
	border: 2px solid #FFB200;
	border-radius: 10px;
	padding: 29px 0;
	margin-bottom: 15px;
}

.meo_inner02 .item_wrap .item .icon img{
	width: 56px;
	height: auto;
}

.meo_inner02 .txt h4{
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 15px;
}

.meo_inner02 .txt h4 span{
	display: inline-block;
}

.meo_inner02 .txt p{
	text-align: left;
	line-height: 1.6;
}

.meo_inner02 .item_wrap .item.image img{
	width: 100%;
	height: auto;
	border-radius: 10px;
}

.meo_inner03{
	display: flex;
	align-items: center;
}

.meo_inner03 .image{width: 540px;}

.meo_inner03 .image img{
	width: 100%;
	height: auto;
	border-radius: 10px;
}

.meo_inner03 .txt{
	width: calc(100% - 540px);
	padding-left: 50px;
}

.meo_inner03 .txt h3{
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.0;
	margin-bottom: 30px;
}


/* 待っているだけでは誰にも伝わりません。
---------------------------------------------- */
.message{text-align: center;}

.message h3{
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 23px;
}

.message h3 span{display: inline-block;}

.message .btn_type01{margin: 60px auto 0;}


@media only screen and (max-width:1200px){ /* 表示領域が1200px以下の場合に適用するスタイル */
	
	/* Googleビジネスプロフィールの作成お任せください！
	---------------------------------------------- */
	.mypl_inner{padding: 50px 30px;}
	
	/* --ストリートビュー作成 --*/	
	.street_inner03 .inner .txt{padding-left: 30px;}

	.street_inner03 .inner:nth-of-type(even) .txt{padding: 0 30px 0 0;}


	/* --MEO対策サポート --*/
	.meo_inner03 .txt{padding-left: 30px;}
	
	
}/*--@media--*/


@media only screen and (max-width:1024px){ /* 表示領域が1024px以下の場合に適用するスタイル */

	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	タブレット

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	ショップサポート事業部

	------------------------------------------------------------ */
	
	/* Googleビジネスプロフィールの作成お任せください！
	---------------------------------------------- */
	
	/* --ストリートビュー作成 --*/
	.street_inner03 .inner{display: block;}

	.street_inner03 .inner .image{
		width: 100%;
		margin-bottom: 30px;
	}

	.street_inner03 .inner .txt{
		width: 100%;
		flex: none;
		padding: 0;
	}

	.street_inner03 .inner:nth-of-type(even) .txt{padding: 0;}
	

	/* --MEO対策サポート --*/
	.meo_inner03{display: block;}

	.meo_inner03 .image{
		width: 100%;
		margin-bottom: 30px;
	}

	.meo_inner03 .txt{
		width: 100%;
		padding: 0;
	}
	
}/*--@media--*/

@media only screen and (max-width:900px){ /* 表示領域が900px以下の場合に適用するスタイル */

	.street_inner02 .item,
	.meo_inner02 .item_wrap .item {
		width: calc((100% - 40px) / 3);
	}
}

@media only screen and (max-width:767px){ /* 表示領域が767px以下の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	スマートフォン（iPhone,Android)

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	ショップサポート事業部

	------------------------------------------------------------ */
	
	.intro_mypl{margin-bottom: 60px;}
	
	.intro_mypl h2{
		font-size: 2.2rem;
		margin-bottom: 20px;
	}

	.intro_mypl .txt{font-size: 1.6rem;}

	.intro_mypl .txt p:not(:last-of-type){margin-bottom: 20px;}
	
	/* Googleビジネスプロフィールの作成お任せください！
	---------------------------------------------- */
	.wrap_mypl{
		width: 100vw;
		margin: 0 0  60px -30px;
	}
	
	.wrap_mypl h2{
		font-size: 2.6rem;
		line-height: 1.4;
		margin-bottom: 30px;
	}
	
	.wrap_mypl h2 span{display: block;}

	.nav_mypl .btn_mypl{
		width: calc(50% - 2.5px);
		height: 80px;
		font-size: 1.8rem;
	}
	
	.nav_mypl .btn_mypl span{display: block;}

	/* ストリートビュー作成 選択時 */
	.nav_mypl .btn_mypl.street.active{border-radius: 20px 0 0 0;}

	.nav_mypl .btn_mypl.meo{border-radius: 0 20px 0 0;}

	/* MEO対策サポート 選択時 */
	.nav_mypl .btn_mypl.street{border-radius: 20px 0 0 0;}

	.nav_mypl .btn_mypl.meo.active{border-radius: 0 20px 0 0;}

	.street_inner01 .image{margin-bottom: 20px;}

	.street_inner01 .image::after{
		width: 108px;
		height: 33px;
	}
	
	.mypl_inner{border-radius: 0 0 20px 20px;}


	/* --ストリートビュー作成 --*/
	.street_inner01 .image img.pc{display: none;}
	.street_inner01 .image img.sp{display: block;}
	
	.street_inner01 h3{
		font-size: 2.2rem;
		margin-bottom: 10px;
	}

	.street_inner01 p{font-size: 1.6rem;}
	
	.street_inner02{
		display: block;
		margin-bottom: 60px;
	}

	.street_inner02 .item{
		width: 100%;
		text-align: left;
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 30px;
	}
	
	.street_inner02 .item:last-of-type{margin-bottom: 0;}

	.street_inner02 .item .icon{
		width: 100px;
		height: 100px;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 8px;
		padding: 0;
		margin: 0 15px 0 0;
		flex: none;
	}

	.street_inner02 .item .icon img{width: 42px;}

	.street_inner02 .txt{
		width: calc(100% - 115px);
		flex: none;
	}
	
	.street_inner02 .txt h3{
		font-size: 1.6rem;
		margin-bottom: 8px;
	}

	.street_inner02 .txt p{font-size: 1.4rem;}
	
	.street_inner03 .inner{margin-bottom: 30px;}
	
	.street_inner03 .inner .image{margin-bottom: 20px;}
	
	.street_inner03 .inner .image img{border-radius: 8px;}

	.street_inner03 .inner .txt h3{
		font-size: 2rem;
		margin-bottom: 13px;
	}
	
	.street_inner03 .inner .txt p{font-size: 1.5rem;}
	

	/* --MEO対策サポート --*/
	.meo_inner01 .image img.pc{display: none;}
	.meo_inner01 .image img.sp{display: block;}

	.meo_inner02 h3{
		font-size: 2.0rem;
		line-height: 1.5;
		margin-bottom: 15px;
	}

	.meo_inner02 .item_wrap{
		display: block;
		margin-bottom: 60px;
	}

	.meo_inner02 .item_wrap .item{
		width: 100%;
		text-align: left;
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 30px;
	}

	.meo_inner02 .item_wrap .item:last-of-type{margin-bottom: 0;}

	.meo_inner02 .item_wrap .item .icon{
		width: 100px;
		height: 100px;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 8px;
		padding: 0;
		margin: 0 15px 0 0;
		flex: none;
	}

	.meo_inner02 .item_wrap .item .icon img{width: 42px;}

	.meo_inner02 .txt{
		width: calc(100% - 115px);
		flex: none;
	}

	.meo_inner02 .txt h4{
		font-size: 1.6rem;
		margin-bottom: 8px;
	}

	.meo_inner02 .txt p{font-size: 1.4rem;}

	.meo_inner02 .item_wrap .item.image{justify-content: center;}

	.meo_inner02 .item_wrap .item.image img{max-width: 400px;}

	.meo_inner03 .image{margin-bottom: 20px;}

	.meo_inner03 .image img{border-radius: 8px;}

	.meo_inner03 .txt h3{
		font-size: 2rem;
		margin-bottom: 15px;
	}

	.meo_inner03 .txt p{font-size: 1.5rem;}
	

	/* 待っているだけでは誰にも伝わりません。
	---------------------------------------------- */
	.message h3{
		font-size: 2rem;
		line-height: 1.5;
		margin-bottom: 20px;
	}

	.message .btn_type01{margin-top: 40px;}
	
	
}/*--@media--*/

