@charset "utf-8";


/* wrapper
----------------------------------------------- */
#wrapper {
	overflow: hidden;
}
.inner {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 20px;
}

@media (max-width: 1024px) {
article {
	padding-top: 110px;
}
}
@media (max-width: 767px) {
article {
	padding-top: 80px;
}
}


/* margin
----------------------------------------------- */
.mt20 {
	margin: 20px 0 0 0;
}
.mt30 {
	margin: 30px 0 0 0;
}
.mt50 {
	margin: 50px 0 0 0;
}
.mb20 {
	margin: 0 0 20px 0;
}
.mtb20 {
	margin: 20px 0;
}
.mb25 {
	margin: 0 0 25px;
}


/* header
----------------------------------------------- */
#header {
}
#header .headerin {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 110px;
	padding: 0 4%;
}
#header .headerlogo {
	margin-right: 10px;
	flex-shrink: 0;
}
#header .headerlogo a {
	display: block;
}

#header .navbartoggle {
	display: none;
}

.navbar-collapse {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	height: calc(100vh - 110px);
	width: 100%;
	z-index: 10;
}
@media (max-width: 1024px) {
#header {
	padding: 0;
	position: fixed;
	width: 100%;
	z-index: 10;
	background: #fff;
}
.navbar-toggle {
	display: block;
	cursor: pointer;
	flex-shrink: 0;
}
.menusub .menulist > li {
	border-bottom: 1px #fff dotted;
	position: relative;
}
.menusub .menulist > li > a {
	display: block;
	color: #fff;
	font-size: 26px;
	padding: 15px 20px;
}
.menusub .menulist_menu {
	display: block;
	color: #fff;
	font-size: 26px;
	padding: 15px 20px;
}
.menusub .menulist .subbtn {
	position: absolute;
	right: 20px;
	top: 15px;
	width: 41px;
	height: 41px;
	z-index: 2;
}
.menusub .menulist .subbtn:before {
	position: absolute;
	content: "";
	background: #fff;
	left: 0;
	top: 20px;
	width: 100%;
	height: 1px;
	z-index: 1;
}
.menusub .menulist .subbtn:after {
	position: absolute;
	content: "";
	background: #fff;
	left: 20px;
	top: 0;
	width: 1px;
	height: 100%;
	z-index: 1;
}
.menusub .menulist > li.on .subbtn:after {
	display: none;
}
.menusub .sublist {
	display: none;
	background: #a69684;
	margin: 0 0 15px 20px;
}
.menusub .sublist li+li {
	border-top: 1px #fff dotted;
}
.menusub .sublist a {
	display: block;
	color: #fff;
	font-weight: 500;
	padding: 15px 25px 15px 15px;
	font-size: 20px;
}
}


@media (max-width: 767px) {
#header .headerin {
	height: 80px;
	padding: 0 20px;
}
#header .headerlogo img {
	width: 55px;
}
.navbar-collapse {
	height: calc(100vh - 80px);
}
.navbar-toggle img {
	width: 38px;
}
.menusub .menulist > li > a {
	font-size: 18px;
	padding: 10px 15px;
}
.menusub .menulist_menu {
	font-size: 18px;
	padding: 10px 15px;
	color:#fff;
}
.menusub .sublist a {
	padding: 10px 15px;
	font-size: 14px;
}
.menusub .menulist .subbtn {
	right: 15px;
	top: 10px;
	width: 25px;
	height: 25px;
}
.menusub .menulist .subbtn:before {
	top: 12px;
}
.menusub .menulist .subbtn:after {
	left: 12px;
}
.menusub .menulist > li.on .subbtn:after {
	display: none;
}
}


/* gnavi
----------------------------------------------- */
.gnavi {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}
.gnavi > li+li {
	margin-left: 30px;
}
.gnavi > li {
	position: relative;
}
.gnavi > li > a {
	display: block;
	font-size: 16px;
	padding: 5px 0;
	position: relative;
}
.gnavi > li > a.parent:before {
	display: none;
}
.gnavi > li > a.current {
	color: #907c65;
}
.gnavi > li > a:before {
	position: absolute;
	content: "";
	display: block;
	width: calc(100% - 1px);
	height: 1px;
	background-color: #907c65;
	left: 0;
	bottom: 0;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: 0.8s transform cubic-bezier(0.52, 0.08, 0.18, 1);
}
.gnavi > li > a:hover {
	color: #907c65;
}
.gnavi > li > a:hover:before {
	transform: scale(1, 1);
	transform-origin: left top;
}
.gnavi li.navicta a {
	font-size: 0;
}
.gnavi li.navicta a:before {
	display: none;
}

