@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;
		max-width: none;
		/* max-width: 1920px; 固定幅レイアウト時 */
		width: 100%;
		min-height: 50vh;
		display: block;
		padding: 80px 0;
		margin: 0 auto;
	}

	.inner_wrap {
		position: relative;
		width: 100%;
		margin: 0 auto;
	}

/* ヘッダー、ロゴ・電話番号のスペース */
	.h_top_info{
		position: absolute;
		top: 0;
		width: 96.4%;
	}
	/* ナビ位置 */
	.navi_pc {
		margin: -6.4vw 0 0 0;
		padding-bottom: 1.4vw;
		padding-left: 21.7vw;
	}
/* H1
----------------------------------------------- */
	.sp_h1 {
		display: none;
	}
	.pc_h1 {
		position: absolute;
		bottom: 0.1vw;
		right: 4.4vw;
		text-align: right;
		z-index: 1;
	}
	.pc_h1 h1 {
		font-size: 13px;
		line-height: 1;
		color: inherit;
		color: #3c3c3c;
	}
}



/* 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;
	}
}





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

	メイン画像

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.main_cate {
		position: relative;
	}
	.main_cate_in {
		position: relative;
	}

	/* メイン画像のタイトル */
	.main_cate_in p {
		color: #fff;
		-moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
		-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
		-ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
		text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);

		position: absolute;
		top: 43.4%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
	.main_cate_in p span{
		font-size: 3vw;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.main_cate {
		position: relative;
	}
	.main_cate_in {
		position: relative;
	}

	/* メイン画像のタイトル */
	.main_cate_in p {
		color: #fff;
		-moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
		-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
		-ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
		text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);

		position: absolute;
		top: 43.4%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
	.main_cate_in p span{
		font-size: 7vw;
	}
}





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

	セクション

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

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

	/* 2カラム
	----------------------------------------------- */
	.col2_1,
	.col2_1_vshort,
	.col2_1_short,
	.col2_1_middle,
	.col2_1_long {
		padding-right: 20px;
	}
	.col2_2,
	.col2_2_vshort,
	.col2_2_short,
	.col2_2_middle,
	.col2_2_long {
		padding-left: 20px;
	}

	/* 3カラム
	----------------------------------------------- */
	.col3_1 {
		padding-right: 20px;
	}
	.col3_2 {
		padding-left: 10px;
		padding-right: 10px;
	}
	.col3_3 {
		padding-left: 20px;
	}

}




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

	/* 2カラム
	----------------------------------------------- */
	.col2_1 {
	}
	.col2_1_vshort {
		margin-top: 4vw;
	}
	.col2_1_short {
		margin-top: 8vw;
	}
	.col2_1_middle {
		margin-top: 12vw;
	}
	.col2_1_long {
		margin-top: 16vw;
	}

	.col2_2 {
	}
	.col2_2_vshort {
		margin-top: 4vw;
	}
	.col2_2_short {
		margin-top: 8vw;
	}
	.col2_2_middle {
		margin-top: 12vw;
	}
	.col2_2_long {
		margin-top: 16vw;
	}

	/* 3カラム
	----------------------------------------------- */
	.col3_1 {
		margin-top: 0;
	}
	.col3_2,
	.col3_3 {
		margin-top: 12vw;
	}

}





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

	マージンボックス

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

