 @charset "utf-8";

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

/*		01  Base:				;*/
/*		02  COMMON classes:		;*/
/*		03  header:				;*/
/*		04  footer:				;*/

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

/*=================================================
	 01 Base
================================================ */

body {
	font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, Osaka, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
	color: #352828;
	font-size:14px;
	line-height:18px;
}

ul, ol {
	list-style: none;
}

a:link, a:visited {
	color: #4fb1d3;
	color: #202020;
}


/*=================================================
	 02 COMMON classes
================================================ */


/* clearfix */
.clearfix {
	width: 100%;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}


/* btnå…±é€šã‚¹ã‚¿ã‚¤ãƒ« */
.btn {
	margin: 0 auto;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow:
	rgba(0, 0, 0, 0.3) 0px 2px 0px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.3) 0px 2px 0px 0px;
	line-height: 1em;
}
.btn a {
	padding: 12px 0 12px 12px;
	display: block;
}

/* ãƒ†ã‚­ã‚¹ãƒˆç³» */
.lower_h2 {
	background: #282828;
	color: #FFF;
	padding: 12px 0 12px 8px;
}
h3 {
	background: #f3f3f3;
	border-left: #5eb4d3 solid 4px;
	box-sizing: border-box;
	padding: 8px 0 8px 10px;
}


/* ãƒ‘ãƒ³ããš */
#breadcrumb {
	margin: 12px 0;
}

#breadcrumb h1 {
	font-size: 11px;
}

#breadcrumb h1 span {
	font-size: 16px;
	padding: 0 8px;
}



/* formã‚¹ã‚¿ã‚¤ãƒ« */
input[type="text"],input[type="submit"],input[type="button"] {
	width:262px;
	font-size:16px;
	padding:5px;
	-webkit-appearance: none;
}
select {
	width:210px;
	font-size:16px;
	padding:5px;
	-webkit-appearance: none;
}
select {
	border: #bcbcbc solid 1px;
	background: #ffffff url(../images/icon-select.png) no-repeat 97% 50%;
	background: url(../images/icon-select.png) no-repeat 97% 50%, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f1f1f1));
	background: url(../images/icon-select.png) no-repeat 97% 50,  -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 100%);
	background-size: 10px 6px, auto;
	-webkit-background-size: 10px 6px, auto;
	padding: 0 20px 0 5px;
	border-radius: 4px;
}
select:focus {
	border: #5eb4d3 solid 1px;
	background: #dbeff6 url(../images/icon-select.png) no-repeat 97% 50%;
	background: url(../images/icon-select.png) no-repeat 97% 50%, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbeff6), color-stop(100%,#FFF));
	background: url(../images/icon-select.png) no-repeat 97% 50,  -webkit-linear-gradient(top, #dbeff6 0%,#FFF 100%);
	background-size: 10px 6px, auto;
	-webkit-background-size: 10px 6px, auto;
	box-shadow:rgba(0, 0, 0, 0.3) 2px 2px 3px 0px inset;
	-webkit-box-shadow:rgba(0, 0, 0, 0.3) 2px 2px 3px 0px inset;
}

input {
	box-shadow:rgba(0, 0, 0, 0.3) 2px 2px 3px 0px inset;
	-webkit-box-shadow:rgba(0, 0, 0, 0.3) 2px 2px 3px 0px inset;
}

textarea{
	width:100%;
	font-size:16px;
	padding:5px;
	height:80px;
	border: #bcbcbc solid 1px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow:rgba(0, 0, 0, 0.3) 2px 2px 3px 0px inset;
	-webkit-box-shadow:rgba(0, 0, 0, 0.3) 2px 2px 3px 0px inset;
}

textarea:focus,textarea:hover {
	height: 180px;
}

input[type="text"] {
	border: #bcbcbc solid 1px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}
input[type="submit"],input[type="button"] {
	width: 100%;
	font-size:16px;
	margin: 0;
	padding: 5px;
	border:none;
}

.f-style {
	margin: 8px;
}

.f-style dt {
	margin: 15px 0 8px;
}

.f-style .required {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	background: #c24444;
	font-size: 11px;
	color: #FFF;
	padding: 5px 4px 3px;
	margin: -3px 0 0;
	display: inline-block;
	line-height: 1em;
}

.f-style input[type="text"],
.f-style input[type="submit"],
.f-style textarea,
.f-style select {
	width: 95%;
}

.f-style dd {
	border-bottom: #c7c7c7 dotted 1px;
	padding: 0 0 10px;
}
.f-style dl.lastChild dd {
	border-bottom: none;
}


/* é€ä¿¡ãƒœã‚¿ãƒ³ç³» */
.submit_wrap {
	width: 304px;
	margin: 15px auto 30px;
}
.submit_wrap p input {
	width: 304px;
	margin: 0 auto;
}

.f-style input[type="submit"] {
	background: #2ca0c6 url(../images/icon-arrow2.png) no-repeat 97% 50%;
	background-size: 15px;
	-webkit-background-size: 15px;
	color: #FFF;
	text-align: left;
	padding: 12px 0 12px 8px;
	display: block;
}

.form_back {
	width: 288px;
	margin: 0 auto;
}

.f-style .btn.back {
	background: #919090 url(../images/icon-arrow9.png) no-repeat 8px 50%;
	background-size: 15px;
	-webkit-background-size: 15px;
	color: #FFF;
	width: 168px;
	margin: 10px 0 0;
	padding: 12px 0 12px 35px;
	display: block;
	font-size: 16px;
}


/* æ³¨æ„äº‹é …ç³» */
.f-style .form_att {
	font-size: 12px;
	color: #444444;
	margin: 5px 0 0;
}

.f-style .exe {
	font-size: 12px;
	color: #646464;
	margin: 5px 0 0;
}

.f-style .pp_att {
	text-align: center;
}

.f-style .pp_msg {
	line-height: 1.5em;
}


/* ç¢ºèªãƒ»ã‚¨ãƒ©ãƒ¼ç”»é¢ */
.f-style #error_cls {
	margin: 15px 15px 0;
}

.f-style #error_cls li {
	background: url(../images/icon-error.png) no-repeat 0 4px;
	background-size: 8px;
	-webkit-background-size: 8px;
	padding: 0 0 0 12px;
	margin: 8px 0 15px 0;
}




/* ãã®ä»– */
.disnon {
	display: none;
}



/*=================================================
	 03 header
================================================ */
header#pagehead {
	height: 47px;
	border-bottom: #000 solid 1px;
	width: 100%;
}

header#pagehead {
	/*background: url(../images/18hina-sp.png) no-repeat center, url(../images/18hina-line.png) repeat-x center bottom;*/
	background-size: contain, auto;
}

