@charset "UTF-8";

/* html
-------------------------------------------------*/
html {
	overflow-y: scroll;
}

/*  body  */
body{
	font-family: "メイリオ","Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 75%;
	line-height: 1.4;
	color: #333;
	-webkit-text-size-adjust: 100%;
}

.fo10 { font-size: 80%; }
.fo11 { font-size: 90%; }
.fo13 { font-size: 105%; }
.fo14 { font-size: 115%; }
.fo15 { font-size: 125%; }
.fo16 { font-size: 130%; }
.fo18 { font-size: 150%; }
.fo19 { font-size: 160%; }
.fo22 { font-size: 180%; }
.fo25 { font-size: 210%; }
.fo28 { font-size: 230%; }
.fo35 { font-size: 290%; }

.none {
	display: none;
}

/* #wrapper */
#wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}

/*  #header  */
/* #header{
	width: 100%;
	background-color: #FFF;
	min-width: 1100px;
}
#header .inner {
	width: 1100px;
	height: 100px;
	margin: 0 auto;
	position: relative;
}
#sns {
	position: absolute;
	top: 32px;
	right: 20px;
}
#sns li {
	float: left;
	padding-left: 10px;
}
#search {
	position: absolute;
	top: 32px;
	right: 127px;
	width: 218px;
	height: 36px;
	background: url(../img/bg_search.gif) no-repeat left top;
}
#search dt {
	float: left;
	padding: 7px 0 0 20px;
}
#search dt input {
	width: 140px;
	border: none;
	background: none;
	color: #666;
}
#search dd {
	float: right;
	padding: 7px 10px 0 0;
} */

/* #gNav */
/* 
#gNav {
	position: absolute;
	top: 0;
	right: -428px;
	padding: 0 0 0 66px;
	overflow: hidden;
	z-index: 12;
}

#gNav p#gNavBtn {
	position: absolute;
	top: 15px;
	left: 0;
	width: 68px;
	z-index: 12;
}

#gNav p#gNavBtn span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 68px;
	height: 70px;
	z-index: 10;
	text-indent: -9999px;
	cursor: pointer;
}

#gNav p#gNavBtn span#gNavBtnOp {
	background: url(https://www.e-kakinotane.com/common/img/gnav/btn_gnav_op.png) no-repeat center top;
	z-index: 20;
}

#gNav p#gNavBtn span#gNavBtnCl {
	background: url(https://www.e-kakinotane.com/common/img/gnav/btn_gnav_cl.png) no-repeat center top;
	z-index: 15;
}

#gNav .mainBlock {
	width: 426px;
	border: 2px solid #ff7b00;
	border-bottom-left-radius: 5px;
	border-top: none;
	border-right: none;
	background: #ffffff;
}

#gNav .mainBlock .gNav_upper #gNavTti {
	margin: 0 38px;
	padding: 0;
	width: auto;
	border-bottom: 1px solid #ff7b00;
}
#gNav .mainBlock .gNav_upper #gNavTti img {
	width: 100%;
	height: auto;
}

#gNav .mainBlock .gNav_upper dl {
	padding: 0 38px 19px 38px;
}

#gNav .mainBlock .gNav_upper dt {
	font-size: 16px;
	font-weight: bold;
	padding: 28px 0 0 0;
	margin: 0 0 22px 0;
}
#gNav .mainBlock .gNav_upper dt span {
	color: #333333;
	text-decoration: none;
	background: url(../img/icon_tane01.png) no-repeat center left;
	height: 21px;
	line-height: 21px;
	padding: 0 0 0 30px;
}
#gNav .mainBlock .gNav_upper ul {
	width: 350px;
}
#gNav .mainBlock .gNav_upper ul li {
	display: block;
	padding: 0 0 7px 10px;
	margin: 0 0 11px 0;
	border-bottom: 1px dotted #cccccc;
}
#gNav .mainBlock .gNav_upper ul li a {
	display: block;
	background: url(../img/icon_arrow01.gif) no-repeat 0 6px;
	padding: 0 0 0 19px;
	color: #ff7b00;
	font-size: 15px;
	text-decoration: none;
}

#gNav .mainBlock .gNav_lower {
	background: #ff7b00;
	padding: 26px 38px;
}

#gNav .mainBlock .gNav_lower ul {
	width: 340px;
	margin: 0 0 0 10px;
}
#gNav .mainBlock .gNav_lower ul li {
	display: block;
	background: url(../img/icon_arrow02.gif) no-repeat 0 6px;
	padding: 0 0 0 19px;
	margin: 13px 0 0 0;
}
#gNav .mainBlock .gNav_lower ul li:first-child {
	margin: 0;
}
#gNav .mainBlock .gNav_lower ul li a {
	display: block;
	color: #ffffff;
	font-size: 13px;
	text-decoration: none;
} */




