

/****** PC ******/
body {
    background-color: #fff;
	font-family:"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", sans-serif, Arial, Helvetica;
    font-size: 15.5px;
}
.container {
	max-width:1240px;
	width:100%;
	text-align:center;
	margin:0 auto;
	overflow:clip;
}

.container_top_head {
	max-width:1016px;
	width:100%;
	text-align:left;
	margin:0 auto;
	overflow:clip;
	padding: 10px 0 9px 0;
	position: relative;
}
.container_top_head a {
	text-decoration:none;
}

.top_sim_exte_banner {
	position: absolute;
	top: 3px;
	left: 792px;
}

#header {
	overflow:clip;
}
#top_upper_header {
	background-color:#f5f5f5;
}

h1.sitetop {
	display:inline;
}

.title_top {
	text-align:left;
}
.title_top.pc {
	display:inline;
	width:204px;
	height:55px;
}
.title_top_string.pc {
	display:inline;
	width:166px;
	height:27px;
	margin-left:9px;
	margin-top:2px;
}

#top_lower_header{
	display:flex;
	margin-top:3px;
}

#top_menu {
/*	float:right;*/
	text-align:right;
	width: 100%;
	height:22px;
}
.top_menu_link {
	font-size:14.5px;
/*	margin-left:18px;*/
	text-decoration:none;
}
a.top_menu_link {
	color:#1e1e1e;
	padding:0 9px;
    padding-bottom: 3px;
	display: inline-block;
	font-feature-settings: "palt" 1;
	transition: 0.1s;
    border-bottom: 2px solid #f5f5f5;
}
a.top_menu_link:hover {
	color:#B8B8B8;
    border-bottom: 2px solid #333;
}

.top_second_menu_switch:hover ~ #top_second_menu ,
#top_second_menu:hover {
	height:231px;
	transition:0.5s;
}
#top_second_menu {
	display:block;
	overflow: hidden;
	position:absolute;
	width:1016px;
	height:0px;
/*	height:231px;*/
	text-align:left;
	position:absolute;
	top:93px;
	z-index:10;
	opacity:0.9;
}
.top_second_menu_ul {
	position:absolute;
	overflow: hidden;
/*	left:344px;*/
	right: 133px;
	width:228px;
	height:231px;
	margin:0;
	color:#1E1E1E;
	background-color:#fff;
	opacity:1;
	z-index:10;
	list-style: ">";
	padding-left:20px;
	font-size:0.85rem;
	line-height:2em;
}
.top_second_menu_ul a {
	font-size:0.85rem;
}
#top_second_menu a.top_menu_link {
	    border-bottom: 2px solid #ffffff;
}
#top_second_menu a.top_menu_link:hover {
    border-bottom: 2px solid #333;
}

/* 外構見積バナー PC */
.top_sim_exte_banner {
	position: absolute;
	top: 3px;
	left: 792px;
}
/* ヘッダー等上部 */
.cg_header {
	width:100%;
	height:400px;
	background: 50% 0%;
	background-repeat: no-repeat;  
	background-image: url("../img/cg_plan/head.jpg");
}
.cg_title {
	margin-top: 27px;
	text-align:center;
	position: relative;
	margin-bottom: 37px;
}
.cg_title img {
	width:696px;
	height:357px;
	margin: 0 auto;
}

