@charset "UTF-8";

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

header
 
---------------------------------- */

.small {
	font-size: 10px;
	margin-bottom: 0px;
}


#head {
	height: 25px;
	width: 100%;
	background-color: #4b2f29;
}


#head h1 {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	color: #fff;
}

.header {
	height: 120px;
	width: auto;
	background-color: #e5dfd3;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 1px solid #d6cdbb;
}

.header_wrap {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

.header h2 a {
	display: block;
	width: 590px;
	height: 86px;
	background-image: url(../img/header/logo.png);
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding: 0px;
	-moz-background-size: auto 100%;
	background-size: auto 100%;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.header_right {
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 388px;
	text-align: right;
}

.header_tel a {
	display: block;
	width: 287px;
	height: 49px;
	background-image: url(../img/header/tel.png);
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom:5px;
}

.header_contact a {
	display: block;
	width: 287px;
	height: 32px;
	background-image: url(../img/header/contact.png);
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding: 0px;
	-moz-background-size: auto 100%;
	background-size: auto 100%;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}

.header_contact a:hover {
	display: block;
	background-image: url(../img/header/contact_on.png);
}

.header_res {
	display:none;
}

.sp_none {
	display:block;
}

.header_link {
	float: right;
	margin-left: 10px;
	
	
}



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

globalmenu
 
---------------------------------- */

#globalmenu {
	height: 56px;
	width: 100%;
	display: block;
	background-image: url(../img/globalmenu/bg.png);
	margin: 0px;
	padding: 0px;
}

#globalnavi{
	padding: 0;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}  
  
#globalnavi ul{  
  list-style-type: none;  
  margin: 0;  
  padding: 0;
  display:table;
}  
  
#globalnavi li{
	float: left;
	width: 163px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	font-size: 100%;
	line-height: 120%;
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	
}  
  
#globalnavi li a{
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	width: 163px;
	text-decoration: none;
	padding-top: 14px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	height: 15px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(68,132,161,0.3);
	font-weight: bold;
} 

#globalnavi li a:hover {
	color: #fefa98;
}

.tab_menu_end {

}

.s_global_menu {
	display: none;
}	

.global_top {
	display: block;
}

.menu_sub {
	font-size: 9px;
	color: #fff;
}

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

content
 
---------------------------------- */

#content {
}

.content_wrap {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2px;
	padding-bottom: 20px;
}


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

mainvisual
 
---------------------------------- */

.mainvisual {
	background-image: url(../img/mainimage/main.jpg);
	height: 405px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	background-position: 50% 0%;
	border-bottom: 1px solid #fc9747;
}

.t_mainvisual {
	display:none;
}

.s_mainvisual {
	display:none;
}


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

s_global_menu
 
---------------------------------- */

.s_global_menu {
	display: none;
}


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

footer
 
---------------------------------- */

#footer {
	background-color: #e5dfd3;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 50px;
	border-top: 1px solid #dcd3c2;
}

.footer_wrap {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

.footer_left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 250px;
}

.footer_right {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 930px;
	text-align: right;
}

#footer h2 a {
	display: block;
	width: 200px;
	height: 69px;
	background-image: url(../img/footer/logo.png);
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding: 0px;
	-moz-background-size: auto 100%;
	background-size: auto 100%;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}

.footer_tel a {
	display: block;
	width: 288px;
	height: 60px;
	background-image: url(../img/footer/tel.png);
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding: 0px;
	-moz-background-size: auto 100%;
	background-size: auto 100%;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #FFF;
}

.footer_info {
	color: #FFF;
	line-height: 160%;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: 90%;
	width:395px;
	float:left;
}

.foot_sougei {
	width:220px;
	float:right;
}



/*----footer_link----- */


.sitelink {
	color: #4b2f29;
	margin-top: 10px;
	
}

.sitelink a:link {
	color: #4b2f29;
	
}

.sitelink a:visited {
	color: #4b2f29;
	
}

.sitelink a:hover {
	color: #4b2f29;
	text-decoration: underline;
	
}

.copy {
	font-size: 10px;
	margin-top: 10px;
}

hr.style-six {
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	margin-top: 15px;
	margin-bottom: 15px;
}

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

main_content
 
---------------------------------- */


#main_content {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 930px;
}


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

side_content
 
---------------------------------- */

#side_content {
	padding: 0px;
	float: left;
	width: auto;
	margin-top: 30px;
}


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

display
 
---------------------------------- */


.side_none {
	display:block;
}

.pc_none {
	display: none;
}

.spimg {
	display: none;
}

.spmap {
	display: block;
}

.t01 {
	display: block;
}

.spt01 {
	display: none;
}


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

side

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

.side_responce {
	background-image: url(../img/side/responce.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 230px;
	padding-top: 140px;
	margin-bottom: 20px;
}

#side_contact a {
	display: block;
	width: 203px;
	height: 54px;
	background-image: url(../img/side/responce_button.png);
	background-repeat: no-repeat;
	float: none;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#side_contact a:hover {
	display: block;
	background-image: url(../img/side/responce_button_on.png);
}

.side_bn {
	margin-bottom: 10px;
}

