@charset "utf-8";
/*
**********************************************************************

* common.css

*********************************************************************
*/
body {
  background: #ffffff;
  font-size:16px;
}
body .inner {
  width: 960px;
  margin: 0 auto;
}
body img {
  max-width:100%;
  height: auto;
}
#Site {
  margin: 0 auto;
  min-width: 960px;
}
.sp-area {
	display: none;
}


@media screen and (max-width:600px) {
body .inner {
  width:auto;
}
#Site {
  min-width: 320px;
}
.pc-area {
	display: none;
}
.sp-area {
	display: block;
}
}
/*===================================================================
  GHead
===================================================================*/
#GHead {
  margin-bottom: 20px;
  line-height: 1.4;
	border-top: solid 2px #6eb92b;
}
#GHead .ekitenBtn {
  margin-left: 5px;
  float: right;
  display: none;
}
#GHead .ekitenBtn {
  margin-left: 5px;
  float: right;
  display: none;
  margin-top:-26px;
}
#GHead .siteTit {
  padding:5px 0;
  width: 100%;
  font-size:12px;
}
#GHead .inner {
	overflow: hidden;
  padding:10px 0;
	clear: both;
}
#GHead .siteTit .inner {
  display: block;
	overflow: hidden;
  padding:0;
}
#GHead #global-header-main-sp {
	display: none;
}

#GHead .inner .logoBlock {
}
#GHead .inner .logoBlock .logoPc {
}
#GHead .inner .logoBlock .logoSp {
  display:none;
}
#GHead .inner .infoBlock .infoPc {
  position:relative;
}
#GHead .inner .infoBlock .infoPc a{
  position:absolute;
  right:20px;
  top:50%;
  margin-top:-21px;
  box-shadow:rgba(102, 102, 102, 0.298039) 3px 1px 7px 0px;
  -webkit-box-shadow:rgba(102, 102, 102, 0.298039) 3px 1px 7px 0px;
  -moz-box-shadow:rgba(102, 102, 102, 0.298039) 3px 1px 7px 0px;
}
#GHead .inner .infoBlock .infoSp {
  display:none;
  clear:both;
}
#GHead #GNav {
  width: 100%;
	border-top: solid 1px #d8d8d8;
	border-bottom: solid 1px #d8d8d8;
	background: #fdfdf9; /* Old browsers */
	background: -moz-linear-gradient(top, #fdfdf9 0%, #f4f3f0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdf9), color-stop(100%,#f4f3f0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fdfdf9 0%,#f4f3f0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fdfdf9 0%,#f4f3f0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fdfdf9 0%,#f4f3f0 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fdfdf9 0%,#f4f3f0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdf9', endColorstr='#f4f3f0',GradientType=0 ); /* IE6-9 */
	box-shadow:rgba(255, 255, 255, 0.65098) 0px -1px 0px 0px inset;
	-webkit-box-shadow:rgba(255, 255, 255, 0.65098) 0px -1px 0px 0px inset;
	-moz-box-shadow:rgba(255, 255, 255, 0.65098) 0px -1px 0px 0px inset;
}
#GHead #GNav .gNavList {
  width: 960px;
  margin: 0 auto;
}
#GHead #GNav .gNavList li {
	position: relative;
  float: left;
  width: 19.9%;
  border-left: 1px solid #d8d8d8;
  text-align: center;
}
#GHead #GNav .gNavList li:after {
	position: absolute;
	top: 0;
	left: 0;
	content: " ";
	width: 1px;
	height: 100%;
	background: #ffffff;
}
#GHead #GNav .gNavList li:first-child {
  border-left: 0;
}
#GHead #GNav .gNavList li:first-child:after {
	width: 0;
}
#GHead #GNav .gNavList li a {
  display: block;
  padding: 16px 5px;
  text-decoration: none;
  color: #377400;
}
@media screen and (min-width:600px) {
#GHead #GNav {
	display: block !important;
}
}
@media screen and (max-width:600px) {
#GHead {
	margin-bottom: 10px;
}
#GHead .siteTit {
	line-height: 18px;
	height: 25px;
	overflow: hidden;
  padding-right:42px;
	/*padding-right: 40px;*/
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
#GHead .siteTit .inner {
	margin: 0;
  padding: 0 5px;
  width: auto;
}
#GHead .ekitenBtn {
  display: block;
	width: 30px;
}
#GHead .inner {
	margin: 0 auto;
}
#GHead .inner .logoBlock {
	float: left;
	margin-left: 2%;
	width: 175px;
}
#GHead #global-header-main {
    position: relative;
    clear: both;
}
#GHead #global-header-main-pc {
	display: none;
}
#GHead #global-header-main-sp {
	display: block;
	background: #fff;
}
#GHead #global-header-main.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
#GHead #global-header-main-pc {
	display: none;
}
#GHead #global-header-main-sp {
	display: block;
	padding: 3px 0;
	border-bottom: solid 2px #6eb92b;
	box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 3px 0px;
}
#GHead #global-header-main-sp .logo {
  float: left;
	margin: 5px 0 0 3%;
	width: 160px;
}
#GHead #global-header-main-sp .memu-btn {
  float: right;
	margin-right: 3%;
	width: 42px;
	cursor: pointer;
}
#GHead #global-header-main-sp .memu-btn .open-btn {
}
#GHead #global-header-main-sp .memu-btn .close-btn {
	display: none;
}
#GHead #GNav {
	display: none;
	position: absolute;
	top: 49px;
	left: 0;
	width: 100%;
	padding: 0;
	background: #fff;
	border: none;
	box-shadow:rgb(156, 156, 156) 0px 2px 5px 0px;
	z-index: 100;
}
#GHead #GNav .gNavList {
  border-left:none;
  border-right:none;
}
#GHead #GNav .gNavList li {
	width: 100%;
	text-align: left;
	border: none;
	border-bottom: solid 1px #ded7c8;
}
#GHead #GNav .gNavList li a {
	padding: 12px 3%;
	border: none;
	background-image: url(/import/tenant_1/sukkiri.osaka.jp/wp-content/themes/sukkiri/common/images/0-site-header-gnav-icon-arrow.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 20px auto;
	color: #54481f;
	text-shadow: none;
	font-size: 16px;
}
#GHead #GNav .gNavList li.active a {
	border: none;
}
#GHead .ekitenBtn {
  display: block;
}
#GHead .siteTit .inner {
  padding: 0 3%;
  width: auto;
}
#GHead .inner .info {
  display: none;
}
#GHead .spBtnBlock {
  display: block;
}
#GHead #GNav .gNavList {
  width: auto;
  padding-top:0px;
	overflow: hidden;
}
}