.cg_subtitle {
	font-size:14px;
	text-align:center;
	margin-top: 79px;
	line-height: 2em;
}
.cg_top_text {
	margin-top:59px;
	margin-bottom: 68px;
	font-size: 13px;
	line-height: 2;
	text-align: center;
	font-feature-settings: "palt" 1;
}
.menu_thumbnail_frame {
		width:100%;
		background-color:#f5f5f5;
		padding-top: 12px;
		margin-bottom: 89px;
}
.menu_thumbnail {
	width:1051px;
	margin-top:33px;
	margin-bottom:34px;
	margin-left:auto;
	margin-right:auto;
	display:flex;
	flex-wrap: wrap;
	padding-bottom: 111px;
}
.thumb_one {
	width:300px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
a.thumb_area {
	text-decoration: none;
}
img.img_thum {
	width:300px;
	height:300px;
	margin-top:53px;
}
.img_thum_title {
	margin-top:14px;
}
a.thumb_area:hover {
	opacity:0.6;
	transition: 0.3s;
}





/* 装飾ラジオボタン 丸 */
input[type=radio] {
  margin-right: 8px;
}
.radio-btns {
	margin: 0 auto 63px;
}
.radio-btns input[type=radio] {
  display: none;
}
.radio-btns label {
  position: relative;
  padding-left: 25px;
}
.radio-btns input[type=radio] + label::before {
  position: absolute;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #319c95;
  left: 0;
  top: 0;
}
.radio-btns input[type=radio] + label::after {
  position: absolute;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #319c95;
  left: 5px;
  top: 5px;
  opacity: 0;
}
.radio-btns input[type=radio]:checked + label::after {
 opacity: 1;
}

/* 装飾ラジオボタン 角 */

.radio-btns_sq {
	display:inline;
}
.radio-btns_sq input[type=radio] {
  display: none;
}
.exsim_radio_button_sq:checked + label {
  background-color:#319c95;
  color:#fff;
  font-weight:bold;
	box-shadow: 0px 0px 0px;
}



/* テキストボックス装飾 */
.shadowbox {
	-webkit-appearance: none;
	appearance: none;
	box-shadow: inset 2px 2px 2px rgba(0, 0, 0, .1); /* ボックス内側の影を指定（[左][上][広がり]）*/
}


/* かんたん・詳細共通 */
.gray {
	color:#888;
}

button {
	border: none;
	outline: none;
	background: transparent;
}



/* 外溝シミュレーションバナー PC */
.sim_banner_off {
	z-index:1;
	width:764px;
	height:180px;
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	margin-top:415px;
}
.sim_banner_off.pc{
	display:inline;
}
.sim_banner_off:hover {
	opacity:0;
	transition: 0.4s;
}
.sim_banner_on {
	z-index:0;
	width:764px;
	height:180px;
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	margin-top:415px;
}

/* Topic Path（パンくずリスト） */
.topic_path {
	margin: -13px auto 13px auto;
	font-size:12px;
	position: relative;
	color:#1E1E1E;
	max-width:1150px;
	text-align:right;
}
.topic_path a {
	text-decoration:none;
	color:#1E1E1E;
}

/* Footer */
#footer {
	background-color:#f0f0f0;
	width: 100%;
	display:inline-block;
	z-index:0;
	text-align:center;
}
.footer_upper {
	width:616px;
	margin: 66px auto 61px auto;
	text-align:left;
}
.footer_contact {
	font-size: 13px;
	margin-top: 5px;
	display:inline-block;
	line-height: 1.85;
	margin-right: 42px;
}
.footer_menu {
	display:inline-block;
	text-align:center;
}
.footer_menu a {
	font-size:12px;
	padding: 0 13px;
	margin-bottom:14px;
	display:inline-block;
	text-decoration:none;
	text-align:center;
	color:#1E1E1E;
	font-feature-settings: "palt" 1;
}
.footer_menu a:hover {
	opacity:0.6;
}

.footer_bar {
	text-align:center;
	margin: 0 auto;
	width: 906px;
	border:1px #d0d0d0 solid;
	margin-bottom:21px;
}
.footer_store_list {
	width:940px;
	text-align:center;
	margin:0 auto;
	padding-left:13px;
	padding-bottom:20px;
	font-size:13px;
}
.footer_list_cell {
	display:table-cell;
	text-align:left;
}
.footer_list_area {
	color:#1e1e1e;
	line-height:2em;
}
.footer_list_cell a {
	text-decoration:none;
	color:#8c8c8c;
	line-height:2em;
	font-feature-settings: "palt" 1;

}
.footer_list_cell a:hover {
	opacity:0.6;
}
.footer_bottom {
	height:106px;
	background-color:#30303E;
	width:100%;
}
.footer_bottom_inner {
	width: 916px;
	margin:0 auto;
	position:relative;
}
.footer_sns {
	float:left;
	margin-top:15px;
}
.footer_sns_fecebook {
	margin-right:31px;
}
.footer_sns_fecebook img {
	width:31px;
}
.footer_sns_instagram {
	margin-right:17px;
}
.footer_sns_instagram img {
	width:30px;
}
.footer_sns_twitter img {
	width:51px;
}
.footer_copy {
	float:right;
	margin-top:25px;
	color:#AEAEAE;
	font-size:12px;
}
.footer_copy a {
	color:#FEFEFE;
	text-decoration:none;
	font-size:13px;
}


/* 個別ページ PC */
.cg_page_header {
	display: flex;
	justify-content: center;
  	width:100%;
	height:130px;
	overflow: hidden;
}
.cg_page_title {
	margin:50px auto 0;
	text-align: center;
}
.cg_page_title h1 .pc {
	margin-left: -2px;
}
.cg_page_title_subtext {
	font-size:13px;
	line-height:2.1em;
	margin-top:24px;
	margin-bottom: 32px;
}
.cg_page_slide {
	width:100%;
	height:auto;
	background-color:#c5c5c9;
	padding-top:66px;
	padding-bottom:0;
	
}

