@charset "UTF-8";
th, h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
body {
  color: #666666;
  font-size: 14px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, Verdana, sans-serif;
}
a:focus {
  outline: none;
}
a:link, a:visited {
  color: #e9566d;
  text-decoration: none;
}
a:hover, a:active {
  text-decoration: underline;
}
img {
  vertical-align: bottom;
}
.sankaku {
  vertical-align: middle;
}

/*----------------------------------------
	clearfix
-----------------------------------------*/

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0px;
  font-size: 0.1px;
  line-height: 0.1px;
}
.clearfix {
  display: inline-block;
  position: relative;
}

/* Hides from IE-mac \*/

.clearfix {
  display: block;
}

/* End hide from IE-mac */


/*----------------------------------------
	common
-----------------------------------------*/

.f_bold {
  font-weight: bold;
}
.red_txt {
  color: #f00;
}
p {
  margin-bottom: 1em;
  word-break: break-all;
}
h1 {
  background: none;
  font-size: 1.2rem;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: center;
  color: #a99c51;
  padding-left: 0;
  width: 100%;
}
.h1_back {
  color: white;
  margin-left: 10px;
}
.btnOrangeStyle {
  padding: 8px 20px;
  color: #ffffff;
  background: #ff582b;
  border: 0px;
}
h2 {
  background: none;
  position: relative;
  /*
  margin-bottom: 1em;
*/
  margin-bottom: 35px;
  padding-bottom: 0;
  padding-left: 0;
  color: #ff582b;
  font-size: 1.3rem;
  border-bottom: #ccc 1px solid;
  margin: 0 10px 10px;
}
h3 {
  background: url(../images/h3_lead.png) no-repeat left center;
  margin-bottom: 20px;
  /*
  padding-left: 15px;
*/
  padding-left: 20px;
  color: #3F2E40;
  font-size: 1.5rem;
  border-bottom: #ccc 1px dotted;
}
.h3_body {
  padding-left: 0;
}
h3.news a {
  color: #3F2E40;
}
h4 {
  margin-bottom: 0.25em;
  color: #333333;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
#main {
  width: auto;
  margin: 0px auto;
}
#content {
  width: auto;
  margin: 0px auto;
}
#content .inner {
  padding: 10px 10px 0;
}
.section {
  padding: 0 0 20px 0;
}
.section_catch {
  /*
    margin-bottom: 40px;
*/
  margin-bottom: 20px;
}
.section_body {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
.imgLeft{
  float: left;
  margin: 0 18px 18px 0;
  width: 300px;
}
.imgRight {
  float: right;
  margin: 0 0 18px 18px;
  width: 300px;
}
.boder_clear {
  border-bottom: hidden!important;
}

/*------------------------------------------------------------PageNavi*/

#pagenavi {
  clear: both;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
}
#pagenavi li {
  display: inline;
  margin: 0 2px;
  padding: 0;
}
#pagenavi li a {
  margin-bottom: 5px;
  padding: 1px 4px;
  text-decoration: underlines;
  color: #3F2E40;
}
#pagenavi li span.current {
  color: #3F2E40;
  font-weight: bold;
  margin-bottom: 5px;
  padding: 1px 4px;
}
#pagenavi li a:hover {
  border-radius: 4px;
}

/*カラム横並び用-------------------------*/

.setColumn {
  margin-right: 0;
  letter-spacing: -.40em;
}
.colsecond {
  /* display: inline-block; */
  /* width: 50%; */
  /* padding: 0 18px 30px 0; */
  letter-spacing: normal;
  /* vertical-align: top; */
  box-sizing: border-box;
  float: none;
  padding-bottom: 30px;
}
.colfourth {
  letter-spacing: normal;
  box-sizing: border-box;
  float: none;
  padding-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 230px;
}
.menu_colfourth {
  letter-spacing: normal;
  box-sizing: border-box;
  float: none;
  padding-bottom: 0;
  margin-right: auto;
  margin-left: auto;
  width: 230px;
}

/*----------------------------------------
	form
-----------------------------------------*/

