@charset "utf-8";
.ftbox {
	overflow: hidden;
*zoom: 1;
}
/* wrapper
----------------------------------------------- */
.inner {
	width: 950px;
	margin: 0 auto;
}
.ff {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
@media (max-width: 767px) {
.inner {
	width: 100%;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
}
.fcgreen {
	color: #5f880e !important;
}
.fcpurple {
	color: #b785ce;
}
.fcred {
	color: #d6614e;
}
.fcblue {
	color: #38bfbf;
}
/* gnavi
----------------------------------------------- */
#wrapper {
	position: relative;
}
/* header
----------------------------------------------- */

#header {
	position: relative;
  padding: 75px 0 0;
}
.headerfixed {
  width: 100%;
  height: 75px;
	position:fixed;
  top: 0;
  background-color: #fff;
  z-index: 100;
}
.headerinner {
	position:relative;
	display: table;
	width: 950px;
	margin: 0 auto;
	padding-bottom: 10px;
}
.hdbox01 {
	display: table-cell;
}
.hdbox02 {
	display: table-cell;
	text-align: right;
	vertical-align: bottom;
}
.hdtxt {
	font-size: 11px;
	padding: 2px 0 5px;
}
.hdlist li {
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
	font-size: 12px;
	text-align: center;
}
.hdlist li .link + .link {
	margin-left: 5px;
}
.hdlist li .btn {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 14px;
	width: 130px;
	padding: 5px 0;
	font-weight: bold;
}
.hdlist li .btnbg01 {
	background: #5f880e;
}
.hdlist li .btnbg02 {
	background: #730b0f;
}
.hdlist li .btn:hover {
	text-decoration: none;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}
.hdlist li .tel {
	display: block;
	pointer-events: none;
	padding-bottom: 5px;
}
@media (max-width: 767px) {
#header {
  padding: 0;
	position:fixed;
	top:0;
	left:0;
	z-index:7;
	width:100%;
	background:#fff;
}
.headerfixed {
  height: 50px;
}
.headerinner {
	display: table;
	width: 100%;
	padding: 0 0 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.hdtxt {
  font-size: 10px;
  padding: 2px 0 2px;
}
.hdbox01 {
	/* width: 130px; */
	padding: 0;
}
.hdbox01 p a {
	width: 130px;
  display: block;
	padding: 5px 0 0;
}
.hdlist {
	display: none;
}
.hdbox02 {
	display: table-cell;
	text-align: right;
	vertical-align: top;
}
}
@media (max-width: 320px) {
  .headerinner {
    padding: 0 0 0 2px;
  }
  .hdtxt {
    letter-spacing: -0.18em;
  }
}
.sp_hdbox {
}
.sp_hdbox span {
	display: inline-block;
}
.sp_hdbox span img {
	width: 60px;
}
.navbarToggle {
	width: 50px;
	height: 50px;
	background: url(../images/common/menu_open.png) center center no-repeat;
	background-size: 100%;
	position: relative;
	z-index: 10;
}
.navbarToggle.on {
	background: url(../images/common/menu_close.png) center center no-repeat;
	background-size: 100%;
}
/* navbarCollapse
----------------------------------------------- */
.navbarCollapse {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 8;
	background: #efead9;
	padding: 50px 35px 80px;
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.navbarCollapse li + li {
	margin: 20px 0 0;
}
.navbarCollapse li a {
	font-size: 20px;
}
.navbarCollapse li a span {
	display: block;
	font-size: 10px;
}
/* gnavi
----------------------------------------------- */
#gnavi {
	background: #efead9;
}
#gnavi li {
	float: left;
	width: 150px;
	text-align: center;
	position: relative;
}
#gnavi li.list {
	width: 198px;
}
#gnavi li a {
	display: block;
	text-align: center;
	font-size: 13px;
	padding: 20px 0;
	position: relative;
	font-weight: bold;
}
#gnavi li a:before {
	background: #e3dbd4;
	width: 1px;
	height: 22px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	content: "";
	z-index: 2;
	position: absolute;
}
#gnavi li:last-child a:after {
	background: #e3dbd4;
	width: 1px;
	height: 22px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	content: "";
	z-index: 2;
	position: absolute;
}
#gnavi li a:hover {
	text-decoration: none;
}
#gnavi li:hover:before, #gnavi li.on:before {
	background: #5f880e;
	width: 140px;
	height: 5px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	content: "";
	z-index: 2;
	position: absolute;
}
/* mainimg
----------------------------------------------- */
#mainimg {
	position: relative;
	/* margin:54px 0 0;　*/
}
.mainimgbg {
	background-image:  url(../images/top/mainimg1.jpg);
  background-repeat: no-repeat;
	height: 520px;
}

@media(min-width:1180px){
  .mainimgbg {
    background-position: right top;
  }
}