.slider {
	width:1034px;
/*	height:648px;*/
	height:auto;
	margin:0 auto auto auto;
	left:1px;
}
.slider.long{
/*	height:775px;*/
}

.slick-track {
	display: flex !important; /* 追加 */
	align-items: center; /* 追加 */
}

.thumbnail {
	width:1075px;
	margin-top:33px;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	display:flex;
	flex-wrap: wrap;
	padding-bottom: 69px;
}

.thumbnail .slick-track {
  transform: unset !important;
}
.thumbnail img {
	max-width:226px;
	max-height:140px;
	transition: 0.12s;
}
.thumbnail img:hover{
	opacity:0.6;
	transition: 0.25s;
	filter: brightness(115%);
}
.slick-slide img {
	margin:auto;
}

.cg_page_main {
	background-color:#f5f5f5;
	margin:0;
	overflow: hidden;
	padding-top:170px;
	margin-bottom:92px;
}

hr.cg_page_bar {
	height:2px;
	width:900px;
	margin:0 auto 0 auto;
	color:#1e1e1e;
}
.cg_page_video_title {
	display:block;
	margin:auto;
	margin-top:56px;
	margin-bottom:33px;
	text-align:center;
}
.cg_page_video {
	width:900px;
	height:290px;
	display:flex;
	position: relative;
	margin:auto;
	margin-bottom: 137px;
}
.youtube {
	width:516px;
	height:290px;
}
.youtube_iframe {
	width:516px;
	height:290px;
}
.cg_page_vr {
	position:absolute;
	top:0;
	right:0;
	transition: 0.25s;
}
.cg_page_vr:hover img{
	opacity:0.6;
	transition: 0.1s;
}
.cg_page_ar {
	position:absolute;
	top:0;
	right:0;
	transition: 0.25s;
}
.cg_page_ar:hover img{
	opacity:0.6;
	transition: 0.1s;
}
.cg_page_spacer,
.cg_page_ar .cg_page_spacer {
	position:static;
	margin:auto 0 0 auto;
}
.cg_page_reference_price {
	display:block;
	margin:auto;
	margin-top:56px;
	margin-bottom:33px;
	text-align:center;
}
.cg_page_price_list {
	width:900px;
	display:block;
	margin:auto;
	margin-bottom: 38px;
}
.cg_page_price_title {
	width:900px;
	height:52px;
	text-align:center;
	vertical-align:middle;
	font-size:19px;
	font-weight:bold;
	margin-bottom:6px;
	background-color:#e2e2e4;
	display:table-cell;
}
.cg_page_price_outframe {
	width:900px;
	background-color:#fff;
	margin-top:6px;
}
.cg_page_price_inner {
	width:796px;
	margin:auto;
	padding-bottom: 28px;
}
.price_frame {
	width:796px;
	display:flex;
	position:relative;
	padding-top: 37px;
}
.price_category {
	width:155px;
	font-size:17px;
	font-weight:bold;
	padding-left: 1.25em;
	text-indent: -1.25em;
}
.price_category:before {
	content: url(../img/cg_plan/page_cg_point.png);
	vertical-align: middle;
}
.price_items {
	width:641px;
	font-size:14px;
	line-height: 1.96em;
}
.cg_page_price_hr {
	width:100%;
	height:1px;
	color:#C6C6C6;
	margin:9px auto 6px;
}
.price {
	margin:auto 7px auto auto;
	font-size:20px;
	font-weight:bold;
	text-align:right;
}
.cg_page_price_total {
	width:900px;
	height:52px;
	text-align:center;
	margin:auto;
	display:flex;
	position:relative;
	font-size:20px;
	font-weight:bold;
	vertical-align:middle;
	background-color:#e2e2e4;
}
.total_title {
	margin: auto 0 auto auto;
}
.total_price {
	color:#e60012;
	margin: auto auto auto 30px;
}
.cg_page_caution {
	width:600px;
	font-size:13px;
	line-height:1.95em;
	margin:auto;
	margin-bottom: 40px;
}
.caution_indent:before {
	content: "＊";
	display:inline-block;
	vertical-align: middle;
}
.cg_page_letscontact {
	margin:85px auto 47px auto;
	text-align:center;
}
#cg_page_contact {
	display:flex;
}
.cg_page_send_button {
	cursor:pointer;
	margin-bottom: 221px;
}
.cg_page_send_off {
	z-index: 1;
	width: 514px;
	height: 100px;
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
}
.cg_page_send_off:hover {
	opacity:0;
	transition:0.4s;
}
.cg_page_send_on {
	z-index: 0;
	width: 514px;
	height: 100px;
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
}