header#pagehead .head_wrap {
	height: 33px;
	padding: 6px 9px 3px;
}

header#pagehead .head_wrap h1 {
	float: left;
	margin: 6px 0 0;
}
/*
header#pagehead .head_wrap h1:after {
    content: '';
    display: block;
    width: 80px;
    height: 48px;
    background: url(../images/sp_c_day01.png) no-repeat center;
    position: absolute;
    background-size: 100%;
    left: 116px;
    top: 0px;
}
header#pagehead .head_wrap h1:after {
    content: '';
    display: block;
    width: 80px;
    height: 48px;
    background: url(../images/19_b_sp_01.png) no-repeat center;
    position: absolute;
    background-size: 100%;
    left: 120px;
    top:3px;
}
*/

header#pagehead .head_wrap ul {
	float: right;
	width: 155px;
}

header#pagehead .head_wrap li {
	float: left;
	width: 75px;
}
header#pagehead .head_wrap li:first-child {
	margin: 0 5px 0 0;
}

header#pagehead .head_wrap ul li a {
	display: block;
	background: #282828;
	text-align: center;
	padding: 11px 6px 6px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}
/*
#open_menu {
	position: absolute;
	width: 100%;
	z-index: 2;
	margin: 0 0 0 ;
	box-shadow:rgba(0, 0, 0, 0.3) 0px 2px 0px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.3) 0px 2px 0px 0px;
	display: none;
}

#open_menu ul {
	background: url(../images/menu_opn.png) no-repeat right top;
	background-size: 62px 6px;
	-webkit-background-size: 62px 6px;
	padding: 6px 0 0;
}

#open_menu a {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
}

#open_menu li a {
	float: left;
	width: 50%;
	padding: 16px 0 16px 8px;
	background: #282828 url(../images/icon-arrow4.png) no-repeat 97% center;
	background-size: 12px;
	-webkit-background-size: 12px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom: #000 solid 1px;
	border-top: #535353 solid 1px;
}

#open_menu li:first-child a,
#open_menu li:nth-of-type(2) a {
	border-top: none;
}
#open_menu li:last-child a,
#open_menu li:nth-of-type(5) a {
	border-bottom: #535353 solid 1px;
}

#open_menu li:nth-child(odd) a {
	border-right: #000 solid 1px;
}

#open_menu li:nth-child(even) a {
	border-left: #535353 solid 1px;
}

#open_menu li:last-child a {
	width: 100% !important;
}
*/


/*=================================================
	â†“ãƒ¡ãƒ‹ãƒ¥ãƒ¼ãƒœã‚¿ãƒ³ã®ã€Œé–‰ã˜ã‚‹ã€ã®è¨­å®š
================================================ */

header#pagehead .head_wrap ul li.btn_close a {
    background: #ebe9e5;
		border: #70614a solid 1px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
}


/*=================================================
	â†“ã“ã“ã‹ã‚‰navã®è¨­å®š
================================================ */

#open_menu {
	position: absolute;
	width: 100%;
	z-index: 2;
	background: url(../images/nav/menu_opn.png) no-repeat right top;
	-webkit-background-size: 62px 6px;
	background-size: 62px 6px;
	padding: 6px 0 0;
	-webkit-box-shadow:rgba(0, 0, 0, 0.3) 0px 1px 0px 0px;
	box-shadow:rgba(0, 0, 0, 0.3) 0px 1px 0px 0px;
	line-height: 1;

	display: block; /* â†è¡¨ç¤ºç¢ºèªç”¨ã®ãŸã‚å‰Šé™¤ã—ã¦ãã ã•ã„ */
}

#open_menu ul {
	background: #ebe9e5;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 14px 15px;
}

#open_menu a {
	color: #70614a;
	text-decoration: none;
	font-size: 16px;
	text-align: center;
}

#open_menu li a {
	display: block;
	width: 100%;
	padding: 16px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: #9d8868 solid 1px;
	border-top: #fff solid 1px;
}

#open_menu li:first-child a {
	border-top: none;
	border-bottom: #bababa solid 1px;
	background: #f3981e url(../images/nav/icon-search_sp.png) no-repeat 25% 40%;
  -webkit-background-size: 30px;
	background-size: 30px;
	margin-bottom: 12px;
	font-size: 20px;
	color: #fff;
}
#open_menu li:nth-of-type(2) a {
	border-top: none;
	border-bottom: #bababa solid 1px;
	background: #5dbf3a url(../images/nav/icon-shopsearch_sp.png) no-repeat 25% 40%;
  -webkit-background-size: 30px;
	background-size: 30px;
	margin-bottom: 14px;
	font-size: 20px;
	color: #fff;
}
#open_menu li:nth-of-type(3) a {
	-webkit-box-shadow: 0px -1px 0px 0px #9d8868;
	box-shadow: 0px -1px 0px 0px #9d8868;
}
#open_menu li:nth-of-type(8) a {
	background: url(../images/nav/icon-top_sp.png) no-repeat 38% 35%;
	-webkit-background-size: 23px;
	background-size: 23px;
	border-bottom: none;
}
#open_menu li:last-child a {
	border-top: none;
	border-bottom: #bababa solid 1px;
	background: #9d8868 url(../images/nav/icon-contact_sp.png) no-repeat 20% 45%;
	-webkit-background-size: 30px;
	background-size: 30px;
	padding-left: 5%;
	margin-bottom: 14px;
	font-size: 20px;
	color: #fff;
}




/*=================================================
	 04 footer
================================================ */

/* pagetop */
footer {
	background: url(../images/bg-check.png);
	background-size: 4px;
	-webkit-background-size: 4px;
}

#to-the-top+div,
#to-the-top+div+div {
	display: none;
}

.pagetop {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 40px 0 0 ;
	background: #FFF;
}

.pagetop a {
	padding: 10px 0;
	text-align: center;
	display: block;
}

footer .copyrihgt {
	font-size: 11px;
	text-align: center;
	padding: 30px 0 10px;
}
.non_change .copyrihgt {
	padding: 20px 0;
}

footer .changepc {
	text-align: center;
	padding: 0 0 30px;
}



/*	2016.11.16	Ranking
-------------------------------------------*/
.rank {
	max-width: 480px;
	width: 95%;
	margin: 15px auto;
}
.rank-nav {
	margin-bottom: 10px;
	font-size: 0;
	text-align: center;
}
.rank-nav li {
	display: inline-block;
	vertical-align: middle;
	width: 46%;
	margin-right: 8%;
}
.rank-nav li:last-child {
	margin-right: 0;
}
.rank-nav li a {
	display: block;
	padding: 5px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	background: #65c8e9;
	border-bottom: 2px solid #47a9ca;
	border-radius: 3px;
}
.rank-nav li.select a {
	background: #a3b9c0;
	border-top: 2px solid #90a4aa;
	border-bottom: none;
}

