@charset "UTF-8";
/* SASS Document */
/* SASS Document */
/* ------------------------------------------
 SP
------------------------------------------ */
@media screen and (min-width: 320px) and (max-width: 979px) {
  html, body {
    background-color: #fffbed;
  }

  body {
    position: relative;
    overflow-x: hidden;
    right: 0;
  }

  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }

  	/* ------------------------------------------
    	MENU Button
    	------------------------------------------ */
  #menu_sp_button {
    position: fixed;
    bottom: 10px;
    left: 10px;
    display: inline-block;
    width: 60px;
    height: 60px;
    z-index: 3000;
  }
  #menu_sp_button #menu_sp_text {
    width: 50px;
    height: 50px;
    vertical-align: middle;
    display: table-cell;
    font-size: 8px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    color: #fff;
  }

  	/* ------------------------------------------
   	Main Navi
  	------------------------------------------ */
  nav.main_navi,
  nav#main_navi {
    position: fixed;
    width: 150px;
    right: -151px;
    /* ボーダーの分＋ */
    top: 0;
    height: 100%;
    overflow: scroll;
    border-left: 1px #fff solid;
    background-color: #eee;
    display: block;
  }
  nav.main_navi > ul,
  nav#main_navi > ul {
    margin-bottom: 50px;
    overflow: hidden;
  }
  nav.main_navi > ul > li.open,
  nav#main_navi > ul > li.open {
    display: block;
  }
  nav.main_navi > ul > li > a,
  nav#main_navi > ul > li > a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 1em;
    font-weight: bold;
    text-decoration: none;
    background-color: #ee782e;
    color: #fff;
    border-bottom: 1px solid #fff;
  }
  nav.main_navi > ul > li > a.current,
  nav#main_navi > ul > li > a.current {
    background-color: #fd0;
  }
  nav.main_navi > ul > li > a:after,
  nav#main_navi > ul > li > a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 1em;
    width: 4px;
    height: 4px;
    margin: -2px 0 0 0;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  nav.main_navi > ul > li > a > span,
  nav#main_navi > ul > li > a > span {
    display: block;
    line-height: 1;
  }
  nav.main_navi > ul > li > a > span:first-child,
  nav#main_navi > ul > li > a > span:first-child {
    margin-bottom: 7px;
    font-size: 1.2em;
    color: #fff;
  }
  nav.main_navi > ul > li > a > span:last-child,
  nav#main_navi > ul > li > a > span:last-child {
    font-size: 0.8em;
    color: #4f8cef;
  }

  /* ------------------------------------------
   Header
  ------------------------------------------ */
  header {
    width: 90%;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
    padding: 2em 0;
  }
  header > h1 {
    text-align: center;
    width: 90%;
    margin: 0 auto 2em;
  }
  header > .tel {
    text-align: center;
	font-size: 21px;
  }
  header > .tel > a {
	color: #333;
    text-decoration: none;
    font-family: 'Metrophobic', Arial, serif;
    font-weight: 700;
  }
  header > .tel > a > span > {
    display: inline-block;
    margin-right: 3px;
	font-size:25px;
  }
  header > .tel > a > span > .sp_sub {
	font-size: 12px !important;
  }

  /* ------------------------------------------
  Slider
  ------------------------------------------ */
  #slider {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: auto !important;
  }
  #slider > ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  #slider .over_text {
    position: absolute;
    top: 10%;
    left: 0;
    width: 80%;
    max-width: 100%;
  }
  #slider .over_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  /* ------------------------------------------
  Sub Main Image
  ------------------------------------------ */
  #sub_image {
    width: 100%;
    min-height: 150px;
    height: auto !important;
    overflow: hidden;
    position: relative;
  }
  #sub_image .over_text {
    position: absolute;
    width: 100%;
    padding: 40px 0;
    text-align: center;
    font-size: 24px;
    color: #fff;
    letter-spacing: 5px;
    font-weight: bold;
    text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, 1px 1px 1px #333, -1px 1px 1px #333;
  }
  #sub_image .over_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  #sub_image .over_bottom > img {
    width: 100%;
  }

  .kaso_image {
    background: url("../images/top/kaso_main.jpg") top center;
    background-size: cover;
  }
  .kaso_image_faq {
    background: url("../images/top/kaso_main_faq.jpg") top center;
    background-size: cover;
  }
  .kaso_image_staff {
    background: url("../images/top/kaso_main_staff.jpg") top center;
    background-size: cover;
  }
  .kaso_image_menu {
    background: url("../images/top/kaso_main_menu01.jpg") top center;
    background-size: cover;
  }
  .kaso_image_shop {
    background: url("../images/top/kaso_main_shop02.jpg") top center;
    background-size: cover;
  }
  .kaso_image_voice {
    background: url("../images/top/kaso_main_voice.jpg") top center;
    background-size: cover;
  }
  .kaso_image_company {
    background: url("../images/top/kaso_main_shop02.jpg") top center;
    background-size: cover;
  }
  .kaso_image_hokan {
    background: url("../images/top/kaso_main_hokan.jpg") top center;
    background-size: cover;
  }
  .kaso_image_24h {
    background: url("../images/top/kaso_main_24h.jpg") top center;
    background-size: cover;
  }
  .kaso_image_house {
    background: url("../images/top/kaso_main_house.jpg") top center;
    background-size: cover;
  }
  .kaso_image_halloween {
    background: url("../images/top/kaso_main_halloween.jpg") top center;
    background-size: cover;
  }
  
  /* ------------------------------------------
  Slider Side
  ------------------------------------------ */
  #slider_side {
    overflow: hidden;
    position: relative;
    height: 300px;
    width: 100%;
  }
  #slider_side .over_text {
    position: absolute;
    width: 600px;
    top: 0%;
    left: 50%;
    margin-left: -490px;
  }
  #slider_side .over_bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 2001;
  }
  #slider_side .over_bottom > img {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  /* ------------------------------------------
   Contents
  ------------------------------------------ */
  #contents {
    width: 90%;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
  }

  /* ------------------------------------------
  Top
  ------------------------------------------ */
  .top_point3 {
    overflow: hidden;
    width: 80%;
    margin: 0 auto 10px;
  }
  .top_point3 > ul > li {
    box-sizing: border-box;
  }
  .top_point3 > ul > li > .image {
    text-align: center;
    margin-bottom: 10px;
  }
  .top_point3 > ul > li > h3 {
    font-size: 1.4em;
    text-align: center;
    font-weight: bold;
    color: #0E4297;
    line-height: 1;
    margin-bottom: 5px;
  }
  .top_point3 > ul > li > .text {
    font-size: 1.2em;
    margin-bottom: 1.5em;
  }

  .top_point4 {
    overflow: hidden;
    width: 100%;
    margin: 0 auto 10px;
  }
  .top_point4 > ul > li > a {
	  text-decoration:none;
  }
  .top_point4 > ul > li > .image {
    text-align: center;
    margin-bottom: 10px;
  }
  .top_point4 > ul > li > h3 {
    font-size: 1.4em;
    text-align: center;
    font-weight: bold;
    color: #0E4297;
    line-height: 1;
    margin-bottom: 5px;
  }
  .top_point4 > ul > li > h3 > a {
    text-decoration:none;
  }
  .top_point4 > ul > li > .text {
    font-size: 1.2em;
    margin-bottom: 1.5em;
	text-align: center;
  }
  .top_point4 > p {
	display:inline-block;
	padding:10px;
	background-color:#ee782e;
	color:#fff;
	font-size:14px;
	}
  .top_point4 > .bottun01 > a {
	color:#fff;
	text-decoration:none;
}



  .top_contents_wrap {
    margin-bottom: 2em;
    overflow: hidden;
  }
  
  .top_contents_wrap .top_bnr {
    margin-bottom: 40px;
    overflow: hidden;
  }
  .top_contents_wrap .top_bnr .top_bnr_inner > h3 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .top_contents_wrap .top_bnr .top_bnr_inner > .table {
    display: table;
    width: 100%;
    border: 1px #9db3da solid;
    border-right: none;
    border-bottom: none;
    box-sizing: border-box;
  }
  .top_contents_wrap .top_bnr .top_bnr_inner > .table > div {
    display: table-row;
  }
  .top_contents_wrap .top_bnr .top_bnr_inner > .table > div > div {
    display: table-cell;
    border: 1px #9db3da solid;
    border-top: none;
    border-left: none;
    padding: 10px 5px;
    text-align: center;
    font-size: 0.8em;
  }
  .top_contents_wrap .top_bnr .top_bnr_inner > .table > div.label > div {
    background-color: #cbdaf3;
  }
  .top_contents_wrap .top_bnr .top_bnr_inner > .table > div.data > div:nth-child(n+2) {
    color: #8a8787;
  }
  .top_contents_wrap .top_bnr .top_bnr_inner > aside {
    padding-top: 5px;
  }


  .top_contents_wrap .news > ul > li {
    clear: both;
    padding-bottom: 15px;
    border-bottom: 1px #ccc dotted;
    margin-bottom: 15px;
    overflow: hidden;
  }
  .top_contents_wrap .news > ul > li:last-child {
    margin-bottom: 0;
  }
  .top_contents_wrap .news > ul > li > span {
    display: block;
  }
  .top_contents_wrap .news > ul > li > span:first-child {
    width: 100px;
    color: #ee782e;
  }
  .top_contents_wrap .news > ul > li > span:last-child {
    width: 283px;
  }

  /* ------------------------------------------
   バナー
  ------------------------------------------ */
  #banner {
    background: url("../images/top/line_bg.png");
    padding: 20px 0;
  }
  #banner .banner_inner {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    overflow: hidden;
    clear: both;
  }
  #banner .banner_inner > a {
    display: block;
    width: 232px;
    margin: 0 auto 10px;
  }
  #banner .banner_inner > a:last-child {
    margin-bottom: 0;
  }

  /* ------------------------------------------
   地図
  ------------------------------------------ */
  .ggmap,
  .ggmap2 {
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 40%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  .ggmap iframe,
  .ggmap object,
  .ggmap embed,
  .ggmap2 iframe,
  .ggmap2 object,
  .ggmap2 embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /* ------------------------------------------
  共用
  ------------------------------------------ */
  .sub_page h2 {
    font-size: 20px;
    text-align: center;
    color: #333;
    font-weight: bold;
  }
  .sub_page .h2_line {
    padding-top: 5px;
    width: 50px;
    margin: 0 auto 30px;
  }
  .sub_page > .sub_page_inner {
    margin-bottom: 30px;
    overflow: hidden;
  }
  .sub_page > .sub_page_inner h3 {
    line-height: 1;
    font-size: 16px;
    padding: 8px 0 8px 10px;
    background-color: #EAEAEA;
    color: #333;
    border-left: 4px #ee782e solid;
    margin-bottom: 20px;
  }
  .sub_page > .sub_page_inner h4 {
    color: #083c93;
    font-size: 14px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px #ccc dotted;
  }
  .sub_page > .sub_page_inner h4 > span {
    font-size: 12px;
    margin-right: 5px;
  }

  .sub_page_bottom {
    height: 80px;
  }


  /* ------------------------------------------
   FAQ
  ------------------------------------------ */
  .faq .common_box_1 > .faq_line > .question {
    display: table;
  }
  .faq .common_box_1 > .faq_line > .question > div {
    display: table-cell;
  }
  .faq .common_box_1 > .faq_line > .question > div:first-child {
    vertical-align: middle;
    background-color: #EE782E;
    color: #fff;
    width: 26px;
    text-align: center;
    padding: 5px 0;
    line-height: 1;
  }
  .faq .common_box_1 > .faq_line > .question > div:last-child {
    color: #EE782E;
    font-size: 14px;
    padding-left: 7px;
  }
  .faq .common_box_1 > .faq_line > .answer {
    display: table;
    margin-bottom: 35px;
    font-size: 12px;
    padding-top: 5px;
  }
  .faq .common_box_1 > .faq_line > .answer:before {
    display: table-cell;
    padding-left: 38px;
    width: 25px;
    content: url("../images/faq/line.png");
  }
  .faq .common_box_1 > .faq_line > .answer > div > i {
    color: #6cd0ff;
    font-style: normal;
    margin-right: 5px;
  }
  
 
  /* ------------------------------------------
   会社概要
  ------------------------------------------ */

.company .common_box_1 .table01 {
    margin-bottom: 40px;
    overflow: hidden;
}
.company .common_box_1 .table01 .table01_inner > h3 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 10px;
}
.company .common_box_1 .table01 .table01_inner > .table {
    display: table;
    width: 100%;
    border: 1px #ccc solid;
    border-right: none;
    border-bottom: none;
    box-sizing: border-box;
}
.company .common_box_1 .table01 .table01_inner > .table > div {
    display: table-row;
    font-size: 14px;
}
.company .common_box_1 .table01 .table01_inner > .table > div > .midashi {
    font-size: 14px;
	background-color:#eee;
	text-align: center;
	padding: 10px 10px;
	width:30%;
}
.company .common_box_1 .table01 .table01_inner > .table > div > div {
    display: table-cell;
    border: 1px #ccc solid;
    border-top: none;
    border-left: none;
    text-align: left;
}
.company .common_box_1 .table01 .table01_inner > .table > div.data > div:nth-child(n+2) {
    color: #333;
	padding: 10px 10px;
}
.company .common_box_1 > aside {
    padding-top: 10px;
	font-size:16px;
}
.company .common_box_1 > span {
    padding-top: 10px;
	font-size:16px;
	text-align:right;
	display:block;
	margin-bottom:40px;
}
  

  /* ------------------------------------------
   スタッフ募集
  ------------------------------------------ */