/* 字間詰め */
.ls-008 {
	letter-spacing: -0.08em;
}



/* お問い合わせ（見積）トップ */
.cg_plan_contact_top {
	width:100%;
	height:400px;
	background: 50% 0%;
	background-repeat: no-repeat;  
	background-image: url("../img/cg_plan/cg_plan_con_head.webp");
}
.cg_plan_contact_subtitle {
	margin-top: 58px;
	width: 100%;
	text-align: center;
	text-decoration: none;
	color: #1E1E1E;
	line-height: 2em;
	font-size: 13px;
}
.exsim_con_checkbox {
	transform: scale(2);
	margin-left: 12px;
}
.cg_plan_con_check_text {
	margin-left: 16px;
}

/* チェックボックス全体 */
.checknox-wrap {
	display: block;
	position: relative;
	padding-left: 30px;
	padding-top: 3px;
	cursor: pointer;
	user-select: none;
}
/* デフォルトチェックボックス非表示 */
.checknox-wrap input {
  display: none;
}
/* チェックボックスのスタイル */
.checknox-wrap .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  border: 2px solid #aaa;
  box-sizing: border-box;
  background-color: #fff;
}
/* チェックマーク作成 */
.checknox-wrap .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 1px;
  width: 11px;
  height: 18px;
  border: 2px solid #000;
  border-width: 0 3px 3px 0;
  transform: rotate(37deg);
}
/* チェック時のスタイル */
.checknox-wrap input:checked + .checkmark {
  border: 2px solid #aaa;
}
/* チェック時 チェックマーク表示 */
.checknox-wrap input:checked + .checkmark:after {
  display: block;
}

/* 入力内容の確認 */
.contact_send_button.cg_contact {
	cursor:pointer;
	margin-top: 52px;
}

/* 概算見積に戻るボタン */
.cg_plan_con_return_button {
	cursor:pointer;
}
.cg_plan_con_return_off {
	z-index: 1;
	width: 280px;
	height: 42px;
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
}
.cg_plan_con_return_off:hover {
	opacity:0;
	transition:0.4s;
}
.cg_plan_con_return_on {
	z-index: 0;
	width: 280px;
	height: 42px;
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
}










/* 共用 */
.no_deco a{
	text-decoration:none;
	color:#1E1E1E;
}
.no_deco {
	text-decoration:none;
	color:#1E1E1E;
}

.inline-block {
	display: inline-block;
}
.margin_right0 {
	margin-right:0 !important;
}

.margin_bottm0 {
	margin-bottom:0 !important;
}

.margin-center {
	margin:0 auto;
	display:flex;
}
.margin_auto {
	margin:auto;
}