@media(min-width:1400px){
  .mainimgbg {
    background-position: left top 20%;
    background-size: cover;
  }
}

.mianimgpanel {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 895px;
	height: 520px;
	padding: 50px 240px 60px 100px;
	background: url(../images/top/img_mainimg.png) 0 0 no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.mianimgpanel dl dt {
	float: left;
	color: #fff;
	font-size: 24px;
  line-height: 1.4;
	text-align: right;
	padding: 10px;
	margin-right: 30px;
	border: 4px solid #fff;
}
.mianimgpanel dl dd {
	overflow: hidden;
	padding: 15px 0 0 15px;
	font-size: 18px;
	color: #fff;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
}
.mianimgpanel dl dd .txt01 {
	font-size: 60px;
}
.mianimgpanel dl dd .txt02 {
	font-size: 30px;
}
.mianimgpanel dl dd p + p {
	margin: 10px 0 0;
}
.mainimglogo {
	margin: 10px 0 0 60px;
}
.mainimglogo img + img {
	margin-left: 6px;
}
@media (min-width: 768px) {
  .mianimgpanel {
      width: 655px;
      padding: 80px 160px 60px 35px;
      background-position: right 0 top 0;
  }
  .mianimgpanel dl dt {
      font-size: 24px;
  }
  .mianimgpanel dl dd {
      font-size: 18px;
      padding: 5px 0 0 15px;
  }
  .mianimgpanel dl dd .txt01 {
      font-size: 60px;
			margin: 0 25px 0 0;
  }
  .mianimgpanel dl dd .txt02 {
      font-size: 30px;
  }
	.mainimglogo {
		margin: 25px 0 0;
	}
  .mainimglogo img {
  	width: 115px;
  	height: auto;
  }
}
@media (max-width: 767px) {
#mainimg {
	position: relative;
}
.mainimgbg {
/*	background: url(../images/top/mainimg.jpg) center center no-repeat; */
	background-size: cover;
	height: 250px;
	background-position-x: center;
}
.mianimgpanel {
	position: inherit;
	top: 0;
	left: 0;
	z-index: inherit;
	width: 100%;
	height: auto;
	padding: 10px;
	background: url(../images/top/img_mainimg_sp.png) 0 0 repeat;
}
.mianimgpanel dl dt {
	font-size: 20px;
	text-align: center;
	padding: 10px;
	border: 2px solid #fff;
}
.mianimgpanel dl dd {
	overflow: hidden;
	padding: 15px 0 0 10px;
	font-size: 12px;
	text-align: left;
}
.mianimgpanel dl dd .txt01 {
	font-size: 40px;
}
.mianimgpanel .txt02{
	color:#fff;
	font-size:22px;
	margin:15px 0 0;
	font-weight:bold;
}
.mianimgpanel .txt03{
	text-align:center;
	color:#fff;
	font-weight:bold;
	margin:20px 0 0;
	font-size:14px;
}
.mainimglogo {
	margin: 15px 0 0;
}
.mainimglogo img + img {
	margin-left: 0;
}
.mainimglogo img {
	width: 33.33%;
}
}
/* contents
----------------------------------------------- */
#contents {
}
/* h
----------------------------------------------- */

.hdL {
	font-size: 40px;
	text-align: center;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bold;
}
@media (max-width: 767px) {
.hdL {
	font-size: 18px;
	text-align: center;
}
}
.comtitbg01 {
	background: url(../images/top/bg_tit01.png) center 0 no-repeat;
	padding: 30px 0 0;
}
.comtitbg02 {
	background: url(../images/top/bg_tit02.png) center 0 no-repeat;
	padding: 10px 0 0;
}
.comtitbg03 {
	background: url(../images/top/bg_tit03.png) center 0 no-repeat;
	padding: 30px 0 0;
}
.comtitbg04 {
	background: url(../images/top/bg_tit04.png) center 0 no-repeat;
	padding: 30px 0 0;
	color: #fff !important;
}
.comtitbg05 {
	background: url(../images/top/bg_tit05.png) center 0 no-repeat;
	padding: 30px 0 0;
	color: #222 !important;
}
.comtitbg06 {
	background: url(../images/top/bg_tit06.png) center 0 no-repeat;
	padding: 30px 0 0;
	color: #222 !important;
}
.comtitbg07 {
	background: url(../images/top/bg_tit07.png) center 0 no-repeat;
	padding: 30px 0 0;
	color: #222 !important;
}
.comtitbg08 {
	background: url(../images/top/bg_tit08.png) center 0 no-repeat;
	padding: 30px 0 0;
	color: #222 !important;
}
.comtitbg09 {
	background: url(../images/top/bg_tit09.png) center 0 no-repeat;
	padding: 30px 0 0;
	color: #222 !important;
}
.comtitbg10 {
	background: url(../images/top/bg_tit10.png) center 0 no-repeat;
	padding: 30px 0 0;
	color: #fff;
}
.comtitbg11 {
	background: url(../images/top/bg_tit11.png) center 0 no-repeat;
	padding: 30px 0 0;
}
 @media (max-width: 767px) {
.comtitbg01 {
	background-size: 100%;
}
.comtitbg02 {
	background-size: 100%;
}
.comtitbg03 {
	background-size: 100%;
}
.comtitbg04 {
	background-size: 100%;
}
.comtitbg05 {
	background-size: 100%;
}
.comtitbg06 {
	background-size: 100%;
}
.comtitbg07 {
	background-size: 100%;
}
.comtitbg08 {
	background-size: 100%;
}
.comtitbg09 {
	background-size: 100%;
}
.comtitbg10 {
	background-size: 100%;
}
.comtitbg11 {
	background-size: 100%;
}
}
/* footer
----------------------------------------------- */

