@charset "UTF-8";


/*=======================================================*/
/*      		セクション毎のCSS   			  		  */
/*======================================================*/

/*============ 共通 =========== */
/*印刷には表示されない*/
@media print{
	.print_none{
		display: none;
	}
}

/* 親要素からはみ出して画面いっぱいに */
.full {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}
/*タイトル(共通)*/
.spot-heading01{
	/*font-size: clamp(50px,6vw,70px);*/	/*英字*/
	font-size: clamp(27px,3.5vw,40px);
	line-height: 1.1em;
	font-style: italic;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.spot-heading02{
	/*font-size: clamp(22px, 2.7vw, 30px);*/
	font-size: clamp(20px, 2.5vw, 27px);
	line-height: 1em;
	font-weight: 400;
	text-align: center;
	color: #999;
	/*font-family: 'YakuHanJPs','Noto Sans Japanese',sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", Arial,Helvetica, Verdana;*/
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;

}
.spot-heading02+p{
	margin-top: 0.7em;
	font-size: 14px;
	font-weight: 400;
	inline-size: fit-content;
	margin-inline: auto;
	/*font-family: 'YakuHanJPs','Noto Sans Japanese',sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", Arial,Helvetica, Verdana;*/
}
.line{
	width: 1px;
	height: auto;
	padding-top: 3.8%;
	background-color: #2d2d2d;
	margin: 1% auto;
}
.line2{
	width: 1px;
	height: auto;
	padding-top: 3.8%;
	background-color: #FFF;
	margin: 1% auto;
}
@media only screen and (max-width: 568px) {
	.line2{
		padding-top: 6.8%;
		margin: 3% auto;
	}
}
/*パンくず*/
.sec_pankuzu{
	padding: 0px;
	background-color: var(--base-color);
	position: relative;
	z-index: 1;
}
/*アイコン画像*/
.i-icon01 {
	display: inline-block;
	width: 50px;
	vertical-align: middle;
	margin: 0;
}
.i-icon02 {
	display: inline-block;
	width: 30px;
	vertical-align: middle;
	margin: 0 10px 0 0;
}

/*======= TOP ======*/
/*ご挨拶*/
.greeting {
	padding: clamp(40px, 6vw, 90px) 0 50px 0;
	/*background-color: #333333;
	color: #fff;*/

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

/*当店の特長 strength*/
.str-sec {
	padding: clamp(40px, 6vw, 90px) 0;
	background-color: #333333;
	background-image: url(../img/bg_04.jpg),url(../img/bg_05.jpg);
	background-position:top left, top right;
	background-repeat: no-repeat,repeat-y;
	background-size: 60%,50%;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}
@media only screen and (max-width: 768px) {

	.str-sec {
		padding: clamp(40px, 6vw, 90px) 0;
		background-image: none;
		background-color: #333333;
	}

}

/*カード*/
.sec1-card__item{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap:10px;
}

.sec1-card__item div{
	/*子要素のそれぞれのdivの高さを揃える記述*/
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 3;
	/*ここまで*/

	padding: 20px;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 10px;
	box-sizing: border-box;
}

@media only screen and (max-width: 568px) {
	.sec1-card__item{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
}
.sec1-card__item img{
	/*width: 30%;*//*アイコンの場合*/
	width: 100%;
	margin: 0 auto;
}
.sec1-card__item h4{
	color: var(--accent-color1);
	padding: 5px 0;
	margin: 5px 0;
	font-size: clamp(15px,1.5vw,19.5px);
	font-weight: bold;
	text-align: center;
	border-top: 2px dotted var(--main-color);
	line-height: 1.3;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.sec1-card__item p{
	display: inline-block;
	font-size: 15px;
	line-height: 1.5;
}

/*20240927*/
.flex-child03-999{
	width: 49.5%;
}
@media only screen and (max-width: 768px) {
	.flex-child03-999{
		width: 100%;
		margin: 5px auto;
	}
}



.sec1-card__item999{
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap:10px;
}
.sec1-card__item999 div{
	/*子要素のそれぞれのdivの高さを揃える記述*/
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 3;
	/*ここまで*/

	padding: 20px;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 10px;
	box-sizing: border-box;
}
.sec1-card__item999 img{
	/*width: 30%;*//*アイコンの場合*/
	width: 100%;
	margin: 0 auto;
}
.sec1-card__item999 h4{
	color: var(--accent-color1);
	padding: 5px 0;
	margin: 5px 0;
	font-size: clamp(15px,1.5vw,19.5px);
	font-weight: bold;
	text-align: center;
	border-top: 2px dotted var(--main-color);
	line-height: 1.3;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.sec1-card__item999 p{
	display: inline-block;
	font-size: 15px;
	line-height: 1.5;
}







.sec1-heading {
	position: relative;
	color: #fff;
	font-size: clamp(16px,1.5vw,25px);
	text-align: center;
	padding: 1em;
	background-color: var(--main-color);
	margin-bottom: 25px;
}
.sec1-heading::after {
	width: 0;
	height: 0;
	position: absolute;
	top: 100%;
	left: 50%;
	margin: 0 0 0 -25px;
	border: 25px solid transparent;
	border-top-color: var(--main-color);
	content: '';
}


.sec1-container {
	display: grid;
	grid-template-columns: 1fr 200px;
	grid-template-rows: 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	align-items: center;
}

@media only screen and (max-width: 768px) {
	
	.sec1-container {
		grid-template-columns: 1fr;
		grid-template-rows: 2fr;
	}
	.sec1-container img{
		max-width: 300px;
		margin: 0 auto;
	}

}
/*この位置に記述必須*/
@media only screen and (max-width: 768px) {
	.sec1-card__item h4{
		font-size: 17px;
	}
	.sec1-card__item999 h4{
		font-size: 17px;
	}
}

/**/
.kukuri{
	display: block;
	padding: 3px;
	border: 1px solid #ccc;
	color: var(--main-color);
}









/*======= Bike バイク ======*/
/*section1*/
.sec1 {
	padding: var(--v-space2) 0;
	background-image: url("../img/bg_02.jpg");
	background-size: cover;
	background-position: right center;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}
/*シャドウ*/
.tx-sha {
	text-shadow: #000 1px 0 10px;
}

/*3つ*/
.bike-item-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px 20px;
}
@media (max-width: 568px) {
	.bike-item-container {
		grid-template-columns: repeat(1, 1fr);
	}
}
/*画像角丸・シャドウ*/
.bike-item > figure > img {
	transition: all 0.5s;
	border-radius: 3px;
	box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);
}

/*ロゴ部分*/
/*3つ*/
.bike-item-container99 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}
@media (max-width: 568px) {
	.bike-item-container99 {
		grid-template-columns: repeat(1, 1fr);
		gap: 0px;
	}
}
/**/
.bg_blogo {
	background: rgba(255, 255, 255, 0.9);
	padding: 5px 20px;
	margin-bottom: 20px;
}
@media (max-width: 568px) {
	.bg_blogo {
		padding: 10px;
		margin-bottom: 20px;
	}
}








/*======= おすすめ商品 ======*/
/*section2*/
.sec2 {
	padding: var(--v-space) 0;
	background-color: rgba(255,255,255);
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
.sec2::before {
	content: "";
	width: 100%;
	height: 80px;
	background-color: rgba(255,255,255);
	position: absolute;
	top: -79.5px;/*80pxでピッタリ(heightと連動)*/
	/*clip-path: polygon(50% 100%, 100% 0%, 0% 0%);*/
	clip-path: polygon(0% 100%, 52% 100%, 0% 0%);
}
.sec2::after {
	content: "";
	width: 100%;
	height: 90px;
	background-color: rgba(255,255,255);
	position: absolute;
	top: -79.5px;/*80pxでピッタリ*/
	clip-path: polygon(0% 178%, 100% 0%, 100% 100%);
}

/*h4ab*/
h4.ab{
	font-size: clamp(16px,1.7vw,20px);
	text-align: center;
	color: #fff;
	text-shadow: #000 1px 0 10px;
	padding: 7px 7px 2px 2px;
}
/**/
p.fuzoku{
	font-size: clamp(13px,1.4vw,16px);
	line-height: 1.5;
	color: #fff;
	text-shadow: #000 1px 0 10px;
}

/*3つ*/
.sec2-item-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px 10px;
}
@media only screen and (max-width: 968px) {
	.sec2-item-container {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (max-width: 568px) {
	.sec2-item-container {
		grid-template-columns: repeat(1, 1fr);
	}
}
/**/
.sec2-item h4{
	font-size: clamp(15px,1.8vw,19px);
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: var(--accent-color1);
	padding: 10px 0;
}

/*テーブル*/
.sec2-tbl {
	margin: 10px auto 5px auto;
}
.sec2-tbl tr th {
	text-align: center;
	font-size: clamp(11px,1.2vw,13px);
	line-height: 1.4;
	color: #FFF;
	background-color: var(--main-color);
	border-bottom: 1px solid #ccc;
	padding: 0.5em 3px;
	width: 37%;
}
.sec2-tbl tr td {
	font-size: clamp(13px,1.4vw,15px);
	text-align:left;
	line-height: 1.4;
	padding-left: 10px;
	background-color: #f4f4f4;
	/*border-bottom: 1px solid #ccc;*/
}

/*section3*/
.sec3 {
	padding: var(--v-space) 0;

	background-image: url("../img/bg_01.jpg");
	background-size: cover;
	background-position: center;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}




/**/
.parent {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 10px;
grid-row-gap: 0px;
}

.div1 { grid-area: 1 / 1 / 2 / 2; }
.div2 { grid-area: 1 / 2 / 2 / 5; }
.div3 { grid-area: 1 / 5 / 2 / 6; } 

@media only screen and (max-width: 868px) {
	.parent {
		display: none;
	}
}
@media print, screen and (min-width:869px) {
	.parent2 {
		display: none;
	}
}







/* リスト項目　横並び */
ul.sideli2{
	display: flex;
	justify-content: start;/*アイテムを先頭に寄せる*/
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
	box-sizing: border-box;
}
ul.sideli2 li{
	width: calc((100% - 6px) / 2);
	list-style-type: none;
	text-align: center;
	font-size: clamp(14px, 1.3vw, 16px);
	padding: 10px 5px;
	color: #fff;
	box-sizing: border-box;
	border: 1px solid #777;
	background: rgba(0, 0, 0, 0.2);
}
@media (max-width: 1068px) {
	ul.sideli2 li.spss{
		font-size: 11.5px;
	}
}
@media (max-width: 568px) {
	ul.sideli2 li {
		width: 100%;
		margin: 0 5px;
	}
}



/*通学自転車*/
/*section5*/
.sec5 {
	padding: var(--v-space) 0;

	background: #FDFBF3;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

/*4つ*/
.scb-item-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px 25px;
}
@media only screen and (max-width:1168px) {
	.scb-item-container {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media only screen and (max-width: 868px) {
	.scb-item-container {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (max-width: 568px) {
	.scb-item-container {
		grid-template-columns: repeat(1, 1fr);
	}
}
/**/
.scb-item h4{
	color: var(--main-color);
	padding: 2px 10px 2px 0;
	font-size: clamp(14px,1.5vw,17px);
	font-weight: bold;
	text-align: center;
	border-bottom: 3px double #ccc;
	margin-bottom: 10px;
	line-height: 1.3;
}
.scb-item p{
	font-size: clamp(13px,1.4vw,15px);
	line-height: 1.5;
}
/*装飾枠　斜線影*/
.diagonal {
	position: relative;
	background-size: 10px 10px;
	background-image: repeating-linear-gradient(45deg, #b4b4b494 0, #b4b4b494 1px, #ffffff00 0, #ffffff00 50%);
	left: 10px;
	box-sizing: border-box;
	margin-top: 25px;
}
.diagonal p {
	font-size: clamp(13px, 1.3vw, 14px);
	line-height: 1.5;
	background: rgba(255, 255, 255, 0.8);
	padding: 20px;
	display: inline-block;
	text-align: justify;
	font-weight: 400;
	border: 1px solid #bdbdbd;
	border-radius: 5px;
	position: relative;
	top: -10px;
	left: -10px;
	width: 100%;
	box-sizing: border-box;
}
@media (max-width: 768px) {
	.diagonal {
		width: 97%;
	}
}

/*20240927追加*/

div.haba4{
	margin: 10px 15%;
	padding: 0;
}
@media only screen and (max-width: 968px) {
	div.haba4{
		margin: 10px 1%;
	}
}

@media only screen and (max-width: 568px) {
	div.haba4{
		margin: 10px 0;
	}
}

/*2つ*/
.sec5-item-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px 10px;
}

@media (max-width: 568px) {
	.sec5-item-container {
		grid-template-columns: repeat(1, 1fr);
	}
}
/**/
.sec5-item h4{
	font-size: clamp(15px,1.8vw,19px);
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: var(--accent-color1);
	padding: 10px 0;
}















/*自転車修理サービス*/
/*section4*/
.sec4 {
	padding: var(--v-space) 0;

	background: #E7F2F7;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}
.sec4-item-container article{
	/*子要素のそれぞれのdivの高さを揃える記述*/
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 3;
	/*ここまで*/
}
/*6つ*/
.sec4-item-container {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 10px;
}
@media only screen and (max-width: 1068px) {
	.sec4-item-container {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media only screen and (max-width: 968px) {
	.sec4-item-container {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media only screen and (max-width: 768px) {
	.sec4-item-container {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (max-width: 568px) {
	.sec4-item-container {
		grid-template-columns: repeat(1, 1fr);
	}
}

/**/
.sec4-item{
	padding: 17px;
	background-color: #fff;
	border-radius: 20px;
	box-sizing: border-box;
}
.sec4-item h4{
	color: var(--accent-color2);
	padding: 5px 0;
	font-size: clamp(14px,1.3vw,15px);
	font-weight: bold;
	text-align: center;
	border-bottom: 2px dotted var(--main-color);
	line-height: 1.3;
}
.sec4-item p{
	font-size: clamp(13px,1.3vw,13.5px);
	line-height: 1.5;
}







/*------------------------------------------------*/


/*セクションの間イメージ画像*/
.sec-adimg{
	padding: 0;
}
.sec-adimg-container {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.sec-adimg-container-item1 { grid-area: 1 / 1 / 2 / 2; }
.sec-adimg-container-item2 { grid-area: 1 / 2 / 2 / 3; }
.sec-adimg-container-item3 { grid-area: 1 / 3 / 2 / 4; }
.sec-adimg-container-item4 { grid-area: 1 / 4 / 2 / 5; }
.sec-adimg-container-item5 { grid-area: 1 / 5 / 2 / 6; }
/*
.sec-adimg-container-item6 { grid-area: 1 / 6 / 2 / 7; }
.sec-adimg-container-item7 { grid-area: 1 / 7 / 2 / 8; }
*/
@media (max-width: 568px) {
	.sec-adimg-container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
}

/*------------------------------------------------*/









/*======= FAQ ======*/
.faq_sec1 {
	padding: var(--v-space) 0;
	background-color: #F9F9F9;
	
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}
div.faq p.b {
	font-weight: bold;
	color: #444;
}
div.faq p.b::first-letter {
	color: var(--main-color);
	font-size: 120%;
}
div.faq p {
	margin-top: 5px;
	line-height: 1.4;
	text-align: left;
	text-indent: -1.4em;
	padding-left: 1.4em;
	display: block;
}
div.faq p::first-letter {
	color: var(--accent-color2);
	font-size: 120%;
	font-weight: bold;
}






/*======= 店舗案内 ======*/
/*店舗案内*/
.info_sec1{
	padding: var(--v-space) 0;
	background-image: url(../img/bg_03.jpg);
	background-size: cover;
	background-position: right bottom;
	/*background-color: #ccc;*/

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}
/*白文字・テキストシャドー無し*/
h2 span.tbst{
	color: #fff;
	text-shadow:none;
}

/**/
.bg_b{
	background: rgba(255, 255, 255, 0.8);
	padding:40px;
}
@media screen and (max-width: 568px) {
	.info_sec1{
		background-position: 70% 100%;
	}
	.bg_b {
		padding: 20px;
	}
}
/*装飾*/
.kakomi {
	padding: 3px 15px 2px 15px;
	margin: 2px 0;
	background-color: var(--main-color);
	border-radius: 20px;
	color: #fff;
	font-size: 0.75em;
	font-weight: 600;
	text-align: center;
	/*display: inline-block;*/
	display: block;	/*紙媒体でも使えるデザインにするための囲み*/
}

/* 概要・アクセス部分のテーブル */
.info1 {
	font-weight: bold;
	border-bottom: 1px dashed #5e5e5e;
	padding: 10px 5px;
	width: 7.25em;
}
.info2 {
	font-size: clamp(15px, 1.3vw, 16px);
	border-bottom: 1px dashed #5e5e5e;
	padding: 10px 10px 10px 20px;
	width: 400px;
}
.info3 {
	font-weight: bold;
	border-bottom: 1px dashed #999;
	padding: 5px;
	width: 9em;
	color: #000;
	/*font-family: "Zen Old Mincho", serif;*/
}
.info4 {
	border-bottom: 1px dashed #999;
	padding: 5px;
	/*font-family: "Zen Old Mincho", serif;*/
}
@media screen and (max-width: 568px) {
	.info1 {
		display: block;
		padding: 8px 2px 2px 2px;
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0);
	}
	.info2 {
		display: block;
		padding: 10px 2px 10px 2px;
		width: 99%;
	}
	.info3 {
		display: block;
		padding: 8px 2px 8px 2px;
		width: 100%;
		background-color: #0000000f;
	}
	.info4 {
		display: block;
		padding: 8px 2px;
		width: 99%;
	}
}

/*横並びにする*/
.flex-child-in01{
	width: 37%;
}
.flex-child-in02{
	width: 61%;
}
@media screen and (max-width: 898px) {
	.flex-child-in01{
		width: 100%;
		margin: 5px auto;
	}
	.flex-child-in02{
		width: 100%;
		margin: 5px auto;
	}
}

/*table*/
table.services-tab{
	box-sizing: border-box;
	padding: 10px;
}
table.services-tab th{
	font-weight: 400;
	width: 10em;
	text-align: left;
	border-bottom: 1px solid #ccc;
	padding: 15px 0;
}
table.services-tab th::before {
	content: "";
	display: inline-block;
	border: 6px solid transparent;
	border-left-color: transparent;
	box-sizing: border-box;
	border-left-color: #db9a00;
}
table.services-tab td{
	border-bottom: 1px solid #ccc;
	padding: 15px 0;
	line-height: 1.4;
}
@media screen and (max-width: 768px) {
	table.services-tab{
		padding: 0px;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 568px) {
	table.services-tab th{
		display: block;
		width: 100%;
		padding: 10px 5px;
		background-color: #edeff0e3;
		mix-blend-mode: multiply;
	}
	table.services-tab td{
		display: block;
		width: 100%;
		padding: 10px 5px;
	}
}





/*アクセス*/
.access_sec1{
	padding: var(--v-space) 0 50px 0;
	background-color: #FFF;
	
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}
/**/
.svgicon01 {
	display: inline-block;
	width: 25px;
	height: 25px;
	vertical-align: sub;
	margin: 0 7px 0 5px;
}




/*メニューをページ下部に固定*/
#sp-fixed-tel{
	position: fixed;
	width: 100%;
	bottom: 0px;
	font-size: 0;
	opacity: 0.9;
	z-index: 79;/*変更*/
}

/*メニューを横並びにする*/
#sp-fixed-tel ul{
	display: flex;
	list-style: none;
	padding:0;
	margin:0;
	width:100%;
}

#sp-fixed-tel li{
	justify-content: center;
	align-items: center;
	width: 100%;/*リスト項目2つになったら50%*/
	padding:0;
	margin:0;
	background: #f3a324;
	/*font-size: 14px;*/
	/*border-right: 1px solid #fff;*//*リスト項目2つあれば必要*/
}
/*今回は不要*/
/*左側メニューを緑色に*/
/*
#sp-fixed-tel li:first-child{
	background: #38b435;
}
*/
/*左側メニューをオレンジ色に*/
/*
#sp-fixed-tel li:last-child{
	background: #f3a324;
}
*/
/*ボタンを調整*/
#sp-fixed-tel li a{
	color: #fff;
	text-align: center;
	display:block;
	width: 100%;
	padding:10px;
	box-sizing: border-box;
	font-size: 25px;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/*PCの場合にはメニューを表示させない*/
@media (min-width: 768px) {
	.for-sp{
		display:none;
	}
}
/**/
@media (max-width: 768px) {
/*
	.footer {
		margin-bottom: 60px;
	}
*/
	.footer-copy {
		padding-bottom: 50px;/*一番下にスクロースしたとき用*/
	}

}


/* ページトップボタン スマホでは位置を変更*/
@media (max-width: 768px) {

	#page_top{
		display: block;
		width: 60px;
		height: 60px;
		position: fixed;
		right: 10px;
		bottom: 55px;
		opacity: 0.6;
		z-index:99;
	}

}


/*20241030*/
@media (min-width: 1023px) {
	.facebnr {
		display: none;
	}
}
.adjb{
	width: 55%;
	margin: 0 auto 10px auto;
}
@media (max-width: 568px) {
	.adjb{
		width: 100%;
		margin: 0 auto 10px auto;
	}
}