.rank-body {
	counter-reset: num;
}
.rank-body li {
	margin: 5px auto;
	display: inline-block;
	vertical-align: middle;
	border: 1px dotted #b5b5b5;
	box-sizing: border-box;
	font-size: 12px;
	position: relative;
}
.rank-body li span {
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background: #000;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	position: absolute;
	top: -5px;
	left: 5px;
	z-index: 10;
	font-family: "æ¸¸æ˜Žæœ", YuMincho, "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ ProN W3", "Hiragino Mincho ProN", "HGæ˜ŽæœE", "ï¼­ï¼³ ï¼°æ˜Žæœ", "ï¼­ï¼³ æ˜Žæœ", serif;
}
.rank-body li span img {
	position: absolute;
	top: -14px;
	left: -7px;
}
.rank-body li span:before {
	counter-increment:num;
	content:counter(num);
}
.rank-body li a {
	display: block;
	color: #666;
	text-decoration: none;
}
.rank-body li:nth-child(1) {width: 100%;}
.rank-body li:nth-child(1) em {
	display: inline-block;
	vertical-align: top;
	height: 110px;
	overflow: hidden;
}
.rank-body li:nth-child(1) div {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	width: -webkit-calc(100% - 145px);
	width: calc(100% - 145px);
	margin-left: 10px;
}
.rank-body li:nth-child(1) div strong {
	display: block;
	margin: 10px 0 5px;
	font-weight: bold;
	font-size: 12px;
}
.rank-body li:nth-child(1) div p {
	font-size: 10px;
}
.rank-body li:nth-child(n + 2) {width: 48%;text-align: center;}
.rank-body li:nth-child(n + 2) em {display: none;}
.rank-body ol li:nth-child(2),
.rank-body ol li:nth-child(4),
.rank-body ol li:nth-child(7),
.rank-body ol li:nth-child(9) {margin-right: 2%;}

.rank-body li:nth-child(1) span {background: #ddc564;}
.rank-body li:nth-child(2) span {background: #ababab;}
.rank-body li:nth-child(3) span {background: #ad5a22;}


.sns {
	margin-bottom: 20px;
}
.sns ul {
	font-size: 0;
	text-align: center;
}
.sns li {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	font-size: 1rem;
}
.sns li a {
	display: block;
	text-align: center;
	line-height: 0;
}
.sns li img {
	max-width: 100%;
}
.sns li p {
	font-size: 11px;
	line-height: 1.8;
}
.sns p > span {
	display: inline-block;
	margin: 0 5px;
	padding: 5px 10px;
	background: #eee;
	border: 1px solid #ccc;
	border-radius: 3px;
	line-height: 1;
}

/*=================================================
 HEADER Fix
================================================ */

.sfpf-header {
    border-bottom: 1px solid #000000;

    position:fixed;
    width:100%;
    top:0px;
    left:0px;
    z-index:9999;
    background:#ffffff;
}

#contents_wrap {
    /* padding-top:48px; */
}

#mainimageArea {
    padding-top:48px;
}

.sfpf-header-inner {

}

.sfpf-logo {
    width: 106px;
    height: 21px;
    float: left;
    padding: 12px 0px 12px 10px;
}

.sfpf-logo a {
    display: block;
}

.sfpf-logo a img {
    width: 106px;
    height: 21px;
}

.sfpf-nav {
    float: right;
    width: 94px;
}

.sfpf-nav li {
    width: 47px;
    height: 47px;
    float: left;
}

.sfpf-nav li img {
    width:100%;
}

.sfpf-nav li a {

}

.sfpf-nav li a img {
    width: 100%;
}

.sfpf-nav-contact {

}

.sfpf-nav-contact a {

}

.sfpf-nav-contact a img {

}

.sfpf-nav-menu {

}

.sfpf-nav-menu a {

}

.sfpf-nav-menu a img {

}

.sfpf-slide {
    display:none;
    width: 100%;
    position: absolute;
    z-index: 999;
    top:47px;
    left:0px;
    height:100vh;
    overflow:scroll;
}

.sfpf-slide-list {

}

.sfpf-slide-list li {
    border-bottom: 1px solid #999896;
}

.sfpf-slide-list li a {
    background: #ebeae6;
    display: block;
    text-decoration: none;
    color: #000000;
    font-size: 16px;
    padding: 15px;
    background: #ebeae6 url(../images/sfpf/sfpf05.png) no-repeat 98% 40%;
    background-size: 35px;
}

.sfpf-slide-nav-contact {

}

.sfpf-slide-nav-contact a {
    background: #2c2c2c url(../images/sfpf/sfpf23.png) no-repeat 98% 40% !important;
    color: #ffffff !important;
    background-size: 35px !important;
    padding: 12px 15px 11px !important;
}

.sfpf-slide-nav-contact a img {
    width: 25px;
    display: inline;
    vertical-align: middle;
}

.sfpf-slide-nav-support {
}

.sfpf-slide-nav-support-btn {
    padding: 15px;
    color: #ffffff;
    background: #f39821;
    /*
    background: #f39821 url(../images/sfpf/sfpf04.png) no-repeat 98% 40%;
    background-size: 35px;
    */
    display:block;
    position:relative;
}

.sfpf-slide-nav-support-btn img {
    width: 35px;
    position: absolute;
    right: 3%;
    top: 17%;
}

.sfpf-slide-nav-support-inner {
    display:block;
    padding: 0px 15px 15px;
    background: #f39821;
}

.sfpf-title {
    font-size: 14px !important;
    background: none !important;
    border: none !important;
    color: #ffffff !important;
    padding: 10px 0px !important;
    border-bottom: 1px solid #ffffff !important;
    margin-bottom:15px !important;
}

.sfpf-list01 {
    margin-bottom:15px;
}

.sfpf-list01 li {
    float: left;
    width: 32%;
    margin-right: 2%;
    border: none;
}

.sfpf-list01 li a {
    background: none;
    border: none;
    padding: 0px;
    text-decoration: none;
    display:block;
}

.sfpf-list01 li a img {
    width:100%;

}

.sfpf-list01 li:last-child {
	margin-right:0px;
}


.sfpf-list02 {
    margin-bottom:15px;
}

.sfpf-list02 li {
    float: left;
    width: 49%;
    margin-right: 2%;
    border: none;
    margin-bottom:15px;
}

.sfpf-list02 li h4 {
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    border:none !important;
    padding:0px !important;
    margin-bottom: 5px !important;
    background:none !important;
}

.sfpf-list02 li a {
    background: none;
    border: none;
    padding: 0px;
    text-decoration: none;
    display:block;
}

.sfpf-list02 li a img {
    width:100%;
}

.sfpf-list02 li:nth-child(2n) {
	margin-right:0px;
}

.sfpf-list03 {
    margin-bottom:15px;
}

.sfpf-list03 li {
    float: left;
    width: 49%;
    margin-right: 2%;
    border: none;
    margin-bottom:2%;
}

.sfpf-list03 li a {
    background: none;
    border: none;
    padding: 0px;
    text-decoration: none;
    display:block;
}

.sfpf-list03 li a img {
    width:100%;
}

.sfpf-list03 li:nth-child(2n) {
	margin-right:0px;
}

.sfpf-list04 {
    margin-bottom:10px;
}

.sfpf-list04 li {
    width: 100%;
    border: none;
    margin-bottom:5px;
}

.sfpf-list04 li a {
    background: none;
    border: none;
    padding: 0px;
    text-decoration: none;
    display:block;
}

.sfpf-list04 li a img {
    width:100%;
}

/*=================================================
 Modal ãƒ¢ãƒ¼ãƒ€ãƒ«å…±é€š
================================================ */
.sfpf-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000);
    background: rgba(0, 0, 0, 0.5);
}