.staff .common_box_1 .table01 {
    margin-bottom: 40px;
    overflow: hidden;
}
.staff .common_box_1 .table01 .table01_inner > h3 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 10px;
}
.staff .common_box_1 .table01 .table01_inner > .table {
    display: table;
    width: 100%;
    border: 1px #ccc solid;
    border-right: none;
    border-bottom: none;
    box-sizing: border-box;
}
.staff .common_box_1 .table01 .table01_inner > .table > div {
    display: table-row;
    font-size: 14px;
}
.staff .common_box_1 .table01 .table01_inner > .table > div > .midashi {
    font-size: 14px;
	background-color:#eee;
	text-align: center;
	padding: 10px 10px;
	width:30%;
}
.staff .common_box_1 .table01 .table01_inner > .table > div > div {
    display: table-cell;
    border: 1px #ccc solid;
    border-top: none;
    border-left: none;
    text-align: left;
}
.staff .common_box_1 .table01 .table01_inner > .table > div.data > div:nth-child(n+2) {
    color: #333;
	padding: 10px 10px;
}

  /* ------------------------------------------
   店舗案内
  ------------------------------------------ */
.shop > .sub_page_inner > #list {
	margin-bottom:30px;
}

.shop > .sub_page_inner > #list > div {
	padding:8px;
	background-color:#ee782e;
	font-size:16px;
	color:#fff;
	font-weight:700;
	margin:0 0 5px 0;
	text-align:center;
}
.shop > .sub_page_inner > #list > div a:link {
	text-decoration:none;
	color:#fff;
}
.shop > .sub_page_inner > #list > div a:hover {
	text-decoration:none;
	color:#fff;
}
.shop > .sub_page_inner > #list > div a:visited  {
	text-decoration:none;
	color:#fff;
}
.shop > .sub_page_inner > .common_box_1 {
    margin-bottom: 15px;
  }
.shop > .sub_page_inner > .common_box_1 > .left {
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
.shop > .sub_page_inner > .common_box_1 > .left > div {
    padding-top: 1em;
    text-align: right;
  }
.shop > .sub_page_inner > .common_box_1 > .right {
    text-align: center;
  }
.shop > .sub_page_inner > .common_box_1 > .right > img {
    border: 1px #ccc solid;
	text-align: center;
	 box-sizing: border-box;
  }
.shop > .sub_page_inner > #map > iframe {
    border: 2px #fff solid;
	box-sizing: border-box;
	width:100%;
	height:200px;
  }

  /* ------------------------------------------
   メニュー料金
  ------------------------------------------ */

.menu > .sub_page_inner > .common_box_1 {
    margin-bottom: 10px;
    overflow: hidden;
  }
.menu > .sub_page_inner > aside {
	color:#FF0004;
  }
.menu > .sub_page_inner > .common_box_1 > div {
    overflow: hidden;
  }
.menu > .sub_page_inner > .common_box_1 > .left {
    width: 300px;
    text-align: left;
	
  }
.menu > .sub_page_inner > .common_box_1 > .left > img {
    border: 1px #ccc solid;
	margin: 0 30px 20px 0;
	box-sizing: border-box;
  }
.menu > .sub_page_inner > .common_box_1 > .right {
	vertical-align: top;
	font-size: 12px;
	line-height: 1.6;
  }
.menu > .sub_page_inner > .common_box_1 > .right > div {
    text-align: right;
  }
.menu .common_box_1 .table01 {
	margin-bottom: 20px;
}
.menu .common_box_1 .table01 .table01_inner > h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.menu .common_box_1 .table01 .table01_inner > .table {
	display: table;
	width: 100%;
	border: 1px #ccc solid;
	border-right: none;
	border-bottom: none;
	box-sizing: border-box;
}
.menu .common_box_1 .table01 .table01_inner > .table > div {
	display: table-row;
	font-size: 14px;
}
.menu .common_box_1 .table01 .table01_inner > .table > div > .midashi {
	font-size: 14px;
	background-color:#eee;
	text-align: center;
	width:50%;
}
.menu .common_box_1 .table01 .table01_inner > .table > div > div {
	display: table-cell;
	border: 1px #ccc solid;
	border-top: none;
	border-left: none;
	text-align: center;
}
.menu .common_box_1 .table01 .table01_inner > .table > div > div:first-child {
}
.menu .common_box_1 .table01 .table01_inner > .table > div.label > div {
	background-color: #cbdaf3;
}
.menu .common_box_1 .table01 .table01_inner > .table > div.data > div:nth-child(n+2) {
	color: #333;
	padding: 3px 0 3px 5px;
}

.menu > .sub_page_inner > .common_box_2 {
	margin-bottom: 0;
	display: table;
  }
.menu > .sub_page_inner > .common_box_2 > div {
    overflow: hidden;
  }
.menu > .sub_page_inner > .common_box_2 > .right {
    box-sizing: border-box;
    text-align: left;
	
  }
.menu > .sub_page_inner > .common_box_2 > .right > img {
	margin: 30px 30px 0 0;
  }