#navi li {
	float: left;
}

/* #contents */
#contents {
	/*padding-top: 115px;*/
}

/*  section  */
section {
	width: 100%;
}
section .inner,
#contents .inner {
	width: 1100px;
	margin: 0 auto;
}

/* #pnavi */
#pnavi {
	background: #ffffff;
}
#pnavi.bgGary {
	background: #f5f5f5;
}
#pnavi ul {
	width: 1100px;
	margin: 0 auto;
	clear: both;
	padding: 14px 0;
}
#pnavi ul li {
	display: inline;
}
#pnavi ul li a {
	color: #e73817;
}
#pnavi .path li,
#pnavi .path li a {
	color: #fff;
}

.bgTop,
.bgBot {
	clear: both;
	line-height: 0;
}
.bgTop img,
.bgBot img {
	vertical-align: baseline;
}
.gotop {
	text-align: right;
	padding: 20px 15px 59px;
	line-height: 0;
}
.gotop img {
	vertical-align: baseline;
}
/* .mbnr */
aside.toppage {
	border-top: 0;
}

aside {
	border-top: 2px solid #fff;
}

/*  #footer  */
#footer {
	width: 100%;
	min-width: 1100px;
	background-color: #FFF;
	clear: both;
	position: relative;
}
#footer .inner {
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
}
#footer #pagetop {
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: 366px;
}

#footer #footer_upper {
	clear: both;
	padding: 30px 0;
}

#footer #footer_upper .foot_nav {
	float: left;
	background: url(../img/line_dot01_y.gif) repeat-y right top;
	min-height: 260px;
}
#footer #footer_upper #foot_nav_anni {
	width: 281px;
}
#footer #footer_upper #foot_nav_cont {
	width: 822px;
	padding: 0;
}

#footer #footer_upper .foot_nav dt {
	height: 21px;
	line-height: 21px;
	font-size: 14px;
	font-weight: bold;
	background: url(../img/icon_tane01.png) no-repeat center left;
	padding: 0 0 0 30px;
	margin: 0 0 22px 0;
}
#footer #footer_upper .foot_nav dt a {
	color: #333333;
	text-decoration: none;
}
#footer #footer_upper .foot_nav dt span {
	color: #333333;
	text-decoration: none;
}
#footer #footer_upper .foot_nav dd {
}
#footer #footer_upper .foot_nav ul {
	width: 250px;
	float: left;
}
#footer #footer_upper .foot_nav ul.gNav_center{
	width:311px;
}
#footer #footer_upper .foot_nav dd ul li {
	background: url(../img/icon_arrow01.gif) no-repeat 0 6px;
	padding: 0 0 0 8px;
	margin: 0 0 12px 0;
	font-size: 14px;
}

#footer #footer_upper .foot_nav dd ul li a {
	color: #ff7b00;
	text-decoration: none;
}

#footer #footer_upper #foot_bnr {
	width: 260px;
	float: right;
}
#footer #footer_upper #foot_bnr ul li {
	margin: 10px 0 0 0;
}
#footer #footer_upper #foot_bnr ul li:first-child {
	margin: 0;
}



#footer #footer_lower {
	background: #ff7b00;
	color: #ffffff;
	padding: 0 0 12px 0;
}