table {
  border: 1px solid #d0d0d0;
  border-collapse: collapse;
  border-spacing: 0;
}
tbody {
  border-top: 1px solid #ccc;
}
tr {
  display: block;
	list-style: none;
  vertical-align: inherit;
  border-color: inherit;
}
th {
  padding: 15px 18px;
  background: #ececec;
  color:black;
}
th, td {
  padding: 15px;
  font-size: 13px;
  line-height: 1.7;
  border: 1px solid #d0d0d0;
	display: list-item;
}
#form_action{
  margin-top: 2em;
  margin-bottom: 0;
  text-align: center;
}
.input_type1{
   width: 320px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.input_type2{
  width: 220px;
  padding-right: 10px;
  margin-bottom: 10px;
}
.input_type3{
  width: 110px;
  margin-right: 8px;
  margin-bottom: 10px;
}
.input_type4{
  width: 110px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-left: 8px;
}
.check_box label{
	display:block;
}
.radio_button label{
	display:block;
}

textarea{
  width: 630px;
  height:150px;
  position: absolute;
  margin: 10px 0 0 0;
  font-size: 14px;
}
.subtext{
  position: absolute;
  display: block;
  margin: -10px 0 0 30px;
}
.counter {
  position: absolute;
  display: block;
  margin: -10px 0 0 0;
}
.txtbox_dd {
  position: relative;
  height: 210px;
}

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

#headerGroup {
  min-width: 100%;
  margin-top: 0;
}
#front_headerGroup {
}
#global_menu_out {
  border-bottom: 1px solid #ccc;
  background-color: #f0eee0;
    min-width: 100%;
}
#front_headerGroup #global_menu_out {
  background-color: #f0eee0;
  padding: 5px 0;
  margin-top: 0;
}
#global_menu {
  width: auto;
  height: 50px;
  margin: 0 auto;
  position: relative;
  display: block;
}

/* グローバルメニューのロゴ箇所 */

#global_menu #hdrLogo {
  float: none;
  width: auto;
  height: 50px;
}
.logo {
/*  background: url("../images/logo.png") no-repeat scroll center center / contain; */
  background: url("../images/fg_logo.png") no-repeat scroll 45% center / contain;
  height: 47px;
  min-width: auto;
  padding-left: 20px;
}
#global_menu ul {
  display: none;
  float: left;
  overflow: hidden;
  margin: 0 0 0 0;
}

/* グローバルメニュー項目 */

.g_menu_high {
  display: table-cell;
  text-align: center;
  line-height: 1.2;
  color: #3F2E40;
  width: 140px;
  font-size: 14px;
  vertical-align: middle;
  background-position: right;
  border-bottom: solid 3px #ffffff;
  background: url(../images/bg_gnavi.png) no-repeat right center;
}
#front_headerGroup .g_menu_high {
  border-bottom: solid 3px #f0eee0;
}
.g_menu_high_wide {
  display: table-cell;
  text-align: center;
  line-height: 1.2;
  color: #3F2E40;
  width: 174px;
  font-size: 14px;
  vertical-align: middle;
  background-position: right;
  border-bottom: solid 3px #ffffff;
  /* border-right: solid 1px #ffffff; */
}
#front_headerGroup .g_menu_high_wide {
  border-bottom: solid 3px #f0eee0;
}
.g_menu_high a {
  width: 140px;
  color: #3F2E40;
  line-height: 62px;
  display: block;
}
.g_menu_high_wide a {
  width: 174px;
  color: #3F2E40;
  line-height: 62px;
  display: block;
}
.g_menu_high:hover {
  border-bottom: solid 3px #a99c51;
}
.g_menu_high_wide:hover {
  border-bottom: solid 3px #a99c51;
}

/* グローバルメニューの項目のサブタイトル */

.list_core {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.g_sub {
  font-size: 70%;
}

/* グローバルメニューのカレントページ */

.g_current {
  background-image: none !important;
  height: 62px;
  background-color: #a99c51;
  border-bottom: solid 3px #a99c51;
  color: white;
}
.g_current .g_menu_txt a {
  color: white;
}
#global_menu >.current > a {
  color: white;
  border-bottom: solid 3px #a99c51;
}
#global_menu.current > a span {
  color: white;
}

/* グローバルメニューのドロップダウンリスト */