/*===================================================================
line-btn
===================================================================*/
.line-btn-top{
	text-align: center;
}
.line-btn-side{
	margin-bottom: 10px;
	text-align: center;
}

/*===================================================================
fix-bottom
===================================================================*/
#fix-bottom-sp {
	display: none;
}
@media screen and (max-width:600px) {
#fix-bottom-sp {
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 6px 0;
	background-color: rgba(255,255,255,0.8);
	z-index: 100;
}
#fix-bottom-sp ul {
	text-align: center;
}
#fix-bottom-sp ul li{
	display: inline-block;
	width: 37%;
}
#fix-bottom-sp ul li:first-child {
	width: 57%;
}
}

/*===================================================================
  Contents
===================================================================*/
#Contents {
  width: 960px;
  margin: 0 auto;
}
#Contents .keyvBlock {
  margin-bottom: 20px;
}
.keyvPc {
}
.keyvSp {
  display: none;
  text-align: center;
}
.keyvSp img {
	width: 100%;
}
#Contents .postWrap{
  margin-top:20px;
  margin-bottom:20px;
  padding:8px;
  background: #f7f7f7;
	border: solid 1px #dddddd;
  font-size:90%;
}
#Contents .postWrap .postBlock {
  padding:2px 0;
}
#Contents .postWrap  .postBlock .newsTit {
  width: 100px;
  float: left;
  text-align: center;
  background:#6eb92b;
  display:inline-block;
	color: #fff;
	font-size: 120%;
}
#Contents .postWrap  .postBlock ul {
  width: 830px;
  float: right;
  word-break:break-all;
}
/* breadcrumb
--------------------------*/
#Contents .breadcrumb {
  margin:0 0 15px;
  line-height:1.2;
  font-size: 14px;
}
@media screen and (max-width:600px) {
#Contents {
  width: auto;
  padding: 0;
}
.keyvPc {
  display: none;
}
.keyvSp {
  display: block;
	clear: both;
}
#Contents .postWrap  .postBlock {
}
#Contents .postWrap  .postBlock .newsTit {
  display: none;
}
#Contents .postWrap  .postBlock ul {
  width: auto;
  float: none;
}
}
/*===================================================================
  Main
===================================================================*/
#Main {
  float: right;
  width: 640px;
  padding: 0 0 30px;
  background: #fff;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
#Main a {
  color:#0000ff;
}
@media screen and (max-width:600px) {
#Main {
  float: none;
  width: auto;
  padding: 3.15%;
  margin-bottom: 20px;
}
}

