@charset "shift_jis";
/*
 下層ページ用 共通ヘッダ・フッタ
*/

/* reset
-------------------------------------------------- */
#header,
#footer {
	font-size: 12px;
	*font-size: 75%;
}
#header ul,
#header li,
#header p,
#footer ul,
#footer li,
#footer p,
.page_top p
{
	margin: 0;
	padding: 0;
}

#header ul,
#footer ul
{
	list-style: none;
}
#header img,
#footer img,
.page_top img
{
	border: 0;
}
#header a,
#footer a {
	text-decoration: none;
}
#header a:hover,
#footer a:hover {
	text-decoration: underline;
}

/* header
-------------------------------------------------- */
#header {
	background: url(../../img/common/header/bg_01.gif) repeat-x 0 0;
	height: 90px;
	width: 750px;
}
#header .header_inner {
	position: relative;
	text-align: left;
}
#header .header_title {
	position: absolute;
	top: 27px;
	left: 10px;
	width: 270px;
	height: 38px;
}
#header .header_nav {
	position: absolute;
	right: 0;
	width: 440px;
}
#header .utility {
	margin-bottom: 14px;
	overflow: hidden;
	zoom: 1;
	background: url(../../img/common/header/bg_02.gif) no-repeat 0 0;
	height: 35px;
}
#header .utility ul {
	margin: 8px 10px 9px 15px;
}
#header .utility li {
	padding-left: 8px;
	padding-right: 8px;
	float: left;
	border-left: 1px solid #FFF;
	font-size: 85%;
	line-height: 15px;
}
#header .utility .home {
	padding-left: 0;
	border-left: 0;
}
#header .utility a:link,
#header .utility a:visited {
	color: #FFF;
}
#header .action {
	margin-left: auto;
	width: 340px;
	overflow: hidden;
	zoom: 1;
}
#header .action li {
	float: left;
}
#header .member {
	margin-left: auto;
	width: 280px;
	overflow: hidden;
	zoom: 1;
}
#header .member li {
	float: left;
}
#header .member li.member_name {
	margin-top: 5px;
	width: 160px;
	text-align: left;
}
#header .member li.member_name span {
	font-weight: bold;
}
#header .member_wrapper {
	text-align: right;
}


/* footer
-------------------------------------------------- */
#footer {
	line-height: 1.3;
}
#footer .utility {
	padding: 10px 0 10px 10px;
	width: 740px;
	background: url(../../img/common/footer/bg_shadow_bottom.png) repeat-x left bottom;
	font-size: 85%;
}
#footer .utility_inner {
	overflow: hidden;
	zoom: 1;
}
#footer .utility ul {
	margin-top: 3px;
	float: left;
}
#footer .utility li {
	padding-left: 8px;
	padding-right: 8px;
	float: left;
	border-left: 1px solid #A0A0A0;
}
#footer .utility li a:link,
#footer .utility li a:visited {
	color: #484848;
}
#footer .utility li a:hover {
	color: #3484D7;
}
#footer .utility p {
	float: right;
}

#footer .copyright {
	padding: 14px 0 14px 10px;
	width: 740px;
	background: #2F78D3 url(../../img/common/footer/bg_copyright.jpg) repeat-x left top;
	font-size: 85%;
}
#footer .copyright_inner {
	overflow: hidden;
	zoom: 1;
}
#footer .copyright ul {
	float: left;
}
#footer .copyright li {
	padding-left: 8px;
	padding-right: 8px;
	float: left;
	border-left: 1px solid #FFF;
}
#footer .copyright li a:link,
#footer .copyright li a:visited {
	color: #FFF;
}
#footer .copyright p {
	margin-right: 10px;
	float: right;
	color: #FFF;
}

#footer li.first_child {
	padding-left: 0;
	border-left: 0;
}

/* page top
-------------------------------------------------- */
.page_top {
	margin: 18px 0 0 0;
	width: 750px;
	border-bottom: 5px solid #3484D7;
}
.page_top p {
	margin-left: auto;
	position: relative;
	height: 43px;
	border-top: 1px dotted #C6C6C6;
}
.page_top img {
	position: absolute;
	top: -2px;
	right: 0;
	display: inline-block;
	border-top: 2px solid #484848;
}

/*================================================
* footerTel */

/* 161116_release FooterArea =====*/
.footer_div{
  position:fixed;
  bottom:0;
  width: 100%;
  
}
/* ============================== */

.footerTel {
  background-color: #f8f7f3;
  text-align: center;
  padding: 36px 0 42px;
  display: block;
  cursor: default;
  height: 63px;/*7/5追加*/
  /*position: absolute;7/5追加*/
  /*bottom: 102px;7/5追加*/
  /*width: 100%;7/5追加*/
}

@media only screen and (max-width: 414px) {
  .footer_div{
	  position: relative;
}
  .footerTel {
    padding: 17px 0px 0px 0px;
  }
}

.footerTelImg {
	width: 65%;
	margin: auto;
	height: 73px;
	background-image: url("../img/tel.png");/* WebShopの構成に合わせてurlを変更 */
	background-repeat: no-repeat,repeat;
}

@media only screen and (max-width: 768px) {
  .footerTelImg {
		width: 300px;
		max-width: 100%;
		background-image: url("../img/tel_s.png");
		background-repeat: no-repeat,repeat;
		background-size: 100%;
  }
}

