@charset "utf-8";
#wrapper{
	padding: 0;
}
.second #wrapper {
	background: #fdfcf6;
}
.link {
	cursor: pointer;
}

/* header */
.header {
	border-bottom: 4px solid #e70012;
	width: 100%;
	background: #fff;
}
.clone-nav {
  position: fixed;
  top: -100%;
  left: 0;
	z-index: 100;
  width: 100%;
  transition: .6s;
  transform: translateY(-100%);
}
.is-show {
  top: 0;
	transform: translateY(0);
}
.logoimg {
	display: block;
	width: 70%;
	margin-top: 10px;
}
.header .inner {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
.header .logo {
	position: absolute;
	top: 8px;
	left: 0;
	z-index: 100;
}
.header .logo a:hover {
	opacity: 1;
}
.header .right-area {
	float: right;
}
.header .head-nav {
	float: left;
}
.header .head-nav ul {
	letter-spacing: -.40em;
	padding: 10px 0 11px;
}
.header .head-nav ul li {
	letter-spacing: normal;
	display: inline-block;
	font-size: 15px;
	margin-left: 20px;
	text-align: right;
}
.header .head-nav ul li a {
	color: #5a3d20;
	text-decoration: none;
	display: block;
	/*padding: 10px 15px;*/
    padding: 8px 15px;
}
.header .head-nav ul li.btn-search a {
	/* background: #b4977a; */
	border-radius: 6px;
	/* color: #fff; */
	padding: 14px 15px;
	position: relative;
	top: -4px;
}
		.header .head-nav ul li.btn-search {
				width: 50px;
				margin-left: 20px;
		}
    .header .more_btn {
        display: block;
        position: absolute;
				top: 50%;
				right: 12px;
				width: 30px;
				height: 30px;
        margin-top: -12px;
        cursor: pointer;
    }
    .header .more_btn > div {
        position: relative;
        height: 100%;
    }
    .header .more_btn div span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        background: #e70012;
    }
    .header .more_btn div span.top {
        top: 0px;
    }
    .header .more_btn div span.middle {
        top: 11px;
    }
    .header .more_btn div span.bottom {
        top: 22px;
		}

.header .head-nav ul li a:hover {
	background: #ede2c8;
	border-radius: 6px;
	opacity: 1;
}
.header .head-nav ul li a span {
	font-size: 20px;
	vertical-align: text-bottom;
}

/* gnavi */
.header .head-nav.gnavi ul li .outer {
  display: none;
  width: 100%;
  background: rgba(248,231,119,0.81);
  /*padding: 80px 0 20px;*/
  padding: 60px 0 20px;
  position: fixed;
  z-index: 50;
  left: 0;
  margin: 15px 0 0 0;
  list-style: none;
	min-height: 248px;
	text-align: left;
}



.header .head-nav.gnavi ul li.btn-search .outer {
  margin: 31px 0 0 0;
}
.header .head-nav.gnavi ul li .outer .inner {
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
}
.header .head-nav.gnavi ul li .outer .inner:before {
	content: "";
	background: rgba(255,255,255,0);
	width: 100%;
	height: 14px;
	display: block;
	position: absolute;
	top: -15px;
	left: 0;
}
.header .head-nav.gnavi ul li .outer .inner ul {
	margin: 0 30px;
}
.header .head-nav.gnavi ul li .outer .inner ul li {
	text-align: center;
	font-size: 18px;
	letter-spacing: -1.5px;
	width: 31.11111111111111%;
	margin-right: 3.3333333333333335%;
	margin-left: 0;
	margin-bottom: 10px;
	vertical-align: top;
}
.header .head-nav.gnavi ul li .outer .inner ul li:nth-child(3n) {
	margin-right: 0;
}
.header .head-nav.gnavi ul li .outer .inner .main-nav {
	border-bottom: 1px solid #7c664f;
}

.header .head-nav.gnavi ul li .outer .inner .sub-nav li {
	border-bottom: 1px solid #7c664f;
	padding-bottom: 10px;
}
.header .head-nav.gnavi ul li .outer .inner form {
	width: 50%;
	margin: 0 auto;
}
.header .head-nav.gnavi ul li .outer .inner form .searchfield {
	font-size: 18px;
	padding: 10px 10px;
	width: 88%;
	border: 1px solid #7c664f;
	border-radius: 6px;
	outline: none;
}
.header .head-nav.gnavi ul li .outer .inner form #searchsubmit {
	display: block;
	float: right;
	padding: 10px 0;
	width: 10%;
	background: #b4977a;background: #b4977a;
	border-radius: 6px;
	text-align: center;
	font-size: 18px;
	line-height: normal;
	margin-left: 8px;
	position: relative;
	top: 1px;
}
.header .head-nav.gnavi ul li .outer .inner form #searchsubmit span {
	font-size: 18px;
	color: #fff;
	vertical-align: text-bottom;
}