#footer #footer_lower ul {
	width: 680px;
	float: left;
	padding-top: 18px;
}
#footer #footer_lower ul li {
	display: inline-block;
	padding: 0 0 0 9px;
	margin: 0 32px 0 0;
	background: url(../img/icon_arrow02.gif) no-repeat 0 7px;
}
#footer #footer_lower ul li a {
	color: #ffffff;
	text-decoration: none;
	line-height: normal;
	font-size: 13px;
}
#footer #footer_lower ul li a.blank {
	background: url(../img/icon_blank01.gif) no-repeat right;
	padding-right: 14px;
}
#footer #footer_lower ul li a:hover {
	text-decoration: underline;
}
#footer #copyright {
	width: 400px;
	text-align: right;
	float: right;
	padding-top: 18px;
	color: #ffffff;
}

iframe[name="google_conversion_frame"] { 
	position: absolute;
}

/* sp
================================================================================================================== */
@media screen and (max-width: 700px) {

/*  body  */
body{
	font-family: "メイリオ","Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 12px;
	line-height: 1.4;
	color: #000;
	-webkit-text-size-adjust: 100%;
}

.fo10 { font-size: 10px; }
.fo11 { font-size: 11px; }
.fo13 { font-size: 13px; }
.fo14 { font-size: 14px; }
.fo15 { font-size: 15px; }
.fo16 { font-size: 16px; }
.fo18 { font-size: 18px; }
.fo19 { font-size: 19px; }
.fo20 { font-size: 20px; }
.fo22 { font-size: 22px; }
.fo24 { font-size: 24px; }
.fo26 { font-size: 26px; }
.fo27 { font-size: 27px; }
.fo28 { font-size: 28px; }
.fo30 { font-size: 30px; }
.fo32 { font-size: 32px; }
.fo34 { font-size: 34px; }
.fo36 { font-size: 36px; }
.fo38 { font-size: 38px; }
.fo40 { font-size: 40px; }
.fo42 { font-size: 42px; }
.fo44 { font-size: 44px; }
.fo45 { font-size: 46px; }
.fo46 { font-size: 48px; }
.fo50 { font-size: 50px; }
.fo52 { font-size: 52px; }
.fo54 { font-size: 54px; }


/* #wrapper */
#wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}

/*  #header  */
/* #header{
	width: 100%;
	background-color: #FFF;
	min-width: 700px;
}
#header .inner {
	width: 100%;
	height: 130px;
	margin: 0 auto;
	position: relative;
}
#header .inner h1 {
	width: 45%;
	margin: 0 0 0 2%;
}
#sns {
	display: none;
}
#search {
	display: none;
} */

/* #gNav */
/* 
#gNavModal {
	position: absolute;
	right: 0;
	top: 11%;
	width: 15%;
	z-index: 15;
}
#gNav {
	// position: absolute;
	top: 0;
	right: 0 !important;
	padding: 0;
	z-index: 150;
	width: 100%;
}
#gNav p#gNavBtn {
	display: none;
}
#gNav .mainBlock {
	display: none;
	width: 100%;
	border: none;
	border-bottom-left-radius: none;
	border-top: none;
	border-right: none;
	background: #ffffff;
}

#gNav .mainBlock .gNav_upper {
	width: 100%;
}

#gNav .mainBlock .gNav_upper #gNavTti {
	width: 100%;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #ff7b00;
}
#gNav .mainBlock .gNav_upper #gNavTti span {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 14.4%;
}

#gNav .mainBlock .gNav_upper dl {
	padding: 0 38px 19px 38px;
}

#gNav .mainBlock .gNav_upper dl dt {
	display: block;
	width: 100%;
	height: auto;
	line-height: inherit;
	background: none;
	padding: 0;
	font-size: 34px;
	font-weight: bold;
	padding: 40px 0 30px;
	margin: 0;
}
#gNav .mainBlock .gNav_upper dl dt span {
	display: block;
	width: auto;
	height: auto;
	line-height: inherit;
	color: #333333;
	padding: 0 0 0 10%;
	text-decoration: none;
	background: url(../img/icon_tane01.png) no-repeat center left;
	background-size: auto 100%;
}

#gNav .mainBlock .gNav_upper dd {
	padding: 0 0 8% 0;
}


#gNav .mainBlock .gNav_upper ul {
	width: 100% !important;
	padding: 0;
	float: none;
}
#gNav .mainBlock .gNav_upper ul li {
	background: url(../img/icon_arrow01_sp.gif) no-repeat right center;
	padding: 15px 10px 15px 0;
	margin: 0;
	font-size: 32px;
	border-bottom: 1px dotted #f77a00 !important;
}
#gNav .mainBlock .gNav_upper ul li a {
	color: #ff7b00;
	text-decoration: none;
	font-size: 32px;
	display: block;
	background: none;
}

#gNav .mainBlock .gNav_lower {
	background: #ffffff;
	color: #666666;
	padding: 0;
	margin: 0;
	border-top: 1px solid #b2b2b2;
}

#gNav .mainBlock .gNav_lower ul {
	width: 100%;
	float: none;
	clear: both;
	padding: 0;
	margin: 0;
}
#gNav .mainBlock .gNav_lower ul li {
	padding: 0;
	margin: 0;
	display: block;
	width: 50%;
	float: left;
	border-bottom: 1px solid #b2b2b2;
	background: none;
}
#gNav .mainBlock .gNav_lower ul li:last-child {
	border: none;
}

#gNav .mainBlock .gNav_lower ul li a {
	display: block;
	padding: 7.5% 5%;
	color: #666;
	text-decoration: none;
	line-height: inherit;
	font-size: 24px;
	color: #333;
	background: url(../img/icon_arrow_right.gif) no-repeat 95% center !important;
}

#gNav .mainBlock .gNav_lower ul li a.blank span {
	background: url(../img/icon_blank02.gif) no-repeat right;
	padding-right: 26px;
}

#gNav .mainBlock .gNav_lower ul li a:nth-child(2n+1) {
	border-right: 1px solid #b2b2b2;
}

#footer #footer_lower ul li a.blank {
	background: none;
	padding-right:0;
}
#footer #footer_lower ul li a:hover {
	text-decoration: underline;
} */

/* #contents */
#contents {
	width: 100%;
}