.menu > .sub_page_inner > .common_box_2 > .left {
	vertical-align: top;
	font-size: 13px;
	line-height: 1.6;
  }
.menu > .sub_page_inner > .common_box_2 > .left > div {
    text-align: right;
  }
.menu .common_box_3 .table01 {
	margin-bottom: 20px;
}
.menu .common_box_3 .table01 .table01_inner > h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.menu .common_box_3 .table01 .table01_inner > .table {
	display: table;
	width: 100%;
	border: 1px #ccc solid;
	border-right: none;
	border-bottom: none;
	box-sizing: border-box;
}
.menu .common_box_3 .table01 .table01_inner > .table > div {
	display: table-row;
	font-size: 14px;
}
.menu .common_box_3 .table01 .table01_inner > .table > div > .midashi {
	font-size: 14px;
	color:#EE782E;
	font-weight:700;
	text-align: center;
	background-color:#fef2eb;
	text-shadow: white 2px 2px 0px, white -2px 2px 0px,
             white 2px -2px 0px, white -2px -2px 0px;
}
.menu .common_box_3 .table01 .table01_inner > .table > div > .midashi01 {
	font-size: 14px;
	color:#EE782E;
	font-weight:700;
	text-align: center;
	background-color:#ffe6d7;
	text-shadow: white 2px 2px 0px, white -2px 2px 0px,
             white 2px -2px 0px, white -2px -2px 0px;

}
.menu .common_box_3 .table01 .table01_inner > .table > div > div {
	display: table-cell;
	border: 1px #ccc solid;
	border-top: none;
	border-left: none;
	text-align: left;
	padding: 3px 5px;
}
.menu .common_box_3 .table01 .table01_inner > .table > div > div > span {
	font-size: 14px;
	font-weight:700;
}
.menu .common_box_3 .table01 .table01_inner > .table > div.data > div:nth-child(n+2) {
	color: #333;
}
.menu .common_box_3 .table01 .table01_inner > .table > div.data > div:nth-child(n+3) {
	vertical-align:middle;
	text-align:center;
}

.menu .common_box_4 {
	margin-top: 30px;
}
.menu .common_box_4 .table01 {
	overflow: hidden;
	margin-bottom: 20px;
}
.menu .common_box_4 .table01 .table01_inner > h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.menu .common_box_4 .table01 .table01_inner > .table {
	display: table;
	width: 100%;
	border: 1px #ccc solid;
	border-right: none;
	border-bottom: none;
	box-sizing: border-box;
}
.menu .common_box_4 .table01 .table01_inner > .table > div {
	display: table-row;
	font-size: 14px;
}
.menu .common_box_4 .table01 .table01_inner > .table > div > .midashi {
	font-size: 14px;
	background-color:#eee;
	text-align: center;
	vertical-align:middle;
	color:#333;
}
.menu .common_box_4 .table01 .table01_inner > .table > div > div {
	display: table-cell;
	border: 1px #ccc solid;
	border-top: none;
	border-left: none;
	text-align: left;
	padding: 7px 0 6px 0;
}
.menu .common_box_4 > span  {
	font-size: 18px;
	font-weight:700;
}

.menu .common_box_4 .table01 .table01_inner > .table > div > div:first-child {
}
.menu .common_box_4 .table01 .table01_inner > .table > div.data > div:nth-child(n+2) {
	text-align:center;
}
.menu .common_box_4 .table01 .table01_inner > .table > div.data > div:nth-child(n+3) {
	text-align: center;
}.menu .common_box_4 .table01 .table01_inner > .table > div.data > div:nth-child(n+4) {
	text-align: center;
}
.menu .common_box_4 aside {
	font-size:15px;
	
}



  /* ------------------------------------------
   お客様の声
  ------------------------------------------ */
.voice .common_box_1 .table01 {
	margin-bottom: 40px;
}
.voice .common_box_1 .table01 .table01_inner > .table {
    display: table;
    width: 100%;
    border-right: none;
    border-bottom: none;
}
.voice .common_box_1 .table01 .table01_inner > .table > div {
    display: table-row;
    font-size: 14px;
	margin:0 auto;
	text-align: center;
}

.voice .common_box_1 .table01 .table01_inner > .table > div > .midashi {
    font-size: 14px;
	margin:0 auto;
}
.voice .common_box_1 .table01 .table01_inner > .table > div > div {
    display: block;
    border-top: none;
    border-left: none;
	padding-bottom:15px;
	text-align: center;
	margin:0 auto;
}



  /* ------------------------------------------
   保管サービス
  ------------------------------------------ */
  .font20BK {
	font-size:20px;
	
}
	.font25BK {
	font-size:18px;
}
  .hokan > h2 {
	  padding-bottom:10px;
	  border-bottom: 3px solid #f87320;
	  display:inline-block;
	  text-align:center;
	  margin:0 auto;
	  margin-bottom:20px;
  }
  .hokan > div > .h2_line {
	  border-bottom: 2px solid #f87320;
	  width:300px;
  }
  .hokan > .top_point5 {
    margin-bottom: 50px;
  }
  .hokan > .top_point5 > ul > li {
	margin-bottom: 15px;
    box-sizing: border-box;
	align: center;
  }
  .hokan > .common_box_1 > .top_point6 {
    margin-bottom: 50x;
	overflow: hidden;
  }
  .hokan > .common_box_1 > .top_point6 > ul > li {
	margin-bottom: 15px;
    box-sizing: border-box;
	align: center;
  }
  
  .hokan > .common_box_1 > .top_point7 {
    margin-bottom: 90px;
    overflow: hidden;
	width:100%;
  }
  .hokan > .common_box_1 > .top_point7 > ul > li.taisho {
	margin-bottom: 15px;
	box-sizing: border-box;
	float: left;
	background-color: #edecda;
	padding: 15px;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	line-height:1.4em;
  }
  .hokan > .common_box_1 > .top_point7 > ul > li.taishogai {
    margin-right: 5px;
	margin-bottom: 15px;
    box-sizing: border-box;
    float: left;
	background-color:#edecda;
	padding:15px;
	width:100%;
	font-size: 14px;
	font-weight: bold;
	line-height:1.4em;
  }
	.hokan > .common_box_1 > .top_point7 > .bottun01 > a {
	display:block;
	padding:10px;
	background-color:#ee782e;
	color:#fff;
	font-size:16px;
	width:100%;
	
	color:#fff;
	text-decoration:none;
	}


  /* ------------------------------------------
   24時間受付BOX
  ------------------------------------------ */
#contents > .sub_page_inner > .common_box {
	margin-bottom: 60px;
  }
#contents > .24h > aside {
	color:#FF0004;
  }

#contents > .sub_page_inner > .common_box > div > .left {
	width:100%;
	text-align:center;
	margin-bottom:50px;
  }
#contents > .sub_page_inner > .common_box > div > .right {
	width:100%;
	text-align:center;

  }
#contents > .sub_page_inner > p {
	display:block;
	padding:10px;
	background-color:#ee782e;
	color:#fff;
	font-size:17px;
	width:80%;
	margin:0 auto 0 auto;
	}
#contents > .sub_page_inner > .bottun01 > a {
	color:#fff;
	text-decoration:none;
	}

.flow {
	background-color: #f8e8df;
	border-radius: 6px;
	color: #aaa;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	position: relative;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}


.flow > .flowTitle01 {
	color: #ee782e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: bold;
}
.flow > .flowComment01 {
	float: left;
	color: #333333;
	font-size: 14px;
}
.flow > .flowTitle02 {
	color: #f0833f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin-bottom: 10px;
	font-weight:bold;
}
.flow > .flowImg {
	text-align:center;
	margin-bottom:15px;
}
 
/* 吹き出し(下) */
.balloon-under::after {
	border-left: solid 30px transparent;
	border-right: solid 30px transparent;
	border-top: solid 30px #f8e8df;
	bottom: -20px;
	content:"";
	display:block;
	height:0;
	left:46%;
	margin-left:-5px;
	position: absolute;
	width:0;
}


  /* ------------------------------------------
   ハウスクリ-ニング
  ------------------------------------------ */
  .house > h2 {
	  padding-bottom:10px;
	  border-bottom: 3px solid #f87320;
	  display:inline-block;
	  text-align:center;
	  margin:0 auto;
	  margin-bottom:20px;
  }
  .house > div > .h2_line {
	  border-bottom: 2px solid #f87320;
	  width:300px;
  }

  .house > .top_point8 {
    margin-bottom: 50px;
  }
  .house > .top_point8 > ul > li {
	margin-bottom: 10px;
    box-sizing: border-box;
	align: center;
	font-size: 16px;
	font-weight: bold;
  }
  .house > .top_point8 > ul > li > span {
    box-sizing: border-box;
	align: center;
	font-size: 22px;
	font-weight: bold;
	color:#ff0000;
  }
  .house > .top_point8 > ul > li > .underLine02 {
	margin-bottom: 15px;
    box-sizing: border-box;
	align: center;
	border-bottom:1px dashed #ccc;
  }
  .house > .top_point8 > ul > li > .font22Ore {
    box-sizing: border-box;
	align: center;
	font-size: 22px;
	color:#f6721f;
  }
  .house > .top_point8 > ul.bgOre {
	  background-color:#fcefdb;
	  padding-left:10px;
  }





  /* ------------------------------------------
   Footer
  ------------------------------------------ */
  footer {
    clear: both;
    background-color: #fffbed;
  }
  footer .foot_info {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    overflow: hidden;
    clear: both;
    margin-bottom: 20px;
  }
  footer .foot_info > div.logo {
    text-align: center;
    margin-bottom: 20px;
  }
  footer .foot_info > div.logo > img {
    max-width: 300px;
    margin: 0 auto;
  }
  footer .foot_info > div.address {
    text-align: center;
    margin-bottom: 10px;
  }
  footer .foot_info > div.station {
    text-align: center;
    font-size: 0.8em;
  }
  footer .foot_info > div.station span:before {
    content: '■ ';
    color: #0E4297;
  }
  footer > small {
    background-color: #ee782e;
    display: block;
    color: #fff;
    text-align: center;
    padding: 20px 0 60px;
  }

  /* ------------------------------------------
   Common
  ------------------------------------------ */
  .common_h2 {
    font-size: 1.5em;
    color: #333333;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 10px;
    border-bottom: 1px #b5b5b5 solid;
    margin-bottom: 1em;
    position: relative;
  }
  .common_h2 > span {
    display: inline-block;
    width: 18px;
    height: 2px;
    margin-bottom: 5px;
    margin-right: 10px;
    background-color: #ee782e;
  }
  .common_h2 > a {
    position: absolute;
    font-size: 0.7em;
    right: 0;
    top: 0;
    display: block;
    border: 1px #666 solid;
    text-decoration: none;
    padding: 3px 8px;
  }

  /* ------------------------------------------
   PageTop
  ------------------------------------------ */
  #return_top {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    cursor: pointer;
    border-top: 1px #fff solid;
  }
  #return_top > div {
    background-color: #373737;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    text-decoration: none;
  }
  #return_top > img {
	  display:none;
  }
  