.g_menu_dl {
  margin: 0 0 0 0;
  display: none;
  position: absolute;
  top: 65px;
  width: 140px;
  background: white;
  border: solid 1px #ccc;
  z-index: 9999;
  opacity: 0.9;
}
.g_menu_low {
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  display: -webkit-box;
  /* safari, Chrome */
  display: -moz-box;
  /* Firefox */
  display: -o-box;
  /* Opera */
  display: -ms-box;
  /* IE */
  display: box;
  /* ベンダープレフィックスなし */
  -webkit-box-align: center;
  /* safari, Chrome */
  -moz-box-align: center;
  /* Firefox */
  -o-box-align: center;
  /* Opera */
  -ms-box-align: center;
  /* IE */
  box-align: center;
  /* ベンダープレフィックスなし */
}
.g_menu_low:hover {
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  background-color: #a99c51;
  display: -webkit-box;
  /* safari, Chrome */
  display: -moz-box;
  /* Firefox */
  display: -o-box;
  /* Opera */
  display: -ms-box;
  /* IE */
  display: box;
  /* ベンダープレフィックスなし */
  -webkit-box-align: center;
  /* safari, Chrome */
  -moz-box-align: center;
  /* Firefox */
  -o-box-align: center;
  /* Opera */
  -ms-box-align: center;
  /* IE */
  box-align: center;
  /* ベンダープレフィックスなし */
}
.g_menu_low a {
  width: 140px;
  line-height: 50px;
  margin: 0 auto;
  display: block;
}
.g_menu_low a:hover {
  color: white;
  width: 140px;
  line-height: 50px;
  margin: 0 auto;
  display: block;
}

/* contents_header
-------------------------------------------------*/

#contents_header {
  margin-top: 10px;
  background-color: #f0eee0;
  border-bottom: solid 1px #a99c51;
  border-top: solid 1px #a99c51;
}
#contents_header_in {
  width: auto;
  margin: 0 auto;
}
#contents_header img {
  height: 366px;
}

/* breadcrumb
-------------------------------------------------*/

#breadcrumb {
  margin: 0 auto;
  width: auto;
  padding: 10px 0;
  border-bottom: #a99c51 1px solid;
}
#breadcrumb_out {
  /* background-color: #FFD3E1; */
}
#breadcrumb li {
  float: left;
  margin-left: 8px;
}
#breadcrumb li:before {
  content: ">";
  padding-right: 8px;
}
#breadcrumb li:first-child:before {
  content: none;
  padding-right: 0;
}
#breadcrumb a:link, #breadcrumb a:visited {
  color: #1f2739;
  text-decoration: none;
}
#breadcrumb a:hover, #breadcrumb a:active {
  color: #1f2739;
  text-decoration: underline;
}
#breadcrumb li:first-child a {
  display: block;
  width: 20px;
  height: 18px;
  background: url(../images/icon_home.png) no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

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

#pagetop {
  display: none;
  float: right;
  position: relative;
}
#footer {
  clear: both;
  padding-top: 0px;
  margin: 0 auto;
  padding-bottom: 20px;
  font-size: 83%;
  line-height: 1.3;
  background: #f7f7f7;
  color: #3F2E40;
  border-top: 1px solid #a99c51;
  min-width: 100%;
}
#footer #footer_pagetop {
  text-align: right;
  border-bottom: solid 1px #e7edeb;
}
.sp-pagetop {
  font-weight: normal;
  text-decoration: none;
  display: block;
  width: auto;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #a99c51;
}
.sp-pagetop a {
  text-decoration: none;
  display: block;
}
#footer #footer_in {
  margin: 0 auto;
  width: auto;
  overflow: visible;
}
#footer #footer_in .footer-nav {
  width: auto;
  float: none;
}
#footer #footer_in .footer-nav .footer-nav-pc{
	display:none;
}
#footer #footer_in .footer-nav .footer-nav-sp{
	display:block;
}
#footer #footer_in .footer-contact {
    padding-top: 5px;
    background-color: #ffffff;
    border: #ccc 1px solid;
    padding-left: 5px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin: 10px 5px 0 5px;
}
#footer #footer_in .footer-contact span.f_bold {
  font-size: 1.1rem;
}
#footer #footer_in .footer-contact span.f_bold + ul {
  padding-top: 0;
  margin-left: 0;
  font-size: 1rem;
  line-height: 20px;
}
#footer #footer_in .footer-contact span.f_bold + ul li {
  margin: 5px 0 0 0!important;
  padding: 0;
}
.footer-form {
    padding-left: 10px!important;
    padding-top: 0px!important;
}
#footer #footer_in .footer-nav ul {
  width: auto;
}
#footer #footer_in ul li {
  padding: 0 0 0 0;
}
#footer #footer_in ul li.first {
  background-color: #C0C0C0;
  margin-bottom: 24px;
}
#footer #footer_in ul li ul.accordion {
  font-size: 16px;
  display: none;
}
#footer #footer_in ul li ul.accordion li, #item_menu ul li ul.accordion li {
  margin-top: 0px!important;
  padding: 0 0 0 0;
  background: none;
  padding: 0 10px;
  height: 45px;
  line-height: 45px;
  border-top: 1px solid #ccc;
  box-shadow: 0 2px #fff inset;
  text-shadow: none;
}
#footer #footer_in ul li ul.accordion li::before {}
#footer #footer_in ul li span.information {
  display: block;
  padding-top: 10px;
  padding-left: 10px;
}
#footer #footer_in ul.accordion li ul.information li {
  display: block;
  margin-top: 0px!important;
  padding: 0 0 0 10px;
  background: none;
}
#footer #footer_in ul.accordion li ul.information li:last-child {
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}
#footer #footer_in ul.accordion li ul li {
  margin-top: 5px!important;
  padding-left: 10px;
  padding: 0 0 0 0;
  background: none;
}
#footer #footer_in ul.accordion li a {
  color: #3F2E40;
  display: block;
  position: relative;
}
#footer #footer_in ul.accordion li a.third_layer{
  padding-left:20px;
}
#footer #footer_in ul.accordion li a:hover,
#footer #footer_in ul.accordion li a:visited,
#footer #footer_in ul.accordion li a:active {
  text-decoration: none;
}

