@charset 'UTF-8';

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	各固定ページ

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★

	body直下にid名「wrapper」のdivがあります。
	こちらには、固定ページごとに異なるclass名(post-〇)が付与されますので、
	ご活用ください。
	
	【例】
	<body>
	<div id="wrapper" class="post-2 page type-page status-publish has-post-thumbnail hentry">

★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



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

	レイアウト

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

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	#wrapper{
	}

	main.outer_wrap {
		position: relative;
		width: 100%;
		/* max-width: none;
		min-height: 50vh;
		display: block; */
		padding: 80px 0;
		/* width: calc(100% - 19vw); */
		padding-left: 15.4vw;
	}

	.inner_wrap {
		position: relative;
		width: 100%;
		margin: 0 auto;
		/* background: url(../img/row03_bg.jpg) repeat-y center top / 100% auto,#f0fafc; */
	}

	header {
		position: fixed !important;
		background: #ffffff;
		width: 19vw;
		min-height: 100vh;
		z-index: 2;
	}
	header.elementor-slideshow__header{
		background: transparent !important;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	#wrapper {
	}

	main.outer_wrap {
		position: relative;
		width: 100%;
		min-height: 50vh;
		padding: 12vw 0;
	}

	.inner_wrap {
		position: relative;
		width: 100%;
		padding: 0 4vw;
	}

	.piano_gallery figure{
		width: calc(100% / 3) !important;
	}
}





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

	メイン画像

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.main_cate {
		position: relative;
	}
	.main_cate_in {
		position: relative;
		width: 73.9vw;
		height: 240.4px;
		margin-top: 50px;
		margin-left: 19vw;
		padding-top: 86px;
		background:url(../img/cate_img.jpg)no-repeat center top / 100% auto;
		border-radius: 14px;
		color: #fff;
		-moz-text-shadow: 0px 0px 5px rgba(46, 77, 171, 0.8);
		-webkit-text-shadow: 0px 0px 5px rgba(46, 77, 171, 0.8);
		-ms-text-shadow: 0px 0px 5px rgba(46, 77, 171, 0.8);
		text-shadow: 0px 0px 5px rgba(46, 77, 171, 0.8);
	}
	.page-okinawa .main_cate_in {
		position: relative;
		width: 73.9vw;
		height: 240.4px;
		margin-top: 50px;
		margin-left: 19vw;
		padding-top: 86px;
		background: url(../img/cate_img_okinawa.jpg)no-repeat center top / 100% auto;
		border-radius: 14px;
		color: #fff;
		-moz-text-shadow: 0px 0px 5px rgba(80, 68, 66, 0.8);
-webkit-text-shadow: 0px 0px 5px rgba(80, 68, 66, 0.8);
-ms-text-shadow: 0px 0px 5px rgba(80, 68, 66, 0.8);
text-shadow: 0px 0px 5px rgba(80, 68, 66, 0.8);
	}

	/* メイン画像のタイトル */
	.main_cate_in p {
		font-size: 40px;
		text-align: center;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.main_cate {
		position: relative;
	}
	.main_cate_in {
		position: relative;
		height: 29vw;
		padding-top: 9vw;
		background:url(../img/cate_img.jpg)no-repeat center top / 100% auto;
		color: #fff;
		-moz-text-shadow: 0px 0px 5px rgba(46, 77, 171, 0.8);
		-webkit-text-shadow: 0px 0px 5px rgba(46, 77, 171, 0.8);
		-ms-text-shadow: 0px 0px 5px rgba(46, 77, 171, 0.8);
		text-shadow: 0px 0px 5px rgba(46, 77, 171, 0.8);
	}
	.page-okinawa .main_cate_in {
		position: relative;
		height: 29vw;
		padding-top: 9vw;
		background: url(../img/cate_img_okinawa.jpg)no-repeat center top / 100% auto;
		color: #fff;
		-moz-text-shadow: 0px 0px 5px rgba(80, 68, 66, 0.8);
-webkit-text-shadow: 0px 0px 5px rgba(80, 68, 66, 0.8);
-ms-text-shadow: 0px 0px 5px rgba(80, 68, 66, 0.8);
text-shadow: 0px 0px 5px rgba(80, 68, 66, 0.8);
	}
	/* メイン画像のタイトル */
	.main_cate_in p {
		font-size: 6vw;
		text-align: center;
	}
}





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

	マージンボックス

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

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* 上にマージンを空ける
	----------------------------------------------- */
	.top_long {
		margin-top: 120px;
	}
	.top_middle {
		margin-top: 80px;
	}
	.top_short {
		margin-top: 40px;
	}
	.top_vshort {
		margin-top: 20px;
	}

	/* 下にマージンを空ける
	----------------------------------------------- */
	.bottom_long {
		margin-bottom: 120px;
	}
	.bottom_middle {
		margin-bottom: 80px;
	}
	.bottom_short {
		margin-bottom: 40px;
	}
	.bottom_vshort {
		margin-bottom: 20px;
	}

	/* 両方にマージンを空ける
	----------------------------------------------- */
	.both_long {
		margin-top: 120px;
		margin-bottom: 120px;
	}
	.both_middle {
		margin-top: 80px;
		margin-bottom: 80px;
	}
	.both_short {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.both_vshort {
		margin-top: 20px;
		margin-bottom: 20px;
	}

}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* 上にマージンを空ける
	----------------------------------------------- */
	.top_long {
		margin-top: 16vw;
	}
	.top_middle {
		margin-top: 12vw;
	}
	.top_short {
		margin-top: 8vw;
	}
	.top_vshort {
		margin-top: 4vw;
	}

	/* 下にマージンを空ける
	----------------------------------------------- */
	.bottom_long {
		margin-bottom: 16vw;
	}
	.bottom_middle {
		margin-bottom: 12vw;
	}
	.bottom_short {
		margin-bottom: 8vw;
	}
	.bottom_vshort {
		margin-bottom: 4vw;
	}

	/* 両方にマージンを空ける
	----------------------------------------------- */
	.both_long {
		margin-top: 16vw;
		margin-bottom: 16vw;
	}
	.both_middle {
		margin-top: 12vw;
		margin-bottom: 12vw;
	}
	.both_short {
		margin-top: 8vw;
		margin-bottom: 8vw;
	}
	.both_vshort {
		margin-top: 4vw;
		margin-bottom: 4vw;
	}

}




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

	パディングボックス

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

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* 上にパディングを空ける
	----------------------------------------------- */
	.p_top_long {
		padding-top: 120px;
	}
	.p_top_middle {
		padding-top: 80px;
	}
	.p_top_short {
		padding-top: 40px;
	}
	.p_top_vshort {
		padding-top: 20px;
	}

	/* 下にパディングを空ける
	----------------------------------------------- */
	.p_bottom_long {
		padding-bottom: 120px;
	}
	.p_bottom_middle {
		padding-bottom: 80px;
	}
	.p_bottom_short {
		padding-bottom: 40px;
	}
	.p_bottom_vshort {
		padding-bottom: 20px;
	}

	/* 両方にパディングを空ける
	----------------------------------------------- */
	.row_long {
		padding-top: 120px;
		padding-bottom: 120px;
	}
	.row_middle {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.row_short {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.row_vshort {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* 上にパディングを空ける
	----------------------------------------------- */
	.p_top_long {
		padding-top: 16vw;
	}
	.p_top_middle {
		padding-top: 12vw;
	}
	.p_top_short {
		padding-top: 8vw;
	}
	.p_top_vshort {
		padding-top: 4vw;
	}

	/* 下にパディングを空ける
	----------------------------------------------- */
	.p_bottom_long {
		padding-bottom: 16vw;
	}
	.p_bottom_middle {
		padding-bottom: 12vw;
	}
	.p_bottom_short {
		padding-bottom: 8vw;
	}
	.p_bottom_vshort {
		padding-bottom: 4vw;
	}

	/* 両方にパディングを空ける
	----------------------------------------------- */
	.row_long {
		padding-top: 16vw;
		padding-bottom: 16vw;
	}
	.row_middle {
		padding-top: 12vw;
		padding-bottom: 12vw;
	}
	.row_short {
		padding-top: 8vw;
		padding-bottom: 8vw;
	}
	.row_vshort {
		padding-top: 4vw;
		padding-bottom: 4vw;
	}


	/* 背景色を伸ばす
	----------------------------------------------- */
	.row_sp {
		padding-left: 4vw !important;
		padding-right: 4vw !important;
	}
}




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

	カラーボックス

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

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* カラー01 */
	.row_c01 {
		background: url(../img/spacer.gif) center top / auto auto repeat ,#fdf7e3;
	}

	/* カラー02 */
	.row_c02 {
		background: url(../img/spacer.gif) center top / auto auto repeat ,#f0fafc;
	}

	/* ボーダー囲い */
	.box_border {
		padding: 40px;
		border: 4px solid #f7722a;
		width: 1000px;
		margin: 0 auto;
		background: #fff;
		border-radius: 30px;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* カラー01 */
	.row_c01 {
		background: url(../img/spacer.gif) center top / auto auto repeat ,#fdf7e3;
		padding-left: 4vw;
		padding-right: 4vw;
	}

	/* カラー02 */
	.row_c02 {
		background: url(../img/spacer.gif) center top / auto auto repeat ,#f0fafc;
		padding-left: 4vw;
		padding-right: 4vw;
	}

	/* ボーダー囲い */
	.box_border {
		padding: 4vw;
		border: 1vw solid #f7722a;
		background: #fff;
		border-radius: 30px;
	}
}




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

	見出し

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

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* h2見出し
	----------------------------------------------- */
	.h2_cate {
		/* background: url(../img/h2_bg.png) repeat-x center left / auto; */
		text-align: center;
		border-bottom: #f26931 dashed;
		background: #fdf7e3;
	}
	.h2_cate h2 {
		font-size: 32px;
		font-weight: 500;
		line-height: 1.4 !important;
		/* background: #fff; */
		color: #f26931;
		display: inline-block;
		padding: 10px 45px;
		margin: 0 120px;
		border-radius: 50px;
	}

	/* h3見出し
	----------------------------------------------- */
	.h3_cate {
		padding: 0 0 8px 0 !important;
	}
	.h3_cate h3 {
		font-size: 26px;
		font-weight: 500;
		line-height: 1.4 !important;
		text-align: center;
		color: #f26931;
	}
	.h3_cate h3::before{
		position: absolute;
		content: "";
		background: #f26931;
		width: 177px;
		height: 6px;
		border-radius: 10vw;
		bottom: -22px;
		left: 50%;
		margin-left: -90px;
	}

}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* h2見出し
	----------------------------------------------- */
	.h2_cate {
		background: #fdf7e3;
		border-bottom: 3px dashed #f26931;
		padding: 2vw 0 2vw 0 !important;
	}
	.h2_cate h2 {
		color: #f26931;
		font-size: 5.5vw;
		font-weight: 500;
		line-height: 1.4 !important;
		text-align: center;
	}

	/* h3見出し
	----------------------------------------------- */
	.h3_cate {
		padding: 0 0 1.5vw 0 !important;
	}
	.h3_cate h3 {
		color: #f26931;
		font-size: 4.5vw;
		font-weight: 500;
		line-height: 1.4 !important;
		text-align: center;
	}
	.h3_cate h3::before{
		position: absolute;
		content: "";
		background: #f26931;
		width: 39.8vw;
		height: 1.35vw;
		border-radius: 10vw;
		bottom: -2.3vw;
		left: 50%;
		margin-left: -19.6vw;
	}

}




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

	共通ボタン

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

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* リンク
	----------------------------------------------- */
	.link_common {
		margin-top: 40px;
	}
	.link_common ul {
		font-size: 0;
		letter-spacing: -0.4em;
		text-align: center;
	}
	.link_common ul li {
		display: inline-block;
		font-size: 22px;
		letter-spacing: 0;
		margin-left: 20px;
	}
	.link_common ul li:first-of-type {
		margin-left: 0;
	}
	.link_common ul li a {
		position: relative;
		display: block;
		background: #f7722a;
		color: #ffffff;
		letter-spacing: 0.05em;
		text-indent: 0.05em;
		line-height: 1.3;
		padding: 0.8em 4em 0.9em;
		border-radius: 30vw;
	}
	.link_common ul li a::after {
		position: absolute;
		content: "";
		display: block;
		background: url(../img/button_icon_01.png) no-repeat center top / 100% auto;
		width: 19px;
		height: 19px;
		top: 50%;
		margin-top: -9px;
		right: 16px;
		
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* リンク
	----------------------------------------------- */
	.link_common {
		margin-top: 6vw;
	}
	.link_common ul {
		text-align: center;
	}
	.link_common ul li {
		display: block;
		font-size: 4vw;
	}
	.link_common ul li {
		margin-top: 2vw;
	}
	.link_common ul li:first-of-type {
		margin-top: 0;
	}
	.link_common ul li a {
		position: relative;
		display: block;
		width: 80vw;
		background: #f7722a;
		color: #ffffff;
		letter-spacing: 0.05em;
		text-indent: 0.05em;
		line-height: 1.3;
		padding: 0.8em 0 0.9em;
		margin-left: auto;
		margin-right: auto;
		border-radius: 30vw;
	}
	.link_common ul li a::after {
		position: absolute;
		content: "";
		display: block;
		background: url(../img/button_icon_01.png) no-repeat center top / 100% auto;
		width: 4vw;
		height: 4vw;
		top: 50%;
		margin-top: -2vw;
		right: 3vw;
	}
}