.side_bn a:hover {
	display: block;
	opacity:0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

.side_section {
	margin-bottom: 20px;
}

.side_bg02 {
	background-color: #ffffff;

	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}


#side_content h3 {
	background-color: #fff;
	border-top:#4b2f29 3px solid;
	width: 250px;
	height: 32px;
	text-align: center;
	padding-top: 8px;
	font-size:18px;
	border-bottom: 1px solid #b8aca9;
	padding-top: 20px;
	padding-bottom: 10px;
}

.side_wrap {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 20px;
}



.side_bg03 {
	background-color: #fd903b;
	border: 1px solid #ffad1e;
	-webkit-box-shadow: 0 0 2px 2px rgba(255,173,30,0.2) inset;
	-moz-box-shadow: 0 0 1px 2px rgba(255,173,30,0.2) inset;
	box-shadow: 0 0 1px 2px rgba(255,173,30,0.2) inset;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.side_guide {
	background-color: #fff3e7;
	margin-right: auto;
	margin-left: auto;
	color: #fc9849;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	
}

.side_bg04 {
	background-color: #ffffff;
	border: 1px solid #ffad1e;
	-webkit-box-shadow: 0 0 2px 2px rgba(255,173,30,0.2) inset;
	-moz-box-shadow: 0 0 1px 2px rgba(255,173,30,0.2) inset;
	box-shadow: 0 0 1px 2px rgba(255,173,30,0.2) inset;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}




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

top

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

.bg01 {
	background-color: #fff;
	padding: 15px;
}

.bg02_top {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 0px;
	background-color: #FFFFFF;
}

.bg02 {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 15px;
	background-color: #FFFFFF;
}

#main_content h2 {
	background-color: #fff;
	border-top:#4b2f29 3px solid;
	background-image: url(../img/common/h2.png);
	background-repeat: no-repeat;
	background-position: 15px 10px;
	height: 32px;
	text-align: left;
	font-size:20px;
	border-bottom: 1px solid #b8aca9;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 70px;
}



.inner_wrap {
	padding: 10px;
}

.inner_bg {
	box-shadow: 0 5px 10px -6px rgba(0,0,0,.3);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #FFF;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-bottom: 20px;
}

.inner_bg_wrap {
	width: 610px;
	margin-right: auto;
	margin-left: auto;
}

.bullet_bg {
	background-color: #fdfbe8;
	padding: 20px;
	box-shadow: 0 5px 10px -6px rgba(0,0,0,.3);
	margin-bottom: 20px;
}


ul.contents_menu	{
	display: table;
	width: 100%;
	margin-bottom: 0px;
}
ul.contents_menu li{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	margin: 0px;
	padding: 0px;
}


.contents_menu a:hover {
	opacity:0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}


p.top_c {
	margin-left: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 310px;
	font-size: 90%;
	text-align: left;
	line-height: 160%;
}

.top_more {
	background-color: #FDFDE8;
	color:#4b2f29;
	text-align:center;
	font-size:12px;
	width:150px;
	margin-right: auto;
	margin-left: auto;
	letter-spacing:normal;
}

#newslist ul {
	margin: 0px;
	padding: 0px;
	width: 650px;
	
	
}

#newslist li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}


#newslist a {
	display: block;
	position: relative;
	color: #474747;
	text-decoration: none;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 30px;
	padding-left: 0px;
	line-height: 140%;
	border-bottom: 1px solid #D9D9D9;
}

#newslist a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-top: solid 2px #4b2f29;
	border-right: solid 2px #4b2f29;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}

#newslist a:hover {
	color: #4b2f29;
}

p.list_day {
	float: left;
	color: #4b2f29;
	margin-right: 10px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.top_t01 img {
	width:650px;
}




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

content_title
 
---------------------------------- */


.content_title {
	background-color: #fff3e7;
	height: 35px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #feddc7;
	padding-top: 15px;
}

.content_title_wrap {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

.content_title h2 {
	padding-left: 20px;
	height: 20px;
	position: relative;
	font-size: 20px;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	float: left;
}

.content_title h2:before{
    content: "";
    position: absolute;
    background: #4b2f29;
    top: 50%;
    left: 0.1em;
    margin-top :-10px;
    height: 25px;
    width: 5px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}


.sitelocation {
	float: right;
	font-size: 12px;
	background-image: url(../img/common/location_home.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 20px;
	display: block;
	
}

#main_content h4 {
	color: #FFF;
	background-color: #fc9544;
	padding-top: 3px;
	padding-bottom: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding-left: 10px;
	text-shadow: 1px 1px 1px rgba(193,100,30,0.5);
	font-size: 16px;
	margin-bottom: 10px;
}

.inner_section {
	margin-bottom: 40px;
}



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

口コミ投稿
 
---------------------------------- */

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


.location_button {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}


.button17 {
	position: relative;
	background-color: #6b4330;
	border-radius: 4px;
	color: #FFF;
	font-weight: 600;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #482d20;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
}

.button17:link {
color: #FFF;
text-decoration: none;
}

.button17:visited {
color: #FFF;
text-decoration: none;
}


.button17:hover {
	top: -4px;
	box-shadow: 0 7px 0 #482d20;
	color: #FFF;
}
.button17:active {
	top: 3px;
	box-shadow: none;
	color: #FFF;
}



#gaiyou {
	background: #f8f8f7;
	border: 1px solid #E3E3E3;
	border-top: none;
	width: 100%;
	font-size: 100%;
	line-height: 180%;
	
	margin-bottom: 20px;	
}

dl#gaiyou dl,dl#gaiyou dt,dl#gaiyou dd {
	margin: 0;
	padding: 0;
}