#footer #footer_in ul.accordion li a::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 3px solid #808080;
  border-right: 3px solid #808080;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  margin-top: -7px;
  top: 26px;
  right: 10px;
}
.accordion_open, .accordion_close {
  display: block;
  height: 40px;
  line-height: 40px;
  padding-left: 5px;
  border-bottom: 1px solid #ccc;
  box-shadow: 0 2px #fff inset;

  position: relative;
  background-color: #f0eee0;
  color: #a99c51;

}
#footer #footer_in ul li span.accordion_close::before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -8px;
  background: #a99c51;
}
#footer #footer_in ul li span.accordion_close::after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -13px;
  background: #f0eee0;
}
#footer #footer_in ul li span.accordion_open::before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -4px;
  background: #a99c51;
}
#footer #footer_in ul li span.accordion_open::after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: 0px;
  background: #f0eee0;
}
#footer .three_fourths {
  display: inline-block;
  width: auto;
  padding: 0 0 0 0;
  letter-spacing: normal;
  text-align: right;
  vertical-align: top;
  box-sizing: inherit;
  padding-right: 0px;
}
#copyright {
  display: none;
  padding-top: 0px;
}
#sp-copyright {
  display: block;
  margin-top: 10px;
  text-align: center;
}

/*----------------------------------------
	固定ページ
-----------------------------------------*/

#content_body {
  padding-top: 40px;
}

/*----------------------------------------
	お問い合わせフォーム
-----------------------------------------*/

label {
  margin-right: 5px;
}
.submitOrangeStyle input {
    margin-left: 0px;
    padding: 8px 20px;
    color: #ffffff;
    background: #ff582b;
    border: 0px;
    width: 120px;
    height: 40px;
}
.submitGrayStyle input {
  margin-right :20px;
  padding: 8px 20px;
  color: #ffffff;
  background: #646464;
  border: 0px;
  width:120px;
  height:40px
}
.btnGrayStyle a {
  margin-right: 20px;
  padding: 8px 20px;
  color: #ffffff;
  background: #646464;
  border: 0px;
  width: 180px;
  height: 40px
}

/*登録画面のみ表示*/

.mw_wp_form_confirm .regist {
  display: none;
}
.mw_wp_form_confirm .counter {
  display: none;
}

/*確認画面のみ表示*/

.mw_wp_form_input .confirm {
  display: none;
}

/* お問い合わせ
-------------------------------------------------*/

/* お問い合わせ
-------------------------------------------------*/
#content th {
	width: auto;
}
#content input[name="company"] {
  width: 80%;
}
#content input[name="last_name"], #content input[name="first_name"] {
  width: 80%;
}
#content input[name="last_name_kana"], #content input[name="first_name_kana"] {
  width: 75%;
}
#content input[name="street"]{
  width: 90%;
}
#content input[name="phone1"], #content input[name="phone2"], #content input[name="phone3"] {
    width: 21%;
}
#content input[name="post_num[data][0]"], #content input[name="post_num[data][1]"] {
  width: 27%;
}
#content textarea[name="comment"] {
  width: 87%;
}
#content input[name="email1"] {
    width: 90%;
}
#content input[name="email2"] {
    width: 90%;
}
#content input[name="shop"] {
    width: 90%;
}