/*  section  */
section {
	width: 100%;
	color: #000;
}
section .inner,
#contents .inner {
	width: auto;
	margin: 0 auto;
}
section .inner01,
#contents .inner01 {
	width: 700px;
	margin: 0 auto;
}
section .inner02,
#contents .inner02 {
	width: 660px;
	margin: 0 auto;
}



/* #contents */
#contents {
/*	padding-top: 115px;*/
}

/* #pnavi */
#pnavi.bgGary {
	background: #f5f5f5;
}
#pnavi ul {
	width: 700px;
	margin: 0 auto;
	clear: both;
	padding: 14px 0;
}
#pnavi ul li {
	display: inline;
}
#pnavi ul li a {
	color: #e73817;
}
#pnavi .path li,
#pnavi .path li a {
	color: #fff;
}

.bgTop,
.bgBot {
	clear: both;
	line-height: 0;
}
.bgTop img,
.bgBot img {
	vertical-align: baseline;
}
.gotop {
	text-align: right;
	padding: 20px 15px 59px;
	line-height: 0;
}
.gotop img {
	vertical-align: baseline;
}
/* .mbnr */
aside.toppage {
	border-top: 0;
}

aside {
	border-top: 2px solid #fff;
}

/*  #footer  */
#footer {
	width: 100%;
	min-width: 700px;
	background-color: #FFFFFF;
	clear: both;
	position: relative;
}
#footer .inner {
	width: 700px;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
}
#footer #pagetop {
	display: none;
}
/* .sns */
#footer .sns {
	text-align: center;
	padding: 30px 0;
	background: #eeeeee;
}
#footer .sns li {
	display: inline-block;
	margin: 0 4px;
}

#footer .sns .inner01 {
	width: 660px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	padding-top: 60px;
}
#footer .sns .inner01 ul {
	margin-left:90px;
}
#footer .sns .inner01 ul li {
	float:left;
	width:160px;
	height:80px;
	transform-origin:50% 50%;
	transform:scale(2.0);
	-webkit-transform:scale(2.0);
	-moz-transform:scale(2.0);
	-o-transform:scale(2.0);
	-ms-transform:scale(2.0);
}
#footer .sns .inner01 ul li.line {
	width:110px;
}


#footer #footer_upper {
	clear: both;
	padding: 0;
}

#footer #footer_upper .foot_nav {
	float: none;
	background: none;
	min-height: inherit;
	border-bottom: 2px solid #eeeeee;
	padding: 0 5% !important;
}
#footer #footer_upper #foot_nav_anni {
	width: auto;
	border-top: 2px solid #eeeeee;
}
#footer #footer_upper #foot_nav_cont {
	width: auto;
}