dl#gaiyou dt,dl#gaiyou dd {
	padding: 15px;
}

dl#gaiyou dt {
	border-top: 1px solid #E3E3E3;
	clear: left;
	float: left;
	width: 200px;
}

dl#gaiyou dd {
	background: #fff;
	border-left: 1px solid #E3E3E3;
	border-top: 1px solid #E3E3E3;
	margin-left: 220px;
	
}

#gaiyou a:link,#gaiyou a:visited  {
	color: #0249af;
	text-decoration: underline;
}

#gaiyou a:hover {
	color: #0249af;
	text-decoration: none;
}

.formcation {
	font-size: 12px;
	margin-top: 5px;
	line-height: 160%;
}


form#mailformpro dl dd ul,form#mailformpro dl dd ol {
	margin: 0px;
	padding: 0px;
}
form#mailformpro dl dd ul li,form#mailformpro dl dd ol li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.must {
	display: block;
	background-color: #C00;
	padding: 1px 3px;
	font-size: 10px;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
}


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

link
 
---------------------------------- */


#link {
	background: #f8f8f7;
	border: 1px solid #E3E3E3;
	border-top: none;
	width: 100%;
	font-size: 100%;
	line-height: 180%;
	text-shadow: 0px 1px 0px #FFFFFF;
	margin-bottom: 20px;	
}

dl#link dl,dl#link dt,dl#link dd {
	margin: 0;
	padding: 0;
}

dl#link dt,dl#link dd {
	padding: 15px;
}

dl#link dt {
	border-top: 1px solid #E3E3E3;
	clear: left;
	float: left;
	width: 220px;
}

dl#link dd {
	background: #fff;
	border-left: 1px solid #E3E3E3;
	border-top: 1px solid #E3E3E3;
	margin-left: 240px;
	
}

#link a:link,#link a:visited  {
	color: #0249af;
	text-decoration: underline;
}

#link a:hover {
	color: #0249af;
	text-decoration: none;
}

.p01 a:link,
.p01 a:hover,
.p01 a:visited {
	color: #F90;
}

.a_dn {
	color: #333;
}


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

recruit
 
---------------------------------- */



#main_content h5 {
	font-size: 18px;
	font-weight: bold;
	color: #fc9544;
	padding: 0px;
	line-height: 160%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


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

voice
 
---------------------------------- */

.voice {
	background-color: #ffffff;
	border: 1px solid #ffad1e;
	-webkit-box-shadow: 0 0 2px 2px rgba(255,173,30,0.2) inset;
	-moz-box-shadow: 0 0 1px 2px rgba(255,173,30,0.2) inset;
	box-shadow: 0 0 1px 2px rgba(255,173,30,0.2) inset;
	margin-bottom: 10px;
	padding: 15px;
}



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

price
 
---------------------------------- */

#price_frame {
	background: #fff9e1;
	border: 1px solid #febc8c;
	border-top: none;
	width: 100%;
	font-size: 100%;
	line-height: 180%;
	text-shadow: 0px 1px 0px #FFFFFF;
	margin-bottom: 20px;	
}

dl#price_frame dl,dl#price_frame dt,dl#gaprice_frameiyou dd {
	margin: 0;
	padding: 0;
}

dl#price_frame dt,dl#price_frame dd {
	padding: 15px;
}

dl#price_frame dt {
	border-top: 1px solid #febc8c;
	clear: left;
	float: left;
	width: 180px;
}

dl#price_frame dd {
	background: #fff;
	border-left: 1px solid #febc8c;
	border-top: 1px solid #febc8c;
	margin-left: 200px;
	
}

ul.list {
	padding-left: 20px;
	margin-bottom: 16px;
}

.list li {
}

.frame01 {
	padding: 15px;
	border: 1px solid #999;
}

#main_content h6 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c7c7c6;
	color: #fd8d3e;
	font-size: 115%;
}

.n01 {
	background-image: url(../img/zakotsu/n01.png);
	background-repeat: no-repeat;
	padding-left: 35px;
	font-size: 105%;
	font-weight: bold;
	list-style-type: none;
	background-position: left 0px;
	-moz-background-size: 22px 22px;
	background-size: 22px 22px;
	margin-right: 10px;
}

.n02 {
	background-image: url(../img/zakotsu/n02.png);
	background-repeat: no-repeat;
	padding-left: 35px;
	font-size: 105%;
	font-weight: bold;
	list-style-type: none;
	background-position: left 0px;
	-moz-background-size: 22px 22px;
	background-size: 22px 22px;
	margin-right: 10px;
}


.n03 {
	background-image: url(../img/zakotsu/n03.png);
	background-repeat: no-repeat;
	padding-left: 35px;
	font-size: 105%;
	font-weight: bold;
	list-style-type: none;
	background-position: left 0px;
	-moz-background-size: 22px 22px;
	background-size: 22px 22px;
	margin-right: 10px;

}



.answer {
	background-color: #fdfbe7;
	padding: 20px;
}

.voice_title {
	font-size: 115%;
	color: #fa954d;
	background-image: url(../img/common/memo.png);
	background-repeat: no-repeat;
	background-position: left -0px;
	padding-left: 40px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-top: 4px;
}