/* 事業内容
-------------------------------------------------*/

.business_img {
  text-align: center;
}
.business_img img {
  margin-bottom: 50px;
  max-width: 100%;
}
.business_txt {
  font-size: 1.2em;
  margin-bottom: 20px;
}
#este_fg_img {
  margin-top: 40px;
  text-align: center;
  position: relative;
}
#este_fg_img img {
  width: 100%;
}
#este_fg_link {
  position: static;
  text-align: right;
}
#este_fg_link a {
  font-size: 1.2em;
}
.este_area {
  margin: 0 auto;
  width: auto;
  margin-top: 10px;
  margin-bottom: -30px;
}
.este_title {
  background-color: #1AAE80;
  color: #ffffff;
  font-size: 1.2em;
  text-align: center;
}
.este_img {
  text-align: center;
}
.este_img img {
  min-width: 100%;
}
.este_item_left {
  margin-left: auto;
  margin-right: 0;
  width: auto;
  height: 260px;
  border: #ccc 1px solid;
  position: relative;
}
.este_item_right {
  margin-right: auto;
  margin-left: 0;
  width: auto;
  height: 260px;
  border: #ccc 1px solid;
  position: relative;
}
.este_caption {
  font-size: 1rem;
  padding-top: 15px;
  padding-left: 15px;
}
.este_link {
  position: absolute;
  text-align: right;
  bottom: 5px;
  right: 5px;
  font-size: 1rem;
}
#wholesale_img {
  margin-bottom: 0;
}
#style_navi {
  position: relative;
}
#style_navi_link {
  position: static;
  float: right;
}
#style_navi_link a {
  font-size: 1.2rem;
  font-weight: normal;
}
.dev_area {
  margin: 0 auto;
  width: auto;
  margin-top: 40px;
  font-size: 1.2em;
  margin-bottom: -30px;
}
.dev_title {
  background: url(../images/h3_lead.png) no-repeat left center;
  padding-left: 15px;
  color: #3F2E40;
  font-size: 1.5rem;
  border-bottom: #ccc 1px dotted;
}
.dev_img {
  text-align: center;
}
.dev_img img {
  max-width: 100%;
  width: 100%;
}
.dev_item_left {
  margin-left: auto;
  margin-right: 0;
  width: auto;
  position: relative;
}
.dev_item_right {
  margin-right: auto;
  margin-left: 0;
  width: auto;
  position: relative;
}
.dev_caption {
  font-size: 1rem;
}

/* 会社概要
-------------------------------------------------*/

#vision_area {
  background: url(../images/vision.jpg) no-repeat right 40px;
  background-size: auto 30%;
}
#vision_catch {
  font-size: 1.2rem;
  font-weight: bold;
}
#vision_list {
  padding-left: 5px;
  font-size: 1.2rem;
  width: 50%;
  padding-bottom: 100px;
}
#vision_list li {
  padding-bottom: 10px;
}
#vision_txt {
  font-size: 1.2rem;
  margin-top: 10px;
  width: auto;
}
#about_img img {
  max-width: 100%;
}
#cp_history_list li {
  padding: 0 5px 5px;
  font-size: 1rem;
}

/* 採用情報
-------------------------------------------------*/

.h3_area {
  padding-bottom: 10px;
}
.job_cat_icon_reg {
  text-align: center;
  display: inline-block;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #ffffff;
  background: #ff66cc;
  border: 0px;
  width: 80px;
  font-size: 100%;
}
.job_cat_icon_part {
  text-align: center;
  display: inline-block;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #f0eee0;
  background: #fd4f70;
  border: 0px;
  width: 80px;
  font-size: 100%;
}
.job_cat_icon_work {
  text-align: center;
  display: inline-block;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #3F2E40;
  background: #ffccff;
  border: 0px;
  width: 80px;
  font-size: 100%;
}
.job_cat_title {
  margin-left: 5px;
}
.Job_cat_txt {
  padding-left: 10px;
  margin-top: 15px;
  margin-bottom: 35px;
}
.recruit_info {
  padding: 0;
  width: 100%;
}
.recruit_info dl {
  border-bottom: 1px solid #CCCCCC;
  float: none;
  margin: 20px 0;
}
.recruit_info dt:before {
  content: "■"
}
.recruit_info dt {
  clear: both;
  border-top: 1px solid #CCCCCC;
  float: none;
  padding: 5px 0 5px 0;
  width: auto;
}
.recruit_info dd {
  border-top: 1px solid #CCCCCC;
  float: none;
  padding: 5px 0 5px 0;
  /* width: 760px; */
  width: auto;
}
.recruit_info img {
  width: 100%;
}
.interview_item {
    margin-left: auto;
    margin-right: auto;
    max-width: 230px;
}
.interview_img img{
    max-width: 230px;
    max-height: 146px;
}