.gnavi .pulldownmenu {
	display: none;
	position: absolute;
	width: 220px;
	left: 0;
	top: 100%;
	background: #a69684;
	z-index: 3;
}
.gnavi .pulldownmenu li {
	border-bottom: 1px #907c65 dashed;
}
.gnavi .pulldownmenu a {
	color: #fff;
	display: block;
	padding: 10px;
	line-height: 1.1;
	font-size: 16px;
}

@media (max-width: 1024px) {
.gnavi {
	display: none;
}
}


/* teaser
----------------------------------------------- */
.teaser {
	display: flex;
	align-items: stretch;
}
.teaser .copybox {
	width: 8%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.teaser .copyright {
	font-size: 12px;
	white-space: nowrap;
	transform: rotate(90deg);
}
.teaser .teaserin {
	width: 92%;
	position: relative;
}
.teaser .teasercont {
	position: absolute;
	left: 0;
	top: 0;
	width: 31.5%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	background: rgba(88,105,115,0.8);
	color: #fff;
	z-index: 2;
}
.teaser .teaserhd {
	font-size: 48px;
	font-weight: 500;
	line-height: 1.3;
}
.teaser .teasercap {
	font-size: 18px;
	font-weight: 500;
}
.teaser .teaserimg img {
	width: 100%;
}

@media (max-width: 1024px) {
.teaser .teasercont {
	display: none;
}
}
@media (max-width: 767px) {
.teaser .copybox {
}
.teaser .copyright {
	font-size: 10px;
	white-space: nowrap;
	transform: rotate(90deg);
}
}


/* contents
----------------------------------------------- */
.contents {
	padding: 80px 0 100px;
}
@media (max-width: 767px) {
.contents {
	padding: 60px 0 80px;
}
}



/* H
----------------------------------------------- */
.hdl {
	text-align: center;
	background: url("../img/common/black_line.png") center 0 no-repeat;
	padding-top: 30px;
}
.hdl span {
	display: block;
	font-weight: 500;
}
.hdl .hdlen {
	font-size: 36px;
	line-height: 1.3;
}
.hdl .hdljp {
	font-size: 18px;
	letter-spacing: 0.1em;
}
.hdl.hdlwhite {
	color: #fff;
	background: url("../img/common/white_line.png") center 0 no-repeat;
}

@media (max-width: 767px) {
.hdl .hdlen {
	font-size: 28px;
}
.hdl .hdljp {
	font-size: 16px;
}
}



/* footer
----------------------------------------------- */
#footer {
	padding: 80px 0 115px;
}
#footer .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#footer .footerin {
	display: flex;
	align-items: center;
}
#footer .footerlogo {
	margin-right: 45px;
	flex-shrink: 0;
}
#footer .footercont {
	
}
#footer .footerlink {
	display: flex;
	flex-direction: row-reverse;
}
#footer .footernavi {
	display: flex;
	align-items: center;
}
#footer .footernavi li+li {
	margin-left: 30px;
}
#footer .footernavi a {
	display: block;
	font-size: 16px;
	position: relative;
}
#footer .footernavi a:before {
	position: absolute;
	content: "";
	display: block;
	width: calc(100% - 1px);
	height: 1px;
	background-color: #363a3d;
	left: 0;
	bottom: 0;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: 0.8s transform cubic-bezier(0.52, 0.08, 0.18, 1);
}
#footer .footernavi a:hover:before {
	transform: scale(1, 1);
	transform-origin: left top;
}
#footer .footersns {
	display: flex;
	align-items: center;
	font-size: 0;
}
#footer .footersns li {
	margin-left: 20px;
}

@media (max-width: 1024px) {
#footer .inner {
	flex-direction: column;
}
#footer .footerin {
	margin-bottom: 30px;
}
}

@media (max-width: 767px) {
#footer {
	padding: 60px 0 120px;
}
#footer .footerin {
	display: block;
	text-align: center;
	margin-bottom: 25px;
}
#footer .footerlogo {
	margin: 0 0 25px;
}
#footer .footercont {
	text-align: center;
}
#footer .footerlink {
	display: flex;
	flex-direction: column;
	align-items: center;
}
#footer .footernavi {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
#footer .footernavi li {
	margin: 5px 10px;
}
#footer .footernavi li+li {
	margin-left: 10px;
}
#footer .footernavi a {
	font-size: 14px;
}
#footer .footernavi a:before {
	display: none;
}
#footer .footersns {
	justify-content: center;
	margin-bottom: 20px;
}
#footer .footersns li {
	margin: 0 10px;
}
}