/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★

	ここから各固定ページ

★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ================================================================================

	共通

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	.cate_text{
		text-align: center;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.cate_text{
		text-align: left;
	}

}


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

	実績紹介部分

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


/* カテゴリアイコン色 */
.works_icon span {
	background-color: #222222;
	color: #ffffff;
}


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	.works_wrap {
		position: relative;
		width: 1000px;
		margin:0 auto;
	}
	.works_wrap ul {
		font-size: 0;
		text-align: center;
	}
	.works_wrap > ul > li {
		display: inline-block;
		vertical-align: top;
		text-align: left;
		width: 320px;
		margin-left: 20px;
		font-size: 16px;
	}
	.works_wrap > ul > li:nth-of-type(3n+1) {
		margin-left: 0;
	}


	/* カテゴリアイコン */
	.works_icon {
		position: relative;
		height: 0;
	}
	.works_icon span {
		position: relative;
		display: inline-block;
		transform: translateY(16px);
		-webkit-transform: translateY(16px);
		-ms-transform: translateY(16px);
		padding: 0 0.5em 0.1em;
		z-index: 1;
	}


	/* サムネイル画像 */
	.works_thumb img {
		width: 100%;
		height: 213px;
		object-fit: cover;
		font-family: 'object-fit: cover;'; /* IE対策 */
	}


	/* 投稿記事見出し */
	.works_title a {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		padding: 0.3em 0.5em;
		font-size: 18px;
	}

}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	.works_wrap {
		position: relative;
		margin: 0 auto;
	}
	.works_wrap > ul {
	}
	.works_wrap > ul > li {
		position: relative;
		padding: 0;
		margin-top: 6vw;
	}
	.works_wrap > ul > li:first-of-type {
		margin-top: 0;
	}

	.works_wrap > ul > li > a {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		
		border: 1px solid #cccccc;
	}


	/* カテゴリアイコン */
	.works_icon {
		position: relative;
		height: 0;
	}
	.works_icon span {
		position: relative;
		display: inline-block;
		transform: translateY(4vw);
		-webkit-transform: translateY(4vw);
		-ms-transform: translateY(4vw);
		padding: 0 0.5em 0.1em;
		z-index: 1;
	}


	/* サムネイル画像 */
	.works_thumb img {
		max-width: 100%;
		width: 100%;
		height: 62vw;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}


	/* 投稿記事見出し */
	.works_title a {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		padding: 0.3em 0.5em;
		font-size: 4vw;
	}

}





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

	事業所ページ

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	/* 個人情報 */
	.kozinzyouhou .elementor-toggle .elementor-tab-title,
	.kozinzyouhou .elementor-toggle .elementor-tab-content {
		border-bottom: 1px solid #f7722a;
	}
	/* 同意 */
	.doui{
		text-align: center;
		margin-top: 40px;
	}
	.doui p span > span{
		padding-top: 10px;
		display: inline-block;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	/* 個人情報 */
	.kozinzyouhou .elementor-toggle .elementor-tab-title,
	.kozinzyouhou .elementor-toggle .elementor-tab-content {
		border-bottom: 1px solid #f7722a;
	}
	/* 同意 */
	.doui{
		text-align: center;
		margin-top: 8vw;
	}
	.doui p span > span{
		padding-top: 4vw;
		display: inline-block;
	}
}





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

	よくわかる！ご利用までの流れ

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.flow_first_text {
		position: relative;
		display: inline-block;
		margin: 1.5em 15px 1.5em 0;
		padding: 37px 30px;
		min-width: 120px;
		max-width: 100%;
		background: #fdf7e3;
		border-radius: 32px;
	  }
	  
	  .flow_first_text:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 100%;
		margin-top: -15px;
		border: 15px solid transparent;
		border-left: 40px solid #fdf7e3;
		z-index: 2;
	  }