/* ------------------------------------------
   member
  ------------------------------------------ */
#member_wrap {
	margin:0 auto 40px auto;
}
#member_wrap > div {
	margin:0 auto;
	display:block;
         }
#member_wrap > p {
	display:inline-block;
	padding:10px;
	background-color:#ee782e;
	color:#fff;
	font-size:14px;
}
#member_wrap > .bottun01 > a {
	color:#fff;
	text-decoration:none;
}
.member_box {
	margin:0 auto 20px;
	border-bottom:1 #ccc solid;
}
.member_box > .icon {
	box-sizing: border-box;
	width:20%;
	margin:0 auto;
	text-align: center;
}
.member_box > h2 {
	margin:0 auto;
	text-align: center;
}
.member_box > .text {
	display:block;
	text-align: center;
	margin-bottom:10px;
}

.member_box > .text > div {
	display:block;
	color:#666;
	font-size:14px;
	text-align: center;
}
  
/* ------------------------------------------
   recommend
  ------------------------------------------ */
#recommend_wrap {
	margin-bottom:40px;
	overflow:hidden;
}
#recommend_wrap > div {
	margin:0 auto;
         }
.recommend_box {
 overflow:hidden;
}
.recommend_box > .icon {
 box-sizing: border-box;
	width:50%;
	margin:0 auto;
	text-align: center;
}
.recommend_box > .text {
 display:inline-block;
 margin:20px 0;

}
.recommend_box > .text > h2 {
	font-size:16px;
	font-weight:bold;
	line-height:1.6em;
	margin-bottom:5px;
	margin: 0 auto;
 display:inline-block;
}
.recommend_box > .text > div {
display:inline-block;
color:#666;
}

.recommend_box > .text > h2 > span {
	font-size:20px;
	font-weight:bold;
	color:#ee782e;
 display:inline-block;

}

.recommend_box > .text > div {
	display: inline-block;
	font-size: 13px;

}
#recommend_wrap > p {
	display:inline-block;
	padding:10px;
	background-color:#ee782e;
	color:#fff;
	font-size:14px;
}
#recommend_wrap > .bottun01 > a {
	color:#fff;
	text-decoration:none;
}

  /* ------------------------------------------
   スタッフ募集
  ------------------------------------------ */
.staff .common_box_1 .table01 {
    margin-bottom: 40px;
    overflow: hidden;
  }
  .staff .common_box_1 .table01 .table01_inner > h3 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .staff .common_box_1 .table01 .table01_inner > .table {
    display: table;
    width: 100%;
    border: 1px #ccc solid;
    border-right: none;
    border-bottom: none;
    box-sizing: border-box;
  }
  .staff .common_box_1 .table01 .table01_inner > .table > div {
    display: table-row;
    font-size: 14px;
  }
  .staff .common_box_1 .table01 .table01_inner > .table > div > .midashi {
    font-size: 14px;
	background-color:#eee;
	text-align: center;
	padding: 10px 10px;
  }
  .staff .common_box_1 .table01 .table01_inner > .table > div > div {
    display: table-cell;
    border: 1px #ccc solid;
    border-top: none;
    border-left: none;
    text-align: left;
  }
  .staff .common_box_1 .table01 .table01_inner > .table > div.data > div:nth-child(n+2) {
    color: #333;
	padding: 10px 10px;
  }
  .staff .common_box_1 > aside {
    padding-top: 10px;
	font-size:16px;
  }
  .staff .common_box_1 > span {
    padding-top: 10px;
	font-size:16px;
	text-align:right;
	display:block;
	margin-bottom:40px;
  }
  .staff .sub_page_inner > aside {
    padding-top: 10px;
	font-size:14px;
	margin-bottom:30px;
  }