/* footer */
.footer {
	padding-top: 35px;
	background: #f6f3e8;
}
.footer .foot-content .inner {
	max-width: 960px;
	margin: 0 auto;
	position: relative;
}
.footer .foot-content .inner .foot-navi01 {
	width: 1000px;
	background: #fff;
	border-radius: 6px;
	padding: 30px;
	margin-left: -20px;
}
.footer .foot-content .inner .foot-navi01 .f_logo {
	float: left;
	border-right: 1px solid #e5ded7;
	padding-right: 18px;
	margin-right: 18px;
}
.footer .foot-content .inner .foot-navi01 .f_tel {
	float: left;
	margin-right: 10px;
}
.footer .foot-content .inner .foot-navi01 .f_tel .tel {
    font-size: 34px;
    color: #7dc49b;
    font-family: GenJyuuGothicX-Heavy;
    margin-right: 10px;
    line-height: 0;
    vertical-align: sub;
}
.faxnum {display: block; text-align: left; margin-top: 3px; font-size: 16px;}
.footer .foot-content .inner .foot-navi01 .f_tel .icon-old-phone {
    font-size: 28px;
    color: #7dc49b;
    padding-right: 6px;
    vertical-align: sub;
}
.footer .foot-content .inner .foot-navi01 .f_tel .btn-normal {
	padding: 4px 10px;
}
.footer .foot-content .inner .foot-navi01 .f_contact {
	float: left;
}
.footer .foot-content .inner .foot-navi01 .f_contact .btn-normal {
	background: #bcafa3;
	font-size: 20px;
	padding: 15px 0;
	width: 190px;
}
.footer .foot-content .inner .foot-navi02 {
	margin-top: 80px;
	margin-bottom: 15px;
}
.footer .foot-content .inner .foot-navi02 > ul {
	margin-right: 40px;
}
.footer .foot-content .inner .foot-navi02 > ul > li {
	font-size: 15px;
}
.footer .foot-content .inner .foot-navi02 > ul > li > a {
	display: inline-block;
	margin-bottom: 20px;
}
.footer .foot-content .inner .foot-navi02 > ul > li > ul {
	padding-left: 15px;
	margin-bottom: 30px;
}
.footer .foot-content .inner .foot-navi02 > ul > li > ul > li {
	font-size: 13px;
	margin-bottom: 7px;
}
.footer .foot-content .inner .foot-navi02 > ul > li > ul > li.sub {
	margin-left: 25px;
	list-style: disc;
}

.bottom-link {
	position: absolute;
	bottom: 10px;
	right: 0;
}
@media screen and (max-width: 1160px) {
	.bottom-link {
		right: 80px;
	}
}
.bottom-link li {
	font-size: 13px;
	display: inline-block;
}
.bottom-link li:after {
	content: "　｜　";
	display: inline-block;
}
.bottom-link li:last-child:after {
	display: none;
}

.copyright {
	font-size: 12px;
	line-height: 34px;
	color: #a49586;
	text-align: center;
	border-top: 2px solid #fd001d;
}

.footer-link {
	display: none;
}

/* pagetop */
.fix_pagetop,
.footer .foot-content .inner .pagetop {
	display: none;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #fd001d;
	border-radius: 4px 4px 0 0 / 4px 4px 0 0;
	font-size: 35px;
	width: 55px;
	height: 50px;
}
.fix_pagetop a,
.footer .foot-content .inner .pagetop a {
	color: #fff;
	display: block;
	text-align: center;
	padding-top: 3px;
}
.fix_pagetop a:hover,
.footer .foot-content .inner .pagetop a:hover {
	text-decoration: none;
}
.fix_pagetop {display: none; position: fixed; bottom: 36px; right: 2%;}


/* ttl */
.menu-ttl {
	text-align: center;
	font-size: 24px;
	color: #5a3d20;
	margin-bottom: 30px;
}
.menu-ttl:before,
.menu-ttl:after {
	content: "";
	width: 35%;
	height: 1px;
	background: #7c664f;
	display: inline-block;
	position: absolute;
	top: 18px;
	left: 0;
	z-index: -1;
}
.menu-ttl:after {
	left: auto;
	right: 0;
}

.page-ttl {
	border-top: 1px solid #d0cab9;
	border-bottom: 1px solid #d0cab9;
	padding: 25px 20px;
	margin-bottom: 50px;
	font-size: 18px;
}
.page-ttl span {
	font-size: 30px;
	border-right: 1px solid #d0cab9;
	padding-right: 28px;
	margin-right: 25px;
	line-height: 45px;
	display: inline-block;
	vertical-align: sub;
}