/* 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 ,#f9ebc1;
	}

	/* カラー02 */
	.row_c02 {
		background: url(../img/note_bg.jpg)repeat center left / auto;
	}

	/* ボーダー囲い */
	.box_border {
		padding: 40px;
		border: 4px solid #fac114;
	}
	
	/* ボーダー囲い黒 */
	.box_border02 {
		padding: 40px;
		border: 4px solid #000000;
	}
}



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

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

	/* カラー02 */
	.row_c02 {
		background: url(../img/note_bg.jpg)repeat center left / auto;
		padding-left: 4vw;
		padding-right: 4vw;
	}

	/* ボーダー囲い */
	.box_border {
		padding: 4vw;
		border: 1vw solid #fac114;
	}
	
	/* ボーダー囲い黒 */
	.box_border02 {
		padding: 4vw;
		border: 4px solid #000000;
	}
}




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

	見出し

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

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

	/* h2見出し
	----------------------------------------------- */

	/* タイトル */
		.h2_cate {
			text-align: center;
			position: relative;
		}
		.h2_cate::before {
			position: absolute;
			content: "";
			background: url(../img/akaou_name.png) no-repeat center top / 100% auto;
			width: 125px;
			height: 20px;
			bottom: -50px;
			left: 50%;
			transform: translate(-50%, -50%);
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			z-index: 0;
		}
		.h2_cate h2 {
			position: relative;
			font-size: 32px;
			font-weight: 500;
			line-height: 1.4 !important;
			display: inline-block;
			min-width: 130px;
		}
			
			
		.h2_cate h2::before{
			position: absolute;
			content: "";
			background: url(../img/wing_right.png) no-repeat center top / 100% auto;
			width: 100px;
			height: 173px;
			top: -91px;
			right: -114px;
		}
		.h2_cate h2::after{
			position: absolute;
			content: "";
			background: url(../img/wing_left.png) no-repeat center top / 100% auto;
			width: 100px;
			height: 173px;
			top: -91px;
			left: -114px;
		}

	/* 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;
		padding: 1rem 3rem;
		-webkit-transform: skew(-15deg);
		transform: skew(-15deg);
		color: #fff;
		background: #fac114;
		  
	}

	/* 3カラムh3見出し
	----------------------------------------------- */
	.h3_col3 {
		padding: 0 0 8px 0 !important;
	}
	.h3_col3 h3 {
		position: relative;
		padding: 1.5rem 1rem;
		font-size: 20px;
		font-weight: 500;
		line-height: 1.4 !important;
	}
	.h3_col3 h3::before {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 10px;
		content: '';
		background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
		background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
		background-size: 7px 7px;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}

}


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

	/* h2見出し
	----------------------------------------------- */
	.h2_cate {
		padding: 0 0 2vw 0 !important;
		text-align: center;
		position: relative;
		margin-bottom: 4vw!important;
	}
	.h2_cate::before {
		position: absolute;
		content: "";
		background: url(../img/akaou_name.png) no-repeat center top / 100% auto;
		width: 38vw;
		height: 4vw;
		bottom: -10vw;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		z-index: 0;
	}
	.h2_cate h2 {
		font-size: 5.5vw;
		font-weight: 500;
		line-height: 1.4 !important;
		position: relative;
		display: inline-block;
		width: 80vw;
	}
	.h2_cate h2::before{
		position: absolute;
		content: "";
		background: url(../img/wing_right.png) no-repeat center top / 100% auto;
		width: 15vw;
		height: 27vw;
		bottom: -11vw;
		right: -8vw;
	}
	.h2_cate h2::after{
		position: absolute;
		content: "";
		background: url(../img/wing_left.png) no-repeat center top / 100% auto;
		width: 15vw;
		height: 27vw;
		bottom: -11vw;
		left: -8vw;
	}


	/* h3見出し
	----------------------------------------------- */
	.h3_cate {
		padding: 0 0 1.5vw 0 !important;
	}
	.h3_cate h3 {
		font-size: 4.5vw;
		font-weight: 500;
		line-height: 1.4 !important;
		text-align: center;
		padding: 1rem 2rem;
		-webkit-transform: skew(-15deg);
		transform: skew(-15deg);
		color: #fff;
		background: #fac114;
	}
	/* 3カラムh3見出し
	----------------------------------------------- */
	.h3_col3 {
		padding: 0 0 1vw 0 !important;
	}
	.h3_col3 h3 {
		font-size: 4vw;
		font-weight: 500;
		line-height: 1.4 !important;
		padding: 0.8rem 1rem;
	}
	.h3_col3 h3::before {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 10px;
		content: '';
		background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
		background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
		background-size: 7px 7px;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
}




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

	共通ボタン

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

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


	/* リンク
	----------------------------------------------- */
	.link_common {
	}
	.link_common ul {
		font-size: 0;
		letter-spacing: -0.4em;
		text-align: center;
	}
	.link_common ul li {
		position: relative;
		font-weight: bold;
		display: inline-block;
		font-size: 22px;
		letter-spacing: 0;
		overflow: hidden;
		width: 445px;
	}
	.link_common ul li::before {
		position: absolute;
		top: 6.7vw;
		left: -26vw;
		width: 45vw;
		height: 45vw;
		content: '';
		-webkit-transform: rotate(137deg);
		transform: rotate(137deg);
		background: #fac114;
		z-index: 1;
	}
	.link_common ul li:not(:first-child) {
		margin-left: 20px;
	}
	.link_common ul li a {
		position: relative;
		background-color: #000000;
		display: block;
		color: #ffffff;
		text-decoration: none;
		padding: 15px 51px;
		letter-spacing: 0.08em;
	}
	.link_common ul li a::after {
		position: absolute;
		content: "";
		top: 50%;
		right: 0;
		width: 31px;
		height: 30px;
		background: url(../img/button_icon.png) no-repeat center top / auto 100%;
		z-index: 2;
		display: block;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
}


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

	/* リンク
	----------------------------------------------- */
	.link_common {
	}
	.link_common ul {
		text-align: center;
	}
	.link_common ul li {
		position: relative;
		font-weight: bold;
		display: block;
		font-size: 4vw;
		overflow: hidden;
	}
	.link_common ul li::before {
		position: absolute;
		top: 6.7vw;
		left: -26vw;
		width: 45vw;
		height: 45vw;
		content: '';
		-webkit-transform: rotate(137deg);
		transform: rotate(137deg);
		background: #fac114;
		z-index: 1;
	}
	.link_common ul li:not(:first-child) {
		margin-top: 2vw;
	}
	.link_common ul li a {
		position: relative;
		background-color: #000000;
		display: block;
		color: #ffffff;
		letter-spacing: 0.05em;
		text-indent: 0.05em;
		line-height: 1.3;
		padding: 0.8em 16vw 0.9em;
		margin-left: auto;
		margin-right: auto;
	}
	.link_common ul li a::after {
		position: absolute;
		content: "";
		top: 50%;
		right: 0;
		width: 7vw;
		height: 7vw;
		background: url(../img/button_icon.png) no-repeat center top / auto 100%;
		z-index: 2;
		display: block;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
}





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

	ここから各固定ページ

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


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

	実績紹介部分

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