.inner_bg02 {
	background-color: #ffffff;
	border: 1px solid #ffad1e;
	-webkit-box-shadow: 0 0 3px 2px rgba(255,173,30,0.5) inset;
	-moz-box-shadow: 0 0 3px 2px rgba(255,173,30,0.5) inset;
	box-shadow: 0 0 3px 2px rgba(255,173,30,0.5) inset;
	padding: 15px;
	margin-bottom: 16px;
}

ul.list02 {
	padding-left: 30px;
	margin-bottom: 16px;
}

.list02 li {
	list-style-type: decimal;
	margin-bottom: 5px;
	font-size: 105%;
}


.inner_bg03 {
	background-color: #fbfcda;
	-webkit-box-shadow: 0 0 5px 2px rgba(255,173,30,0.3) inset;
	-moz-box-shadow: 0 0 5px 2px rgba(255,173,30,0.3) inset;
	box-shadow: 0 0 5px 2px rgba(255,173,30,0.3) inset;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 15px;
}

.check {
	background-image: url(../img/jiko/check.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 25px;
}

.jiko_img {
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
}

.jiko_img img {
	width: 180px;
}

.faq_q {
	background-image: url(../img/common/q.png);
	background-repeat: no-repeat;
	padding-left: 50px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-color: #d6d6cd;
	border-bottom-style: solid;
	font-weight: bold;
	color: #fd8035;
	background-position: 10px 8px;
	margin-top: 0px;
	padding-top: 12px;
	background-color: #f8f8ee;
	font-size: 16px;
	-webkit-box-shadow: 0 0 2px 2px rgba(255,173,30,0.1) inset;
	-moz-box-shadow: 0 0 1px 2px rgba(255,173,30,0.1) inset;
	box-shadow: 0 0 1px 2px rgba(255,173,30,0.1) inset;
}

.faq_a {
	background-image: url(../img/common/a.png);
	background-repeat: no-repeat;
	padding-left: 50px;
	margin-bottom: 30px;
	background-position: 10px top;
	

}


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

flow
 
---------------------------------- */


.flow {
	border: 1px solid #ffddc3;
	-webkit-box-shadow: 0 0 2px 2px rgba(233,245,252,0.5) inset;
	-moz-box-shadow: 0 0 1px 2px rgba(233,245,252,0.5) inset;
	box-shadow: 0 0 1px 2px rgba(233,245,252,0.5) inset;
	padding: 15px;
}

.step {
	font-size: 16px;
	font-weight: bold;
	color: #00a0e9;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #feddc7;
	background-color: #fff3e7;
	padding: 10px;
}

.flowimg {
	float:right;
}

.flowimg img {
	width:140px;
}


.step_img {
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}


.step_img img {
	padding: 0px;
	width: 144px;
	background-color: #FFF;
	padding: 2px;
	border: 1px solid #ececed;
}

.flow_arrow {
	background-image: url(../img/common/flow_arrow.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 110px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}


.inner_ph img {
	width:650;
}

.sch {
	background-color: #ffffff;
	border: 2px solid #dcc48c;
	-webkit-box-shadow: 0 0 3px 2px rgba(255,173,30,0.5) inset;
	-moz-box-shadow: 0 0 3px 2px rgba(255,173,30,0.5) inset;
	box-shadow: 0 0 3px 2px rgba(255,173,30,0.5) inset;
	padding: 20px;
	margin-bottom: 16px;
}

.katagaki {
font-size:14px;
padding-top:10px;
margin-bottom:10px;
line-height:140%;
}
.s_name {
font-size:20px;
magin-bottom:10px;
border-bottom:1px dotted #717171;
padding-bottom:15px;
color:#fc8f47;
margin-bottom:10px;

}


ul.header_nav	{
	display: table;
	width: 100%;
	margin-bottom: 0px;
	position: relative;
	height:100px;
}
ul.header_nav li{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 200px;
}

.header_nav a {
	color: #44361b;
}


.header_nav a:hover {
	opacity:0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}


ul.header_nav01	{
	display: table;
	width: 320px;
	margin-bottom: 0px;
	float: right;
	position: relative;
}
ul.header_nav01 li{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}


.header_nav01 a:hover {
	opacity:0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

img.navi01 {
	margin-top:4px;
	position: relative;
	float: left;
	
}
img.navi02 {
	margin-top:4px;
	position: relative;
	float: left;
	
}
img.navi03 {
	margin-top:4px;
	position: relative;
	float: left;
	
}

img.h_logo {
	position: relative;
	margin-top: -10px;
}




.display_pc {
	display: block;
}
.display_sp_tab {
	display: none;
}


.side_title01 {
	background-image: url(../img/side/icon01.png);
	background-size: 16px 16px;
	background-position: left 3px;
	background-repeat: no-repeat;
	padding-left: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	font-size:105%;
}
.side_title02 {
	background-image: url(../img/side/icon02.png);
	background-size: 16px 16px;
	background-position: left 4px;
	background-repeat: no-repeat;
	padding-left: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	font-size:105%;
}
.side_title03 {
	background-image: url(../img/side/icon03.png);
	background-size: 16px 16px;
	background-position: left 4px;
	background-repeat: no-repeat;
	padding-left: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	font-size:105%;
}


p.news_list {
	float: left;
	margin-right: 10px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size:105%;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
	width: 550px;
}

p.news_shop {
	float: left;
	margin-right: 10px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size:105%;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
	width: 100px;
	
	
}

p.news_area {
	float: left;
	margin-right: 10px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size:105%;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
	width: 80px;
}

.listbox {
	width: 900px;
	overflow: hidden;
}

.shoplist {
	background-color: #f0e9df;
	padding: 10px;
	border-radius: 3px;
	border: 1px solid #eae2d7;
	float: left;
	width: 258px;
	font-size: 12px;
	line-height: 160%;
	margin-right: 10px;
	margin-bottom: 10px;
}

.listbox a:link {
	color: #1b1b1b;
}
.listbox a:visited {
	color: #1b1b1b;
}
.listbox a:hover {
	display: block;
	opacity:0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

.shoplist img {
	float: left;
	margin-right: 10px;
}

.shoplistbox {
	clear:both; display:block; visibility:hidden;
}

.listname {
	font-size:105%;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
	width: 160px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	
}

.hyoka {
	color: #fd8f01;
}

.listprice {
	background-image: url(../img/top/yen.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-size: 12px 12px;
	background-position: left 3px;
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 0px;
}

.listtime {
	background-image: url(../img/top/time.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-size: 12px 12px;
	background-position: left 3px;
	float: left;
	margin-top: 5px;
	margin-bottom: 0px;
}



ul.side_banner	{
	display: block;
	width: 250px;
	margin-bottom: 0px;
	position: relative;
}
ul.side_banner li{
	display: block;
	vertical-align: middle;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	margin-bottom: 10px;
}


.side_banner a:hover {
	opacity:0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

.search_word {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}



.result {
	margin-bottom: 20px;
}

.result_type {
	font-size: 12px;
	color: #1b1b1b;
}
.result_title {
	background: linear-gradient(#fefcd3, #fff);
	padding: 10px 15px 10px 15px;
	border-top: 1px solid #bfbfbf;

	margin-bottom: 20px;
	
}
.result_title02 {
	background: linear-gradient(#e5e5e5, #fff);
	padding: 10px 15px 10px 15px;
	margin-bottom: 20px;
	border-top: 1px solid #bfbfbf;
	border-bottom:  1px solid #bfbfbf;
	
}

#main_content h3 {
	font-size: 20px;
	color: #023dc2;
	float: left;
	margin-right: 20px;
	
}

.result_area {
	background-image: url(../img/result/icon01.png);
	background-size: 14px 14px;
	background-position: left 5px;
	background-repeat: no-repeat;
	padding-left: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	float: left;
	margin-right: 10px;
}

.result_time {
	background-image: url(../img/result/icon02.png);
	background-size: 14px 14px;
	background-position: left 5px;
	background-repeat: no-repeat;
	padding-left: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	float: left;
	margin-right: 10px;
}

.type01 {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #317de4;/*色*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    font-weight: bold;
    border: solid 2px #317de4;/*線色*/
	float: right;
	margin-top: 10px;
	min-width: 80px;
	text-align: center;
}


.type02 {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #fd6090;/*色*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    font-weight: bold;
    border: solid 2px #fd6090;/*線色*/
	float: right;
	margin-top: 10px;
	min-width: 80px;
	text-align: center;
}

.type03 {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #fd9535;/*色*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    font-weight: bold;
    border: solid 2px #d27d00;/*線色*/
	float: right;
	margin-top: 10px;
	min-width: 80px;
	text-align: center;
}

.type04 {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #796149;/*色*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    font-weight: bold;
    border: solid 2px #796149;/*線色*/
	float: right;
	margin-top: 10px;
	min-width: 80px;
	text-align: center;
}

.type05 {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #7cb519;/*色*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    font-weight: bold;
    border: solid 2px #7cb519;/*線色*/
	float: right;
	margin-top: 10px;
	min-width: 80px;
	text-align: center;
}

.type06 {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #3d6ce4;/*色*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    font-weight: bold;
    border: solid 2px #3d6ce4;/*線色*/
	float: right;
	margin-top: 10px;
	min-width: 80px;
	text-align: center;
}

.type07 {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #4f4f4f;/*色*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    font-weight: bold;
    border: solid 2px #4f4f4f;/*線色*/
	float: right;
	margin-top: 10px;
	min-width: 80px;
	text-align: center;
}


.reccomend {
    position: relative;
    float: right;
	margin-left: 10px;
	margin-top: -15px;
}
.reccomend img {
    width: 60px;
	height: auto;
	
}


.thum_ph {
	float: left;
	width: 275px;
	margin-right: 20px;
	
}
.thum_ph02 {
	float: left;
	width: 210px;
	margin-right: 20px;
	
}
.thum_ph03 {
	float: left;
	width: 80px;
	margin-right: 20px;
	
}
.thum_ph04 {
	float: left;
	width: 210px;
	margin-right: 20px;
	
}


.thum01,.thum02,.thum03,.thum04,.thum05 {
	float: left;
}
.thum01 img {
	width: 200px;
	height: auto;
}

.thum02 img,
.thum03 img {
	width: 75px;
	height: auto;
}
.thum04 img {
	width: 80px;
	height: auto;
}
.thum05 img {
	width: 200px;
	height: auto;
}

.result_price {
	background-image: url(../img/result/icon03.png);
	background-size: 24px 24px;
	background-position: left 1px;
	background-repeat: no-repeat;
	padding-left: 30px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-right: 10px;
	font-size: 21px;
	color: #FF7E28;
	margin-top: 10px;
}

.result_data {
	float: left;
	width: 580px;
}
.result_data02 {
	float: left;
	width: 650px;
}
.result_data03 {
	float: left;
	width: 700px;
}


p.hit {
	margin-bottom: 10px;
}


.title01 {
	padding: .5em .75em;
	background-color: #f2f0ec;
	border-left: 6px solid #4b2f29;
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 16px;
}

.title02 {
	position: relative;
	padding-bottom: .3em;
	border-bottom: 4px solid #f2f0ec;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	
}
.title02::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 15%;
	height: 3px;
	background-color: #4b2f29;
}

.muryo_title {
	color: #F80105;
	text-align: center;
}

ul.namber {
	list-style-type: decimal;
	margin-left: 20px;
	
}

.namber li {
	margin-bottom: 10px;
	
}
.banner01 {
	width: 468px;
}

.large {
	font-size: 20px;
}
.midium {
	font-size: 16px;
}
.small {
	font-size: 12px;
}

.title03 {
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: 1px dotted #313131;
	padding-bottom: 5px;
	
}

.flame {
	width:100%;
	height:200px;
	overflow:auto;
	font-size: 12px;
	margin-bottom: 15px;
}

.navi_button {
	display: inline-block;
	width: 400px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}
.navi_button::before,
.navi_button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	color: #fff;
}
.navi_button,
.navi_button::before,
.navi_button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #fff;
}
.navi_button {
	position: relative;
	z-index: 2;
	background-color: #362d1a;
	border: 2px solid #333;
	color: #fff;
	line-height: 50px;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	
}
.navi_button:hover {
	background-color: #fff;
	border-color: #362d1a;
	color: #362d1a;
}
.navi_button::before,
.navi_button::after {
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #333;
}
.navi_button::before {
	right: 0;
}
.navi_button::after {
	left: 0;
}
.navi_button:hover::before,
.navi_button:hover::after {
	width: 0;
	background-color: #362d1a;
}
.navi_button a:visited {
	color:#fff;
}

.navi_box a {
	color:#fff;	
}

input[type="text"] {
  width: 377px;
  height: 36px;
  background: #eee;
  border: 1px solid #bebebe;
  font-size: 1em;
  text-indent: 0.7em;
}
input[type="text"]:focus {
  background: #edf4ff;
  border: 1px solid #4881d9;
}
input[type="price"] {
  width: 100px;
  height: 36px;
  background: #eee;
  border: 1px solid #bebebe;
  font-size: 1em;
  text-indent: 0.7em;
}
input[type="price"]:focus {
  background: #edf4ff;
  border: 1px solid #4881d9;
}

input[type="name"] {
  width: 200px;
  height: 36px;
  background: #eee;
  border: 1px solid #bebebe;
  font-size: 1em;
  text-indent: 0.7em;
}
input[type="name"]:focus {
  background: #edf4ff;
  border: 1px solid #4881d9;
}

textarea {
  width: 600px;
  height: 108px;
  background: #eee;
  border: 1px solid #bebebe;
  font-size: 1em;
}
textarea:focus {
  background: #edf4ff;
  border: 1px solid #4881d9;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background: #eee url("../img/common/arrow.png") no-repeat;
  background-size: 10px 7px;
  background-position: right 10px center;
  border: 1px solid #bebebe;
  width: 150px;
  height: 36px;
  font-size: 1em;
  text-indent: 0.3em;
}
select:focus {
  border: 1px solid #4881d9;
  background: #edf4ff url("../img/arrow.png") no-repeat;
  background-size: 10px 7px;
  background-position: right 10px center;
}


.post_user {
	width: 100px;
	float: left;
	text-align: center;
}

img.user_img {
	width: 60px;
	height: 60px;
}

.user_name {
	font-size: 12px;
}

.post_area {
	float: right;
	width: 730px;
	position: relative;
	display: inline-block;
	padding: 15px 15px;
	margin-bottom: 30px;

	background: #fff;
	border: 3px solid #fdc53f;
	z-index: 0;
	border-radius: 6px;
}

.post_area:before {
	content: "";
	position: absolute;
	top: 15%; left: -8px;
	margin-top: -9px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 9px 9px 0;
	border-color: transparent #F6F6F6 transparent transparent;
	z-index: 0;
}
.post_area:after {
	content: "";
	position: absolute;
	top: 15%; left: -12px;
	margin-top: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent #fdc53f transparent transparent;
	z-index: -1;
}

.post_area02 {
	float: right;
	width: 730px;
	position: relative;
	display: inline-block;
	padding: 15px 15px;
	margin-bottom: 30px;
	

	background: #fff;
	border: 3px solid #d2d2d2;
	z-index: 0;
	border-radius: 6px;
}

.post_area02:before {
	content: "";
	position: absolute;
	top: 15%; left: -8px;
	margin-top: -9px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 9px 9px 0;
	border-color: transparent #fff transparent transparent;
	z-index: 0;
}
.post_area02:after {
	content: "";
	position: absolute;
	top: 15%; left: -12px;
	margin-top: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent #d2d2d2 transparent transparent;
	z-index: -1;
}


.sinyou {
	color: #fe3b7c;
}

img.oukan {
	margin-top: -2px;
	position: relative;
	display: block;
	float: left;
}

ul.pageNav02 {
	margin: 0 0 0px;
	background: #fff;
	text-align: center;
	float: right;
	margin-top: -5px;
}

ul.pageNav02 li {
	display: inline;
	margin: 0 2px;
	padding: 0;
}

ul.pageNav02 li span,
ul.pageNav02 li a {
	display: inline-block;
	margin-bottom: 5px;
	padding: 5px 13px;
	background: #eeeff7;
	text-decoration: none;
	vertical-align: middle;
}

ul.pageNav02 li a:hover {
	color: #000;
	background: #ccf;
	border-color: #00f;
}

.list_navi {
	float: right;
}

.more {
	position: relative;
	display: inline-block;
	padding: .3em 3em;
	background-color: #b8202c;
	border: 2px solid #b8202c;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	
	width:120px;
	font-size:14px;
	float: left;
	border-radius: 4px;
	margin-top: -6px;
	margin-bottom: 20px;
}
.more::after {
	position: absolute;
	top: 50%;
	right: .2em;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #fff;
	transition: all .3s;
}
.more:link {
	color: #fff;
}
.more:visited {
	color: #fff;
}
.more:hover {
	background-color: #fff;
	color: #b8202c;
	text-decoration:none;
}
.more:hover::after {
	border-left-color: #b8202c;
}

a.review_list {
	color: #000;
}


.mein_score {
	border-bottom: 1px solid #313131;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-weight: bold;
}
.sougou_ten {
	float: right;
	}
.sougou_ten_score {
	font-size: 36px;
	color: #00F;
	font-weight: bold;
}	
.score {
	font-size: 36px;
	color: #F90105;
	font-weight: bold;
}

.score02 {
	font-size: 20px;
	color: #F90105;
	font-weight: bold;
}

#more_score {
	border-top: none;
	width: 90%;
	font-size: 100%;
	line-height: 180%;
	margin-bottom: 20px;
}


dl#more_score dl,dl#more_score dt,dl#more_score dd {
	margin: 0;
	padding: 0;
}

dl#more_score dt,dl#more_score dd {
	
}

dl#more_score dt {
	border-bottom: 1px solid #E3E3E3;
	clear: left;
	float: left;
	width: 130px;
	padding: 6px;
}

dl#more_score dd {
	background: #fff;
	
	border-bottom: 1px solid #E3E3E3;
	margin-left: 140px;
	padding: 5px;
	
}

