@charset "utf-8";
/* service.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* section　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.service_list {
	padding-top: 100px;
}
.service_list h4 {
	color: #3E3548;
	font-size: 32px;
	line-height: 1.3em;
	font-weight: bold;
	border-bottom: 4px solid #3E3548;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 40px;
}

/* -- 横並びブロック ----------------------------------------------- */
.list_block {
}

/* リスト */
.list_box {
	width: 300px;
	margin-left: 62px;
	float: left;
}

/* サービス名 */
.list_box h5 {
	font-size: 20px;
	padding-bottom: 7px;
	padding-top: 5px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #DB6B39;
	padding-right: 5px;
	padding-left: 10px;
	border-radius: 5px;
}
.sub_tt {
	font-size: 18px;
	line-height: 1.4em;
	margin-top: 8px;
	color: #3E3548;
	margin-bottom: 15px;
	margin-left: 5px;
	margin-right: 5px;
	font-weight: 900;
	/* [disabled]font-family: 'Noto Sans JP', sans-serif; */
}

/* 説明文 */
.text {
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.6em;
	font-size: 15px;
	margin-left: 5px;
	margin-right: 5px;
}

/* 料金 */
.price {
	margin-top: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	border-top: 1px solid #856752;
	padding-top: 12px;
	border-bottom: 1px solid #856752;
	padding-bottom: 8px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	font-size: 24px;
	background-color: #FFF2D2;
}
.price h6 {
	background-color: #856752;
	color: #FFFFFF;
	text-align: center;
	width: 60px;
	border-radius: 50px;
	margin-bottom: 8px;
	font-size: 12px;
	line-height: 1.4em;
	padding-top: 3px;
	padding-bottom: 3px;
}
.atari {
	font-size: 14px;
	font-weight: normal;
	margin-left: 8px;
}
.bikou {
	font-size: 12px;
	line-height: 1.4em;
	margin-top: 8px;
}
.more_bt {
	text-align: center;
}
.more_bt a {
	font-size: 14px;
	text-decoration: none;
	display: block;
	background-color: #3E3548;
	color: #FFFFFF;
	margin-top: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 8px;
	position: relative;
	webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.more_bt a:hover {
	background-color: #4E435B;
}
.more_bt a img {
	position: absolute;
	right: 10px;
	top: 10px;
}




/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 流れ　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#flow {
	padding-top: 200px;
}
#flow_pc {
	background-image: url(../images/flow_line_00.png);
	background-repeat: no-repeat;
	background-position: center 140px;
}
.flow_icon {
	text-align: center;
	width: 410px;
	padding-bottom: 40px;
}
.flow_icon img {
	width: 285px;
	height: auto;
}
.flow_tt {
	width: 200px;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	font-family: 'Noto Sans JP', sans-serif;
	padding-bottom: 40px;
	vertical-align: top;
	padding-top: 8px;
}
.flow_spot_01 {
	width: 40px;
	vertical-align: top;
	background-image: url(../images/flow_line_01.png);
	background-repeat: repeat-y;
	background-position: 33px top;
}
.flow_spot_02 {
	width: 40px;
	vertical-align: top;
	background-image: url(../images/flow_line_02.png);
	background-repeat: repeat-y;
	background-position: 6px top;
}
.text_tachiai {
	padding-bottom: 40px;
	vertical-align: top;
}
.fukidashi_tachiai {
	border: 1px solid #DE6A3F;
	border-radius: 8px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	/* [disabled]font-family: 'Noto Sans JP', sans-serif; */
	font-size: 15px;
	font-weight: 700;
}
.text_remote {
	padding-bottom: 40px;
	vertical-align: top;
}
.fukidashi_remote {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFFFFF;
	border: 1px solid #876755;
	border-radius: 8px;
	/* [disabled]font-family: 'Noto Sans JP', sans-serif; */
	font-size: 15px;
	font-weight: 700;
}
#thanks {
	background-color: #3E3548;
	color: #FFFFFF;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 20px;
	border-radius: 10px;
}

/* スマホ表示 */
#flow_sp_01,
#flow_sp_02 {
	display: none;
}





















/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


@media screen and (max-width: 768px) {

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* section　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.service_list {
	padding-top: 60px;
}
.service_list h4 {
	font-size: 28px;
	margin-bottom: 20px;
}

/* -- 横並びブロック ----------------------------------------------- */
/* リスト */
.list_box {
	width: 100%;
	margin-left: 0px;
	float: none;
	margin-bottom: 60px;
}

/* サービス名 */
.list_box h5 {
	font-size: 20px;
}
.sub_tt {
	font-size: 16px;
	line-height: 1.4em;
	margin-bottom: 12px;
}

/* 説明文 */
.text {
	font-size: 14px;
}
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 流れ　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#flow {
	padding-top: 80px;
}
#flow_pc {
	display: none;
}
#flow_sp_01 {
	margin-bottom: 80px;
	display: inherit;
}
#flow_sp_02 {
	display: inherit;
}
.flow_icon {
	width: 100%;
	padding-bottom: 0px;
}
.sp_tt_tachiai {
	color: #DE6A3F;
	font-size: 18px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 8px;
	background-image: url(../images/flow_line_01.png);
	background-repeat: repeat-y;
	background-position: center 0%;
	padding-left: 10px;
}
.sp_tt_remot {
	color: #876755;
	font-size: 18px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 8px;
	padding-left: 10px;
	background-image: url(../images/flow_line_02.png);
	background-repeat: repeat-y;
	background-position: center 0%;
}




}