.ttl01 {
	font-size: 26px;
	background: url(../images/common/ttl01-bg.png) no-repeat center bottom;
	color: #7dc49b;
	padding-bottom: 20px;
	margin-bottom: 50px;
	text-align: center;
}
.ttl01.noline {
	background: none;
	padding-bottom: 0;
	margin-bottom: 10px;
}
.ttl02 {
	font-size: 20px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	padding-left: 16px;
	position: relative;
}
.ttl02:before {
	content: "";
	display: block;
	background: #e3d0bd;
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.ttl02:after {
	content: "";
	display: block;
	background: #7dc49b;
	width: 50px;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.ttl03 {
	font-size: 18px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-left: 16px;
	position: relative;
}
.ttl03:before {
	content: "";
	display: block;
	background: #e3d0bd;
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.ttl04 {
	font-size: 16px;
	margin-bottom: 20px;
	position: relative;
}
.ttl04:before {
	content: "";
	display: inline-block;
	background: #7dc49b;
	width: 20px;
	height: 2px;
	margin-right: 14px;
	position: relative;
	top: -4px;
}
.ttl05 {
	font-size: 16px;
	margin-bottom: 20px;
	position: relative;
	color: #52966f;
}



/* bread */
.bread {
	max-width: 1000px;
	margin: 20px auto 20px;
	padding: 0 15px;
}
.bread ul li {
	display: inline-block;
	padding-right: 8px;
	font-size: 12px;
}
.bread a {
	color: #5a3d20;
}
.bread ul li:after {
	content: ">";
	display: inline-block;
	padding-left: 12px;
}
.bread ul li:last-child:after {
	display: none;
}

/* table */
.table-fixed {table-layout: fixed;}
.tb01 {
    width: 100%;
    margin-bottom: 15px;
}
.tb01 th,
.tb01 td {
    font-weight: normal;
    vertical-align: middle;
    padding: 15px 10px;
    border-bottom: 1px solid #d3c3b4;
    text-align: left;
}
.tb01 tr.pt0 th,
.tb01 tr.pt0 td {
    padding-top: 0;
    padding-bottom: 8px;
}
.tb01 td {
    font-size: 18px;
    text-align: center;
}

.tb02 {
	border: 1px solid #b4b4b4;
	width: 100%;
}
.tb02 th,
.tb02 td {
	border-bottom: 1px solid #b4b4b4;
	border-right: 1px solid #b4b4b4;
	padding: 8px;
	vertical-align: middle;
	font-weight: normal;
}
.tb02 th {
	text-align: center;
	background: #eeeeee;
}
.tb02 td {
	background: #fff;
}
.tb02 .border-non th,
.tb02 .border-non td {
	border-bottom: none;
}

.fsnormal th {text-align: center;}
.fsnormal td {font-weight: normal; font-size: inherit; text-align: left;}


/* button */
.btn {
    -webkit-appearance: none;
    display: block;
    width: 100%;
    background: #7dc49b;
    border-radius: 4px;
    border: none;
    outline: none;
    font-size: 18px;
    font-family: GenJyuuGothicX-Medium;
    color: #fff;
    text-align: center;
    line-height: normal;
    padding: 15px 0;
}
.btn:before {
    content: "\e903";
    font-family: 'icomoon';
    display: inline-block;
    padding-right: 8px;
    font-size: 24px;
    line-height: 1;
    position: relative;
    top: 4px;
}
.btn:hover {
	background: #f8e777;
	opacity: 1;
	color: #5a3d20;
	text-decoration: none;
}

.btn_dark {
    background: #837567;
}

.disabled,
.disabled:hover {
    background: #837567;
    cursor: default;
    color: #fff;
}


/* topでのみ使用 */
.btn-normal {
	display: block;
	width: 100%;
	text-align: center;
	background: #94ddb5;
	border-radius: 4px;
	color: #fff;
	padding: 0 10px;
}
.btn-normal:hover {
	text-decoration: none;
}
.btn-primary {
	display: block;
	width: 100%;
	text-align: center;
	background: #fffd90;
	border-radius: 4px;
	color: #5a3d20;
	padding: 10px 10px;
}
.btn-primary:hover {
	background: #94ddb5;
	color: #fff;
	text-decoration: none;
}



/* list */
.num-list,
.disc-list {
    padding-left: 1.2em;
}
.disc-list li {
    list-style: disc;
}
.num-list li {
    list-style: decimal;
}

.inline-list li {
	display: inline-block;
}

.imgLinklist.left {width: 490px;}
.imgLinklist li {
	margin: 0 0 20px 20px;
}
.imgLinklist li a {
	display: block;
	width: 100%;
	border: 1px solid #ddc3ac;
	background: #fff;
}
.imgLinklist a dl {
	display: table;
}
.imgLinklist a dt,
.imgLinklist a dd {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.imgLinklist a dt {width: 40%; line-height: 0;}

.guidelines-list li {
    padding-left: 1em;
    text-indent: -1em;
	margin-left: 2em;
}
.guidelines-list02 li {
    padding-left: 1em;
    text-indent: 0em;
	margin-left: 1em;
}

/* text */
.underline {
	text-decoration: underline;
}
.imgA {
	width: 100%;
	height: auto;
}
.hide {
	display: none;
}

.nyuin-bnr {
    margin-left: 20px;
    width: 660px;
}

.top-bnr {
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
    padding: 8px;
}