#more_score a:link,#gaiyou a:visited  {
	color: #0249af;
	text-decoration: underline;
}

#more_score a:hover {
	color: #0249af;
	text-decoration: none;
}

.leader {
	float: right;
/*	background-image: url(../img/result/leader.png);
	background-size: 220px 220px;*/
	width: 300px;
	height: 220px;
	background-color:#ffffff;
}

.detail_user {
	width: 80px;
	float: left;
	margin-right: 20px;
}
.detail_user img {
	width: 80px;
	height: 80px;
}

.detail_name {
	font-size:24px;
	font-weight: bold;
	
}
.user_title {
	background-color: #FA8C00;
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin-bottom: 10px;
	width: 200px;
	margin-top: 10px;
}

.user_data {
	float: left;
}

img.detail_oukan {
	margin-top: -2px;
	position: relative;
	display: block;
	float: left;
	margin-right: 5px;
}

.shop_score {
	margin-bottom: 30px;
}

.user_area {
	border-bottom: 1px solid #313131;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.detail_cyuui {
	border: 1px solid #ffe1e1;
	background-color: #FCEEEF;
	padding: 15px;
	margin-bottom: 20px;
}

.report {
	border: 1px solid #E3E3E3;
	padding: 20px;
	margin-bottom: 10px;
}