/* #sfpf-modal06 {
    display:block;
} */

.sfpf-modal-wrap {
    height: 100%;
    padding: 0 25px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-y:scroll;
    overflow-x:hidden;
}

.sfpf-modal-content {
    height: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.sfpf-modal-table-wrap {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}

.sfpf-modal-table-cell {
    display: table-cell;
    padding: 40px 0px 40px;
    vertical-align: middle;
}

.sfpf-modal-content-box {
    position: relative;
    margin: 0 auto;
    background: #fff;
}

.sfpf-modal-content-inner {
    padding: 30px 20px;
}

.sfpf-modal-btn-close {
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 9;
    height: 40px;
    width: 40px;
    cursor: pointer;
}

.sfpf-modal-btn-close img {
    width:100%;
}

/*=================================================
 ãƒ¢ãƒ¼ãƒ€ãƒ«/ã”ã¯ã‚“ã‚»ãƒƒãƒˆ
================================================ */
.sfpf-modal-food-title {
    font-size: 18px;
    background: none;
    border: none;
    border-bottom: 2px solid #f39821;
    text-align: center;
    margin-bottom: 15px;
    padding: 0px 0px 15px;
    font-weight:bold;
}

.sfpf-modal-food-text {
    font-size:12px;
    margin-bottom:20px;
}

.sfpf-modal-food-box01 {
    background: #f39821;
    padding: 20px 20px 10px 20px;
    margin-bottom:30px;
}

.sfpf-modal-food-box01-title {
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
    font-size: 11px;
}

.sfpf-modal-food-box01-title span {
    display: block;
    font-size: 16px;
    font-weight:bold;
}

.sfpf-modal-food-box01-list01 {}

.sfpf-modal-food-box01-list01 li {
    background: #ffffff;
    border-radius: 3px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 15px;
}

.sfpf-modal-food-box01-list01-num {
    width: 45px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.sfpf-modal-food-box01-list01 li h5 {
    text-align: center;
    padding: 20px 0px 0px 0px;
    color: #f39721;
    font-size: 14px;
    margin-bottom:10px;
    font-weight:bold;
}

.sfpf-modal-food-box01-list01-img {
    width: 90px;
    margin: auto;
    display: block;
}

.sfpf-modal-food-box01-list01 li p {
    font-size: 12px;
    color: #333333;
    padding: 0px 20px 20px;
}

.sfpf-modal-food-box02 {
    background: #eeeeee;
    padding: 20px 20px 10px 20px;
    /*
    margin-bottom: 30px;
    */
}

.sfpf-modal-food-box02-title {
    color: #f39721;
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight:bold;
}

.sfpf-modal-food-box02-list-wrap {
    background: #ffffff;
    margin-bottom: 15px;
    /*
    padding: 15px;
    */
}

.sfpf-modal-food-box02-list-wrap-img {
    width:100%;
}

.sfpf-modal-food-box02-list-wrap-result {
    margin: 30px -106vw 0px;
    padding: 0px 100vw;
}

.sfpf-modal-food-box02-list-wrap-result-text01 {
    font-size: 12px;
    text-align: center;
    margin: 10px auto 10px;
}

.sfpf-modal-food-box02-list-wrap-result-text02 {
    text-align: center;
    font-size: 15px;
    margin-bottom: 20px;
}

.sfpf-modal-food-box02-list-wrap-result-text02 span {
    font-size: 18px;
    color: #f39721;
    font-weight: bold;
    margin-right: 2px;
}

.sfpf-modal-food-box02-list-wrap h5 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
}

.sfpf-modal-food-box02-list01 {}

.sfpf-modal-food-box02-list01 li {
    background: #ffffff;
    border-radius: 3px;
    box-sizing: border-box;
    position: relative;
}

.sfpf-modal-food-box02-list01 li h5 {
    text-align: center;
    padding: 25px 0px 0px 0px;
    color: #f39721;
    font-size: 14px;
    margin-bottom:10px;
    font-weight:bold;
    font-weight:bold;
}

.sfpf-modal-food-box02-list01 li img {
    width:90px;
    display:block;
    margin:auto;
    margin-bottom:10px;
}

.sfpf-modal-food-box02-list01 li p {
    font-size: 12px;
    color: #333333;
    text-align:center;
}


.sfpf-modal-food-box02-list02 {}

.sfpf-modal-food-box02-list02 li {
    background: #ffffff;
    border-radius: 3px;
    box-sizing: border-box;
    position: relative;
    width:50%;
    float:left;
    margin-bottom:10px;
}

.sfpf-modal-food-box02-list02 li h5 {
    text-align: center;
    padding: 25px 0px 0px 0px;
    color: #f39721;
    font-size: 14px;
    margin-bottom:10px;
}

.sfpf-modal-food-box02-list02 li img {
    width:90px;
    display:block;
    margin:auto;
    margin-bottom:10px;
}

.sfpf-modal-food-box02-list02 li p {
    font-size: 12px;
    color: #333333;
    text-align:center;
}

.sfpf-modal-food-box02-list03 {}

.sfpf-modal-food-box02-list03 li {
    background: #ffffff;
    border-radius: 3px;
    box-sizing: border-box;
    position: relative;
    width:50%;
    float:left;
    margin-bottom:10px;
}

.sfpf-modal-food-box02-list03 li:last-child {
    margin: auto;
    clear: both;
    float: none;
}

.sfpf-modal-food-box02-list03 li h5 {
    text-align: center;
    padding: 25px 0px 0px 0px;
    color: #f39721;
    font-size: 14px;
    margin-bottom:10px;
}

.sfpf-modal-food-box02-list03 li img {
    width:90px;
    display:block;
    margin:auto;
    margin-bottom:10px;
}

.sfpf-modal-food-box02-list03 li p {
    font-size: 12px;
    color: #333333;
    text-align:center;
}


/*=================================================
 ãƒ¢ãƒ¼ãƒ€ãƒ«/ã»ã£ã¨ã‚µãƒãƒ¼ãƒˆ
================================================ */
.sfpf-modal-support-title {
    font-size: 18px;
    background: none;
    border: none;
    border-bottom: 2px solid #f39821;
    text-align: center;
    margin-bottom: 15px;
    padding: 0px 0px 15px;
    font-weight:bold;
}

.sfpf-modal-support-title span {
    font-weight:normal;
    display:block;
    font-size:12px;
    margin-bottom:10px;
}

.sfpf-modal-support-img {
    width: 150px;
    margin: auto;
    display: block;
}

.sfpf-modal-support-text {
    font-size: 12px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
    line-height: 1.6;
    font-weight: bold;
}

.sfpf-modal-support-box01 {
    background: #eeeeee;
    padding: 20px 20px 10px 20px;
    margin-bottom:10px;
}

.sfpf-modal-support-box01-title {
    color: #f39920;
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight:bold;
}

.sfpf-modal-support-box01-list01 {

}

.sfpf-modal-support-box01-list01 li {
    background: #ffffff;
    border-radius: 3px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 15px;
    padding:0px 10px 15px 0px;
}

.sfpf-modal-support-box01-list01-num {
    width: 45px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.sfpf-modal-support-box01-list01-inner {
    display:table;
    /*
    table-layout:fixed;
    */
}

.sfpf-modal-support-box01-list01-inner-left {
    display: table-cell;
    vertical-align: middle;
}

.sfpf-modal-support-box01-list01-img {
    width: 100%;
    min-width:50px;
    max-width:100px;
    vertical-align: middle;
    margin: auto;
    display: block;
}

.sfpf-modal-support-box01-list01-inner-right {
    display: table-cell;
    vertical-align: middle;
    padding:0px 0px 0px 5px;
}

.sfpf-modal-support-box01-list01-inner-right h5 {
    padding: 10px 0px 0px 0px;
    color: #f39721;
    font-size: 14px;
    margin-bottom:5px;
    font-weight:bold;
    line-height:1.5;
}

.sfpf-modal-support-box01-list01-inner-right h5 span {
    display:block;
    font-size:11px;
    font-size:10px;
    margin-bottom:2px;
}

.sfpf-modal-support-box01-list01-inner-right p {
    font-size: 12px;
    color: #333333;
    padding: 0px;
}

.sfpf-modal-support-box01-list01-wrap-result {
    margin: 30px -106vw 0px;
    padding: 0px 100vw;
}

.sfpf-modal-support-box01-list01-wrap-img {
    width:100%;
}

.sfpf-modal-support-box01-list01-wrap-result-text01 {
    text-align: center;
    font-size: 15px;
    margin: 15px auto 15px;
}

.sfpf-modal-support-box01-list01-wrap-result-text01 span {
    font-size: 18px;
    color: #f39721;
    font-weight: bold;
    margin-right: 2px;
}

.sfpf-modal-support-box01-list01-wrap-result-text02 {
    width:80%;
    font-size: 12px;
    text-align: center;
    margin:0px auto 20px;
}

/*=================================================
 ãƒ‰ã‚¯ã‚¿ãƒ¼ãƒã‚§ãƒƒã‚¯
================================================ */
.sfpf-modal-doctor-title01 {
    font-size: 18px;
    background: none;
    border: none;
    border-bottom: 2px solid #f39821;
    text-align: center;
    margin-bottom: 15px;
    padding: 0px 0px 15px;
    font-weight:bold;
}

.sfpf-modal-doctor-title01 img {
    width: 25%;
    vertical-align: text-bottom;
    min-width: 80px;
}

.sfpf-modal-doctor-title02 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 10px;
    line-height: 1.6;
    font-weight: bold;
}

.sfpf-modal-doctor-title03 {
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.6;
    font-weight: bold;
}

.sfpf-modal-doctor-title03 img {
    width: 25px;
    vertical-align: bottom;
}

.sfpf-modal-doctor-text01 {
    font-size: 12px;
    margin-bottom: 20px;
    line-height: 1.6;
}

.sfpf-modal-doctor-img {
    width: 100%;
    margin: 0px auto 20px;
    display: block;
}

.sfpf-modal-doctor-box01 {
    background: #eeeeee;
    padding: 20px 20px 10px 20px;
    margin-bottom:10px;
}

.sfpf-modal-doctor-box01-title {
    color: #f39920;
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight:bold;
}

.sfpf-modal-doctor-box01-title img {
    width: 20px;
    display: block;
    margin: 20px auto 10px;
    text-align: center;
}

.sfpf-modal-doctor-box01-list01 {}

.sfpf-modal-doctor-box01-list01 li {
    background: #ffffff;
    border-radius: 3px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 15px;
    padding:0px 15px 15px;
}

.sfpf-modal-doctor-box01-list01 h5 {
    padding: 10px 0px 0px 0px;
    color: #333333;
    font-size: 14px;
    text-align:center;
    margin-bottom:5px;
    font-weight:bold;
    line-height:1.5;
}

.sfpf-modal-doctor-box01-list01 p {
    font-size: 12px;
    color: #333333;
    padding: 0px;
}

.sfpf-modal-doctor-box01-list01-wrap-result {
    margin: 30px -106vw 0px;
    padding: 0px 100vw;
}

.sfpf-modal-doctor-box01-list01-wrap-img {
    width:100%;
}

.sfpf-modal-doctor-box01-list01-wrap-result-text01 {
    text-align: center;
    font-size: 15px;
    margin: 15px auto 15px;
}

.sfpf-modal-doctor-box01-list01-wrap-result-text01 span {
    font-size: 18px;
    color: #f39721;
    font-weight: bold;
    margin-right: 2px;
}

.sfpf-modal-doctor-box01-list01-wrap-result-text02 {
    width:80%;
    font-size: 12px;
    text-align: center;
    margin:0px auto 20px;
}

/*=================================================
 ãƒ¢ãƒ¼ãƒ€ãƒ«/ãƒšãƒƒãƒˆä¿é™º
================================================ */
.sfpf-modal-pet-title {
    background: none;
    border: none;
    border-bottom: 2px solid #f39821;
    margin-bottom: 15px;
    padding: 0px 0px 10px;
}

.sfpf-modal-pet-title img {
    width: 235px;
    min-width: 235px;;
    display:block;
    margin:auto;
}

.sfpf-modal-pet-text {
    text-align: center;
    width: 80%;
    margin: 0px auto 15px;
    line-height: 1.5;
    font-weight: bold;
    font-size: 12px;
}

.sfpf-modal-pet-button {
    width: 95%;
    margin: auto;
    display: block;
    text-align: center;
    text-decoration: none !important;
    color: #ffffff !important;
    background: #f39721;
    padding: 10px 0px;
    box-sizing: border-box;
    border-radius: 6px;
    border-bottom: 5px solid #bfbfbf;
    font-size: 14px;
    cursor:pointer;
}

.sfpf-modal-pet-button:hover {
    text-decoration: none !important;
    color: #ffffff !important;
}

.sfpf-modal-pet-box01 {
    background: #eeeeee;
    padding: 20px 20px 10px 20px;
    margin-bottom:30px;
}

.sfpf-modal-pet-box01-title {
    color: #f39920;
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight:bold;
}

.sfpf-modal-pet-box01-list01 {}

.sfpf-modal-pet-box01-list01 li {
    background: #ffffff;
    border-radius: 3px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 15px;
}

.sfpf-modal-pet-box01-list01-num {
    width: 45px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.sfpf-modal-pet-box01-list01 li h5 {
    text-align: center;
    padding: 20px 0px 0px 0px;
    font-size: 14px;
    margin-bottom:10px;
    font-weight:bold;
    line-height:1.5;
}

.sfpf-modal-pet-box01-list01 li p {
    font-size: 12px;
    color: #333333;
    padding: 0px 20px 20px;
}

.sfpf-modal-pet-box02 {
    margin-bottom:20px;
}

.sfpf-modal-pet-box02-title {
    color: #f39920;
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight:bold;
}

.sfpf-modal-pet-box02-title span {
    display: block;
    background: #f39920;
    color: #ffffff;
    font-size: 11px;
    width: 68%;
    margin: auto;
    margin-bottom: 5px;
    border-radius: 5px;
    padding: 3px 0px 2px;
}

.sfpf-modal-pet-box01-list01 {}

.sfpf-modal-pet-box01-list01 li {
    background: #ffffff;
    border-radius: 3px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 15px;
}

.sfpf-modal-pet-box01-list01-num {
    width: 45px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.sfpf-modal-pet-box01-list01 li h5 {
    text-align: center;
    padding: 20px 0px 0px 0px;
    font-size: 14px;
    margin-bottom:10px;
    font-weight:bold;
    line-height:1.5;
}

.sfpf-modal-pet-box01-list01 li p {
    font-size: 12px;
    color: #333333;
    padding: 0px 20px 20px;
}

.sfpf-modal-pet-box02 {

}

.sfpf-modal-pet-box02-title {
    color: #f39920;
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: bold;
}

.sfpf-modal-pet-box02-title span {
    display: block;
    background: #f39920;
    color: #ffffff;
    font-size: 11px;
    width: 68%;
    margin: auto;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 3px 0px 2px;
}

.sfpf-modal-pet-box02-main-img {
    width:100%;
}

.sfpf-modal-pet-box02-list01 {
}

.sfpf-modal-pet-box02-list01 li {
    width: 50%;
    float: left;
}

.sfpf-modal-pet-box02-list01 li h5 {
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    margin: 10px 0px 5px 0px;
}

.sfpf-modal-pet-box02-list01 li h5 img {
    width:80%;
    display:block;
    margin:5px auto 0px;
}

.sfpf-modal-pet-box02-list01 li h6 {
    font-size: 12px;
    text-align: center;
}

.sfpf-modal-pet-box02-list01 li h6 span {
    font-size: 20px;
    margin: 5px 0px 5px 0px;
    display: block;
    font-weight: bold;
}

.sfpf-modal-pet-box02-list01-img {
    width: 80%;
    margin: auto;
    display: block;
}

.sfpf-modal-pet-box02-list01 div {
    background: #ffffff;
    width: 90%;
    margin: 10px auto 10px;
    border-radius: 5px;
    padding: 10px 0px;
}

.sfpf-modal-pet-box02-list01 div p {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}

.sfpf-modal-pet-box02-list01 div p span {
    font-size: 10px;
    display: block;
}

.sfpf-modal-pet-box02-list01 li:nth-child(1) {
    background: #f9cfb0;
}

.sfpf-modal-pet-box02-list01 li:nth-child(1) h5 {
    color: #d32f28;
}

.sfpf-modal-pet-box02-list01 li:nth-child(1) h6 span {
    color: #d32d25;
}

.sfpf-modal-pet-box02-list01 li:nth-child(1) div p {
    color: #d32e25;
}

.sfpf-modal-pet-box02-list01 li:nth-child(2) {
    background:#c1dbf1;
}

.sfpf-modal-pet-box02-list01 li:nth-child(2) h5 {
    color:#3173bb;
}

.sfpf-modal-pet-box02-list01 li:nth-child(2) h6 span {
    color:#3173bb;
}

.sfpf-modal-pet-box02-list01 li:nth-child(2) div p {
    color:#3173bb;
}

.sfpf-modal-pet-box02-list01 li:nth-child(2) h5 {
    color:#3173bb;
}

.sfpf-modal-pet-box02-list01 li:nth-child(3) {
    background:#d9e8c6;
}

.sfpf-modal-pet-box02-list01 li:nth-child(3) h5 {
    color:#479e59;
}

.sfpf-modal-pet-box02-list01 li:nth-child(3) h6 span {
    color:#479e59;
}

.sfpf-modal-pet-box02-list01 li:nth-child(3) div p {
    color:#479e59;
}

.sfpf-modal-pet-box02-list01 li:nth-child(4) {
    background:#dbd1e5;
}

.sfpf-modal-pet-box02-list01 li:nth-child(4) h5 {
    color:#62348a;
}

.sfpf-modal-pet-box02-list01 li:nth-child(4) h6 span {
    color:#62348a;
}

.sfpf-modal-pet-box02-list01 li:nth-child(4) div p {
    color:#62348a;
}

.sfpf-modal-pet-box03 {
    background: #f39821;
    padding: 20px 20px 10px 20px;
    margin-bottom:20px;
}

.sfpf-modal-pet-box03-title {
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
    font-size: 11px;
}

.sfpf-modal-pet-box03-title span {
    display: block;
    font-size: 16px;
    font-weight:bold;
}

.sfpf-modal-pet-box03-list01 {}

.sfpf-modal-pet-box03-list01 li {
    background: #ffffff;
    border-radius: 3px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 15px;
}

.sfpf-modal-pet-box03-list01-num {
    width: 45px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.sfpf-modal-pet-box03-list01 li h5 {
    text-align: center;
    padding: 20px 0px 0px 0px;
    color: #f39721;
    font-size: 14px;
    margin-bottom:10px;
    font-weight:bold;
}

.sfpf-modal-pet-box03-list01-img {
    width: 115px;
    margin: 0px auto 5px;
    display: block;
}

.sfpf-modal-pet-box03-list01 li p {
    font-size: 12px;
    color: #333333;
    padding: 0px 20px 20px;
}

.sfpf-modal-pet-box03-list01 li p span {
    background: linear-gradient(transparent 70%, #fce4c5 70%);
    background: -ms-linear-gradient(transparent 70%, #fce4c5 70%);
    background: -webkit-linear-gradient(transparent 70%, #fce4c5 70%);
    background: -moz-linear-gradient(transparent 70%, #fce4c5 70%);
}

/*=================================================
 Fix SP SearchDetail çŠ¬çŒ«è©³ç´°
================================================ */
.sfpf-sd-container {
	width:95%;
	margin:0px auto 40px;
}

.sfpf-sd-title01 {
    font-size: 16px;
    margin: 15px auto 15px;
    background: none;
    border-left: 8px solid #f39821;
    padding: 6px 0px 6px 10px;
}

.sfpf-sd-tabs {
	width: 100%;
	margin: 20px auto 20px;
	border-bottom: 1px solid #f39821;
}

.sfpf-sd-tabs li {
	width: 32%;
	float: left;
	margin-bottom: -1px;
	margin-right: 2%;
}

.sfpf-sd-tabs li:last-child {
	margin-right:0;
}

.sfpf-sd-tabs li a {
	display: block;
}

.sfpf-sd-tabs li a img {
	width: 100%;vertical-align: bottom;
}

.sfpf-sd-text {
	font-size:12px;
	margin:15px 0px 15px;
}

.sfpf-sd-tabs {

}

.sfpf-sd-tabs li {

}

.sfpf-sd-tabs li a {

}

.sfpf-sd-tabs li a img {

}

.sfpf-sd-yi {
	width:100%;
	margin:15px auto 15px;
}
.sfpf-sd-yi iframe {
	width:100%;
	min-height:300px;
}

.sfpf-sd-yi .sfpf-sd-youtube {
	width:100%;
	height:auto;
	min-height:250px;
}

.sfpf-sd-box01 {
	margin-bottom:30px;
}

#sfpf-sd-slider {
    width:100%;
    margin-bottom:10px;
    max-height:370px;
}

#sfpf-sd-slider li {
    width:100%;
    /* max-height:370px; */
}

#sfpf-sd-slider li img {
    width:100%;
    /* max-height:370px; */
}

#sfpf-sd-thumbnail-list {}

#sfpf-sd-thumbnail-list li {
    width: 17.6%;
    float: left;
    min-width: 60px;
    margin-right: 10px;
    margin-bottom: 10px;
}

#sfpf-sd-thumbnail-list li img {
    width:100%;
}

#sfpf-sd-thumbnail-list li:nth-child(5n) {
    margin-right:0px;
}

.sfpf-sd-box01-table {
    width: 100%;
    text-align: left;
	font-size:12px;
}

.sfpf-sd-box01-table tr {
    border-bottom: 1px dashed #dddddd;
}

.sfpf-sd-box01-table tr th {
	width:45%;
    padding: 16px 0px;
}

.sfpf-sd-box01-table-icon {
    vertical-align: top;
    width: 20px;
    margin-right: 5px;
}

.sfpf-sd-box01-table tr td {}

.sfpf-sd-box01-table tr td a {
	color:#373737;
}

.sfpf-sd-box01-table-accepting {
	font-size: 10px;
    color: #ffffff;
    background: #f39721;
    padding: 5px 10px;
    vertical-align: top;
    margin-left: 10px;
}

.sfpf-sd-title02 {
    font-size: 16px;
	font-weight:bold;
	text-align:center;
	line-height:1.5;
	margin-bottom:25px;
}

.sfpf-sd-box02 {
    padding: 15px;
    border: 2px solid #f39721;
    margin-bottom:45px;
}

.sfpf-sd-box02-title01 {
    text-align: center;
    display: block;
    background: #ffffff;
    width: 100px;
    color: #f39721;
    margin: -38px auto 0px;
    font-size: 16px;
	border:none;
	padding:12px 0px;
}

.sfpf-sd-box02-title02 {
    text-align: center;
    display: block;
    background: #ffffff;
    width: 150px;
    color: #f39721;
    margin: -38px auto 0px;
    font-size: 16px;
	border:none;
	padding:12px 0px;
}

.sfpf-sd-box02-list {}

.sfpf-sd-box02-list li {
    border-bottom: 1px dashed #dddddd;
    padding: 12px 0px;
}

.sfpf-sd-box02-list li:last-child {
    border:none;
}

.sfpf-sd-box02-list .puppy-list {
	font-size:12px;
}

.sfpf-sd-box02-list-left {
    float: left;
    text-align: left;
    font-size: 14jpx;
    color: #333333;
    font-weight: bold;
}

.sfpf-sd-box02-list-left img {
    vertical-align: middle;
    margin-left:4px;
	width:17px;
}

.sfpf-sd-box02-list-left02 {
    padding-left: 2em;
    text-indent: -2em;
	font-size:12px;
}

.sfpf-sd-box02-list-right {
    text-align: right;
    font-size: 12px;
}

.sfpf-sd-box02-list-right02 {
    margin-right:0px;
}

.sfpf-sd-box02-list-right02 span {
	margin-top:10px;
	display:inline-block;
}

.sfpf-sd-price {
    font-size: 18px;
    font-weight: bold;
    color: #f39721;
    margin-right: 5px;
}

.sfpf-sd-more {
	font-size: 10px;
    color: #ffffff !important;
    background: #f39721;
    padding: 7px 10px 7px;
    border-radius: 5px;
    margin-left: 5px;
    vertical-align: super;
    text-decoration: none;
}
.sfpf-sd-more:hover {
    text-decoration:none;
    color:#ffffff !important;
}

.sfpf-sd-box02-line {
    border-bottom: 1px dashed #dddddd;
    padding-bottom:20px;
    margin-bottom:5px;
}

.sfpf-sd-box02-dl {
    background: #f5f5f5;
    padding: 15px;
}

.sfpf-sd-box02-dl dt {
    font-size: 12px;
    margin-bottom: 15px;
}

.sfpf-sd-box02-dl dd {
	font-size:12px;
}

.sfpf-sd-box02-dl-list01 {
    background: #ffffff;
    padding: 15px;
}

.sfpf-sd-box02-dl-list01 li {
    font-size: 12px;
    margin-bottom: 10px;
}

.sfpf-sd-box02-dl-list01 li:last-child {
    margin:0px;
}

.sfpf-sd-box02-dl-list01-cat01 {
	border:none !important;
	padding:12px 0px 5px 0px !important;
}

.sfpf-sd-box02-dl-list01-cat02 {
	border:none !important;
	padding:5px 0px 10px 20px !important;
}

.sfpf-sd-box02-dl-list02 {}

.sfpf-sd-box02-dl-list02 li {
    font-size: 12px;
    float: left;
    background: #6ec0dc;
    color: #ffffff;
    font-weight: bold;
    width: 48%;
    text-align: center;
    border-radius: 5px;
    padding: 10px 0px;
    margin-right: 4%;
	margin-bottom:4%;
}

.sfpf-sd-box02-dl-list02 li:nth-child(2n) {
    margin:0px;
}

.sfpf-sd-box02-dl-list02 li:nth-child(3) {
	margin-bottom:0;
}

.sfpf-sd-box02-dl-list02 li:nth-child(4) {
	margin-bottom:0;
}

.sfpf-sd-box02-dl-list03 {}

.sfpf-sd-box02-dl-list03 li {
    font-size: 12px;
    float: left;
    background: #c2d45d;
    color: #ffffff;
    font-weight: bold;
    width: 48%;
    text-align: center;
    display: table-cell;
    border-radius: 5px;
    margin-right: 4%;
    margin-bottom: 4%;
    display: table;
	height:56px;
}


.sfpf-sd-box02-dl-list03 li span {
    vertical-align: middle;
    display: table-cell;
}

.sfpf-sd-box02-dl-list03 li:nth-child(2n) {
    margin-right:0px;
}

.sfpf-sd-box02-dl-list03 li:last-child {
    margin:0px;
}

.sfpf-sd-box02-dl-list04 {
    margin-top:20px;
    background:#ffffff;
}

.sfpf-sd-box02-dl-list04 li {
}

.sfpf-sd-box02-dl-list04-box  {
}

.sfpf-sd-box02-dl-list04-box  img {
	width:90%;
	display:block;
	margin:0px auto 0px;
	padding-top:15px;
}

.sfpf-sd-box02-dl-list04-box-text01 {
    padding:15px 15px 5px 15px;
	font-size:12px;
}

.sfpf-sd-box02-dl-list04-box-text02 {
    padding: 0px 15px 15px 15px;
	font-size:10px;
    color:#999999;
    text-align:center;
}

.sfpf-sd-box03 {
    margin-top: -20px;
}

.sfpf-sd-box03-img {
    display: block;
    margin: 0px auto 15px;
	width:30px;
}

.sfpf-sd-box03-price {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.sfpf-sd-box03-price-num {
    font-size: 22px;
	font-weight:bold;
    color: #f3991f;
	margin:0px 0px 0px 5px;
}

.sfpf-sd-box03-tax {
    font-size: 12px;
}

.sfpf-sd-box03-text {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

.sfpf-sd-box03-text span {
    font-size: 12px;
    font-weight: normal;
    display: block;
}

.sfpf-sd-pay {
    background: #f5f5f5;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
    padding: 15px;
    margin-bottom:20px;
}

.sfpf-sd-pay .pay-count {
    width: 100%;
    background: none;
    float: none;
    padding: 0px;
	border:none;
	margin:0px;
}

.sfpf-sd-pay .pay-count .pay-count-head {
    display: block;
    width: 50%;
    float: left;
    padding: 0px;
    border: none;
}

.sfpf-sd-pay .pay-count .pay-count-head label {}
.sfpf-sd-pay .pay-count .pay-count-head label span {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

.sfpf-sd-pay .pay-count .pay-count-head .pay-count-box {
    display: block;
}

.sfpf-sd-pay .pay-count .pay-count-head .pay-count-box input {
    font-size: 14px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    width: 75%;
    height: 40px;
    text-align: center;
    margin-right: 5px;
    outline: none;
    box-shadow: none;
}

.sfpf-sd-pay .pay-count .pay-count-num {
    display: block;
    width: 50%;
    float: right;
    border: none;
    padding: 0px;
	text-align:right;
}

.sfpf-sd-pay .pay-count .pay-count-num label {
	margin-left:25%;
	text-align:left;

}

.sfpf-sd-pay .pay-count .pay-count-num label span {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

.sfpf-sd-pay .pay-count .pay-count-num .pay-count-box {}

.sfpf-sd-pay .pay-count .pay-count-num .pay-count-box #pay_count {
    font-size: 14px;
    width: 75%;
    height: 40px;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    outline:none;
	box-shadow:none;
}

.sfpf-sd-pay .pay-count .pay-count-money {
    display: block;
	text-align:center;
    font-size: 40px;
}

.sfpf-sd-pay .pay-count .pay-count-money span {
	display:inline;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    width: auto;
}

.sfpf-sd-pay .pay-count .pay-count-money  b {
    font-size: 22px;
    font-weight: bold;
    border-bottom: 2px solid #f63535;
    color: #f63535;
    padding: 5px;
    text-align: center;
}
.sfpf-sd-pay .pay-count .pay-count-money  b span {}

.sfpf-sd-pay .pay-count .pay-count-money  .fpf-money-span {
    display: inline;
    font-size: 14px;
    margin-left: 5px;
}

.sfpf-sd-pay .pay-count .sfpf-sd-box03-img02 {
	display:block;
	width:30px;
	margin:10px auto 5px;

}

.sfpf-sd-box03-button {
	display:block;
	width:90%;
	margin: 15px auto 15px;
}

.sfpf-sd-box03-button img {
	display:block;
	width:100%;
}
.sfpf-sd-box03-button:hover {
}

.sfpf-sd-box03-tel-text01 {
    font-size: 12px;
    text-align: center;
	margin-bottom:5px;
}

.sfpf-sd-box03-tel-text01 img {
    vertical-align: middle;
}

.sfpf-sd-box03-tel-text02 {
    font-size: 20px !important;
    text-align: center !important;
    display: block !important;
    color: #333333 !important;
    text-decoration: none !important;
}

.sfpf-sd-box03-tel-text02 span {
    font-size: 10px;
    margin-left: 5px;
    vertical-align: middle;
}

#detail_form {
/*
padding-top:100px;
*/
}
.form-inner {
margin-top: -80px;
padding-top: 80px;
}

.sfpf-line-contact {
    margin:20px auto 40px !important;
}

.sfpf-line-contact a {
	width:60%;
    display:block;
    margin:0px auto 15px;
}

.sfpf-line-contact a img {
	width:100%
}


/*
è¿½è¨˜
*/
.menu-footer > li {
	height: auto !important;
}

.navbar {
    font-size: 16px;
    font-family: 'Noto Sans JP';
}