/* ------------------------------------------
   フレンドリーリンク
  ------------------------------------------ */
  #friendy {
    padding: 20px 0;
	margin-right: 0 auto;
	border-top: 1px #ccc solid;

  }
  #friendy .friendy_inner {
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
  }
  #friendy .friendy_inner > a {
    display: block;
    margin-right: 0 auto;
  }
  #friendy .friendy_inner > a:last-child {
    margin: 0 auto;
  }
  #friendy .friendy_inner > h3 {
             display: inline-block;
             background-color: #f96;
             color: #fff;
             border-radius: 40px;
             padding: 5px 10px;
             margin: 0 auto;
         }
         #friendy .friendy_inner > ul {
             display: inline-block;
             margin: 0 auto;
         }
         #friendy .friendy_inner > ul > li {
             display: inline-block;
             margin-right: 20px;
         }
         #friendy .friendy_inner > ul > li > a {
             text-decoration: none;
         }

}
/* SASS Document */
/* ------------------------------------------
 PC
------------------------------------------ */
@media print, screen and (min-width: 980px) {
  html, body {
	font-size: 90%;
	height: 100%;
	background-color: #fffbed;
  }

  #container {
	width: 100%;
	height: 100%;
	background-color: #fffbed;
  }

  .sp {
    display: none !important;
  }

  .pc {
    display: block !important;
  }

  	/* ------------------------------------------
    	MENU Button
    	------------------------------------------ */
  #menu_sp_button {
    display: none !important;
  }

  /* ------------------------------------------
   Main Navigation
  ------------------------------------------ */
  .main_navi,
  #main_navi {
	width: 980px;
	min-width: 980px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 70px;
	overflow: hidden;
	box-sizing: border-box;
	clear: both;
	overflow: hidden;
	margin-bottom: 70px;
  }
  .main_navi > ul > li,
  #main_navi > ul > li {
    width: 150px;
    float: left;
    border-left: 1px #b5b5b5 solid;
    text-align: center;
  }
  .main_navi > ul > li:nth-child(1),
  #main_navi > ul > li:nth-child(1) {
    width: 68px;
  }
  .main_navi > ul > li:last-child,
  #main_navi > ul > li:last-child {
    border-right: 1px #b5b5b5 solid;
  }
  .main_navi > ul > li > a,
  #main_navi > ul > li > a {
    display: block;
    text-decoration: none;
    font-size: 18px;
    color: #373737;
    font-weight: bold;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .main_navi > ul > li > a:hover,
  #main_navi > ul > li > a:hover {
    color: #ee782e;
  }

  /* /Main Navigation */
  /* ------------------------------------------
   Header
  ------------------------------------------ */
  header {
    width: 980px;
    min-width: 980px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    clear: both;
    padding: 40px 0;
    display: table;
  }
  header > h1 {
    display: table-cell;
    width: 50%;
  }
  header > .tel {
    display: table-cell;
    width: 50%;
    text-align: right;
    vertical-align: middle;
  }
  header > .tel > div {
	font-size: 30px;
	color: #333333;
	text-decoration: none;
	font-family: 'Metrophobic', Arial, serif;
	/* [disabled]font-weight: 700; */
  }
  
  header > .tel > div > span > .icon-phone {
    font-size: 28px;
    display: inline-block;
    margin-right: 3px;
  }
  
  header > .tel > div > .pc_sub {
	font-size: 15px;
	color: #333333;
	text-decoration: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/* [disabled]font-weight: 700; */
  }
  

  /* ------------------------------------------
  Slider
  ------------------------------------------ */
  #slider {
	overflow: hidden;
	position: relative;
	height: 500px;
  }
  #slider > ul {
    position: absolute;
    top: 0;
    width: 100%;
  }
  #slider > ul > li {
    width: 100%;
  }
  #slider > ul > li > img {
	display: block;
	width: 100%;
	max-width: 100%;
  }
  #slider .over_text {
    position: absolute;
    top: 10%;
    left: 0;
    width: 60%;
    max-width: 100%;
    z-index: 9000;
  }
  #slider .over_bottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 9001;
  }
  #slider .over_bottom > img {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  /* ------------------------------------------
  Slider Side
  ------------------------------------------ */
  #slider_side {
    overflow: hidden;
    position: relative;
    height: 500px;
    width: 100%;
  }
  #slider_side .over_text {
    position: absolute;
    width: 600px;
    top: 0%;
    left: 50%;
    margin-left: -490px;
  }
  #slider_side .over_bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 2001;
  }
  #slider_side .over_bottom > img {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  /* ------------------------------------------
  Sub Main Image
  ------------------------------------------ */
  #sub_image {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
  }
  #sub_image .over_text {
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -490px;
    font-size: 36px;
    color: #fff;
    letter-spacing: 10px;
    text-shadow: 1px 1px 1px #333, -1px 1px 1px #333;
  }
  #sub_image .over_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  #sub_image .over_bottom > img {
    width: 100%;
  }

  .kaso_image {
    background: url("../images/top/kaso_main.jpg") top center;
    background-size: cover;
  }
  .kaso_image_faq {
    background: url("../images/top/kaso_main_faq.jpg") top center;
    background-size: cover;
  }
  .kaso_image_staff {
    background: url("../images/top/kaso_main_staff.jpg") top center;
    background-size: cover;
  }
  .kaso_image_menu {
    background: url("../images/top/kaso_main_menu01.jpg") top center;
    background-size: cover;
  }
  .kaso_image_shop {
    background: url("../images/top/kaso_main_shop02.jpg") top center;
    background-size: cover;
  }
  .kaso_image_voice {
    background: url("../images/top/kaso_main_voice.jpg") top center;
    background-size: cover;
  }
  .kaso_image_company {
    background: url("../images/top/kaso_main_shop02.jpg") top center;
    background-size: cover;
  }
  .kaso_image_hokan {
    background: url("../images/top/kaso_main_hokan.jpg") top center;
    background-size: cover;
  }
  .kaso_image_24h {
    background: url("../images/top/kaso_main_24h.jpg") top center;
    background-size: cover;
  }
  .kaso_image_house {
    background: url("../images/top/kaso_main_house.jpg") top center;
    background-size: cover;
  }
  .kaso_image_halloween {
    background: url("../images/top/kaso_main_halloween.jpg") top center;
    background-size: cover;
  }

  /* ------------------------------------------
   Contents
  ------------------------------------------ */
  #contents {
	width: 980px;
	min-width: 980px;
	margin: 0 auto;
	overflow: hidden;
	box-sizing: border-box;
	clear: both;
	background-color: #fffbed;
  }

  /* ------------------------------------------
  Top
  ------------------------------------------ */
  .top_point3 {
    margin-bottom: 90px;
    overflow: hidden;
  }
  .top_point3 > ul > li {
    width: 303px;
    margin-right: 36px;
    box-sizing: border-box;
    float: left;
  }
  .top_point3 > ul > li:nth-child(2) {
    width: 302px;
  }
  .top_point3 > ul > li:last-child {
    margin-right: 0;
  }
  .top_point3 > ul > li > .image {
    margin-bottom: 20px;
  }
  .top_point3 > ul > li > h3 {
    font-size: 24px;
    font-weight: bold;
    color: #0E4297;
    line-height: 1;
    margin-bottom: 10px;
    text-align: left;
  }
  .top_point3 > ul > li > .text {
    font-size: 16px;
  }

  .top_point4 {
    margin-bottom: 90px;
    overflow: hidden;
  }
  .top_point4 > ul > li {
    width: 224px;
    margin-right: 28px;
	margin-bottom: 15px;
    box-sizing: border-box;
    float: left;
  }
  .top_point4 > ul > li:nth-child(4n+4) {
    margin-right: 0;
  }
  .top_point4 > ul > li > .image {
    margin-bottom: 5px;
  }
  .top_point4 > ul > li > h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 1;
    margin-bottom: 3px;
    text-align: left;
  }
  .top_point4 > ul > li > h3 > a {
    text-decoration:none;
  }
  .top_point4 > ul > li > .text {
    font-size: 13px;
  }
  .top_point4 > p {
	display:inline-block;
	padding:10px;
	background-color:#ee782e;
	color:#fff;
	float:right;
	font-size:14px;
}
  .top_point4 > .bottun01 > a {
	color:#fff;
	text-decoration:none;
}


  .top_contents_wrap {
    margin-bottom: 50px;
    overflow: hidden;
  }
  .top_contents_wrap .tokuten {
	float: left;
	margin-right: 37px;
	width: 100%;
  }
  .top_contents_wrap .tokuten .tokuten_inner > h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .top_contents_wrap .tokuten .tokuten_inner > .table {
	display: table;
	width: 100%;
	
	box-sizing: border-box;
  }
  .top_contents_wrap .tokuten .tokuten_inner > .table > div {
    display: table-row;
    font-size: 14px;
  }
  .top_contents_wrap .tokuten .tokuten_inner > .table > div > div {
    display: table-cell;
    border-top: none;
    border-left: none;
    padding: 10px 0;
    text-align: center;
	border-bottom: 2px dotted #999999;
  }
  .top_contents_wrap .tokuten .tokuten_inner > .table > div > div:first-child {
    width: 150px;
  }
  .top_contents_wrap .tokuten .tokuten_inner > .table > div.label > div {
    background-color: #cbdaf3;
  }
  .top_contents_wrap .tokuten .tokuten_inner > .table > div.data > div:nth-child(n+2) {
    color: #8a8787;
	width: 340px;
  }
  .top_contents_wrap .tokuten .tokuten_inner > .table > div.data > div:nth-child(n+4) {
    color: #8a8787;
	width: 340px;
  }
  .top_contents_wrap .tokuten .tokuten_inner > aside {
    padding-top: 10px;
  }
  
  .top_contents_wrap .top_bnr {
	width: 470px;
	float: left;
	margin-right: 40px;
  }
  .top_contents_wrap .top_bnr .top_bnr_inner > h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .top_contents_wrap .top_bnr .top_bnr_inner > .table {
    display: table;
    width: 100%;
    border: 1px #9db3da solid;
    border-right: none;
    border-bottom: none;
    box-sizing: border-box;
  }
  .top_contents_wrap .top_bnr .top_bnr_inner > .table > div {
    display: table-row;
    font-size: 14px;
  }
  .top_contents_wrap .top_bnr .top_bnr_inner > .table > div > div {
    display: table-cell;
    border: 1px #9db3da solid;
    border-top: none;
    border-left: none;
    padding: 10px 0;
    text-align: center;
  }
  .top_contents_wrap .top_bnr .top_bnr_inner > .table > div > div:first-child {
    width: 270px;
  }
  .top_contents_wrap .top_bnr .top_bnr_inner > .table > div.label > div {
    background-color: #cbdaf3;
  }
  .top_contents_wrap .top_bnr .top_bnr_inner > .table > div.data > div:nth-child(n+2) {
    color: #8a8787;
  }
  .top_contents_wrap .top_bnr .top_bnr_inner > aside {
    padding-top: 10px;
  }

  .top_contents_wrap .news {
	width: 470px;
	float: left;
  }
  .top_contents_wrap .news > ul > li {
    clear: both;
    padding-bottom: 20px;
    border-bottom: 1px #ccc dotted;
    margin-bottom: 20px;
    overflow: hidden;
	font-size:14px;
  }
  .top_contents_wrap .news > ul > li:last-child {
    margin-bottom: 0;
  }
  .top_contents_wrap .news > ul > li > span {
    display: block;
    float: left;
  }
  .top_contents_wrap .news > ul > li > span:first-child {
    width: 100px;
    color: #ee782e;
  }
  .top_contents_wrap .news > ul > li > span:last-child {
    width: 370px;
  }

  /* ------------------------------------------
   バナー
  ------------------------------------------ */
  #banner {
    background: url("../images/top/line_bg.png");
    padding: 40px 0;
  }
  #banner .banner_inner {
    width: 980px;
    min-width: 980px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    clear: both;
  }
  #banner .banner_inner > a {
    display: block;
    width: 232px;
    margin-right: 40px;
    float: left;
  }
  #banner .banner_inner > a:last-child {
    margin-right: 0;
  }