/* エステティックサロン全国店舗一覧
-------------------------------------------------*/
#map {
  display: none;
}
#shop {
  display: block;
  padding-bottom: 20px;
}
#shop_section{
  border-bottom: none;
}
#content .shop_inner {
  padding: 10px 0 0;
}
#shop .accordion {
  margin: 10px 0 0 0;
}

#shop div.block {
  margin: 0 5px;
}

#shop span.sp_pref {
  margin-bottom: 0.25em;
  color: #e9566d;
/*  color: #333333; */
  font-size: 1.0rem;
  font-weight: bold;
  display: block;
  margin: 15px 0 0 0;
}
#shop span.sp_pref:before {
	content: '◆';
}

#shop div.shop_area:before {
	content: '';
}
#shop div.shop_area {
    padding-top: 0px;
	color: #fff;
	font-size: 1.2rem;
  font-weight: bold;
	clear: both;
}

#shop table {
  margin: 0 0 20px 0;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
#shop thead,
#shop tbody,
#shop th,
#shop td,
#shop tr {
   display: block;
}

#shop thead {
  display: none;
}

#shop tbody {
  border-top: none;
}
#shop tbody tr {
  vertical-align: inherit;
  border-color: inherit;
  margin-top: 20px;
}
#shop tbody tr:first-child {
  margin-top: 0;
}
#shop tbody tr td:first-child {
  display: none;
}
#shop tbody tr td {
  padding: 5px;
  padding-left: 30%;
  font-size: 13px;
  line-height: 1.7;
  border: 0;
  border-width: 1px 0px;
  border-color: silver;
  border-style: dotted;
  border-collapse:collapse;
  border-spacing:0px;
  position: relative;
	height: auto;
	vertical-align: baseline;
}
#shop th {
   padding: 0;
   background: #edf1de;
   color: black;
   font-weight: normal;
   vertical-align: middle;
   text-align: left;
   text-indent: 5px;
}

#shop tbody tr td:before {
  color: #666666;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 20%;
  padding: 0;
  white-space: nowrap;
}

/*
#shop tbody tr td:nth-of-type(2):before {
   content: "店舗  ";
   font-size: 1.1rem;
   font-weight: bold;
   top: 10px;
}
*/
#shop tbody tr td:nth-of-type(3):before {
   content: "住所";
 }
#shop tbody tr td:nth-of-type(4):before {
   content: "電話番号";
 }
#shop tbody tr td:nth-of-type(5):before {
   content: "営業時間";
 }
#shop tbody tr td:nth-of-type(6):before {
   content: "定休日";
 }

#shop td.pref,
#shop th.pref,
#shop td.shop_name,
#shop th.shop_name,
#shop td.address,
#shop th.address,
#shop td.tel,
#shop th.tel,
#shop td.holiday,
#shop th.holiday,
#shop td.business_hours,
#shop th.business_hours  {
  width: auto;
}

#shop td.pref,
#shop td.shop_name,
#shop td.address,
#shop td.tel,
#shop td.business_hours,
#shop th.business_hours {
  border-bottom: none;
  border-spacing: none;
  border-collapse: none;
}


#shop tbody tr td.shop_name {
  border-width: 0;
  padding: 10px 5px 0 5px;
  vertical-align: bottom;
  font-size: 1.1rem;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
}

#shop .shop_list {
  display: none;
}
#shop div.hokkaido + .shop_list {
  display: block;
}

#shop div.hokkaido {
  border-top: 1px solid #a99c51!important;
}

#item_menu span.accordion_open,
#item_menu span.accordion_close,
#item_menu div.accordion_open,
#item_menu div.accordion_close,
#shop .shop_accordion_open,
#shop .shop_accordion_close {
  display: block;
  height: 40px;
  line-height: 40px;
  padding-left: 5px;
  border-bottom: 1px solid #a99c51;
  position: relative;
  background-color: #cec7aa;
  box-shadow: none;
}

