@charset "utf-8";
/* PC用CSS Document */

/*全体//////////////////////////////////////////////////////////////////////////////////////////////////*/
section .col1Box p{
	margin-bottom: 16px;
}

/*店舗案内//////////////////////////////////////////////////////////////////////////////////////////////////*/
ul.officeListIndex > li{
	float: left;
	width: 480px;
	margin: 0 0 40px 20px;
}
ul.officeListIndex > li:nth-child(2n+1){
	margin-left: 0;
	clear: both;
}
ul.officeListIndex li h2{
	margin-bottom: 0;
	text-align: left;
	font-size: 20px;
	position:relative;
	background-color: #361b00;
	padding: 12px 20px 4px;
	color: #FFFFFF;
	border-radius: 6px 6px 0 0;
}
ul.officeListIndex li h2.tokyo{ background-color: #b31111;}
ul.officeListIndex li h2.nagoya{ background-color: #4e9d0e;}
ul.officeListIndex li h2.kyoto{ background-color: #7e0c93;}
ul.officeListIndex li h2.kobe{ background-color: #1194a8;}
ul.officeListIndex li h2.fukuoka{ background-color: #df4d00;}
ul.officeListIndex li h2.osaka{ background-color: #1e238c;}

ul.officeListIndex li a.officeMore{
	position: absolute;
	right: 8px;
	top: 5px;
}
.officeBox{
	padding: 16px;
	background-color: #FFFFFF;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
.officeBox .map{
	float: left;
	width: 180px;
}
.officeBox .map img{
	width: 180px;
}
.officeBox .officeOver{
	float: right;
	width: 258px;
}
.officeBox p span{
	font-weight: bold;
}
.officeBox p span.areapoint{
	color: #FF0004;
}
.officeBox ul.planListIndex li{
	margin-right: 4px;
	display: inline-block;
}

/*利用規約////////////////////////////////////////////////////////////////////////////////////////////////// */
dl.use dt{
	/*margin-left: 2em;*/
}
dl.use dd{
	margin-bottom: 20px;
	margin-left: 2em;
	/*margin-right: 4em;*/
}
dl.use dd ol{
	margin: 8px 0 8px 2em;
}
dl.use dd ol li{
	list-style-type: decimal;
}

ol.decimal{
	margin-left: 2em;
}
ol.decimal li{
	list-style-type: decimal;
}

/*インターネット用語とネットスラング解説//////////////////////////////////////////////////////////////////////////////////////////////// */
p.yogoCopy{
	margin: 0;
	padding-left: 0;
	border: none;
	margin-bottom: 12px;
	font-family: georgia,"times new roman","ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	color: #e04f00;
	font-size: 20px;
}

ul.yogoList{
	margin-bottom: 40px;

	li{
		margin: 0 0 12px 20px;
		float: left;
		width: 450px;

		a{
			display: block;
			margin: 0 0 5px 0;
			padding: 8px 36px 8px 10px;
			background:url(../img/icon_arrow.png) right 20px center no-repeat,linear-gradient(#EBE0A8, #bfa021);
			background:url(../img/icon_arrow.png) right 20px center no-repeat,-webkit-linear-gradient(#EBE0A8, #bfa021);
			border: 1px solid #9b8846;
			border-radius: 6px;
			text-decoration: none;
			font-weight: bold;
			color: #361B00;
			box-shadow: 2px 2px 5px #AAAAAA;
		}

	}

}

dl.yogoDl{

	dt{
		padding: 0 0 12px 50px;
		background: url(../../yogo/img/mark_q.gif) 20px top no-repeat;
	}

	dd{
		margin: 0 20px 20px 20px;
		padding: 20px 40px 20px 70px;
		border: 1px solid #c0ae9d;
		background: url(../../yogo/img/mark_ans.gif) 20px 15px no-repeat;
	}

}

table.yogoTable{
	width: 100%;
	margin-bottom: 30px;

	td{
		padding: 8px;
		line-height:1.6;
		background-color: #FFF;
		border: 1px solid #361b00;
	}

	th{
		width: 20%;
		padding: 8px;
		background-color: #E6E1BE;
		border: 1px solid #361b00;
		color: #361b00;
		/* text-align: center; */
		font-weight:normal;
		line-height:1.6;
	}

}

ul.yogoDisc > li{
	list-style: disc;
	margin-left: 1.5em;
	margin-bottom: 6px;
}

ol.yogoNumber > li{
	list-style: decimal;
	margin-left: 1.5em;
	margin-bottom: 6px;

	.yogoListGrid{
		display: grid;
		grid-template-columns: repeat(3, 270px);
		gap: 5px 20px;
		justify-content: start;
		margin-top: 10px;

		&.columns2{
			grid-template-columns: repeat(4, 200px);
		}

		> li{
			list-style: disc;
			margin-left: 1.5em;
		}

	}

}

/*よくあるご質問・お問い合わせフォーム////////////////////////////////////////////////////////////////////////////////////////////////// */
ul.faqList{
	margin-bottom: 40px;
}
ul.faqList li{
	margin: 0 0 12px 20px;
	float: left;
	width: 450px;
}
ul.faqList li a{
	display: block;
	margin: 0 0 5px 0;
	padding: 8px 36px 8px 46px;
	background:url(../../faq/img/mark_q.gif) 16px 8px no-repeat, url(../img/icon_arrow.png) right 20px center no-repeat,linear-gradient(#EBE0A8, #bfa021);
	background:url(../../faq/img/mark_q.gif) 16px 8px no-repeat, url(../img/icon_arrow.png) right 20px center no-repeat,-webkit-linear-gradient(#EBE0A8, #bfa021);
	border: 1px solid #9b8846;
	border-radius: 6px;
	text-decoration: none;
	font-weight: bold;
	color: #361B00;
	box-shadow: 2px 2px 5px #AAAAAA;
}

.categoryNavBox{
	margin: 30px 0 20px;
	padding: 24px 40px;
	border: 1px solid #361b00;
	border-radius: 6px;
}
.categoryNavBox ol.categoryNav li{
	padding: 4px 8px 4px 20px;
	background: url(../img/icon_arrow.png) 8px 12px no-repeat;
	border-bottom: 1px dotted #361b00;
}

dl.dlfaq dt{
	padding: 0 0 12px 50px;
	background: url(../../faq/img/mark_q.gif) 20px top no-repeat;
}
dl.dlfaq dd{
	margin: 0 20px 20px 20px;
	padding: 20px 40px 20px 70px;
	border: 1px solid #c0ae9d;
	background: url(../../faq/img/mark_ans.gif) 20px 15px no-repeat;
}

p.code{
	word-break: break-all;
}

.harvest-text {
/* 全体の段落調整などが必要ならここで設定 */
margin-bottom: 10px;
}

.harvest-text .point_text {
/* ◆ 印を強調したい場合など */
font-weight: bold;
}

.harvest-text .wrap-line {
display: inline-block; /* インライン要素をブロック扱いに */
margin-left: 16em;      /* 2行目のインデント量を調整 */
}


/*申し込み手順と契約*/
dl.step{
}
dl.step dt{
	padding-top: 30px;
	margin: 0 40px;
	font-family: 'Spinnaker', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
	color: #351B00;
	font-weight: bold;
	font-size: 180%;
	background: url(../../faq/img/img_steparrowdown.png) center top no-repeat;
}
dl.step dt:first-child{
	padding-top: 0;
	background: none;
}
dl.step dd{
	margin-bottom: 1px;
	padding: 20px 40px;
	border: 1px solid #361B00;
}

/*ul.BtnList{
	margin: 12px 0;
}
ul.BtnList li{
	float: left;
}
ul.BtnList li a{
	display: block;
	margin: 0 12px 5px 0;
	padding: 8px 36px 8px 20px;
	background: url(../img/icon_arrow.png) right 20px top 16px no-repeat,-webkit-linear-gradient(#EBE0A8, #bfa021);
	background: url(../img/icon_arrow.png) right 20px top 16px no-repeat,linear-gradient(#EBE0A8, #bfa021);
	border: 1px solid #9b8846;
	border-radius: 6px;
	text-decoration: none;
	font-weight: bold;
	color: #361B00;
	box-shadow: 2px 2px 5px #AAAAAA;
}
ul.BtnList li.info a{
	background: url(../img/icon_arrow3.png) right 20px top 16px no-repeat,-webkit-linear-gradient(#74c9ab, #1b8e67);
	background: url(../img/icon_arrow3.png) right 20px top 16px no-repeat,linear-gradient(#74c9ab, #1b8e67);
	border: 1px solid #22a176;
	color: #FFFFFF;
}*/

/* プラン紹介////////////////////////////////////////////////////////////////////////////////////////////////// */
.planBox{
	position: relative;
	margin-bottom: 20px;
	padding: 20px 40px;
	border: 1px solid #806448;
	border-radius: 6px;
	background: -webkit-linear-gradient(left top, #fff7f2, #e1d3bf);
	background: linear-gradient(to bottom right, #fff7f2, #e1d3bf);
}
.planBox a.planMore{
	position: absolute;
	right: 40px;
	top: 24px;
}

.planBox h3{
	display: inline-block;
	margin: 0;
	padding: 0;
	border: none;
	font-family: 'Spinnaker', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
	font-weight: bold;
	font-size: 200%;
	vertical-align: middle;
}
.planBox h3 span{
	display: inline-block;
	margin-left: 8px;
	padding: 2px 8px;
	width: 4em;
	color: #FFFFFF;
	text-align: center;
	font-size: 50%;
	vertical-align: middle;
}
.planBox h3 span.kihon{ background-color: #00afd5;}
.planBox h3 span.senyo{ background-color: #0f5a84;}
.planBox h3 span.daiko{ background-color: #0b6c1b;}
.planBox h3 span.tokyomita{ width: 6em; background-color: #c00808;}

.planBox p.price{
	margin-bottom: 10px;
}
.planBox p.price span{
	font-family: 'Spinnaker', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
	font-size: 200%;
}
/* サービスプランアイコン */
ul.icon_service{
	float: left;
	display: table;
}
ul.icon_service li{
	display: inline-table;
	width: 70px;
	font-size: 80%;
	text-align: center;
}
ul.icon_service li.btnServiceMore{
	display: block;
	width: 100%;
	font-size: 100%;
	text-align: left;
}
ul.icon_service li.btnServiceMore a{
	padding-left: 20px;
	background: url(../img/icon_arrow.png) 8px 8px no-repeat;
}
ul.icon_service li img{
	margin-bottom: 6px;
}

/* 長期割料金一覧 */
p.chokiwari{
	font-family: 'Spinnaker', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
	font-weight: bold;
	font-size: 200%;
}
p.chokiwari span{
	width: 80px;
	height: 32px;
	margin-right: 12px;
	padding: 24px 0;
	display: inline-block;
	background-color: #FD0004;
	border-radius: 50%;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.2em;
	font-size: 60%;
}
ul.chokiPoint{
	margin-bottom: 20px;
}
ul.chokiPoint li{
	font-size: 120%;
}
ul.chokiPoint li span{
	font-size: 160%;
	color: #FD0004;
}
/* 長期割料金表 */
table.table03{
	margin-bottom: 20px;
	width: 980px;
	line-height: 1.2;
	table-layout: fixed;
}
table.table03 th,
table.table03 td{
	padding: 8px;
	line-height:1.6;
	vertical-align: middle;
}
table.table03 td{
	background-color: #FFF;
	border: 1px solid #361b00;
	text-align: right;
}
table.table03 th{
	background-color: #E6E1BE;
	border: 1px solid #361b00;
	color: #361b00;
	text-align: center;
}
table.table03 th.thw{
	width: 7em;
}
table.table03 th span.comment{
	margin-left: 2em;
	font-size: 90%;
}
table.table03 th span.waribiki{
	font-weight: bold;
	color: #FD0004;
	font-size: 120%;
}
table.table03 tr.chokiwariPrice td{
	font-weight: bold;
	color: #FD0004;
}
table.table03 td.chokiwariPrice{
	font-weight: bold;
	color: #FD0004;
}

.spHyo{
	display: none;
}


/* お申し込み・お問い合わせフォーム ////////////////////////////////////////////////////////////////////////////////////////////////// */
/* 申し込みステップ */
.moushikomiStepBox{
	margin-bottom: 20px;
}
.moushikomiStepBox dl{
	float: left;
	width: 225px;
	padding-left: 26px;
	background: url(../../f_moshikomi/img/img_steparrow.png) 1px center no-repeat;
}

.moushikomiStepBox dl:first-child{
	padding-left: 0;
	background: none;
}
.moushikomiStepBox dl dt,
.moushikomiStepBox dl dd{
	padding: 12px;
	background-color: #F7F5EA;
	border: 1px solid #361B00;
}
.moushikomiStepBox dl dt{
	height: 60px;
	border-bottom-style: dotted;
}
.moushikomiStepBox dl dt span{
	font-size: 120%;
}
.moushikomiStepBox dl dd{
	height: 140px;
	border-top: none;
}

ul.EntryStep{
	margin: 20px 0;
	display: table;
	width: 980px;
  overflow: hidden;
}
ul.EntryStep li{
	display: inline-table;
	margin-left: 20px;
  padding: 0.7em 20px;
	width: 200px;/*326*/
	background-color: #E5E5E5;
  border-radius: 5px 0 0 5px;
  position: relative;
	text-align: center;
}
.EntryStep li:after{
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -20px;
  margin-top: -1.5em;
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 20px solid #E5E5E5;
}
ul.EntryStep li:first-child{
	margin-left: 0;
}
ul.EntryStep li:last-child{
  border-radius: 5px;
}
ul.EntryStep li:last-child:after{
	border: none;
}

ul.EntryStep li.here{
  font-weight: bold;
	background-color: #9B8E85;
	color: #FFFFFF;
}
.EntryStep li.here:after{
	border-left-color: #9B8E85;
}
/* フォーム */
dl.formEntry{
	margin-bottom: 20px;
	background-color: #F7F5EA;
}

dl.formEntry dt{
	padding: 8px;
	float: left;
	width: 284px;
	border-top: 1px solid #dddddd;
}
dl.formEntry dd{
	padding: 8px;
	float: left;
	width: 624px;
	border-top: 1px solid #dddddd;
}

dl.formEntry p.link a{
	padding-left: 32px;
	background: url(../img/icon_arrow.png) 20px 6px no-repeat;
	text-decoration: underline;
}
dl.formEntry input[type="radio"],dl.formEntry input[type="checkbox"]{
	margin-bottom: 10px;
}

/* お問い合わせ電話番号 */
.toitel p{
	text-align: center;
	font-size: 210%;
	font-weight: bold;
}
.toitel p span{
	margin-left: 2em;
	font-weight: normal;
	font-size: 50%;
}

/* クリア設定 ////////////////////////////////////////////////////////////////////////////////////////////////// */
/*clearfix*/
ul.officeListIndex:after,
.officeBox:after,
ul.officeListIndex2:after,
ul.faqList:after,
.dlfaq dl:after,
ul.BtnList:after,
.planBox dl.plan:after,
.serBox:after,
.InBox:after,
dl.formEntry:after,
.moushikomiStepBox:after,
.stepBox:after{
	content: "";
	display: block;
	height: 0px;
	clear: both;
}
ul.officeListIndex,
.officeBox,
ul.officeListIndex2,
ul.faqList,
.dlfaq dl,
ul.BtnList,
.planBox dl.plan,
.serBox,
.InBox,
dl.formEntry,
.moushikomiStepBox,
.stepBox{
	overflow: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
	overflow: visible;
}
/* End hide from IE-mac */

/*バナー////////////////////////////////////////////////////////////////////////////////////////////////// */
section#bnrArea .InBox{
	padding: 32px 0;
}
ul.bnrList li{
	float: left;
	width: 450px;
	margin-left: 26px;
}