.report_title {
	color: #bd7213;
	margin-bottom: 5px;
}
.report_honbun {
	border: 0.1px solid #EFEFEF;
	padding: 10px;
}

p.official {
	background-color: #372A15;
	color: #fff;
	text-align: center;
	width: 150px;
	font-size: 12px;
	margin-bottom: 0px;
	float: right;
	display: block;
	
}
.official a {
	color: #fff;
	text-decoration: none;
	display: block;

}

.detail_star {
	color: #FAAD01;
}
.detail_star_off {
	color: #8F8F8F;
}


.side_more {
	position: relative;
	display: inline-block;
	padding: .3em 3em;
	background-color: #b8202c;
	border: 2px solid #b8202c;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	
	width:120px;
	font-size:14px;
	border-radius: 4px;
	margin-right: auto;
	margin-left: auto;
	
}
.side_more::after {
	position: absolute;
	top: 50%;
	right: .2em;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #fff;
	transition: all .3s;
}
.side_more:link {
	color: #fff;
}
.side_more:visited {
	color: #fff;
}
.side_more:hover {
	background-color: #fff;
	color: #b8202c;
	text-decoration:none;
}
.side_more:hover::after {
	border-left-color: #b8202c;
}

/*----

.entrance {
	background-image: url(../img/enter/bg.jpg);
	width: 100%;
	height: 675px;
	background-position: top 50%;
}
------ */