/* ------------------------------------------
   フレンドリーリンク
  ------------------------------------------ */
  #friendy {
    padding: 20px 0;
	border-top: 1px #ccc solid;

  }
  #friendy .friendy_inner {
    width: 980px;
    min-width: 980px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    clear: both;
  }
  #friendy .friendy_inner > a {
    display: block;
    width: 232px;
    margin-right: 40px;
    float: left;
  }
  #friendy .friendy_inner > a:last-child {
    margin-right: 0;
  }
  #friendy .friendy_inner > h3 {
             display: inline-block;
             background-color: #f96;
             color: #fff;
             border-radius: 40px;
             padding: 5px 10px;
             margin-right: 20px;
         }
         #friendy .friendy_inner > ul {
             display: inline-block;
             padding: 0;
             margin: 0;
         }
         #friendy .friendy_inner > ul > li {
             display: inline-block;
             text-align: left;
             margin-right: 20px;
         }
         #friendy .friendy_inner > ul > li > a {
             text-decoration: none;
         }

  
  /* ------------------------------------------
   地図
  ------------------------------------------ */
  .ggmap {
    margin-bottom: 35px;
    position: relative;
    padding-bottom: 25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  .ggmap iframe,
  .ggmap object,
  .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .ggmap2 {
    margin-bottom: 35px;
    position: relative;
    padding-bottom: 35%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  .ggmap2 iframe,
  .ggmap2 object,
  .ggmap2 embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /* ------------------------------------------
  共用
  ------------------------------------------ */
  .sub_page h2 {
	font-size: 26px;
	text-align: center;
	color: #333;
	font-weight: bold;
  }
  .sub_page .h2_line {
    padding-top: 10px;
    width: 50px;
    margin: 0 auto 60px;
	
  }
  .sub_page > .sub_page_inner {
	margin-bottom: 60px;
	overflow: hidden;
  }
  .sub_page > .sub_page_inner h3 {
	line-height: 1;
	font-size: 24px;
	padding: 16px 0 16px 20px;
	background-color: #eeeeee;
	color: #333;
	border-left: 4px solid #ee782e;
	margin-bottom: 30px;
  }
  .sub_page > .sub_page_inner h4 {
    color: #083c93;
    font-size: 20px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px #ccc dotted;
  }
  .sub_page > .sub_page_inner h4 > span {
    font-size: 16px;
    margin-right: 5px;
  }

  .sub_page_bottom {
    height: 80px;
  }


  /* ------------------------------------------
   FAQ
  ------------------------------------------ */
  .faq .common_box_1 > .faq_line > .question {
    display: table;
  }
  .faq .common_box_1 > .faq_line > .question > div {
    display: table-cell;
  }
  .faq .common_box_1 > .faq_line > .question > div:first-child {
	vertical-align: middle;
	background-color: #EE782E;
	color: #fff;
	width: 30px;
	text-align: center;
	padding: 5px 0;
	line-height: 1;
  }
  .faq .common_box_1 > .faq_line > .question > div:last-child {
	color: #EE782E;
	font-size: 20px;
	padding-left: 10px;
  }
  .faq .common_box_1 > .faq_line > .answer {
    display: table;
    margin-bottom: 35px;
    font-size: 14px;
    padding-top: 5px;
  }
  .faq .common_box_1 > .faq_line > .answer:before {
    display: table-cell;
    padding-left: 50px;
    width: 30px;
    content: url("../images/faq/line.png");
  }
  .faq .common_box_1 > .faq_line > .answer > div > i {
    color: #6cd0ff;
    font-style: normal;
    margin-right: 5px;
  }

  /* ------------------------------------------
   交通案内
  ------------------------------------------ */
  .access .common_box_1 {
    display: table;
    width: 100%;
  }
  .access .common_box_1 > div {
    display: table-cell;
  }
  .access .common_box_1 > .left {
    vertical-align: top;
    font-size: 16px;
  }
  .access .common_box_1 > .left > .name {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 10px;
  }
  .access .common_box_1 > .left > i {
	font-style: normal;
	color: ##ee782e;
	margin-right: 5px;
  }
  .access .common_box_1 > .right {
    width: 430px;
  }


  /* ------------------------------------------
   会社案内
  ------------------------------------------ */
  .company .common_box_1 .table01 {
	width: 980px;
	margin-bottom: 40px;
  }
  .company .common_box_1 .table01 .table01_inner > h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .company .common_box_1 .table01 .table01_inner > .table {
    display: table;
    width: 100%;
    border: 1px #ccc solid;
    border-right: none;
    border-bottom: none;
    box-sizing: border-box;
  }
  .company .common_box_1 .table01 .table01_inner > .table > div {
    display: table-row;
    font-size: 14px;
  }
 .company .common_box_1 .table01 .table01_inner > .table > div > .midashi {
    font-size: 14px;
	background-color:#eee;
	text-align: center;
  }
  .company .common_box_1 .table01 .table01_inner > .table > div > div {
    display: table-cell;
    border: 1px #ccc solid;
    border-top: none;
    border-left: none;
    text-align: left;
  }
  .company .common_box_1 .table01 .table01_inner > .table > div > div:first-child {
    width: 200px;
  }
  .company .common_box_1 .table01 .table01_inner > .table > div.label > div {
    background-color: #cbdaf3;
  }
  .company .common_box_1 .table01 .table01_inner > .table > div.data > div:nth-child(n+2) {
    color: #333;
	padding: 10px 0 10px 15px;
  }
  .company .common_box_1 > aside {
    padding-top: 10px;
	font-size:16px;
  }
  .company .common_box_1 > span {
    padding-top: 10px;
	font-size:16px;
	text-align:right;
	display:block;
	margin-bottom:40px;
  }


  /* ------------------------------------------
   スタッフ募集
  ------------------------------------------ */
  .staff .common_box_1 .table01 {
	width: 980px;
	margin-bottom: 40px;
  }
  .staff .common_box_1 .table01 .table01_inner > h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .staff .common_box_1 .table01 .table01_inner > .table {
    display: table;
    width: 100%;
    border: 1px #ccc solid;
    border-right: none;
    border-bottom: none;
    box-sizing: border-box;
  }
  .staff .common_box_1 .table01 .table01_inner > .table > div {
    display: table-row;
    font-size: 14px;
  }
  .staff .common_box_1 .table01 .table01_inner > .table > div > .midashi {
    font-size: 14px;
	background-color:#eee;
	text-align: center;
  }
  .staff .common_box_1 .table01 .table01_inner > .table > div > div {
    display: table-cell;
    border: 1px #ccc solid;
    border-top: none;
    border-left: none;
    text-align: left;
  }
  .staff .common_box_1 .table01 .table01_inner > .table > div > div:first-child {
    width: 200px;
  }
  .staff .common_box_1 .table01 .table01_inner > .table > div.label > div {
    background-color: #cbdaf3;
  }
  .staff .common_box_1 .table01 .table01_inner > .table > div.data > div:nth-child(n+2) {
    color: #333;
	padding: 10px 0 10px 15px;
  }
  .staff .sub_page_inner > aside {
    padding-top: 10px;
	font-size:16px;
	margin-bottom:30px;
  }
  .staff .common_box_1 > span {
    padding-top: 10px;
	font-size:16px;
	text-align:right;
	display:block;
	margin-bottom:40px;
  }


  /* ------------------------------------------
   店舗案内
  ------------------------------------------ */

.shop > .sub_page_inner > #list {
	overflow:hidden;
}

.shop > .sub_page_inner > #list > div {
	width:28%;
	display:inline-block;
	padding:10px;
	background-color:#ee782e;
	font-size:18px;
	color:#fff;
	font-weight:700;
	text-align:center;
	margin:0 20px 10px 0;
}
.shop > .sub_page_inner > #list > div:nth-child(n3) {
	display:inline-block;
	padding:10px;
	background-color:#ee782e;
	font-size:18px;
	color:#fff;
	font-weight:700px;
	margin:0 0 10px 0;
}
.shop > .sub_page_inner > #list > div a:link {
	text-decoration:none;
	color:#fff;
}
.shop > .sub_page_inner > #list > div a:hover {
	text-decoration:none;
	color:#fff;
}
.shop > .sub_page_inner > #list > div a:visited  {
	text-decoration:none;
	color:#fff;
}
.shop > .sub_page_inner > .common_box_1 {
    margin-bottom: 30px;
    display: table;
  }
.shop > .sub_page_inner > .common_box_1 > div {
    display: table-cell;
  }
.shop > .sub_page_inner > .common_box_1 > .left {
    vertical-align: top;
    font-size: 14px;
    line-height: 1.8;
	width:70%;
  }
.shop > .sub_page_inner > .common_box_1 > .left > div {
    padding-top: 1em;
    text-align: right;
  }
.shop > .sub_page_inner > .common_box_1 > .right {
    width: 300px;
    text-align: right;
  }
.shop > .sub_page_inner > .common_box_1 > .right > img {
    border: 1px #ccc solid;
	float:right;
  }
.shop > .sub_page_inner > #map > iframe {
    border: 2px #fff solid;
	width:974px;
	height:400px;
  }


  /* ------------------------------------------
   メニュー料金
  ------------------------------------------ */

.menu > .sub_page_inner > .common_box_1 {
    margin-bottom: 10px;
    display: table;
  }
.menu > .sub_page_inner > aside {
	color:#FF0004;
  }
.menu > .sub_page_inner > .common_box_1 > div {
    display: table-cell;
  }
.menu > .sub_page_inner > .common_box_1 > .left {
    width: 300px;
    text-align: left;
	
  }
.menu > .sub_page_inner > .common_box_1 > .left > img {
    border: 1px #ccc solid;
	float:right;
	margin: 0 30px 20px 0;
  }
.menu > .sub_page_inner > .common_box_1 > .right {
	vertical-align: top;
	font-size: 14px;
	line-height: 1.8;
	width: 65%;
  }
.menu > .sub_page_inner > .common_box_1 > .right > div {
    text-align: right;
  }