.footermain {
	background: #3d3939;
	padding: 40px 0 45px;
}
.ftinner {
	width: 950px;
	margin: 0 auto;
	color: #fff;
}
.ftpanle01 {
	float: left;
	width: 230px;
}
.ftpanle02 {
	overflow: hidden;
	padding: 0 0 0 50px;
}
.fttxt01 {
	font-size: 15px;
	margin: 10px 0;
}
.ftsns a {
	display: inline-block;
}
.ftsns a + a {
	margin-left: 10px;
}
.ftlogobox {
	margin: 10px 0 0;
}
.ftlogobox dt {
	float: left;
}
.ftlogobox dd {
	overflow: hidden;
	font-size: 12px;
	padding: 0 0 0 10px;
}
.ftweb {
	text-align: right;
	font-size: 15px;
	margin-bottom: 15px;
}
.ftweb a {
	color: #fff;
}
.ftlinkcont {
	float: left;
	width: 390px;
}
.ftmap {
	overflow: hidden;
	padding: 0 0 0 30px;
}
.ftsitemap {
	background: url(../images/common/ft_dotted.png) 0 center repeat-x;
	margin-bottom: 25px;
	position: relative;
	padding: 6px 0;
}
.ftsitemap span {
	position: absolute;
	top: 54%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 2;
	font-size: 18px;
	background: #3d3939;
	padding: 0 10px 0 0;
}
.ftlink01 {
	margin: -10px 0 0;
}
.ftlink01 li {
	float: left;
	margin: 10px 0 0;
	width: 50%;
}
.ftlink01 li a {
	font-size: 13px;
	color: #fff;
}
.fttab {
	width: 100%;
	margin: 10px 0 0;
	font-size: 14px;
}
.fttab th {
	width: 120px;
	padding: 2px 0;
	text-align: right;
}
.fttab td {
	padding: 2px 0;
}
.ftmaptxt {
	margin: 10px 0 0;
	font-size: 14px;
}
#copyright {
	text-align: center;
	color: #fff;
	font-size: 11px;
	background: #191919;
	padding: 5px 0;
}
@media (max-width: 767px) {
.footermain {
	background: #3d3939;
	padding: 60px 0 45px;
	position: relative;
	color: #fff;
}
.ftinner {
	width: 100%;
	padding: 0 10px;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.ftpanle01 {
	float: none;
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
}
.ftpanle02 {
	padding: 0;
}
.fttxt01 {
	font-size: 12px;
	margin: 10px 0 25px;
}
.fttxt01 span {
	display: inline-block;
	text-align: left;
}
.ftsns a {
	display: inline-block;
	margin: 0 15px;
}
.ftsns a + a {
	margin-left: 0;
}
.ftlogobox {
	margin: 20px 0 0;
}
.ftlogobox dd {
	font-size: 12px;
	padding: 0 0 0 5px;
}
.ftweb {
	position: absolute;
	right: 10px;
	top: 15px;
	z-index: 2;
	margin-bottom: 0;
	text-align: right;
	font-size: 11px;
}
.ftlinkcont {
	float: none;
	margin-bottom: 50px;
	width: 100%;
}
.ftmap {
	padding: 0;
	width: 90%;
	margin: 0 auto;
}
.ftmap .map img {
	width: 100%;
}
.ftsitemap {
	display: none;
}
.fttab {
	margin: 35px 0 0;
}
.fttab th {
	width: 45%;
	padding: 2px 0;
	text-align: right;
}
.ftmaptxt {
	margin: 10px 0 0;
	font-size: 14px;
}
}
.ftlink02 {
}
.ftlink02 p + p {
	margin: 15px 0 0;
}
.ftlink02 p {
	text-align: center;
}
.ftlink02 p a {
	display: inline-block;
	font-size: 11px;
	color: #fff;
	padding: 0 10px;
}
.ftlink02 p a + a {
	border-left: 1px solid #fff;
}

@media (max-width: 767px) {
.preferencebox {
  text-align: center;
}
}