.entrance {
	width: 100%;
	height: 675px;
	background-position: 50% top;
	background-color: #9F8A5E;
	background-image: url(../img/enter/bg.jpg);
}
.entrance h1 {
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin: 0px;
	padding-top: 10px;
}

.ent_logo {
	text-align: center;
	margin-top: 100px;
	margin-bottom: 20px;
	
}

.ent_shop {
	font-size: 80%;
	line-height: 130%;
	float: left;	
}
.ent_button {
	width: 625px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.ent_button a:hover {
	opacity:0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

.enter {
	float: left;
}

.leave {
	float: right;
}

.ent_cyuui {
	width: 625px;
	margin-left: auto;
	margin-right: auto;
	color: #FFF;
	text-align: center;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}

.ent_text  {
	text-align: center;
	margin-bottom: 20px;
	height: 100%;
	width: 80%;
}

.ent_banner {
	text-align: center;
	margin-bottom: 30px;
	
}

#zenkoku {
  margin-top:-100px;
  padding-top:1000px;
}

.zenkoku {
  margin-top:-100px;
  padding-top:1000px;
}
/*----------------------------------

パンくず
 
---------------------------------- */	
.breadcrumb {
	padding-left:0;
	margin-left:10px;
	margin-top: 5px;
}

.breadcrumb li{
	display:inline;/*横に並ぶように*/
	list-style: none;
	font-size: 95%;
}

.breadcrumb li:after{/* >を表示*/
  content: '>';
  padding: 0 3px;
  color: #555;
}

.breadcrumb li:last-child:after{
  content: '';
}

.breadcrumb li a {
	text-decoration: none;
	color: #663;/*色*/
}

.breadcrumb li a:hover {
    text-decoration: underline;
}
.shopbox {
	margin-bottom: 30px;
}


.shop_img {
	width: 400px;
	float: left;
}
.shop_img img {
	width: 100%;
}
.shop_data {
	float: right;
	width: 450px;
}
.shop_catch {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #313131;
	margin-bottom: 15px;
	padding-bottom: 10px;
	line-height: 150%;
}

.girllist {
	display: flex;
	flex-wrap: wrap;
}
.girlitem {
	width: 155px;
	margin: 0 10px;
text-align: center;
	margin-bottom: 20px;
}
.girlitem img {
	width: 100%;
	margin-bottom: 5px;
}

.top_pickup {
	display: flex;
	flex-wrap: wrap;
}
.pickuplist {
	width: 50%;
	margin: 0 0px;
text-align: left;
	margin-bottom: 20px;
	display: flex;
}
.pickup_img img {
	width: 100%;
	margin: 0 0px;
	margin-bottom: 20px;
}
.pickup_img {
	width: 48%;
	margin-right: 10px;
}
.pickup_shop {
	width: 48%;
}

.pickup_title {
	font-size: 16px !important;
	color: #023dc2;
	margin-right: 20px;
	font-weight: bold;
	
}
.pickup_area {
	background-image: url(../img/result/icon01.png);
	background-size: 14px 14px;
	background-position: left 5px;
	background-repeat: no-repeat;
	padding-left: 20px;
	font-weight: bold;
	margin-bottom: 0px;
}
.pickup_time {
	background-image: url(../img/result/icon02.png);
	background-size: 14px 14px;
	background-position: left 5px;
	background-repeat: no-repeat;
	padding-left: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-right: 10px;
}
.pu_name {
	font-size: 16px;
	font-weight: bold;
}
.pu_size {
	font-size: 16px;
	margin-bottom: 5px;
}
.pu_text  {
	font-size: 95%;
	line-height: 155%;
		    display: -webkit-box;
    margin-left: 2%;
    margin-right: 2%;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-align: left;
    height: 58px;
    resize: vertical;
}



.girllist_wide {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 15px;
    margin-bottom: 15px;
}


.girllist_wide_item {
    width: 24%;
    background: #f5f4f4;
    line-height: 170%;
    margin-bottom: 25px;
}

.listph {
    position: relative;
}

.biginer {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.therapist .list_name {
    margin-top: 20px;    color: #000;
}
.name_age {
    font-size: 22px;
}

.listcatch {
    color: #313131;
    font-size: #313131;
    text-align: center;
    margin-bottom: 5px;
    font-size: 1rem;
}

.listsize {
    color: #313131;
    font-size: #313131;
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 10px;
}


.biginer img {
    width: 25px;
}

.listph img {
    width: 100%;
}

.list_icon {
    display: flex;
    justify-content: space-between;
    width: 70px;
    margin: auto;
}

.list_tag {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin: 15px 15px 15px 15px;
}


.list_name {
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 5px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


.castclass_sch {
    border: 1px solid #e4007f;
    color: #e4007f;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 3px;
    margin: 15px 15px 20px 15px;
    position: relative;
    font-weight: bold;
    letter-spacing: 0.1rem;
}

.name_age {
    font-size: 22px;
}


.site_info_frame{
	
	    display: block;
    background: #fff;
    box-shadow: 0 1px 8px rgb(0 0 0 / 20%);
    padding: 20px;
       margin: 50px 10%;
    color: #333;
    font-size: 14px;
    line-height: 1.6;
}