/*===================================================================
  Side
===================================================================*/
#Side {
  width: 25%;
}
#Side .sideSect {
  margin-bottom: 20px;
	border: solid 1px #d8d8d8;
}
#Side .sideSect.bnr img {
  width:100%;
  height:auto;
}
#Side .sideSect:not(.ekitenSect) .sectTit {
	position: relative;
	background:#f4f4f0;
	color:#257310;
	font-size:22px;
	padding:10px 20px;
  border-bottom: #d8d8d8 1px solid;
}
#Side .sideSect:not(.ekitenSect) .sectTit:after {
	position: absolute;
	top: 0;
	left: 10%;
	content: " ";
	width: 80%;
	height: 5px;
	border-radius: 0 0 100px 100px;
	background-color: #a1c630;
}
#Side .sideSect .sectTit img {
  width:100%;
}

#Side .sideSect .sectMain {
}
#Side .sideSect .sectMain ul {
	padding: 0 5%;
}
#Side .sideSect .sectMain ul li {
  border-top: #d8d8d8 1px solid;
}
#Side .sideSect .sectMain ul li.hide {
  display:none;
}
#Side .sideSect .sectMain ul li:first-child {
  border-top:0px;
}
#Side .sideSect .sectMain ul li a {
  display: block;
	padding: 12px 0;
  background-size: 26px auto;
  text-decoration: none;
	color: #777;
}
#Side .sideSect .sectMain ul li a:hover {
  text-indent: 0.1rem;
}
#Side .fbSect {
  text-align:center;
}
#Side .fb-like-box {
  margin: 10px 0;
}
#Side .fb_iframe_widget {
  display: inline-block;
  position: relative;
}
#Side .fb_iframe_widget span {
  display: inline-block;
  position: relative;
  text-align: justify;
}
#Side .ekitenSect {
  width: auto;
  padding: 5px;
  background: #F99;
  border-radius: 5px;
}
#Side .ekitenSect .sectMain {
  width: auto;
  overflow: hidden;
}
#Side .ekitenSect .sectMain .sectTit {
  margin: 0 5px 5px;
}
#Side .ekitenSect .sectMain .sectTit a {
}
#Side .ekitenSect .sectMain iframe {
}
#Side .ekitenSect .sectMain .ekitenLogo {
}
#Side .ekitenSect .sectMain .ekitenLogo img {
  width: 120px;
}
@media screen and (max-width:600px) {
#Side {
  width: auto;
}
#Side .sideSect.bnr {
	margin: 4%;
}
#Side .ekitenSect {
	margin: 4%;
}
}
/*===================================================================
  GFoot
===================================================================*/
#GFoot {
  background: #f9f7f3;
  border-top: #aacd06 5px solid;
  min-width: 960px;
}
#GFoot .inner {
  padding: 20px 0;
}
#GFoot .inner .subNavList {
  width: 100%;
}
#GFoot .inner .subNavList li {
  float: left;
  width: 20%;
  margin-right: 3%;
  padding: 0 1%;
  list-style: circle inside;
	color: #a3b700;
}
#GFoot .inner .subNavList li a {
  text-decoration: none;
	color: #646464;
}
#GFoot .infoSect {
  background: #6eb92b;
}
#GFoot .infoSect .sectMain {
  padding: 20px 0;
  text-align: center;
  color: #ffffff;
}
#GFoot .infoSect .address {
}
#GFoot .infoSect .address span {
  display:inline-block;
}
#GFoot .infoSect .copyRight {
}
@media screen and (max-width:600px) {
#GFoot {
  min-width: inherit;
}
#GFoot .inner {
  display: none;
}
}


/*===================================================================
  pageTop
===================================================================*/
#pageTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-size: 10px;
}
#pageTop a {
  display: block;
  width: 80px;
  padding: 10px 5px;
  background: #333;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
}
#pageTop a:hover {
  background: #dddddd;
  text-decoration: none;
  color: #666666;
}
@media screen and (max-width: 600px) {
#pageTop {
	display: none !important;
}
}

/*===================================================================
  SNS
===================================================================*/

.sns {
  padding: 5px 5px 0px;
  left: 10px;
  bottom: 10px;
  position: fixed;
  border-radius: 4px;         /* CSS3 */
  border: #ccc 1px solid;
}
.sns .snsb li {
  float: left;
  margin-left: 10px;
  list-style-type: none;
}
.sns .snsb li:first-child {
  margin-left: 0px;
}
@media screen and (max-width: 600px) {
.sns {
	display: none;
}
}