.menu .common_box_1 .table01 {
	width: 650px;
	margin-bottom: 20px;
}
.menu .common_box_1 .table01 .table01_inner > h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.menu .common_box_1 .table01 .table01_inner > .table {
	display: table;
	width: 100%;
	border: 1px #ccc solid;
	border-right: none;
	border-bottom: none;
	box-sizing: border-box;
}
.menu .common_box_1 .table01 .table01_inner > .table > div {
	display: table-row;
	font-size: 14px;
}
.menu .common_box_1 .table01 .table01_inner > .table > div > .midashi {
	font-size: 14px;
	background-color:#eee;
	text-align: center;
}
.menu .common_box_1 .table01 .table01_inner > .table > div > div {
	display: table-cell;
	border: 1px #ccc solid;
	border-top: none;
	border-left: none;
	text-align: left;
}
.menu .common_box_1 .table01 .table01_inner > .table > div > div:first-child {
	width: 300px;
}
.menu .common_box_1 .table01 .table01_inner > .table > div.label > div {
	background-color: #cbdaf3;
}
.menu .common_box_1 .table01 .table01_inner > .table > div.data > div:nth-child(n+2) {
	color: #333;
	padding: 7px 0 6px 15px;
}

.menu > .sub_page_inner > .common_box_2 {
	margin-bottom: 0;
	display: table;
	clear: both;
  }
.menu > .sub_page_inner > .common_box_2 > div {
    display: table-cell;
  }
.menu > .sub_page_inner > .common_box_2 > .right {
    width: 300px;
    text-align: left;
	
  }
.menu > .sub_page_inner > .common_box_2 > .right > img {
	float:right;
	margin: 30px 30px 0 0;
  }
.menu > .sub_page_inner > .common_box_2 > .left {
	vertical-align: top;
	font-size: 14px;
	line-height: 1.8;
	width: 70%;
  }
.menu > .sub_page_inner > .common_box_2 > .left > div {
    text-align: right;
  }

.menu .common_box_3 .table01 {
	width: 980px;
	margin-bottom: 20px;
}
.menu .common_box_3 .table01 .table01_inner > h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.menu .common_box_3 .table01 .table01_inner > .table {
	display: table;
	width: 100%;
	border: 1px #ccc solid;
	border-right: none;
	border-bottom: none;
	box-sizing: border-box;
}
.menu .common_box_3 .table01 .table01_inner > .table > div {
	display: table-row;
	font-size: 14px;
}
.menu .common_box_3 .table01 .table01_inner > .table > div > .midashi {
	font-size: 20px;
	text-align: center;
	vertical-align:middle;
	color:#ee782e;
	font-weight:700;
	background-color:#fef2eb;
	text-shadow: white 2px 2px 0px, white -2px 2px 0px,
             white 2px -2px 0px, white -2px -2px 0px;
}
.menu .common_box_3 .table01 .table01_inner > .table > div > .midashi01 {
	font-size: 20px;
	text-align: center;
	vertical-align:middle;
	color:#ee782e;
	font-weight:700;
	background-color:#ffe6d7;
	text-shadow: white 2px 2px 0px, white -2px 2px 0px,
             white 2px -2px 0px, white -2px -2px 0px;
}
.menu .common_box_3 .table01 .table01_inner > .table > div > div {
	display: table-cell;
	border: 1px #ccc solid;
	border-top: none;
	border-left: none;
	text-align: left;
}
.menu .common_box_3 .table01 .table01_inner > .table > div > div > span {
	font-size: 18px;
	font-weight:700;
}

.menu .common_box_3 .table01 .table01_inner > .table > div > div:first-child {
	width: 300px;
}
.menu .common_box_3 .table01 .table01_inner > .table > div.data > div:nth-child(n+2) {
	color: #333;
	padding: 7px 15px 6px 15px;
	background-color:#fff;
}
.menu .common_box_3 .table01 .table01_inner > .table > div.data > div:nth-child(n+3) {
	color: #333;
	text-align: center;
	vertical-align:middle;
}


.menu .common_box_4 {
	margin-top: 30px;
}
.menu .common_box_4 .table01 {
	width: 980px;
	margin-bottom: 20px;
}
.menu .common_box_4 .table01 .table01_inner > h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.menu .common_box_4 .table01 .table01_inner > .table {
	display: table;
	width: 100%;
	border: 1px #ccc solid;
	border-right: none;
	border-bottom: none;
	box-sizing: border-box;
}
.menu .common_box_4 .table01 .table01_inner > .table > div {
	display: table-row;
	font-size: 14px;
	
}
.menu .common_box_4 .table01 .table01_inner > .table > div > .midashi {
	font-size: 14px;
	background-color:#eee;
	text-align: center;
	vertical-align:middle;
	color:#333;
	width:280px;
}
.menu .common_box_4 .table01 .table01_inner > .table > div > div {
	display: table-cell;
	border: 1px #ccc solid;
	border-top: none;
	border-left: none;
	text-align: left;
	padding: 7px 0 6px 0;
}
.menu .common_box_4 > span  {
	font-size: 18px;
	font-weight:700;
}

.menu .common_box_4 .table01 .table01_inner > .table > div > div:first-child {
}
.menu .common_box_4 .table01 .table01_inner > .table > div.data > div:nth-child(n+2) {
	text-align:center;
}
.menu .common_box_4 .table01 .table01_inner > .table > div.data > div:nth-child(n+3) {
	text-align: center;
}
.menu .common_box_4 aside {
	font-size:15px;
	
}


  /* ------------------------------------------
   お客様の声
  ------------------------------------------ */
.voice .common_box_1 .table01 {
	width: 980px;
	margin-bottom: 40px;
}
.voice .common_box_1 .table01 .table01_inner > .table {
    display: table;
    width: 100%;
    border-right: none;
    border-bottom: none;
    box-sizing: border-box;
}
.voice .common_box_1 .table01 .table01_inner > .table > div {
    display: table-row;
    font-size: 14px;
	box-sizing: border-box;
}
.voice .common_box_1 .table01 .table01_inner > .table > div > img {
    display:inline-block;
}

.voice .common_box_1 .table01 .table01_inner > .table > div > .midashi {
    font-size: 14px;
	text-align: left;
}
.voice .common_box_1 .table01 .table01_inner > .table > div > div {
    display: table-cell;
    border-top: none;
    border-left: none;
    text-align: right;
	padding-bottom:30px;
	box-sizing: border-box;
}
.voice .common_box_1 .table01 .table01_inner > .table > div > div > img {
    display:inline-block;
}


  /* ------------------------------------------
   保管サービス
  ------------------------------------------ */
  .font30BK {
	font-size:30px;
}
	.font25BK {
	font-size:25px;
}
	.sub_page hokan > .h2_line {
	  border-bottom: 2px solid #f87320!important;
	  display:inline-block!important;
  }
  .hokan > .top_point5 {
    margin-bottom: 90px;
    overflow: hidden;
  }
  .hokan > .top_point5 > ul > li {
    margin-right: 5px;
	margin-bottom: 15px;
    box-sizing: border-box;
    float: left;
  }
  .hokan > .top_point5 > ul > li > div > .icon > img {
	  vertical-align:middle !important;
	  height:210px !important;
	  width:28px !important;
  }
  .hokan > .top_point5 > ul > li > div > .image > img  {
    width: 221px;
	margin-bottom: 5px;
  }

  .hokan > .top_point6 {
    margin-bottom: 90px;
    overflow: hidden;
  }
  .hokan > .top_point6 > ul > li {
    margin-right: 5px;
	margin-bottom: 15px;
    box-sizing: border-box;
    float: left;
  }
  .hokan > .top_point6 > ul > li > div > .icon > img {
	  vertical-align:middle !important;
	  height:210px !important;
	  width:28px !important;
  }
  .hokan > .top_point6 > ul > li > div > .image > img  {
    width: 221px;
	margin-bottom: 5px;
  }
  
  .hokan > .common_box_1 > .top_point7 {
    margin-bottom: 90px;
    overflow: hidden;
	width:100%;
  }
  .hokan > .common_box_1 > .top_point7 > ul > li.taisho {
	margin-right: 30px;
	margin-bottom: 15px;
	box-sizing: border-box;
	float: left;
	background-color: #edecda;
	padding: 15px;
	width: 60%;
	font-size: 16px;
	font-weight: bold;
	line-height:1.4em;
  }
  .hokan > .common_box_1 > .top_point7 > ul > li.taishogai {
    margin-right: 5px;
	margin-bottom: 15px;
    box-sizing: border-box;
    float: left;
	background-color:#edecda;
	padding:15px;
	width:35%;
	font-size: 16px;
	font-weight: bold;
	line-height:1.4em;
  }
  .hokan > .common_box_1 > p {
	display:block;
	padding:10px;
	background-color:#ee782e;
	color:#fff;
	font-size:24px;
	width:50%;
	margin:0 25% 0 25%;
	}
	.hokan > .common_box_1 > .bottun01 > a {
	color:#fff;
	text-decoration:none;
	}
	.hokan > h2.ib_underline {
			font-size: 1em; /* h2をリセット */
			line-height: 1; /* h2をリセット */
			text-align: center;
		}
	.hokan > h2.ib_underline > span {
			display: inline-block;
			font-size: 2em;
			font-weight: bold;
			padding-bottom: 7px; /* ここで文字からの距離を調整 */
			border-bottom: 3px #EE792C solid; /* 下線のプロパティ */
		}
 

  /* ------------------------------------------
   24時間受付BOX
  ------------------------------------------ */

#contents > .sub_page_inner > .common_box {
	margin-bottom: 60px;
	display: table;
	width: 100%;
  }
#contents > aside {
	color:#FF0004;
  }
#contents > .sub_page_inner > .common_box > div {
    display: table-cell;
	
  }
#contents > .sub_page_inner > .common_box > div > .left {
	width: 310px;
	float:left;
	padding-right:20px;
	
  }