.mincho {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.float_left {
	float:left;
}
.float_right {
	float:right;
}
.text_right {
	text-align:right;
}
.text_left {
	text-align:left;
}
.flex {
	display:flex;
}
.sp {
	display:none;
}
.palt {
	font-feature-settings: "palt" 1;
}
.nobr {
	white-space: nowrap;
}

/* ブレークポイント */
.pc {
	display:unset;
}
.sp {
	display:none;
}
@media screen and (max-width: 1024px){
	.pc {
		display:none !important;
	}
	.sp{
		display:unset;
	}
}


/****** SP ******/
@media screen and (max-width: 1024px){

	body {
	    background-color: #fff;
		font-family:"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", sans-serif, Arial, Helvetica;
	    font-size: 15.5px;	/* ※要調整※ */
	}
	#header {
		overflow:clip;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 10;
	}
	#top_upper_header {
		background-color:#f5f5f5;
		position: fixed;
		z-index: 95;
		width: 100%;
		top:0;
	}
	.container {
		max-width:1024px;
		width:100%;
		text-align:center;
		margin:0 auto;
		overflow:clip;
	}
	#top_status {
		width:100%;
		text-align:left;
		margin:0 auto;
	}
	.top_status_inner {
		width:100%;
		margin: 0;
		padding: 0;
		text-align:center;
		line-height: 3.4vw;
		background:none;
		background-color:#30303e;
		color:#ACABB2;
		font-size:1.9vw;
	}
	.container_top_head {
		max-width:1024px;
		width:100%;
		text-align:left;
		margin:0 auto;
		overflow:clip;
		padding: 4.3vw 0 12.4vw 0;
		height: 13.1vw;
		display:flex;
	}
	.container_top_head_low {
		padding:1.5vw 0;
	}
	h1.sitetop {
		margin-left:5vw;
		margin-top:0;
		display:flex;
		font-size: 0;
	}
	img.title_top.sp  {
		width:35vw;
		display: inline !important;
		height: 9.3vw;
	}
	img.title_top_string.sp {
		width:28.5vw;
		margin-left:2.5vw;
		height:4.5vw;
		margin-top:3vw;
	}

	img.poem {
		margin-left:5vw;
		width:52.8vw;
	}
	
	.top_title_arrow {
		width:5.42vw;
	}
	
	
	#top_menu {
		display:none;
	}
	
	/* ヘッダー裏マージン */
	.head_back_margin {
		display:block;
		margin-top:16.7vw;
	}
	
	/* 外溝simバナー SP */
	.top_sim_exte_banner {
		position:absolute;
		top:2.3vw;
		left:57.0vw;
		width:38.23vw !important;
		height:10.73vw !important;
		z-index:4;
	}
	.sim_hover {
		z-index:5;
	}
	.sim_hover:hover {
		opacity:0;
		transition: 0.4s;
	}
	
	.sp_palt {
		font-feature-settings: "palt" 1;
	}
	
	/* cg_plan SP */
	.cg_header {
		display:none;
	}
	.cg_title {
		margin-top:0px;
		margin-bottom:3.9vw;
	}
	.cg_title img {
		width:100%;
		height:auto;
	}
	
	.cg_title_subtext {
		display:block;
		font-size:3.54vw;
		text-align:center;
		margin-top: 15.9vw;
		line-height: 1.83em;
	}
	
	img.collabo_logo {
		margin:2.3vw auto 9.5vw;
		width:52.5vw;
		height:6.56vw;
	}
	
	/* サムネイル枠 */
	.menu_thumbnail_frame {
		width:100%;
		background-color:#f5f5f5;
		padding-top: 0vw;
		margin-bottom: 0vw;
	}
	.menu_thumbnail {
		width:100%;
		margin-top:0vw;
		margin-bottom:4.1vw;
		margin-left:auto;
		margin-right:auto;
		display:flex;
		flex-wrap: wrap;
		padding-bottom: 9.7vw;
		padding-top:5.4vw;
	}
	.thumb_one {
		width:100%;
		height:auto;
		margin-left:auto;
		margin-right:auto;
		text-align:center;
	}
	a.thumb_area {
		text-decoration: none;
	}
	img.img_thum {
		width:78.75vw;
		height:53.13vw;
		margin-top:5.9vw;
	}
	.img_thum_title {
		margin-top:1vw;
	}
	.thum_title {
		display:inline-block;
		margin-top:1.8vw;
		font-size:2.92vw;
		color:#4b4b4b;
		letter-spacing: -0.009vw;
		line-height:5.67vw;
		text-decoration:none;
	}
	.thum_title_l {
		font-size:4.27vw;
		font-weight:bold;
	}
	
	a.thumb_area:hover {
		opacity:0.6;
		transition: 0.3s;
	}
	
	
	
	
	/* 装飾ラジオボタン 丸 */
	input[type=radio] {
	  margin-right: 0;
	}
	.radio-btns {
		margin: 0 auto 11.1vw;
	}
	.radio-btns input[type=radio] {
	  display: none;
	}
	.radio-btns label {
	  position: relative;
	  padding-left: 6.5vw;
	}
	.radio-btns input[type=radio] + label::before {
	  position: absolute;
	  content: '';
	  display: block;
	  width: 4.69vw;
	  height: 4.69vw;
	  border-radius: 50%;
	  background: #fff;
	  border: 0.47vw solid #aeaeae;
	  left: 0;
	  top: 0;
	  transition: .25s;
	}
	.radio-btns input[type=radio]:checked + label::before {
	  border: 0.47vw solid #319c95;
	  transition: .25s;
	}
	.radio-btns input[type=radio] + label::after {
	  position: absolute;
	  content: '';
	  display: block;
	  width: 2.34vw;
	  height: 2.34vw;
	  border-radius: 50%;
	  background: #319c95;
	  left: 1.175vw;
	  top: 1.175vw;
	  opacity: 0;
	  transition: .25s;
	}
	.radio-btns input[type=radio]:checked + label::after {
	 opacity: 1;
	 transition: .25s;
	}
	
	/* 装飾ラジオボタン 角 */

	.radio-btns_sq {
		display:inline;
	}
	.radio-btns_sq input[type=radio] {
	  display: none;
	}
	.exsim_radio_button_sq:checked + label {
	  background-color:#319c95;
	  color:#fff;
	  font-weight:bold;
		box-shadow: 0px 0px 0px;
	}
	
	/* テキストボックス装飾 */
	.shadowbox {
		-webkit-appearance: none;
		appearance: none;
		box-shadow: inset 0.3vw 0.3vw 0.4vw rgba(0, 0, 0, .1); /* ボックス内側の影を指定（[左][上][広がり]）*/
	}
	
	
	/* Topic Path（パンくずリスト） */
	.topic_path {
		margin: 0 7.5vw 5vw auto;
		font-size:2.6vw;
		position: relative;
		color:#1E1E1E;
		text-align:right;
/*		font-feature-settings: "palt" 1;*/
		line-height: 4.45vw;
	}
	.topic_path a {
		text-decoration:none;
		color:#1E1E1E;
	}
	
	
	/* トップに戻る SP */
	.back_to_top {
		margin: 0 auto 5.8vw auto;
		text-align:center;
		width:9.272vw;
		display:block;
	}
	.back_to_top:hover {
		opacity:0.6;
	}
	.back_to_top_img {
		width:9.272vw;
	}
	
	/* フッター SP */
	#footer {
		background-color:#f5f5f5;
		width: 100%;
		display:inline-block;
		z-index:0;
		text-align:center;
	}
	.footer_logo {
		margin-top:14vw;
		width: 58.438vw;
	}
	.footer_contact {
		font-size: 2.73vw;
		line-height:4.6vw;
		color:#1E1E1E;
		margin-top: 5.4vw;
		margin-bottom: 6.3vw;
		margin-right:0;
	}
	.footer_contact a {
		text-decoration:none;
		color:#1E1E1E;
	}
	.footer_bottom {
		height:27.2vw;
		background-color:#30303E;
		width:100%;
		padding-bottom:43vw;/* フロートリンク分 */
	}
	.footer_bottom_inner {
		width: 100%;
		margin:0 auto;
	}
	.footer_sns {
		float:none;
		margin:0 auto;
		padding-top:3.3vw;
	}
	.footer_sns_fecebook {
		margin-right: 6.3vw;
	}
	.footer_sns_fecebook img {
		width:6.1vw;
	}
	.footer_sns_instagram {
		margin-right:4vw;
	}
	.footer_sns_instagram img {
		width:5.835vw;
	}
	.footer_sns_twitter img {
		width:10vw;
	}
	.footer_copy {
		float:none;
		margin-top:2vw;
		color:#AEAEAE;
		font-size:2.38vw;
		line-height: 4.5vw;
	}
	.footer_copy a {
		color:#FEFEFE;
		text-decoration:none;
			font-size:2.52vw;
	}
	
	
	
	/**** 個別ページ SP ****/
	.cg_page_header {
		display: flex;
		justify-content: center;
	  	width:100%;
		height:auto;
		overflow: hidden;
	}
	.cg_page_header img {
		width:100%;
	}
	.cg_page_title {
		margin:10.8vw auto 0;
		text-align: center;
	}
	/* .cg_page_title img についてはページごとに異なるためindex.php内に記述 */
	
	.cg_page_title_subtext {
		display:block;
		font-size:3.54vw;
		text-align:center;
		margin-top: 4.6vw;
		margin-bottom: 8.5vw;
		line-height: 1.83em;
	}
	.txt_narrow1 {
		letter-spacing: -0.145vw;
	}
	.cg_page_slide {
		width:100%;
		height:auto;
		background-color:#c5c5c9;
		padding-top:24.1vw;
		padding-bottom:0;
		
	}
	/* スライダー SP */
	.slider {
		width:100%;
/*		height:62.67vw;*/
		margin:0 auto auto auto;
		left:0;
	}
	.slider.long{
/*		height:74.9vw;*/
	}
	.slick-img {
		width:100%;
		margin:auto;
	}
	.slick-img img {
		max-width:100%;
		max-height:76vw;
/*		max-height:62.67vw;*/
		vertical-align: middle;
	}
	.long .slick-img img {
		max-width:100%;
		max-height:76vw;
/*		max-height:74.9vw;*/
		vertical-align: middle;
	}
	.slick-track {
		display:flex !important;
	}
	
	.thumbnail {
		width:100%;
		margin-top:4.5vw;
		margin-bottom:0;
		margin-left:auto;
		margin-right:auto;
		display:flex;
		flex-wrap: wrap;
		padding:0 1.9vw 24.3vw 1.7vw;
	}

	.thumbnail .slick-track {
	  transform: unset !important;
	}
	.thumbnail img {
		max-width:20.83vw;
		max-height:13.54vw;
	}
	.slick-slide img {
		margin:auto;
	}
	
	/* 参考価格 SP */
	.cg_page_main {
		background-color:#f5f5f5;
		margin:0;
		overflow: hidden;
		padding-top:17.5vw;
		margin-bottom:4.6vw;
	}
	
	hr.cg_page_bar {
		height:2px;
		width:91.67vw;
		margin:0 auto 0 auto;
		color:#1e1e1e;
	}
	.cg_page_video_title {
		display:block;
		margin-right:auto;
		margin-left:auto;
		margin-top:11.7vw;
		margin-bottom:10vw;
	}
	.cg_page_video_title img {
		width:42.71vw;
		height:11.98vw;
	}
	.cg_page_video {
		width:100vw;
		height:auto;
		display:block;
		position: relative;
		margin:auto;
		margin-bottom: 17.6vw;
		text-align:center;
	}
	.youtube {
		width:84.17vw;
		height:47.29vw;
		display:block;
		margin:auto;
	}
	.youtube img {
		width:100%;
	}
	.youtube_iframe {
		width:84.17vw;
		height:47.29vw;
	}
	.cg_page_vr {
		width:100%;
		height:31.46vw;
		display:contents;
		top:auto;
		right:auto;
		transition: 0.25s;
		margin:auto;
		text-align:center;
	}
	.cg_page_vr img {
		width:84.17vw;
		height:31.46vw;
		margin-top: 7.3vw;
	}
	.cg_page_vr:hover {
		opacity:0.6;
		transition: 0.1s;
	}
	.cg_page_ar {
		width:100%;
		height:31.46vw;
		display:contents;
		top:auto;
		right:auto;
		transition: 0.25s;
		margin:auto;
		text-align:center;
	}
	.cg_page_ar img {
		width:84.17vw;
		height:31.46vw;
		margin-top: 7.3vw;
	}
	.cg_page_ar:hover {
		opacity:0.6;
		transition: 0.1s;
	}
	.cg_page_spacer {
		display:block;
		margin:auto;
	}
	.cg_page_ar.cg_page_spacer {
		display:unset;
	}
	
	.cg_page_reference_price {
		display:block;
		margin:auto;
		margin-top:11.7vw;
		margin-bottom:9.8vw;
		text-align:center;
	}
	.cg_page_reference_price img{
		width:26.35vw;
		height:11.98vw;
	}
	.cg_page_price_list {
		width: 84.17vw;
		display:block;
		margin:auto;
		margin-bottom: 11.3vw;
	}
	.cg_page_price_title {
		width: 84.17vw;
		height: 10.31vw;
		text-align:center;
		vertical-align:middle;
		font-size: 3.75vw;
		font-weight:bold;
		margin-bottom:0;
		background-color:#e2e2e4;
		display:table-cell;
	}
	.cg_page_price_outframe {
		width: 84.17vw;
		background-color:#fff;
		margin-top:1vw;
	}
	.cg_page_price_inner {
		width: 100%;
		margin:auto;
		padding-top: 2.1vw;
		padding-bottom: 5.96vw;
	}
	.price_frame {
		width:100%;
		display:block;
		position:relative;
		padding-top: 4.7vw;
	}
	.price_category {
		width:100%;
		font-size: 3.75vw;
		font-weight:bold;
		margin-left:4.17vw;
		margin-bottom: 3.3vw;
		letter-spacing:-0.1vw;
	}
	.price_category:before {
		content: "";
		display:inline-block;
		vertical-align: middle;
		width:2.81vw;
		height:2.81vw;
		background-color:#e2e2e4;
		margin-bottom: 0.6vw;
	}
	.price_items {
		width:100%;
		font-size:3.08vw;
		line-height: 1.62em;
		padding-left:7.7vw;
	}
	.indent {
		display: inline-block;
		padding-left: 0.5em;
		text-indent: -0.5em;
		margin-left: 1.2vw;
		letter-spacing:-0.1vw;
		margin-bottom: 0.7vw;
	}
	.indent:before {
		content: "・";
		display:inline-block;
		vertical-align: middle;
		margin-bottom:0.4vw;
	}
	.cg_page_price_hr {
		width:75.52vw;
		height:2px;
		color:#1e1e1e;
		margin:2.2vw auto 1.4vw;
	}
	.price {
		margin:auto 5.5vw auto auto;
		font-size: 3.75vw;
		font-weight:bold;
		text-align:right;
	}
	.cg_page_price_total {
		width: 84.17vw;
		height:11.46vw;
		text-align:center;
		margin:auto;
		display:flex;
		position:relative;
		font-size:4.38vw;
		font-weight:bold;
		vertical-align:middle;
		background-color:#e2e2e4;
	}
	.total_title {
		margin: auto 0 auto auto;
	}
	.total_price {
		color:#e60012;
		margin: auto auto auto 5vw;
	}
	.cg_page_caution {
		width:66vw;
		font-size: 2.81vw;
		line-height: 5.32vw;
		margin:auto;
		margin-bottom: 10.5vw;
		overflow: visible;
	}
	.caution_indent {
		display: inline-block;
		padding-left: 0.5em;
		text-indent: -0.5em;
		margin-left: 1.2vw;
		letter-spacing:-0.1vw;
		margin-bottom: 0;
	}
	.caution_indent:before {
		content: "＊";
		display:inline-block;
		vertical-align: unset;
/*		margin-bottom:0.4vw;*/
	}
	.caution_indent.narrow{
		letter-spacing:-0.19vw;
	}
	.cg_page_letscontact {
		margin:13.6vw auto 7vw auto;
		text-align: center;
	}
	.cg_page_letscontact img {
		width:85.42vw;
		height:24.38vw;
	}
	#cg_page_contact {
		display:flex;
	}
	.cg_page_send_button {
		cursor:pointer;
		margin-bottom: 34.1vw;
	}
	.cg_page_send_off {
		z-index: 1;
		width: 84.17vw;
		height: 18.75vw;
		position: absolute;
		left: 50%;
		transform: translate(-50%,0);
		-webkit-transform: translate(-50%,0);
		-ms-transform: translate(-50%,0);
	}
	.cg_page_send_off:hover {
		opacity:0;
		transition:0.4s;
	}
	.cg_page_send_on {
		z-index: 0;
		width: 84.17vw;
		height: 18.75vw;
		position: absolute;
		left: 50%;
		transform: translate(-50%,0);
		-webkit-transform: translate(-50%,0);
		-ms-transform: translate(-50%,0);
	}
	
	
	
	
	
	/* お問い合わせ（見積）トップ */
	.cg_plan_contact_top {
		width:100%;
		height:51.46vw;
		background: 50% 0%;
		background-repeat: no-repeat;  
		background-image: url("../img/cg_plan/cg_plan_con_head_sp.webp");
		background-size:cover;
	}
	.cg_plan_contact_subtitle {
		margin-top: 11.5vw;
		width: 100%;
		text-align: center;
		text-decoration: none;
		color: #1E1E1E;
		line-height: 2em;
		font-size: 3.3vw;	
	}
	
	.cg_plan_con_check_text {
		margin-left: 9.5vw;
		line-height: 1.4em;
		display:block;
		margin-right: 6vw;
	}
	
	/* チェックボックス全体 */
	.checknox-wrap {
		display: block;
		position: relative;
		padding-left: 3.13vw;
		padding-top: 0vw;
		cursor: pointer;
		user-select: none;
	}
	/* デフォルトチェックボックス非表示 */
	.checknox-wrap input {
	  display: none;
	}
	/* チェックボックスのスタイル */
	.checknox-wrap .checkmark {
	  position: absolute;
	  top: 0;
	  left: 0;
	  height: 8.85vw;
	  width: 8.85vw;
	  border: 0.21vw solid #aaa;
	  box-sizing: border-box;
	  background-color: #fff;
	  margin-top: 0.5vw;
	}
	/* チェックマーク作成 */
	.checknox-wrap .checkmark:after {
	  content: "";
	  position: absolute;
	  display: none;
	  left: 2.7vw;
	  top: 0vw;
	  width: 3vw;
	  height: 6vw;
	  border: 0.5vw solid #000;
	  border-width: 0 1vw 1vw 0;
	  transform: rotate(37deg);
	}
	/* チェック時のスタイル */
	.checknox-wrap input:checked + .checkmark {
	  border: 0.21vw solid #aaa;
	  margin-top: 0.5vw;
	}
	/* チェック時 チェックマーク表示 */
	.checknox-wrap input:checked + .checkmark:after {
	  display: block;
	}
	
	/* 入力内容の確認 */
	.contact_send_button {
		cursor:pointer;
		margin-top: 13vw;
	}
	.contact_send_button.cg_contact {
		margin-top: 14.9vw;
	}
	
	/* 概算見積に戻るボタン */
	.cg_plan_con_return_button {
		cursor:pointer;
	}
	.cg_plan_con_return_off {
		z-index: 1;
		width: 84.38vw;
		height: 9.9vw;
		position: absolute;
		left: 50%;
		transform: translate(-50%,0);
		-webkit-transform: translate(-50%,0);
		-ms-transform: translate(-50%,0);
	}
	.cg_plan_return_off:hover {
		opacity:0;
		transition:0.4s;
	}
	.cg_plan_con_return_on {
		z-index: 0;
		width: 84.38vw;
		height: 9.9vw;
		position: absolute;
		left: 50%;
		transform: translate(-50%,0);
		-webkit-transform: translate(-50%,0);
		-ms-transform: translate(-50%,0);
	}
	
	
	
	
}