#item_menu span.accordion_open,
#item_menu span.accordion_close
#item_menu div.accordion_open,
#item_menu div.accordion_close {
  height: 50px;
}

#item_menu span.accordion_close::before,
#item_menu div.accordion_close::before,
#shop div.shop_accordion_close::before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -8px;
  background: #fff;
}

#item_menu span.accordion_close::after,
#item_menu div.accordion_close::after,
#shop div.shop_accordion_close::after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -13px;
  background: #cec7aa;
}

#item_menu span.accordion_open::before,
#item_menu div.accordion_open::before,
#shop div.shop_accordion_open::before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -4px;
  background: #fff;
}

#item_menu span.accordion_open::after,
#item_menu div.accordion_open::after,
#shop div.shop_accordion_open::after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: 0px;
  background: #cec7aa;
}

#shop_list_img {
  display: none;
}
.shop_state {
  padding-top: 40px;
}
.shop_state_name {
  color: #00b050;
  font-size: 1.3rem;
  clear: both;
}

/* 社員インタビュー
-------------------------------------------------*/

.interview_txt {
  font-size: 1.2em;
  margin-bottom: 10px;
}
.interview_list {
  padding-bottom: 10px;
  clear: both;
}
.interview_list .imgLeft {
  float: left;
  margin: 0 0 10px 0;
  width: auto;
}
.interview_list h3 {
  font-size: 1.1rem;
  margin-bottom: 10px;
}
.interview_list img {
  width: 100%;
  height: auto;
}

/* ニュース
-------------------------------------------------*/
h2.news_title {
  margin: 0 0 10px 0;
}

#news_txt {
  padding-bottom: 10px;
}
.news_list {
  margin-bottom: 20px;
  border-bottom: #ccc 1px dotted;
}
.news_list dt {
  font-size: 1.2rem;
  font-weight: normal;
  color: #3F2E40;
  display: block;
  width: 140px;
}
.news_list dt span {
  padding-left: 20px;
  background: url(../images/h3_lead.png) no-repeat left center;
}
.news_list dd {
  font-size: 1.2rem;
  display: block;
}
.news_list dd a {
  font-size: 1.2rem;
  color: #3F2E40;
}

/* 検索
-------------------------------------------------*/

.one_fourths {
  float: none;
  display: block;
  /* padding: 0 18px 10px 0; */
  letter-spacing: normal;
  vertical-align: top;
  box-sizing: border-box;
}
#footer .one_fourths {
  padding-top: 15px;
}
.search {
  float: none!important;
  padding: 0;
}
.search form {
  /* margin: 0px 10px 0 0; */
  -moz-border-radius: 10px;
  font-size: 1rem;
  height: 25px;
  text-align: center;
}
.search input[type="search"] {
  height: 25px;
  width: 180px;
  color: #3F2E40;
  background: transparent;
  margin-bottom: 0;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 6px 0 0 6px;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(200, 200, 200, 0.2) inset;
  -moz-box-shadow: 2px 2px 2px 0 rgba(200, 200, 200, 0.2) inset;
  box-shadow: 2px 2px 2px 0 rgba(200, 200, 200, 0.2) inset;
}
.search input[type="image"] {
  vertical-align: middle;
  margin-bottom: 0px;
  padding-right: 10px;
}
.search_title {
  font-size: 1.2rem;
}
.search_li {
  border-bottom: 1px dotted #ccc;
  padding-top: 10px;
}
.search_title a:hover {
  text-decoration: underline;
}
.search_submit {
  background-color: #646464;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  margin-bottom: 0px;
  height: 22px;
}

/* 以下レスポンシブ
-------------------------------------------------*/

#sp_menu {
  display: block;
  position: absolute;
  height: 44px;
  width: 44px;
  right: 3px;
  top: 2px;
  z-index: 10;
}
#sp_menu a {
  background: url(../images/btn_menu.png) repeat scroll 0 0 / contain;
  display: block;
  height: 44px;
  width: 44px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