#footer #footer_upper .foot_nav dt {
	display: block;
	width: 100%;
	height: auto;
	line-height: inherit;
	background: none;
	padding: 0;
	font-size: 30px;
	font-weight: bold;
	padding: 40px 0;
	margin: 0;
}
#footer #footer_upper .foot_nav dt span {
	display: block;
	width: auto;
	color: #f77a00;
	padding: 0 0 0 10%;
	text-decoration: none;
	background: url(../img/icon_tane01.png) no-repeat center left,url(../img/icon_toggle01_op.gif) no-repeat center right;
	background-size: auto 100%;
}

#footer #footer_upper .foot_nav.active {
	padding: 0 5% 5% !important;
}
#footer #footer_upper .foot_nav.active dt {
	border-bottom: 1px dotted #f77a00;
}
#footer #footer_upper .foot_nav.active dt span {
	background: url(../img/icon_tane01.png) no-repeat center left,url(../img/icon_toggle01_cl.gif) no-repeat center right;
	background-size: auto 100%;
}
#footer #footer_upper .foot_nav dd {
	display: none;
}
#footer #footer_upper .foot_nav ul {
	width: 100%;
	padding: 0;
	float: none;
}
#footer #footer_upper .foot_nav ul.gNav_center{
	width:100%;
}
#footer #footer_upper .foot_nav dd ul li {
	background: url(../img/icon_arrow01_sp.gif) no-repeat right center;
	background-size: 7px 11px;
	padding: 30px 20px 30px 0;
	margin: 0;
	font-size: 34px;
	border-bottom: 1px dotted #f77a00;
}

#footer #footer_upper .foot_nav dd ul li a {
	color: #ff7b00;
	text-decoration: none;
	font-size: 34px;
}

#footer #footer_upper #foot_bnr {
	width: 100%;
	float: none;
	text-align: center;
	padding: 30px 0;
	background: #eeeeee;
}
#footer #footer_upper #foot_bnr ul li {
	display: inline-block;
	margin: 0 4px;
	width: 29%;
}
#footer #footer_upper #foot_bnr ul li:first-child {
	margin: 0 4px;
}



#footer #footer_lower {
	background: #ffffff;
	color: #666666;
	padding: 0 0 12px 0;
	margin: 0;
}

#footer #footer_lower ul {
	width: 100%;
	float: none;
	clear: both;
	padding: 0;
}
#footer #footer_lower ul li {
	padding: 0;
	margin: 0;
	display: block;
	width: 50%;
	float: left;
	border-bottom: 1px solid #b2b2b2;
	background: none;
}
#footer #footer_lower ul li:last-child {
	border: none;
}

#footer #footer_lower ul li a {
	display: block;
	padding: 7.5% 5%;
	color: #666;
	text-decoration: none;
	line-height: inherit;
	font-size: 24px;
	color: #333;
	background: url(../img/icon_arrow_right.gif) no-repeat 95% center !important;
}

#footer #footer_lower ul li a.blank span {
	background: url(../img/icon_blank02.gif) no-repeat right;
	padding-right: 26px;
}

#footer #footer_lower ul li a:nth-child(2n+1) {
	border-right: 1px solid #b2b2b2;
}

#footer #footer_lower ul li a.blank {
	background: none;
	padding-right:0;
}
#footer #footer_lower ul li a:hover {
	text-decoration: underline;
}
#footer #copyright {
	border-top: 1px solid #b2b2b2;
	clear: both;
	width: 100%;
	text-align: center;
	float: none;
	padding: 18px 0;
	color: #ffffff;
	font-size: 100%;
}

#copyright {
	text-align: center;
	color: #666;
	padding: 2% 0;
}
small {
	display: block;
	text-align: center;
	color: #666;
	padding: 2% 0;
}


}

/* sp
================================================================================================================== */
@media screen and (min-width: 701px) {

#gNav .mainBlock {
	display: block !important;
}

#footer #footer_upper .foot_nav dd {
	display: block !important;
	height: auto !important;
}

}

/* サイト内検索非表示対応
================================================================================================================== */

#search{	
	display: none;
}