/*================================================
* footer */
.footer_1 {
  background-color: #6fba2c;
  color: #fff;
  font-size: 12px;
  padding: 44px 0;
}
.footerBottom {
  background-color: #6fba2c;
  color: #fff;
  font-size: 12px;
  padding: 44px 0;  height: 102px;/*7/5追加*/
  position: absolute;/*7/5追加*/
  bottom: 0;/*7/5追加*/
  width: 100%;/*7/5追加*/
}


@media only screen and (max-width: 768px) {
  .footer_1 {
    padding: 15px 0;
    height: auto;/*7/5追加*/
  }
}

@media only screen and (max-width: 768px) {
  .footerMenu_1 {
    text-align: center;
    margin-bottom: 28px;
  }
}

@media only screen and (min-width: 769px) {
  .footerMenu_1 {
    float: left;
  }
}

@media only screen and (min-width: 769px) {
  .footerMenu_1 > li {
    float: left;
  }
  .footerMenu_1 > li:not(:last-child) {
    margin-right: 17px;
  }
}

@media only screen and (max-width: 768px) {
  .footerMenu_1 > li {
    display: inline-block;
    margin: 0 5px;
    width: 45%; /* 2分割 */
  }
/*  .footerMenu > li:first-child {
    display: block;
    margin: 0 0 10px;
  }
*/
  .footerMenu_1 > li:nth-of-type(1) {
    text-align: right;  /* 右寄せ（プライバシーポリシー） */
    margin: 0 0 10px;   /* 幅調整 */
  }
  .footerMenu_1 > li:nth-of-type(2) {
    text-align: left;   /* 左寄せ（個人情報保護方針） */
  }
  .footerMenu_1 > li:nth-of-type(3) {
    text-align: right;  /* 右寄せ（サイト利用条件） */
    margin: 0 0 0px;    /* 幅調整 */
  }
  .footerMenu_1 > li:nth-of-type(4) {
    text-align: left;   /* 左寄せ（お支払い等について） */
  }
}


.footerMenu_1 a {
  text-decoration: none;
  color: #fff;
}

@media only screen and (min-width: 769px) {
  .footerMenu_1 a:hover {
    text-decoration: underline;
  }
}

.copyright_1 {
  font-size: 11px;
}

@media only screen and (min-width: 769px) {
  .copyright_1 {
    float: right;
  }
}

@media only screen and (max-width: 768px) {
  .copyright_1 {
    font-size: 10px;
    text-align: center;
    line-height: 1.4;
  }
}

.copyrightMark_1 {
  font-size: 14px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.footerMenuBlank {
	display: inline-block;
	background: url(../img/icon_blank.png) no-repeat right center;/* WebShopの構成に合わせてurlを変更 */
	background-size: 10px;
	padding-right: 14px;
	color: #fff;
}

/*================================================
* pagetop */
.pagetop_1 {
  display: block;
  width: 45px;
  height: 45px;
  background: #6fba2c url(../img/icon_arrow_top.png) 50% 48% no-repeat;/* WebShopの構成に合わせてurlを変更 */
  background-size: auto 12px;
  border: 1px solid #fff;
  overflow: hidden;
  text-indent: -9999px;
  border-radius: 50%;
  position: fixed;
  right: 10px;
  bottom: 40px;
  z-index: 2;
}

@media only screen and (min-width: 769px) {
  .pagetop_1 {
    width: 60px;
    height: 60px;
    background-size: 30px auto;
    bottom: 70px;
    /*right: calc(50% - 500px);*/
    right: 10px;
    transition: all 0.2s ease;
  }
  .pagetop_1:hover {
    background-color: #86c74c;
  }
}


.pagetop_2 {
  display: block;
  width: 45px;
  height: 45px;
  background: #6fba2c url(../img/icon_arrow_top.png) 50% 48% no-repeat;
  background-size: auto 12px;
  border: 1px solid #fff;
  overflow: hidden;
  text-indent: -9999px;
  border-radius: 50%;
  position: fixed;
  right: 10px;
  bottom: 40px;
  z-index: 2;
}

@media only screen and (min-width: 769px) {
  .pagetop_2 {
  display: none;
    width: 60px;
    height: 60px;
    background-size: 30px auto;
    bottom: 70px;
    /*right: calc(50% - 500px);*/
    right: 10px;
    transition: all 0.2s ease;
  }
  .pagetop_2:hover {
    background-color: #86c74c;
  }
}

/*2016/10/20　フォーム改修ココカラ*/
/*.header-tel {
  position: absolute;
  margin-left: 447px;
  border-right-width: 0px;
  width: auto;
  top: 1px;
  padding-top: 15px;
  padding-bottom: 15px;
}
*/

.header-tel {
    margin-left: 447px;
    border-right-width: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: absolute;
    right: 20px;
    width: 314px;
    top: 1px;
}
/*2016/10/20　フォーム改修ココマデ*/

@media only screen and (max-width: 768px) {
  .header-tel {
    display: none;
  }
}
/*================================================

* layout

================================================*/
.inner {
  width: 1000px;
  box-sizing: content-box;
/*  padding: 0 20px;*/
  margin: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .inner {
    width: auto;
    padding: 0 8px;
    
  }
}


.inner_2 {
  width: 1000px;
  box-sizing: content-box;
  padding: 0 20px;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .inner_2 {
    width: auto;
    padding: 0 8px;
  }
}

@media only screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

@media only screen and (max-width:768px ){
	.logoimg{
		max-width: 340px;
		height: 27px;
		width /***/:203px;
		padding-top: 6px;
		padding-bottom: 6px;
	}
}

.footer_bottom{
	position: absolute;
	top: auto;
	right: 0px;
	bottom: 0px;
	left: 0px;