#sp_menu_box {
  -moz-box-orient: vertical;
  box-sizing: border-box;
  display: -moz-box;
  padding-left: 65px;
  width: 100%;
}
#sp_menu_box a.third_layer{
  padding-left: 35px;
}
#close_btn {
  height: 76px;
  left: 0;
  position: absolute;
  top: 0;
  width: 65px;
}
#close_btn a {
  background: rgba(0, 0, 0, 0) url("../images/btn_close.png") repeat scroll 0 0 / contain;
  display: block;
  height: 76px;
  width: 65px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 100;
}
#slider {
  display: none;
  background: rgba(206, 199, 170, 0.6) none repeat scroll 0 0;
  height: 100%;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
}
#item_menu {
  -moz-box-ordinal-group: 1;
  display: block;
}
#item_menu ul {
  margin: 0;
}
#item_menu li {
  border-top: 1px solid #ceba80;
}
#item_menu p {
  display: table;
  margin: 0;
  width: 100%;
}
#item_menu a, #item_menu span {
  background-color: #ceba80;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 26px 16px;
  box-sizing: border-box;
  color: #ffffff;
  display: table-cell;
  font-size: 1.4rem;
  font-weight: bold;
  height: 40px;
  padding: 5px 10px;
  vertical-align: middle;
  width: 100%;
}
#item_menu .open span {
  /*  */
}
#item_menu ul {
  margin: 0;
}
#item_menu ul ul {
  display: none;
}
#item_menu li li {
  border-top: 1px solid #ccc;
}
#item_menu li li a, #item_menu li li span {
  background-color: #f7f7f7;
  color: inherit;
  box-shadow: 0 2px #fff inset;
  font-weight: normal;
  font-size: 1.3rem;
  padding: 5px 36px 5px 25px;
  text-decoration: none;
}

#item_menu li li a::before,
#item_menu li li span::before {
  content: "▶";
  float: left;
  height: 12px;
  margin: 0 0 0 -10px;
  width: 20px;
  color: #ceba80;
  font-size: 12px;
  position: absolute;
  left: 18px;
  top: 10px;
}

#item_menu li li a.second_layer::before{
  border-left: 5px solid #ceba80;
  content: "";
  float: left;
  height: 18px;
  margin: 0 0 0 -10px;
  width: 20px;
  color: #ceba80;
  font-size: 12px;
  position: absolute;
  left: 18px;
  top: 8px;
}
#item_menu li li a.third_layer::before{
  margin: 0 0 0 0px;
}
#item_menu li li span::before {
  content: "▶";
  float: left;
  height: 12px;
  margin: 0 0 0 0px;
  width: 20px;
  color: #ceba80;
  font-size: 12px;
  position: absolute;
  left: 18px;
  top: 10px;
}

#item_menu span,
#item_menu a {
  display: table;
  margin: 0;
  width: 100%;
  position: relative;
}
#content_menu {
  display: block;
  background: #f7f7f7 none repeat scroll 0 0;
  float: none;
  margin: 0;
  width: 100%;
  -moz-box-ordinal-group: 3;
}
#content_menu ul {
  margin: 0;
}
#content_menu li {
  border: medium none;
  float: none;
  border-top: 1px solid #ccc;
}
#content_menu li a {
  background: #f7f7f7 none repeat scroll 0 0;
  color: #606060;
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 10px 10px 10px 15px;
  position: relative;
  text-decoration: none;
  box-shadow: 0 2px #fff inset;
}

#item_menu ul li a::after,
#content_menu ul li a::after {
  border-right: 3px solid #808080;
  border-top: 3px solid #808080;
  content: "";
  display: block;
  height: 8px;
  margin-top: -18px;
  position: absolute;
  right: 10px;
  width: 8px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#search_menu {
  display: block;
  -moz-box-ordinal-group: 4;
  background: #ffffff none repeat scroll 0 0;
  height: auto;
  font-size: 1.1rem;
  white-space: nowrap;
}
#search_menu > ul {
  -moz-box-orient: vertical;
  display: -moz-box;
}
#search_menu ul {
  margin: 0;
  text-align: left;
}
#search_menu li#sp_search {
  background: #ffffff none repeat scroll 0 0;
  border-top: 1px solid #6d6d6d;
  padding: 18px 10px;
  text-align: left;
  width: auto;
}
#search_menu li#sp_search form {
  border-radius: 15px;
  margin: 0;
  padding: 6px 10px;
  vertical-align: middle;
  border: 1px solid #646464;
}
#search_menu li#sp_search input[type="search"] {
  background: transparent none repeat scroll 0 0;
  height: 25px;
  vertical-align: middle;
  width: 85%;
  border: 0 none;
  color: #000000;
  margin: 0 0 0!important;
}
#search_menu li#sp_search input[type="image"] {
  height: 20px;
  padding: 0;
  vertical-align: middle;
  width: 20px;
  margin: 0 0 0;
}