/* カテゴリアイコン色 */
.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 {
		position: relative;
		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: absolute;
		top: 16px;
		left: 0px;
		z-index: 1;
	}
	.works_icon span,
	.works_icon a {
		position: relative;
		display: inline-block;
		padding: 0 0.5em 0.1em;
	}


	/* サムネイル画像 */
	.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;
	}
	.works_wrap > ul > li:not(:first-child) {
		margin-top: 6vw;
	}

	.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: absolute;
		top: 4vw;
		left: 0px;
		z-index: 1;
	}
	.works_icon span,
	.works_icon a {
		display: inline-block;
		padding: 0 0.5em 0.1em;
	}


	/* サムネイル画像 */
	.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;
	}

}





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

	事務所概要ページ

================================================================================ */
#doui .elementor-toggle .elementor-tab-title {
	border: none;
	background: #000;
	color: #fff;
}
#doui .elementor-toggle .elementor-tab-content {
	border: none;
	background: #fff;
}
.row_c02 .informaton_table td {
	background: #ffffff;
}
input.input_half {
	width: 50%!important;
}

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	/* 同意テキスト */
	.doui_text{
		text-align: center;
		padding: 40px 0 15px;
	}
	.doui_text .wpcf7-form-control-wrap{
		padding-top: 2em;
		display: inline-block;
	}
	.doui_text span.wpcf7-list-item {
		display: inline-block;
		margin: 0  !important;
	}
	a.txt_tel {
		color: #000;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	/* 同意テキスト */
	.doui_text{
		text-align: center;
		padding: 4vw 0 2vw;
	}
	.doui_text .wpcf7-form-control-wrap{
		padding-top: 2em;
		display: inline-block;
	}
	.doui_text span.wpcf7-list-item {
		display: inline-block;
		margin: 0  !important;
	}
}





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

	フッター問い合わせ

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.f_contact_tel {
		text-align: center;
		margin-top: 40px;
	}
	.f_contact_tel a {
		color: #fac114;
		font-weight: 500;
		font-size: 57px;
		letter-spacing: 0.08em;
	}
	.f_contact_tel p {
		font-size: 27px;
		font-weight: 500;
		margin-top: -13px;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.f_contact_tel {
		text-align: center;
		margin-top: 6vw;
	}
	.f_contact_tel a {
		color: #fac114;
		font-weight: 500;
		font-size: 7.5vw;
	}
	.f_contact_tel p {
		font-size: 5vw;
		font-weight: 500;
		margin-top: -1vw;
	}
}





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

	配送

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.box_border02 .check_list ul {
		display: flex;
		flex-wrap: wrap;
	}
	.box_border02 .check_list ul li{
		width: 50%;
		position: relative;
		font-size: 20px;
		font-weight: 400;
		letter-spacing: 0.05em;
		padding: 7px 2% 7px 38px;
		box-sizing: border-box;
	}
	.box_border02 .check_list ul li::before{
		position: absolute;
		content: "";
		background: url(../img/check_icon.jpg) no-repeat center top / 100% auto;
		width: 30px;
		height: 25px;
		top: 10px;
		left: 0;
	}
	.box_border02 .check_list ul li span {
		background: linear-gradient(transparent 60%, #fac114 60%);
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.box_border02 .check_list ul {
		margin-left: 6vw;
	}
	.box_border02 .check_list ul li{
		position: relative;
		font-size: 4vw;
		font-weight: 400;
		padding: 1vw 0;
	}
	.box_border02 .check_list ul li::before{
		position: absolute;
		content: "";
		background: url(../img/check_icon.jpg) no-repeat center top / 100% auto;
		width: 5vw;
		height: 5vw;
		top: 3vw;
		left: -6vw;
	}
	.box_border02 .check_list ul li span{
		background:linear-gradient(transparent 60%, #fac114 60%);
	}
}





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

	〇〇ページ

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


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



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





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

	アクセスページ

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

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


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



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