.comfix {
	position: fixed;
	width: 50px;
	right: 0;
	bottom: 0;
	z-index: 6;
}
.comfix .comfixin li+li {
	margin-top: 1px;
}
.comfix .comfixin li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 50px;
}
.comfix .comfixtxt {
	color: #fff;
	font-size: 14px;
	margin-left: 7px;
	display: none;
}
@media (max-width: 1024px) {
.comfix {
	width: 100%;
}
.comfix .comfixin {
	display: flex;
	align-items: stretch;
}
.comfix .comfixin li+li {
	margin: 0 0 0 1px;
}
.comfix .comfixin li {
	width: calc((100% - 62px)/2);
}
.comfix .comfixin li.pagetop {
	width: 60px;
}
.comfix .comfixin li a {
	width: 100%;
	height: 60px;
}
.comfix .comfixtxt {
	display: block;
}
}



/* comcta
----------------------------------------------- */
.comcta {
	background: url("../img/common/bg_comcontact.jpg") center 0 no-repeat;
	background-size: cover;
	color: #fff;
	padding: 80px 20px;
}
.comcta .hdl {
	margin-bottom: 35px;
}
.comcta .comctadet {
	text-align: center;
	margin-top: 25px;
}
.comcta .ctamess {
	max-width: 750px;
	margin: 0 auto;
	display: flex;
	align-items: stretch;
	background: #fff;
}
.comcta .ctamess li {
	width: 50%;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.comcta .ctatel a {
	display: block;
	background: url("../img/common/tel_comcontact.png") 0 center no-repeat;
	padding-left: 40px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}
.comcta .ctasns {
	display: flex;
	align-items: stretch;
	width: 100%;
}
.comcta .ctasns a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	padding: 5px 0;
}
.comcta .ctasns a+a {
	border-left: 1px #9a9c9e solid;
}
.comcta .ctasnstxt {
	font-size: 18px;
	font-weight: bold;
	margin-left: 15px;
}

@media (max-width: 767px) {
.comcta {
	background: url("../img/common/bg_comcontact_sp.jpg") center 0 no-repeat;
	background-size: cover;
	padding: 40px 20px;
}
.comcta .hdl {
	margin-bottom: 30px;
}
.comcta .comctadet {
	margin-top: 30px;
}
.comcta .ctamess {
	max-width: 260px;
	display: block;
}
.comcta .ctamess li {
	width: auto;
	height: 60px;
}
.comcta .ctatel a {
	display: block;
	background: url("../img/common/tel_comcontact.png") 0 center no-repeat;
	background-size: 18px auto;
	padding-left: 30px;
	color: #fff;
	font-size: 24px;
}
.comcta .ctasnstxt {
	display: none;
}
}


/* comflex
----------------------------------------------- */
.comflex {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.comflex.reverse {
	flex-direction: row-reverse;
}
.comflex .comfleximg {
	width: 50%;
	margin-top: 60px;
}
.comflex .comfleximg iframe {
	width: 100%;
	height: 500px;
}
.comflex .comflexcont {
	width: 50%;
	min-height: 500px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 10px;
}
@media (max-width: 1024px) {
.comflex {
	display: block;
}
.comflex .comfleximg {
	width: auto;
	margin-top: 0;
}
.comflex .comfleximg img {
	width: 100%;
}
.comflex .comfleximg iframe {
	height: 250px;
}
.comflex .comflexcont {
	width: auto;
	min-height: inherit;
	padding: 60px 20px;
}
}


/* comblock
----------------------------------------------- */
.comblock+.comblock {
	margin-top: 100px;
}
@media (max-width: 767px) {
.comblock+.comblock {
	margin-top: 60px;
}
}


/* combtn
----------------------------------------------- */
.combtn {
	display: flex;
	justify-content: center;
}
.combtn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 230px;
	height: 57px;
	padding: 0 0 5px;
	background: #fff;
	border: 1px rgba(88,105,115,0.8) solid;
	position: relative;
}
.combtn a:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	right: 5px;
	bottom: 5px;
	border: 1px rgba(88,105,115,0.8) solid;
	z-index: 1;
}
@media (max-width: 767px) {
.combtn a {
	width: 180px;
}
}

