@charset "UTF-8";
/*ご利用案内*/


/* 見出し h1背景画像はカテゴリーごとに変更する*/
h1 {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	background: url(../img/guide_title.jpg) center center no-repeat;
	background-size: cover;
	background-color: #fff;
}
@media (max-width: 768px) {/* 768以下は背景色のみ*/
	h1 {
		margin-top: 5px;
		background: #FCFBE5;
		padding-top: 150px;
		padding-bottom: 20px;
		}
}


section h2 {
	position: relative;
	padding: 10px 0;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.05em;
}

section h2:after {
	content: "";
	display: block;
	height: 3px;
	background: -webkit-linear-gradient(left, #FBD375 50%, #FFF);
	background: -o-linear-gradient(left, #FBD375 50%, #FFF);
	background: linear-gradient(to right, #FBD375 50%, #FFF);
}


section p {
	margin-top: 8px;
}


h1.service {
	background: #FFF8B2;
	border-radius: 8px;
	color: #111;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
}


/*強調文字*/
.tx_orangeb {
	color: #EC8340;
	font-weight: bold;
}
.tx_bold {
	font-weight: bold;
}


/*リンクボタン*/
.linkbtn {
	margin-top: 20px;
}
.linkbtn a {
	display: inline-block;
	padding: 3px 20px;
	border-radius: 4px;
	color: #036EB7;
	background-color: #DFF1FB;
	font-size: 16px;
	text-decoration: none;
	transition: 0.5s;
}
.linkbtn a:hover {
	background-color: #FFF8B2;
	color: #036EB7; 
}


/*基本レイアウト*/
.guide {
	padding-bottom: 40px;/*60px*/
}
.guide .box {
	margin-top: 10px;
}
.guide .boxR {
	text-align: center;
	margin-top: 10px;
}

@media (min-width: 1000px) {
	.guide .box {
		max-width: 900px;
		margin-left: auto;
		margin-right: auto;
		display: flex;
	}
	.guide .boxL {
		flex: 0 0 440px;/*変更*/
		padding: 0 60px 0 0;
	}
	.guide .boxR {
			flex: 0 0 400px;/*280px*/
		}
}

@media (min-width: 700px) and (max-width: 999px)  {
	.guide .box {
		display: flex;
	}
	.guide .boxL {
		flex: 0 0 65%;
		padding: 0 25px 20px 0;
	}
	.guide .boxR {
			flex: 0 0 30%;
		}
}


.guide h3  {
	position: relative;
	padding-left: 26px;
	line-height: 1.5;
	font-size: 20px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
}

.guide h3:before{ font-family: FontAwesome;
	content: "\f0c8";
	position: absolute;
	font-size: 20px;
	left: 0;
	top: 0;
	color: #7FCCE8;
}

.guide h4  {
	line-height: 1.5;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}


.guide ol {
  counter-reset:number;
  list-style-type: none!important; /*数字を一旦消す*/
}
.guide ol li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5;
  padding: 3px 10px 3px 30px;
  font-size: 18px;
  font-weight: bold;
}

.guide ol li:before{
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display:inline-block;
  background: #3FBDE0;
  color: #fff;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 23px;
  height: 23px;
  line-height: 23px;
  text-align:center;
  /*以下 上下中央寄せ*/
  top: 50%;
  -moz-transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}


/*ご利用案内top*/
.guide_top {
	margin-bottom: 30px;
}

.guide_top p {
	font-size: 18px;
}

/*利用料*/
.guide_top1 {
	margin-bottom: 35px;
}

.guide_top1 h5  {/*追加*/
    background: #EEA551;
    color: #fff;
    display: block;
    width: 18%;
    padding: 3px 4px;
    border-radius: 4px;
    text-align: center;
	line-height: 1.5;
	font-size: 17px;
    margin-top: 10px;
	margin-bottom: 4px;
}

.guide_top1 p {
	font-size: 18px;
}

.guide_top1 p.tx_sm {
	font-size: 15px;
}

.guide_top1 table {
	width: 400px;
	margin-bottom: 30px;
	margin-left: 3px;
	border-collapse: collapse;
	line-height: 1.4;/*1.6*/
}

.guide_top1 th,
.guide_top1 td {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px #ddd;
}
.guide_top1 th {
	padding-right: 15px;
	text-align: left;
	word-break: keep-all;
	font-weight: bold;
}
@media (max-width: 767px) {
	.guide_top1 table {
		width: 100%;
		}
}



/*ご利用の流れ*/
.guide_top2 i {
	margin-left: 74px;
	font-size: 24px;
	color: #7FCCE8;
}
@media (max-width: 600px) {
	.guide_top2 i {
	margin-left: 0px;
	text-align: center;
	display: block;
	}
}

.guide_top2 .content_bg {
	width: 70%;
	margin: 15px auto;
	background-color: #FCFBE5;
	border: 1px #ddd solid;
	padding: 24px 30px;
	border-radius: 8px;
}



/*guide2写真*/
.boxR .itemPhoto {
	margin-bottom: 10px;
}
.boxR .itemPhoto .cap {
	display: block;
	font-size: 15px;
	text-align: center;
	margin-bottom: 10px;
}