/* 各種お問い合わせ */
	  	/* お問い合わせ */
	.row06_in{
		padding: 4vw 10vw 0;
	}

	.row06_in_1,.row06_in_2{
		border: #f7722a 0.2vw solid;
		border-radius: 2vw;
		background: #ffffff;
	}
	.row06_in_1 h3,
	.row06_in_2 h3{
		color: #f7722a;
		display: block;
		background: #ffffff;
		text-align: center;
		width: 10vw;
		margin: -1.3vw auto 0;
		padding-bottom: 2.2vw;
	}
	.row06_in_1 ul li:not(:first-of-type),
	.row06_in_2 ul li:not(:first-of-type){
		padding-top: 1vw;
	}
	.row06_in_1,.row06_in_2 {
		height: 21.8vw;
	}
	/* ＝＝リンク＝＝ */
	/* オレンジ枠 */
	.row06_in_1 ul li.w_o_link a {
		background: #ffffff;
		border: #f7722a 0.25vw solid;
		position: relative;
		color: #f7722a;
		width: 25.1vw;
		display: block;
		padding: 0.6vw;
		margin: 0 auto;
		border-radius: 30vw;
		font-size: 1.5vw;
		text-align: center;
		letter-spacing: 0.05em;
		font-weight: 500;
	}
	/* オレンジ */
	.row06_in_1 ul li.orange_link a,
	.row06_in_2 ul li.orange_link a {
		background: #f7722a;
		position: relative;
		color: #ffffff;
		width: 25.1vw;
		display: block;
		padding: 1.1vw;
		margin: 0 auto;
		border-radius: 30vw;
		font-size: 1.25vw;
		text-align: center;
		font-weight: 500;
	}
	.row06_in_1 ul li.orange_link a::after,
	.row06_in_2 ul li.orange_link a::after {
		position: absolute;
		content: "";
		background: url(../img/button_icon_01.png) no-repeat center top / 100% auto;
		width: 1.4vw;
		height: 1.4vw;
		top: 1.5vw;
		right: 1.3vw;
	}
	/* 緑 */
	.row06_in_1 ul li.green_link a {
		background: #06c051;
		position: relative;
		color: #ffffff;
		width: 25.1vw;
		display: block;
		padding: 1.1vw;
		margin: 0 auto;
		border-radius: 30vw;
		font-size: 1.25vw;
		text-align: center;
		font-weight: 500;
	}
	.row06_in_1 ul li.green_link a::after {
		position: absolute;
		content: "";
		background: url(../img/button_icon_03.png) no-repeat center top / 100% auto;
		width: 1.4vw;
		height: 1.4vw;
		top: 1.5vw;
		right: 1.3vw;
	}
	/* 青 */
	.row06_in_2 ul li.blue_link a {
		background: #418fff;
		position: relative;
		color: #ffffff;
		width: 25.1vw;
		display: block;
		padding: 1.1vw;
		margin: 0 auto;
		border-radius: 30vw;
		font-size: 1.25vw;
		text-align: center;
		font-weight: 500;
	}
	.row06_in_2 ul li.blue_link a::after {
		position: absolute;
		content: "";
		background: url(../img/button_icon_04.png) no-repeat center top / 100% auto;
		width: 1.4vw;
		height: 1.4vw;
		top: 1.5vw;
		right: 1.3vw;
	}

	/* テキスト部分 */
	.row06_in_2 p{
		position: relative;
		text-align: center;
		font-weight: 500;
		padding-top: 2.3vw;
	}
	.row06_in_2 p::before{
		position: absolute;
		content: "";
		background: url(../img/character_05.png) no-repeat center top / 100% auto;
		width: 10.3vw;
		height: 12vw;
		top: 1.2vw;
		left: 50%;
		margin-left: 7vw;
	}

}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.flow_first_text {
		position: relative;
		display: inline-block;
		margin: 1.5em 0 1.5em 0;
		padding: 5vw;
		background: #fdf7e3;
		border-radius: 32px;
	  }
	  
	  .flow_first_text:before {
		content: "";
		position: absolute;
		bottom: -25%;
		left: 50%;
		border: 15px solid transparent;
		border-top: 40px solid #fdf7e3;
		z-index: 2;
	  }


		.sp_yana img{
			width: 50vw;
		}
	  	/* お問い合わせ */
		  .row06 {
			padding-top: 17.6vw;
		}
		.row06 h2{
			text-align: center;
			font-size: 6vw;
			letter-spacing: 0.05em;
			font-weight: 500;
			display: block;
			background: #fff;
		}
		.row06 .h2_title{
			position: relative;
		}
		.row06 .h2_title::before{
			position: absolute;
			content: "";
			background: url(../img/h2_bg.png) repeat-x center left / 4%;
			width: 49.2vw;
			height: 1vw;
			top: -4.9vw;
			left: 50%;
			margin-left: -24.3vw;
		}
		.time_text p{
			position: relative;
		}
		.time_text p::after{
			position: absolute;
			content: "";
			background: url(../img/h2_bg.png) repeat-x center left / 4%;
			width: 49.2vw;
			height: 1vw;
			bottom: -4.9vw;
			left: 50%;
			margin-left: -24.3vw;
		}
	
	
		/* お問い合わせ */
		.row06_in{
			padding: 15vw 0 0;
		}
	
		.row06_in_1,.row06_in_2{
			border: #f7722a 0.6vw solid;
			border-radius: 7vw;
			padding-bottom: 9vw;
		}
		.row06_in_1 h3,
		.row06_in_2 h3{
			color: #f7722a;
			display: block;
			background: #ffffff;
			text-align: center;
			width: 39vw;
			margin: -4.8vw auto 0;
			padding-bottom: 4.2vw;
			font-size: 5vw;
		}
		.row06_in_1 ul li:not(:first-of-type),
		.row06_in_2 ul li:not(:first-of-type){
			padding-top: 5vw;
		}
		/* .row06_in_1,.row06_in_2 {
			height: 21.8vw;
		} */
		/* ＝＝リンク＝＝ */
		/* オレンジ枠 */
		.row06_in_1 ul li.w_o_link a {
			background: #ffffff;
			border: #f7722a 1.05vw solid;
			position: relative;
			color: #f7722a;
			width: 75.1vw;
			display: block;
			padding: 3.6vw 0;
			margin: 0 auto;
			border-radius: 30vw;
			font-size: 4.5vw;
			text-align: center;
			letter-spacing: 0.05em;
			font-weight: 500;
		}
		/* オレンジ */
		.row06_in_1 ul li.orange_link a,
		.row06_in_2 ul li.orange_link a {
			background: #f7722a;
			position: relative;
			color: #ffffff;
			width: 75.1vw;
			display: block;
			padding: 4.1vw 0;
			margin: 0 auto;
			border-radius: 30vw;
			font-size: 4.25vw;
			text-align: center;
			font-weight: 500;
		}
		.row06_in_1 ul li.orange_link a::after,
		.row06_in_2 ul li.orange_link a::after {
			position: absolute;
			content: "";
			background: url(../img/button_icon_01.png) no-repeat center top / 100% auto;
			width: 4.4vw;
			height: 4.4vw;
			top: 5.6vw;
			right: 4.3vw;
		}
		/* 緑 */
		.row06_in_1 ul li.green_link a {
			background: #06c051;
			position: relative;
			color: #ffffff;
			width: 75.1vw;
			display: block;
			padding: 4.1vw 0;
			margin: 0 auto;
			border-radius: 30vw;
			font-size: 4.25vw;
			text-align: center;
			font-weight: 500;
		}
		.row06_in_1 ul li.green_link a::after {
			position: absolute;
			content: "";
			background: url(../img/button_icon_03.png) no-repeat center top / 100% auto;
			width: 4.4vw;
			height: 4.4vw;
			top: 5.6vw;
			right: 4.3vw;
		}
		/* 青 */
		.row06_in_2 ul li.blue_link a {
			background: #418fff;
			position: relative;
			color: #ffffff;
			width: 75.1vw;
			display: block;
			padding: 4.1vw;
			margin: 0 auto;
			border-radius: 30vw;
			font-size: 4.25vw;
			text-align: center;
			font-weight: 500;
		}
		.row06_in_2 ul li.blue_link a::after {
			position: absolute;
			content: "";
			background: url(../img/button_icon_04.png) no-repeat center top / 100% auto;
			width: 4.4vw;
			height: 4.4vw;
			top: 5.6vw;
			right: 4.3vw;
		}
	
		/* テキスト部分 */
		.row06_in_2 p{
			position: relative;
			text-align: center;
			font-weight: 500;
			padding-top: 8.3vw;
		}
		.row06_in_2 p::before{
			position: absolute;
			content: "";
			background: url(../img/character_05.png) no-repeat center top / 100% auto;
			width: 25.3vw;
			height: 30vw;
			top: 6.2vw;
			right: -2.7vw;
		}
}





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

	ピアノ運送ページ

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	/* ＝＝＝様々なピアノの運送実績がございます！＝＝＝ */
	.piano_zisseki table{
		width: 100%;
	}
	.piano_zisseki table ,.piano_zisseki table td, .piano_zisseki table th {
		border: 1px solid #f26931;
		border-collapse: collapse;
	}

	/* th */
	.piano_zisseki table th{
		width: 30%;
		padding: 10px;
	}

	.piano_zisseki table th:first-of-type{
		background: #f6a482;
	}
	.piano_zisseki table th:nth-of-type(2){
		background: #f6cf82;
	}
	.piano_zisseki table th:last-of-type{
		background: #f6e482;
	}

	/* td */
	.piano_zisseki table td{
		padding: 5px 0 5px 45px;
		background: #ffffff;
	}



	/* ＝＝＝ピアノ運送価格 / 最安料金＝＝＝ */
	.table_piano01 table,.table_piano02 table,.table_piano03 table{
		width: 100%;
	}
	.table_piano01 table,.table_piano01 table td,.table_piano01 table th{
		border: 1px solid  #f6a482;
		border-collapse: collapse;
	}
	.table_piano02 table,.table_piano02 table td,.table_piano02 table th{
		border: 1px solid  #f6cf82;
		border-collapse: collapse;
	}
	.table_piano03 table,.table_piano03 table td,.table_piano03 table th{
		border: 1px solid  #f6e482;
		border-collapse: collapse;
	}

	/* th */
	.table_piano01 table th{
		padding: 10px;
		background: #f6a482;
	}
	.table_piano02 table th{
		padding: 10px;
		background: #f6cf82;
	}
	.table_piano03 table th{
		padding: 10px;
		background: #f6e482;
	}

	/* td */
	.table_piano01 table td,.table_piano02 table td,.table_piano03 table td{
		width: 30%;
		padding: 10px;
		background: #ffffff;
	}



	/* ＝＝＝ピアノ運送のお客様の声＝＝＝ */


	.piano_wrap ul {
		text-align: center;
		font-size: 0;
	  }
	  .piano_wrap ul li {
		display: inline-block;
		padding: 0 14px;
	  }
	  .piano_wrap ul li .voice_date {
		color: #888a8e;
		font-size: 17px;
		text-align: center;
		display: block;
		font-weight: 500;
		padding-bottom: 4px;
	  }
	  .piano_wrap ul li .voice_thumb img {
		width: 239px;
		height: 166px;
		object-fit: cover;
		font-family: 'object-fit: cover;';
		border-radius: 110px;
	  }
	  .piano_wrap .voice_title {
		font-size: 18px;
		display: inline-block;
		vertical-align: top;
		width: 223px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		margin: 0 auto;
		text-align: center;
		padding: 5px 5px 5px 40px;
	  }
	  .piano_wrap ul li .voice_title a {
		color: #212732;
		font-size: 18px;
	  }

	  /* ピアノイラスト配置 */
	  .piano_box01{
		  position: relative;
	  }
	  .piano_box01::before{
		position: absolute;
		content: "";
		background: url(../img/illust-01.png) no-repeat center top / 100% auto;
		width: 231px;
		height: 236px;
		bottom: -67px;
		left: 15px;
		z-index: 0;
	}

}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
		/* ＝＝＝様々なピアノの運送実績がございます！＝＝＝ */
		.piano_zisseki table{
			width: 100%;
		}
		.piano_zisseki table ,.piano_zisseki table td, .piano_zisseki table th {
			border: 1px solid #f26931;
			border-collapse: collapse;
		}
	
		/* th */
		.piano_zisseki table th{
			width: 30%;
			padding: 1.5vw 0;
		}
	
		.piano_zisseki table th:first-of-type{
			background: #f6a482;
		}
		.piano_zisseki table th:nth-of-type(2){
			background: #f6cf82;
		}
		.piano_zisseki table th:last-of-type{
			background: #f6e482;
		}
	
		/* td */
		.piano_zisseki table td{
			padding: 1.5vw;
			background: #ffffff;
		}
	
	
	
		/* ＝＝＝ピアノ運送価格 / 最安料金＝＝＝ */
		.table_piano01 table,.table_piano02 table,.table_piano03 table{
			width: 100%;
		}
		.table_piano01 table,.table_piano01 table td,.table_piano01 table th{
			border: 1px solid  #f6a482;
			border-collapse: collapse;
		}
		.table_piano02 table,.table_piano02 table td,.table_piano02 table th{
			border: 1px solid  #f6cf82;
			border-collapse: collapse;
		}
		.table_piano03 table,.table_piano03 table td,.table_piano03 table th{
			border: 1px solid  #f6e482;
			border-collapse: collapse;
		}
	
		/* th */
		.table_piano01 table th{
			padding: 1.5vw;
			background: #f6a482;
		}
		.table_piano02 table th{
			padding: 1.5vw;
			background: #f6cf82;
		}
		.table_piano03 table th{
			padding: 1.5vw;
			background: #f6e482;
		}
	
		/* td */
		.table_piano01 table td,.table_piano02 table td,.table_piano03 table td{
			width: 30%;
			padding: 1.5vw;
			background: #ffffff;
		}

	/* ＝＝＝ピアノ運送のお客様の声＝＝＝ */
	/* お客様の声設定 */
	.piano_wrap ul{
		text-align:center;
		font-size: 0;
		padding-top: 16.5vw;
	}
	.piano_wrap ul li:first-of-type{
		display: inline-block;
		padding: 0 0 5vw;
	}
	.piano_wrap ul li{
		display: inline-block;
		padding: 0 1.5vw;
	}
	/* 日付 */
	.piano_wrap ul li .voice_date{
		color: #888a8e;
		font-size: 4vw;
		text-align: center;
		display: block;
		font-weight: 500;
		padding-bottom: 0.5vw;
	}
	/* サムネイル */
	.piano_wrap ul li:first-of-type .voice_thumb img{
		width: 84vw;
		height: 47vw;
		object-fit: cover;
		font-family: 'object-fit: cover;';
		border-radius: 42vw;
	}
	.piano_wrap ul li .voice_thumb img{
		width: 41vw;
		height: 31vw;
		object-fit: cover;
		font-family: 'object-fit: cover;';
		border-radius: 25vw;
	}
	/* タイトル */
	.piano_wrap ul li:first-of-type .voice_title{
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		font-size: 4vw;
		width: 76vw;
		margin: 0 auto;
		text-align: center;
		padding-top: 0.5vw;
	}
	.piano_wrap ul li:first-of-type .voice_title a{
		color: #212732;

	}
	.piano_wrap ul li .voice_title a{
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		color: #212732;
		font-size: 4vw;
		width: 36vw;
		margin: 0 auto;
		text-align: center;
		padding-top: 0.5vw;
	}


		/* お問い合わせフォームの調整 */
		#address-b,#address-b{
			margin-top: 2vw;
		}
	  /* ピアノイラスト配置 */
	  .piano_box01{
		position: relative;
	}
	.piano_box01::before{
		position: absolute;
		content: "";
		background: url(../img/illust-01.png) no-repeat center top / 100% auto;
		width: 27vw;
		height: 28vw;
		top: -12vw;
		right: -4vw;
		z-index: 0;
  }
	
}





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

	沖縄ページ

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	/* タイトル横のシーサー */
	.okinawa_top_title{
		position: relative;
	}
	.okinawa_top_title::before{
		position: absolute;
		content: "";
		background: url(../img/okinawa_top_01.png) no-repeat center top / 100% auto;
		width: 181px;
		height: 189px;
		bottom: -20px;
		left: -10px;
		z-index: 0;
	}
	.okinawa_top_title::after{
		position: absolute;
		content: "";
		background: url(../img/okinawa_top_02.png) no-repeat center top / 100% auto;
		width: 170px;
		height: 176px;
		bottom: -49px;
		right: -10px;
		z-index: 0;
	}

	.okinawa_box01{
		position: relative;
	}
	.okinawa_box01::before{
		position: absolute;
		content: "";
		background: url(../img/okinawa_illusto1.png) no-repeat center top / 100% auto;
		width: 141px;
		height: 136px;
		bottom: -34px;
		left: 50%;
		z-index: 0;
		margin-left: -413px;
	}
	.okinawa_box01::after{
		position: absolute;
		content: "";
		background: url(../img/okinawa_illusto2.png) no-repeat center top / 100% auto;
		width: 174px;
		height: 136px;
		bottom: -45px;
		right: 50%;
		z-index: 0;
		margin-right: -456px;
	}


	.page-okinawa .row06_in {
		padding: 4vw 10vw 0;
	  }
	.page-okinawa .row06_in_2 p::before {
		position: absolute;
		content: "";
		background: url(../img/green_s.png) no-repeat center top / 100% auto;
		width: 10.3vw;
		height: 12vw;
		top: 4.2vw;
		left: 50%;
		margin-left: 8vw;
	  }
	  .page-okinawa .row06_in_1::before {
		position: absolute;
		content: "";
		background: url(../img/character_05.png) no-repeat center top / 100% auto;
		width: 10.3vw;
		height: 12vw;
		bottom: -5vw;
		left: 50%;
		margin-left: -21vw;
	  }
	
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	/* タイトル横のシーサー */
	.okinawa_top_title{
		position: relative;
	}
	.oki_top_img img{
		width: 33vw;
	  }
	  
	.okinawa_top_title::before{
		position: absolute;
		content: "";
		background: url(../img/okinawa_top_01.png) no-repeat center top / 100% auto;
		width: 28vw;
		height: 30vw;
		top: -25vw;
		left: -3vw;
		z-index: 0;
	}
	.okinawa_top_title::after{
		position: absolute;
		content: "";
		background: url(../img/okinawa_top_02.png) no-repeat center top / 100% auto;
		width: 28vw;
		height: 24vw;
		top: -21vw;
		right: -2vw;
		z-index: 0;
	}


	.okinawa_box01{
		position: relative;
	}
	.okinawa_box01::before{
		position: absolute;
		content: "";
		background: url(../img/okinawa_illusto1.png) no-repeat center top / 100% auto;
		width: 17vw;
		height: 17vw;
		top: -6vw;
		left: -4vw;
		z-index: 0;
	}
	.okinawa_box01::after{
		position: absolute;
		content: "";
		background: url(../img/okinawa_illusto2.png) no-repeat center top / 100% auto;
		width: 22vw;
		height: 15vw;
		top: -6vw;
		right: -2vw;
		z-index: 0;
	}

	.page-okinawa .row06_in_2 p::before {
		position: absolute;
		content: "";
		background: url(../img/green_s.png) no-repeat center top / 100% auto;
		width: 25.3vw;
		height: 30vw;
		top: 6.2vw;
		right: -2.7vw;
	  }
	  .page-okinawa .row06_in_1::before {
		position: absolute;
		content: "";
		background: url(../img/character_05.png) no-repeat center top / 100% auto;
		width: 25.3vw;
		height: 30vw;
		bottom: -14vw;
		left: -2.7vw;
		pointer-events: none;
		z-index: 1;
	  }
}





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

	アクセスページ

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

.map_box a {
	width: 100%;
	height: 450px;
	display: block;
	z-index: 1;
	position: absolute;
}


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	
}