.anchor {
	padding-top: 0;
	margin-top: 0;
}
@media (max-width: 1024px) {
.anchor {
	padding-top: 110px;
	margin-top: -110px;
}
}
@media (max-width: 767px) {
.anchor {
	padding-top: 80px;
	margin-top: -80px;
}
}




/* wp-pagenavi
----------------------------------------------- */
.wp-pagenavi {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	margin: 0 5px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #907c65;
	border: 1px #907c65 solid;
	background: #fff;
}
.wp-pagenavi a:hover,
.wp-pagenavi .page:hover, 
.wp-pagenavi .current {
	background: #907c65;
	color: #fff;
}
.wp-pagenavi .previouspostslink {
	border: none;
	margin: 0;
	background-image: url("../img/common/prev_arrow.png");
	background-repeat: no-repeat;
	background-position: center center;
}
.wp-pagenavi .previouspostslink:hover {
	background-image: url("../img/common/prev_arrow.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
}
.wp-pagenavi .nextpostslink {
	margin: 0;
	border: none;
	background-image: url("../img/common/next_arrow.png");
	background-repeat: no-repeat;
	background-position: center center;
}
.wp-pagenavi .nextpostslink:hover {
	background-image: url("../img/common/next_arrow.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
}

@media (max-width: 1024px) {
.wp-pagenavi {
	position: relative;
}
}
@media (max-width: 767px) {
.wp-pagenavi {
	padding: 0 70px;
	position: relative;
}
.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	margin: 3px 5px;
}
.wp-pagenavi .previouspostslink {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	font-size: 0;
}
.wp-pagenavi .nextpostslink {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-size: 0;
}
}



/* detailnavi
----------------------------------------------- */
.detailnavi {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
}
.detailnavi .detailnaviin {
	position: relative;
	text-align: center;
}
.detailnavi .detailnaviin a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	width: 200px;
	margin: 0 auto;
	line-height: 1.5;
	font-size: 18px;
	font-weight: bold;
	color: #e8613a;
	background: #ffe781;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	border-radius: 25px;
}
.detailnavi .detailnaviin a:hover {
	background: #ffd388;
}
.detailnavi .detailnaviin .naviprev {
	position: absolute;
	left: 0;
	top: 0;
	width: 180px;
	padding: 0 30px;
	background-image: url("../img/common/prev_detail.svg");
	background-size: 10px 16px;
	background-repeat: no-repeat;
	background-position: 20px center;
	z-index: 2;
}
.detailnavi .detailnaviin .naviprev:hover {
	background-image: url("../img/common/prev_detail.svg");
	background-size: 10px 16px;
	background-repeat: no-repeat;
	background-position: 20px center;
}
.detailnavi .detailnaviin .navinext {
	position: absolute;
	right: 0;
	top: 0;
	width: 180px;
	padding: 0 30px;
	background-image: url("../img/common/next_detail.svg");
	background-size: 10px 16px;
	background-repeat: no-repeat;
	background-position: right 20px center;
	z-index: 2;
}
.detailnavi .detailnaviin .navinext:hover {
	background-image: url("../img/common/next_detail.svg");
	background-size: 10px 16px;
	background-repeat: no-repeat;
	background-position: right 20px center;
}

@media (max-width: 1024px) {
.detailnavi {
	position: relative;
	left: auto;
	bottom: auto;
	margin-top: 100px;
	padding: 0;
}
}
@media (max-width: 767px) {
.detailnavi {
	margin: 20px 0 0;
}
.detailnavi .detailnaviin a {
	width: 160px;
	height: 44px;
	font-size: 16px;
}
.detailnavi .detailnaviin .naviprev {
	width: 44px;
	height: 44px;
	padding: 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
.detailnavi .detailnaviin .navitxt {
	display: none;
}
.detailnavi .detailnaviin .navinext {
	width: 44px;
	height: 44px;
	padding: 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
.detailnavi .detailnaviin .naviprev {
	background-image: url("../img/common/prev_detail.svg");
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 2;
}
.detailnavi .detailnaviin .naviprev:hover {
	background-position: center center;
}
.detailnavi .detailnaviin .navinext {
	background-position: center center;
	z-index: 2;
}
.detailnavi .detailnaviin .navinext:hover {
	background-position: center center;
}
}