#contents > .sub_page_inner > .common_box > div > .left > img {
	float:left;
	width: 310px;
  }
#contents > .sub_page_inner > .common_box > div > .right {
	float:right;
	width: 644px;
  }
#contents > .sub_page_inner > .common_box > div > .right> img {
	vertical-align: middle;
	float:right;
	width: 644px;
  }
  
.flow {
	background-color: #f8e8df;
	border-radius: 6px;
	color: #aaa;
	padding-top: 25px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 25px;
	position: relative;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}


.flow > .flowTitle01 {
	color: #ee782e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	margin-bottom: 10px;
	font-weight: bold;
	width: 60%;
}
.flow > .flowComment01 {
	float: left;
	width: 66%;
	color: #333333;
	padding-right: 20px;
	font-size: 15px;
}
.flow > .flowTitle02 {
	color: #f0833f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin-bottom: 10px;
	font-weight:bold;
}
.flow > .flowComment02 {
	float:left;
	color:#522F1D;
	padding-right:20px;
}
.flow > .flowImg {
	float:right;
	width:30%;
}
 
/* 吹き出し(下) */
.balloon-under::after {
	border-left: solid 30px transparent;
	border-right: solid 30px transparent;
	border-top: solid 30px #f8e8df;
	bottom: -20px;
	content:"";
	display:block;
	height:0;
	left:46%;
	margin-left:-5px;
	position: absolute;
	width:0;
}

#contents > .sub_page_inner > p {
	display:block;
	padding:10px;
	background-color:#ee782e;
	color:#fff;
	font-size:24px;
	width:50%;
	margin:0 25% 0 25%;
	}
	#contents > .sub_page_inner > .bottun01 > a {
	color:#fff;
	text-decoration:none;
	}


  /* ------------------------------------------
   ハウスクリーニング
  ------------------------------------------ */
.sub_page house > .h2_line {
	  border-bottom: 2px solid #f87320!important;
	  display:inline-block!important;
  }
.house > h2.ib_underline {
			font-size: 1em; /* h2をリセット */
			line-height: 1; /* h2をリセット */
			text-align: center;
		}
	.house > h2.ib_underline > span {
			display: inline-block;
			font-size: 2em;
			font-weight: bold;
			padding-bottom: 7px; /* ここで文字からの距離を調整 */
			border-bottom: 3px #EE792C solid; /* 下線のプロパティ */
		}
 
.house > .top_point8 {
    margin-bottom: 90px;
    overflow: hidden;
  }
  .house > .top_point8 > ul > li {
	margin-right: 5px;
	margin-bottom: 15px;
	box-sizing: border-box;
	float: left;
	
  }
  .house > .top_point8 > ul > li > div > .icon > img {
	  vertical-align:middle !important;
	  height:210px !important;
	  width:28px !important;
  }
  .house > .top_point8 > ul > li > div > .image > img  {
    width: 221px;
	margin-bottom: 5px;
  }



  /* ------------------------------------------
   Footer
  ------------------------------------------ */
  footer {
	clear: both;
	background-color: #fffbed;
  }
  footer .foot_info {
    width: 980px;
    min-width: 980px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    clear: both;
    display: table;
    margin-bottom: 40px;
  }
  footer .foot_info > div {
    display: table-cell;
    vertical-align: top;
    margin-right: 30px;
	width:290px;
  }
  footer .foot_info > div.station {
    margin-right: 0;
  }
  footer .foot_info > div.station span:before {
    content: '■ ';
    color: #0E4297;
  }
  footer > small {
	background-color: #ee782e;
	display: block;
	color: #fff;
	text-align: center;
	padding: 15px 0;
  }
footer .foot_info > div.address ul > li > div.title {
	margin-bottom: 2px;
	float:left;
	width:120px;
	
  }
  footer .foot_info > div.address div.add {
    margin-bottom: 2px;
	float:left;
	width:500px;
  }

  /* ------------------------------------------
   Common
  ------------------------------------------ */
  .common_h2 {
    font-size: 25px;
    color: #333333;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 10px;
    border-bottom: 1px #b5b5b5 solid;
    margin-bottom: 20px;
    position: relative;
  }
  .common_h2 > span {
    display: inline-block;
    width: 18px;
    height: 2px;
    margin-bottom: 8px;
    margin-right: 10px;
    background-color: #ee782e;
  }
  .common_h2 > a {
    position: absolute;
    font-size: 12px;
    right: 0;
    top: 0;
    display: block;
    border: 1px #666 solid;
    text-decoration: none;
    padding: 5px 10px;
  }

  /* ------------------------------------------
   PageTop
  ------------------------------------------ */
  #return_top {
    position: fixed;
    bottom: 20px;
    right: 20px;
  }
  #return_top > div {
	  display:none;
  }

/* ------------------------------------------
   member
  ------------------------------------------ */
#member_wrap {
	margin-bottom:40px;
	overflow:hidden;
}
#member_wrap > div {
	width: 470px;
         }
#member_wrap > div:nth-child(odd) {
 border-bottom:1 #ccc solid;
 float:left;
 display:inline-block;
}
.member_box {
 width:470px;
 overflow:hidden;
 border-bottom:2px dotted #ccc;
}
.member_box > .icon {
 display:inline-block;
 float:left;
 width:90px;
 margin:20px 20px 20px 10px;

}
.member_box > .text {
 display:inline-block;
 width:340px;
 float:left;
 margin:5px 0 20px;

}
.member_box > h2 {
display:inline-block;
margin-top:30px;
}
.member_box > .text > div {
display:inline-block;
color:#666;
font-size:15px;
}

#member_wrap > div:nth-child(even) {
	margin-right: 40px;
	 border-bottom:1 #ccc solid;
	 float:left;
	 display:inline-block;
 }
#member_wrap > p {
	display:inline-block;
	padding:10px;
	background-color:#ee782e;
	color:#fff;
	float:right;
	font-size:14px;
}
#member_wrap > .bottun01 > a {
	color:#fff;
	text-decoration:none;
}
.member_box > .icon {
 display:inline-block;
 float:left;
 width:90px;
 margin:20px 20px 20px 10px;

}
.member_box > .text {
	display: inline-block;
	width: 340px;
	float: left;

}
.member_box  > h2 {
 display:inline-block;
 margin-top:30px;

}
.member_box > .text > div {
 display:inline-block;

}

/* ------------------------------------------
   recommend
  ------------------------------------------ */
#recommend_wrap {
	margin-bottom:40px;
	overflow:hidden;
}
#recommend_wrap > div {
	width: 470px;
         }
#recommend_wrap > div:nth-child(odd) {

 border-bottom:1 #ccc solid;
 float:left;
 display:inline-block;
}
.recommend_box {
 width:470px;
 overflow:hidden;
}
.recommend_box > .icon {
 display:inline-block;
 float:left;
 width:163px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;

}
.recommend_box > .text {
 display:inline-block;
 width:287px;
 float:left;
 margin:20px 0;

}
.recommend_box > .text > h2 {
	font-size:18px;
	font-weight:bold;
	text-align:center;
	line-height:1.7em;
	margin-bottom:15px;
 display:inline-block;
}
.recommend_box > .text > div {
display:inline-block;
color:#666;
font-size:15px;
}

#recommend_wrap > div:nth-child(even) {
	 margin-right: 40px;
	 border-bottom:1 #ccc solid;
	 float:left;
	 display:inline-block;
 }
.recommend_box > .icon {
	display: inline-block;
	float: left;
	width: 163px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;

}
.recommend_box > .text {
	display: inline-block;
	width: 287px;
	float: left;
}
.recommend_box > .text > h2 {
	font-size:18px;
	font-weight:bold;
	text-align:center;
	line-height:1.7em;
	margin-bottom:15px;
 display:inline-block;

}
.recommend_box > .text > h2 > span {
	font-size:24px;
	font-weight:bold;
	color:#ee782e;
 display:inline-block;

}

.recommend_box > .text > div {
	display: inline-block;
	font-size: 13px;

}
#recommend_wrap > p {
	display:inline-block;
	padding:10px;
	background-color:#ee782e;
	color:#fff;
	float:right;
	font-size:14px;
}
#recommend_wrap > .bottun01 > a {
	color:#fff;
	text-decoration:none;
}



/* ------------------------------------------
   その他
  ------------------------------------------ */

.fontOre {
	color: #ee782e;
}







}


/*追加分*/


@media screen and (max-width: 979px) {
.bnr_l_w{
margin-bottom:20px;
}


.l__news{
}

.news_box{
margin: 0 0 20px 0;
padding: 0 0 20px 0;
border-bottom: 1px solid #ccc;
}

.news1{
}

.news2{
}

.txt_bold{
font-size: 16px;
font-weight: bold;
}

.txt_blue{
color:#0D91E5;
}

.txt_red{
color: #F13235
}

.txt_pink{
color: #ff50f4;
}




}




@media screen and (min-width: 980px) {
.bnr_l_w{
margin-bottom:25px;
}

.l__news{
}

.news_box{
margin: 0 0 20px 0;
padding: 0 0 20px 0;
border-bottom: 1px solid #ccc;
}

.news1{
}

.news2{
}

.txt_bold{
font-size: 16px;
font-weight: bold;
}

.txt_blue{
color:#0D91E5;
}

.txt_red{
color: #F13235
}

.txt_pink{
color: #ff50f4;
}





}
/*PC*/













