@charset "utf-8";

div.wpcf7 .ajax-loader {
	display: none !important;
}


/* top
----------------------------------------------- */
.teaser.topteaser .copybox {
	align-items: flex-end;
	padding: 100px 0;
}
.topcta .hdl {
	margin-bottom: 45px;
}
.topcta .topctadet {
	text-align: center;
}
.topcta .title{
	font-weight: bold;
	font-size: 20px;
}
@media (max-width: 767px) {
.teaser.topteaser .copybox {
	align-items: flex-end;
	padding: 40px 0;
}
.topcta .hdl {
	margin-bottom: 30px;
}
.topcta .topctadet {
	text-align: left;
}
}

.topnews {
	margin-top: 70px;
	display: flex;
	align-items: stretch;
}
.topnews .topnewscont {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 35%;
	padding: 40px;
	color: #fff;
}
.topnews .topnewstit {
	font-size: 18px;
	margin-bottom: 60px;
}
.topnews .topnewstit span {
	display: block;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.3;
}
.topnews .topnewsmore {
	text-align: right;
}
.topnews .topnewsmore a {
	display: inline-block;
	color: #fff;
	padding-top: 5px;
	border-top: 1px #fff solid;
}
.topnews .topnewsin {
	padding: 35px 40px;
	display: flex;
	align-items: center;
	width: 65%;
}
.topnews .topnewslink li+li {
	margin-top: 25px;
}
.topnews .topnewslink li {
	display: flex;
	align-items: flex-start;
}
.topnews .topnewsdate {
	width: 110px;
	flex-shrink: 0;
}
.topnews .topnewslink a {
	flex: 1;
	text-decoration: underline;
}
@media (max-width: 767px) {
.topnews {
	margin-top: 40px;
	display: block;
}
.topnews .topnewscont {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	width: auto;
	padding: 15px 20px;
}
.topnews .topnewstit {
	font-size: 14px;
	margin-bottom: 0;
}
.topnews .topnewstit span {
	font-size: 24px;
}
.topnews .topnewsin {
	padding: 25px 20px;
	width: auto;
}
.topnews .topnewslink li+li {
	margin-top: 15px;
}
.topnews .topnewsdate {
	width: 100px;
}
.topnews .topnewslink a {
	flex: 1;
	text-decoration: underline;
}
}

.topbnr {
	max-width: 1286px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	align-items: stretch;
}
.topbnr li {
	width: calc((100% - 60px)/4);
	margin-right: 10px;
}
.topbnr li:nth-child(4n) {
	margin-right: 0;
}
.topbnr li a {
	display: block;
	position: relative;
}
.topbnr li a:before {
	position: absolute;
	content: "";
	border: 1px rgba(255,255,255,0.8) solid;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: calc(100% - 28px);
	height: calc(100% - 28px);
	z-index: 1;
}
.topbnr .topbnrtit {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 36px;
	z-index: 2;
}
.topbnr .topbnrtxt {
	margin-top: 10px;
	text-align: center;
}
@media (max-width: 1024px) {
.topbnr li {
	width: calc((100% - 40px)/4);
	margin-right: 10px;
}
.topbnr .topbnrtit {
	font-size: 28px;
}
}

@media (max-width: 767px) {
.topbnr {
	display: block;
}
.topbnr li {
	width: auto;
	margin-right: 0;
}
.topbnr li+li {
	margin-top: 30px;
}
.topbnr .topbnrtit {
	font-size: 30px;
}
.topbnr .topbnrtxt {
	margin-top: 10px;
	text-align: center;
}
}

.topvoice {
	padding: 80px 0;
}
.topvoice .hdl {
	margin-bottom: 40px;
}
.topvoice .combtn {
	margin-top: 50px;
}
.topvoice .voicebox {
	max-width: 940px;
	margin: 0 auto;
}
.topvoice .voicebox li {
	display: flex;
}
.topvoice .voicebox li+li {
	margin-top: 45px;
}
.topvoice .voiceimg {
	margin-right: 40px;
	flex-shrink: 0;
	position: relative;
}
.topvoice .voiceimg:before {
	position: absolute;
	content: "";
	background: #fff;
	width: 100%;
	height: 100%;
	left: 10px;
	top: 12px;
	z-index: 1;
}
.topvoice .voiceimg img {
	position: relative;
	z-index: 2;
}
.topvoice .voicein {
	flex: 1;
}
@media (max-width: 767px) {
.topvoice {
	padding: 60px 0;
}
.topvoice .hdl {
	margin-bottom: 25px;
}
.topvoice .voicebox li {
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.topvoice .voicebox li+li {
	margin-top: 50px;
}
.topvoice .voiceimg {
	margin: 0 0 35px;
}
}

.topblog .hdl {
	margin-bottom: 35px;
}
.topblog .combtn {
	margin-top: 60px;
}
.topblog .topbloglist {
	display: flex;
	align-items: stretch;
}
.topblog .topbloglist li {
	width: calc((100% - 120px)/5);
	margin-right: 30px;
}
.topblog .topbloglist li:nth-child(5n) {
	margin-right: 0;
}
.topblog .topbloglist li a {
	display: block;
}
.topblog .topblogimg {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #ccc;
	width: 100%;
	height: 140px;
	margin-bottom: 15px;
}
.topblog .topblogdate {
	font-size: 14px;
	font-weight: bold;
}
.topblog .topblogtxt {
	text-decoration: underline;
}
@media (max-width: 1024px) {
.topblog .topbloglist li {
	width: calc((100% - 40px)/5);
	margin-right: 10px;
}
}

@media (max-width: 767px) {
.topblog .hdl {
	margin-bottom: 25px;
}
.topblog .combtn {
	margin-top: 45px;
}
.topblog .topbloglist {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: -12px 0;
}
.topblog .topbloglist li {
	width: 46%;
	margin: 12px 0;
}
.topblog .topblogimg {
	height: 90px;
	margin-bottom: 10px;
}
.topblog .topblogdate {
	font-size: 12px;
}
}

.topinstagram {
	margin: 50px auto 0 auto;
}

.top_shop_br {
	margin: 20px auto;
	text-align:center;
}
@media (max-width: 767px) {
.top_shop_br {
	margin: 20px auto;
	text-align:center;
	width:89%;
}
}

/* shop
----------------------------------------------- */
.shopbox+.shopbox {
	margin-top: 80px;
}
.shoplogo {
	text-align: center;
}
.shoplogocap {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
}
.shoplogotxt {
	margin-top: 45px;
	text-align: center;
}
.ownerbox .hdl {
	margin-bottom: 30px;
}
.ownerbox .ownertit {
	text-align: center;
	margin-bottom: 20px;
	line-height: 1.2;
	font-size: 30px;
}
.ownerbox .ownertitin {
	display: inline-block;
	background: #fff;
	padding: 0 5px;
}
.ownerbox .ownertxt {
	text-align: center;
	line-height: 2.3;
}
.ownerbox .ownerdet {
	text-align: center;
	margin-top: 60px;
}
.infobox .hdl {
	margin-bottom: 60px;
}
.infologo {
	text-align: center;
	margin-bottom: 50px;
}
.infotxt {
	text-align: center;
}
.shopmap {
	margin-top: 70px;
}
.shopmap iframe {
	width: 100%;
	height: 415px;
}

@media (max-width: 767px) {
.shopbox+.shopbox {
	margin-top: 50px;
}
.shoplogocap {
	font-size: 15px;
}
.shoplogotxt {
	margin-top: 30px;
}
.ownerbox .hdl {
	margin-bottom: 20px;
}
.ownerbox .ownertit {
	font-size: 20px;
}
.ownerbox .ownerdet {
	margin-top: 30px;
}
.infobox .hdl {
	margin-bottom: 20px;
}
.infologo {
	margin-bottom: 30px;
}
.shopmap {
	margin-top: 40px;
}
.shopmap iframe {
	height: 300px;
}
}



/* menu
----------------------------------------------- */
.menubox+.menubox {
	margin-top: 150px;
}
.menubox .hdl {
	margin-bottom: 25px;
}
.menubox .menumain {
	position: relative;
	z-index: 1;
}
.menubox .menumain img {
	width: 100%;
}
.menubox .menumaintxt {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 20px 20px 100px;
	-webkit-text-shadow: 0 0 15px #fff, 0 0 15px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 5px #fff, 0 0 5px #fff;
	-moz-text-shadow: 0 0 15px #fff, 0 0 15px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 5px #fff, 0 0 5px #fff;
	-ms-text-shadow: 0 0 15px #fff, 0 0 15px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 5px #fff, 0 0 5px #fff;
	-o-text-shadow: 0 0 15px #fff, 0 0 15px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 5px #fff, 0 0 5px #fff;
	text-shadow: 0 0 15px #fff, 0 0 15px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 5px #fff, 0 0 5px #fff;
	z-index: 1;
}
.menubox .menucont {
	max-width: 1140px;
	margin: -80px auto 0;
	background: #fff;
	padding: 40px 80px 0;
	position: relative;
	z-index: 2;
}
.menubox .menuprice {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: -50px 0;
}
.menubox .menuprice .pricebox {
	width: 47%;
	margin: 50px 0;
}
.menubox .menutable {
	width: 100%;
}
.menubox .menutable th,
.menubox .menutable td {
	border-bottom: 1px rgba(88,105,115,0.5) solid;
	padding: 25px 0 10px;
	font-size: 18px;
	vertical-align: bottom;
}
.menubox .menutable th {
	font-weight: bold;
}
.menubox .menutable td {
	text-align: right;
}
.menubox .menustar {
	display: inline-block;
	transform: rotate(30deg);
	margin-right: 10px;
}
.menubox .menufirst {
	display: inline-block;
	vertical-align: middle;
	color: #feffff;
	padding: 0 10px;
	font-size: 14px;
	font-weight: bold;
	margin-right: 10px;
}
.menubox .menunote {
	font-size: 14px;
	margin-top: 20px;
}
.menubox .menupay {
	margin-top: 70px;
}
.menubox .menupay span {
	display: block;
}

@media (max-width: 1024px) {
.menubox .menumaintxt {
	padding: 20px 20px 60px;
}
.menubox .menuprice {
	display: block;
	margin: 0;
}
.menubox .menuprice .pricebox {
	width: auto;
	margin: 0;
}
.menubox .menuprice .pricebox+.pricebox {
	margin-top: 50px;
}
.menubox .menucont {
	margin: -40px 30px 0;
	padding: 40px 30px 0;
}
}

@media (max-width: 767px) {
.menubox+.menubox {
	margin-top: 60px;
}
.menubox .hdl {
	margin-bottom: 20px;
}
.menubox .menumain img {
	width: 100%;
}
.menubox .menumaintxt {
	position: relative;
	left: auto;
	top: auto;
	margin-bottom: 20px;
	padding: 0 20px;
}
.menubox .menucont {
	margin: 0 auto;
	padding: 10px 20px 0;
}
.menubox .menuprice .pricebox+.pricebox {
	margin-top: 30px;
}
.menubox .menutable {
	width: 100%;
}
.menubox .menutable th,
.menubox .menutable td {
	padding: 15px 0 10px;
	font-size: 16px;
}
.menubox .menustar {
	margin-right: 5px;
}
.menubox .menufirst {
	font-size: 12px;
	margin-right: 0;
}
.menubox .menunote {
	font-size: 12px;
}
.menubox .menupay {
	margin-top: 40px;
}
}



/* voice
----------------------------------------------- */
.voicearea .hdl {
	margin-bottom: 40px;
}
.voicebox+.voicebox {
	margin-top: 60px;
}
.voicebox .voicemess {
	background: #e9e5e0;
	padding: 20px 30px;
	display: flex;
	align-items: center;
	font-size: 18px;
}
.voicebox .voicemess .voicemesstit {
	font-size: 36px;
	flex-shrink: 0;
	margin-right: 30px;
	line-height: 1.2;
}
.voicebox .voicecont {
	border: 1px #abb4b9 solid;
	background: #fff;
	margin-top: 15px;
}
.voicebox .voicetalk {
	padding: 25px 30px 20px;
}
.voicebox .voicetalk .voicetxt+.voicetxt {
	margin-top: 15px;
}
.voicebox .fromshop {
	padding: 25px 30px 20px;
	display: flex;
	align-items: flex-start;
}
.voicebox .fromshopico {
	width: 110px;
	height: 30px;
	margin-right: 30px;
	flex-shrink: 0;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.voicebox .voicestar {
	display: block;
	transform: rotate(30deg);
	margin-right: 10px;
}
.voicebox .fromshoptxt {
	flex: 1;
	align-self: center;
}


@media (max-width: 767px) {
.voicearea .hdl {
	margin-bottom: 20px;
}
.voicebox+.voicebox {
	margin-top: 40px;
}
.voicebox .voicemess {
	padding: 10px 20px;
	font-size: 16px;
}
.voicebox .voicemess .voicemesstit {
	font-size: 26px;
	margin-right: 20px;
}
.voicebox .voicetalk {
	padding: 15px 20px;
}
.voicebox .voicetalk .voicetxt+.voicetxt {
	margin-top: 10px;
}
.voicebox .fromshop {
	padding: 15px 20px;
	flex-direction: column;
}
.voicebox .fromshopico {
	margin: 0 0 10px;
}
}


/* faq
----------------------------------------------- */
.faqanchor {
	display: flex;
	align-items: stretch;
	border: 1px #907c65 solid;
}
.faqanchor .faqanchorin {
	flex: 1;
}
.faqanchor .faqanchorin+.faqanchorin {
	border-left: 1px #907c65 solid;
}
.faqanchor .faqanchortit {
	background: #907c65;
	text-align: center;
	color: #fff;
	display: flex;
	height: 50px;
	align-items: center;
	justify-content: center;
	position: relative;
}
.faqanchor .faqanchorin+.faqanchorin .faqanchortit:before {
	position: absolute;
	content: "";
	background: #fff;
	width: 1px;
	height: 100%;
	left: -1px;
	top: 0;
	z-index: 1;
}
.faqanchor .faqanchorbox {
	padding: 25px 25px 30px;
}
.faqanchor .faqanchorlist li+li {
	margin-top: 10px;
}
.faqanchor .faqanchorlist li {
	display: flex;
	line-height: 1.2;
}
.faqanchor .faqanchorlist li a {
	display: flex;
	align-items: center;
	color: #907c65;
	border-bottom: 1px #907c65 solid;
}
.faqanchor .faqanchorlist li a img {
	margin-left: 10px;
}

@media (max-width: 767px) {
.faqanchor {
	display: block;
	border: none;
}
.faqanchor .faqanchorin {
	border: 1px #907c65 solid;
}
.faqanchor .faqanchorin+.faqanchorin .faqanchortit:before {
	display: none;
}
.faqanchor .faqanchorbox {
	padding: 20px;
}
}

.faqbox {
	margin-top: 80px;
}
.faqbox .combtn {
	margin-top: 45px;
}
.faqbox .faqinner {
	margin-top: 40px;
}
.faqbox .faqhdm {
	padding: 16px 30px;
	font-size: 18px;
	font-weight: bold;
}
.faqbox .faqcont {
	padding: 25px 0 20px;
	border-bottom: 1px #abb4b9 dashed;
}
.faqbox .faqconttit {
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.faqbox .faqconttit img {
	margin-right: 15px;
	flex-shrink: 0;
}
.faqbox .faqconttxt+.faqconttxt {
	margin-top: 20px;
}
.faqbox .faqstep {
	margin-top: 20px;
	border: 1px #586973 solid;
	padding: 60px 30px 25px;
	position: relative;
}
.faqbox .faqsteptit {
	position: absolute;
	background: #586973;
	left: 0;
	top: 0;
	color: #fff;
	padding: 5px 40px;
	z-index: 1;
}
.faqbox .faqstepbox {
	display: flex;
	align-items: center;
	background: #dee1e3;
	padding: 15px 25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.faqbox .faqsteparrow {
	text-align: center;
	margin: 10px 0;
}
.faqbox .faqstepnum {
	color: #fff;
	font-size: 48px;
	flex-shrink: 0;
	line-height: 1;
	margin-right: 35px;
}
.faqbox .faqsteptxt {
	flex: 1;
}


@media (max-width: 767px) {
.faqbox {
	margin-top: 50px;
}
.faqbox .combtn {
	margin-top: 30px;
}
.faqbox .faqinner {
	margin-top: 30px;
}
.faqbox .faqhdm {
	padding: 10px 20px;
	font-size: 16px;
}
.faqbox .faqcont {
	padding: 20px 0;
}
.faqbox .faqconttit {
	font-size: 16px;
}
.faqbox .faqconttit img {
	margin-right: 10px;
}
.faqbox .faqstep {
	padding: 60px 20px 20px;
}
.faqbox .faqsteptit {
	padding: 5px 20px;
}
.faqbox .faqstepbox {
	padding: 10px 20px;
}
.faqbox .faqstepnum {
	font-size: 30px;
	margin-right: 20px;
}
}



/* post
----------------------------------------------- */
.postchoose {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}
.postchoose a {
	width: calc((100% - 5px)/5);
	margin: 1px 1px 1px 0;
	color: #907c65;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 50px;
	font-size: 16px;
	background: #ddd7d0;
	letter-spacing: 0.1em;
}
.postchoose a:hover,
.postchoose a.current {
	background: #907c65;
	color: #fff;
}
.postlist {
	margin: 60px 0 80px;
}
.postlist .postlistin {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	margin: -25px 0;
}
.postlist .postlistin li {
	width: calc((100% - 72px)/3);
	margin: 25px 36px 25px 0;
}
.postlist .postlistin li:nth-child(3n) {
	margin-right: 0;
}
.postlist .postlistin li a {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
}
.postlist .postlistca {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	z-index: 2;
}
.postlist .postlistca .postlistcain {
	margin: 0 1px 1px 0;
	background: rgba(88,105,115,0.8);
	color: #fff;
	font-size: 14px;
	padding: 5px 10px;
	line-height: 1.2;
}
.postlist .postlistimg {
	width: 100%;
	height: 240px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #ccc;
}
.postlist .postlistdate {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px #907c65 solid;
	margin-top: 10px;
}
.postlist .postlisttit {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	margin-top: 12px;
}
.postlist .postlisttxt {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.6;
}

@media (max-width: 1024px) {
.postlist .postlistin {
	justify-content: space-between;
}
.postlist .postlistin li {
	width: 48%;
	margin: 25px 0;
}
}

@media (max-width: 767px) {
.postchoose a {
	width: calc((100% - 2px)/2);
}
.postlist {
	margin: 30px 0 40px;
}
.postlist .postlistin {
	margin: -20px 0;
}
.postlist .postlistin li {
	width: 100%;
	margin: 20px 0;
}
}


/* post det
----------------------------------------------- */
.postdet {
	display: flex;
	justify-content: space-between;
}
.postdet .postmain {
	width: 74%;
}
.postdet .detdate {
	background: #ddd7d0;
	font-size: 16px;
	padding: 10px;
	margin-bottom: 25px;
}
.postdet .dethd {
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px #907c65 solid;
	padding: 0 5px 20px;
	margin-bottom: 35px;
}
.postdet .detinner p+p {
	margin-top: 30px;
}
.postdet .detinner p {
	font-weight: 500;
}
.postdet .detinner p img {
	width: 100%;
	height: auto !important;
}
.postdet .detnavi {
	margin-top: 40px;
	border: 1px #907c65 solid;
	overflow: hidden;
	position: relative;
}
.postdet .detnavi:before {
	position: absolute;
	content: "";
	background: #907c65;
	left: 50%;
	top: 0;
	width: 1px;
	height: 100%;
	z-index: 1;
}
.postdet .detnavi a {
	width: 50%;
	padding: 20px 40px;
	display: flex;
	align-items: center;
}
.postdet .detnavi a .detnaviimg {
	width: 74px;
	height: 74px;
	flex-shrink: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #ccc;
}
.postdet .detnavi a .detnaviin {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	font-weight: bold;
}
.postdet .detnavi a .detnavidate {
	font-size: 14px;
	padding-bottom: 5px;
	border-bottom: 1px #907c65 solid;
	margin-bottom: 5px;
	line-height: 1.2;
}
.postdet .detnavi a.detprev {
	float: left;
	background: url(../img/common/prev_arrow.png) 15px center no-repeat;
	justify-content: flex-start;
}
.postdet .detnavi a.detprev .detnaviimg {
	margin-right: 15px;
}
.postdet .detnavi a.detnext {
	float: right;
	background: url(../img/common/next_arrow.png) right 15px center no-repeat;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.postdet .detnavi a.detnext .detnaviimg {
	margin-left: 15px;
}
.postdet .detnavihome {
	max-width: 160px;
	margin: 15px auto 0;
}
.postdet .detnavihome a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 40px;
	font-weight: 500;
	color: #fff;
}

.postdet .postside {
	width: 22.5%;
}
.postdet .postside .sidebox+.sidebox {
	margin-top: 40px;
}
.postdet .postside .sidetit {
	padding: 20px 0 0 20px;
	margin-bottom: 15px;
	position: relative;
}
.postdet .postside .sidetit:before {
	position: absolute;
	content: "";
	width: 1px;
	height: 28px;
	left: 10px;
	top: 0;
	background: #8d999f;
	transform: rotate(45deg);
	z-index: 1;
}
.postdet .postside .sidetit span {
	display: block;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.1;
}
.postdet .postside .sidecate li+li {
	border-top: 1px #abb4b9 solid;
}
.postdet .postside .sidecate li a {
	display: block;
	padding: 15px 10px;
	background: url(../img/common/next_arrow.png) right 4px center no-repeat;
	background-size: 6px 13px;
}
.postdet .postside .sidenew li+li {
	margin-top: 10px;
}
.postdet .postside .sidenew a {
	background: #f2f3f4;
	padding: 13px 15px;
	display: flex;
	align-items: center;
}
.postdet .postside .sidenewimg {
	width: 74px;
	height: 74px;
	flex-shrink: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #ccc;
	margin-right: 15px;
}
.postdet .postside .sidenewin {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	font-weight: bold;
}
.postdet .postside .sidenewdate {
	font-size: 12px;
	border-bottom: 1px #907c65 solid;
	margin-bottom: 8px;
}
.postdet .postside .sidenewtxt {
	font-size: 14px;
	line-height: 1.2;
}


@media (max-width: 1024px) {
.postdet {
	display: block;
}
.postdet .postmain {
	width: auto;
	margin-bottom: 50px;
}
.postdet .postside {
	width: auto;
}
}

@media (max-width: 767px) {
.postdet .dethd {
	font-size: 20px;
	padding: 0 5px 10px;
	margin-bottom: 20px;
}
.postdet .detinner p+p {
	margin-top: 20px;
}
.postdet .detnavi a {
	padding: 10px 30px;
	display: block;
}
.postdet .detnavi a .detnaviimg {
	margin: 0 auto 10px;
}
.postdet .detnavi a .detnaviin {
	display: block;
	font-weight: bold;
}
.postdet .detnavi a .detnavidate {
	font-size: 12px;
}
.postdet .detnavi a.detprev {
	background: url(../img/common/prev_arrow.png) 5px center no-repeat;
}
.postdet .detnavi a.detprev .detnaviimg {
	margin-right: auto;
}
.postdet .detnavi a.detnext {
	background: url(../img/common/next_arrow.png) right 5px center no-repeat;
}
.postdet .detnavi a.detnext .detnaviimg {
	margin-left: auto;
}

.postdet .postside .sidebox+.sidebox {
	margin-top: 30px;
}
.postdet .postside .sidetit span {
	font-size: 20px;
}
}


/* contact
----------------------------------------------- */
.contactbox .hdl {
	margin-bottom: 50px;
}
.contactbox .formdet {
	text-align: center;
	margin-bottom: 65px;
}
.contactbox .formbox {
	background: #f2f3f4;
	border: 1px #a5aeb3 solid;
	padding: 40px 20px 80px;
}
.contactbox .forminner {
	max-width: 900px;
	margin: 0 auto;
}
.contactbox .formbtn {
	max-width: 250px;
	margin: 40px auto 0;
}
.contactbox .formbtn input[type=submit] {
	width: 100%;
	height: 60px;
	background: #dedbd7;
	text-align: center;
	font-size: 20px;
	color: #907c65;
	cursor: pointer;
	font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}
.contactbox .formtab {
	width: 100%;
}
.contactbox .formtab th,
.contactbox .formtab td {
	padding: 40px 10px;
	vertical-align: middle;
}
.contactbox .formtab th {
	font-size: 18px;
	width: 30%;
}
.contactbox .formtab td {
	font-size: 16px;
}
.contactbox .formtab tr+tr th,
.contactbox .formtab tr+tr td {
	border-top: 1px #586973 solid;
}
.contactbox .formtab input[type=text],
.contactbox .formtab input[type=tel],
.contactbox .formtab input[type=email] {
	background: #fff;
	width: 100%;
	height: 45px;
	padding: 10px;
}
.contactbox .formtab textarea {
	background: #fff;
	width: 100%;
	height: 170px;
	padding: 10px;
	font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	font-weight: 500;
}
.formbox .checkboxin {
}

.formbox .checkboxin .wpcf7-form-control {
	display: flex;
	flex-wrap: wrap;
	margin: -5px 0;
}
.formbox .checkboxin .wpcf7-list-item {
	margin: 0;
	display: block;
}
.formbox .checkboxin label {
	display: flex;
	align-items: center;
	margin: 5px 30px 5px 0;
}
.formbox .checkboxin label input {
	margin-right: 10px;
}
.formbox .checkboxin input[type=checkbox] {
	background: #fff;
	width: 16px;
	height: 16px;
	border: 1px #ccc solid;
	position: relative;
}
.formbox .checkboxin input[type=checkbox]:checked:before {
	position: absolute;
	content: "✔";
	font-size: 14px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	z-index: 1;
}
.formbox .mustbox {
	display: flex;
	align-items: center;
}
.formbox .mustbox .mustin {
	background: #586973;
	color: #fff;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 76px;
	height: 30px;
	flex-shrink: 0;
	margin-right: 20px;
}
.formbox .mustbox .mustico {
	font-size: 18px;
	margin-right: 6px;
	transform: rotate(-30deg);
}
.formbox .mustbox .musttxt {
	font-weight: 500;
}


@media (max-width: 767px) {
.contactbox .hdl {
	margin-bottom: 30px;
}
.contactbox .formdet {
	margin-bottom: 30px;
}
.contactbox .formbox {
	padding: 20px 10px 40px;
}
.contactbox .formbtn {
	max-width: 80%;
	margin: 20px auto 0;
}
.contactbox .formbtn input[type=submit] {
	height: 50px;
	font-size: 16px;
}
.contactbox .formtab th,
.contactbox .formtab td {
	padding: 20px 10px;
	display: block;
}
.contactbox .formtab th {
	font-size: 16px;
	width: auto;
	padding-bottom: 0;
}
.contactbox .formtab td {
	font-size: 14px;
}
.contactbox .formtab tr+tr td {
	border-top: none;
}
.contactbox .formtab input[type=text],
.contactbox .formtab input[type=tel],
.contactbox .formtab input[type=email] {
	height: 40px;
}
.contactbox .formtab textarea {
	height: 120px;
}
.formbox .checkboxin {
}

.formbox .checkboxin .wpcf7-form-control {
	justify-content: space-between;
}
.formbox .checkboxin .wpcf7-list-item {
	width: 49%;
}
.formbox .checkboxin label {
	margin: 5px 0;
}
.formbox .checkboxin label input {
	margin-right: 5px;
}
.formbox .checkboxin input[type=checkbox] {
	width: 14px;
	height: 14px;
}
.formbox .checkboxin input[type=checkbox]:checked:before {
	font-size: 12px;
}
.formbox .mustbox .mustin {
	font-size: 14px;
	width: 70px;
	height: 24px;
	margin-right: 10px;
}
.formbox .mustbox .mustico {
	font-size: 14px;
	margin-right: 5px;
}
}


/* !thanks
----------------------------------------------- */
.thanksbox {
	padding: 0;
}
.thankstit {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}
.thankstxt {
	text-align: center;
}
@media (max-width: 767px) {
.thankstit {
	font-size: 18px;
}
}

.error {
	color: #ff0000;
}


/* eye nail
----------------------------------------------- */
.neanchor {
	
}
.neanchor .anchorhd {
	background: #e9e5e0;
	padding: 20px 30px;
	font-size: 36px;
	color: #907c65;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 15px;
}
.neanchor .anchorarea+.anchorarea {
	margin-top: 40px;
}
.neanchor .anchorbox+.anchorbox {
	margin-top: 20px;
}
.neanchor .anchortit {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
}
.neanchor .anchortit .anchortitin {
	font-size: 14px;
	color: #586973;
}
.neanchor .anchordet {
	position: absolute;
	left: 0;
	bottom: 25px;
	width: 100%;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	z-index: 1;
}
.neanchor .anchorpri {
	border-top: 1px #989da0 solid;
	height: 88px;
	background: #363a3d;
	display: flex;
	align-items: center;
	padding: 10px 25px;
	overflow: hidden;
	margin-top: 10px;
	position: relative;
}
.neanchor .anchorpri:before {
	position: absolute;
	content: "";
	background: url("../img/menu/logo_anchor.png") 0 0 no-repeat;
	width: 48px;
	height: 48px;
	right: 10px;
	bottom: 15px;
	z-index: 0;
}
.neanchor .anchorpri .priinner {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
}
.neanchor .anchorpri .prilimit {
	align-self: flex-start;
	flex-shrink: 0;
	padding-top: 3px;
}
.neanchor .anchorpri .prinum {
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	line-height: 1.5;
}
.neanchor .anchorpri .prinumsml {
	font-size: 16px;
	font-weight: 500;
}
.neanchor .anchoritem {
	margin-top: 10px;
}
.neanchor .anchoritem .itemtit {
	padding: 3px 10px;
	color: #fff;
	line-height: 1.2;
}
.neanchor .anchoritem .iteminner {
	padding: 10px;
}
.neanchor .anchoritem .itemlist li {
	font-size: 14px;
	line-height: 1.2;
	text-indent: -0.5em;
	padding-left: 0.5em;
}
.neanchor .anchoritem .itemlist li+li{
	margin-top: 4px;
}
.neanchor .nefour {
	display: flex;
	align-items: stretch;
	border-left: 1px #907c65 solid;
	border-top: 1px #907c65 solid;
}
.neanchor .nefour a {
	flex: 1;
	display: block;
	padding: 20px 23px 65px;
	border-right: 1px #907c65 solid;
	border-bottom: 1px #907c65 solid;
	background: url(../img/menu/grey_four.png) center bottom no-repeat;
	position: relative;
}
.neanchor .nefour a .anchordet {
	color: #586973;
}
.neanchor .nefour a:nth-child(2n) {
	background: url(../img/menu/brown_four.png) center bottom no-repeat;
}
.neanchor .nefour a:nth-child(2n) .anchordet {
	color: #907c65;
}
.neanchor .nefour .anchorpri:after {
	position: absolute;
	content: "";
	background: url("../img/menu/arrow_four.png") 0 0 no-repeat;
	width: 215px;
	height: 53px;
	left: 0;
	top: 0;
	z-index: 0;
}
.neanchor .nefour a .anchoritem {
	background: #eef0f1;
}
.neanchor .nefour a .anchoritem .itemtit {
	background: #586973;
}
.neanchor .nefour a:nth-child(2n) .anchoritem {
	background: #f4f2ef;
}
.neanchor .nefour a:nth-child(2n) .anchoritem .itemtit {
	background: #907c65;
}

.neanchor .nethree {
	display: flex;
	align-items: stretch;
	border-left: 1px #907c65 solid;
	border-top: 1px #907c65 solid;
}
.neanchor .nethree a {
	flex: 1;
	display: block;
	padding: 20px 15px 45px;
	border-right: 1px #907c65 solid;
	border-bottom: 1px #907c65 solid;
	background: url("../img/menu/brown_three.png") center bottom no-repeat;
	position: relative;
}
.neanchor .nethree a .anchortit {
	justify-content: center;
}
.neanchor .nethree a .monthly {
	border: 1px #363a3d solid;
	margin-right: 8px;
	padding: 2px 4px;
	font-size: 14px;
	color: #363a3d;
	line-height: 1;
}
.neanchor .nethree a:nth-child(2n) {
	background: url("../img/menu/grey_three.png") center bottom no-repeat;
}
.neanchor .nethree a .anchordet {
	color: #907c65;
}
.neanchor .nethree a:nth-child(2n) .anchordet {
	color: #586973;
}

.neanchor .netwo {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.neanchor .netwo a {
	border: 1px #907c65 solid;
	display: flex;
	height: 90px;
	align-items: center;
	padding: 10px 30px;
	background: url("../img/menu/grey_two.png") right bottom no-repeat;
	width: 49.3%;
	position: relative;
}
.neanchor .netwo .anchordet {
	width: auto;
	left: auto;
	right: 60px;
	bottom: 25px;
	color: #586973;
}
.neanchor .netwo a+a {
	background: url("../img/menu/brown_two.png") right bottom no-repeat;
}
.neanchor .netwo a+a .anchordet {
	color: #907c65;
}

.neanchor .nelar {
	display: flex;
	align-items: stretch;
	border-left: 1px #907c65 solid;
	border-top: 1px #907c65 solid;
}
.neanchor .nelar a {
	flex: 1;
	display: block;
	padding: 20px 25px 55px;
	border-right: 1px #907c65 solid;
	border-bottom: 1px #907c65 solid;
	background: url("../img/menu/brown_three.png") center bottom no-repeat;
	position: relative;
}
.neanchor .nelar a:nth-child(2n) {
	background: url("../img/menu/grey_three.png") center bottom no-repeat;
}
.neanchor .nelar a .anchordet {
	color: #907c65;
}
.neanchor .nelar a:nth-child(2n) .anchordet {
	color: #586973;
}
.neanchor .nelar a .anchoritem {
	background: #f4f2ef;
}
.neanchor .nelar a .anchoritem .itemtit {
	background: #907c65;
}
.neanchor .nelar a:nth-child(2n) .anchoritem {
	background: #eef0f1;
}
.neanchor .nelar a:nth-child(2n) .anchoritem .itemtit {
	background: #586973;
}
.neanchor .nelar .anchorpri:after {
	position: absolute;
	content: "";
	background: url("../img/menu/arrow_lar.png") 0 0 no-repeat;
	width: 303px;
	height: 53px;
	left: 0;
	top: 0;
	z-index: 0;
}
.neanchor .neonly a {
	display: block;
	padding: 15px 15px 15px 25px;
	background: url(../img/menu/brown_two.png) right bottom no-repeat;
	border: 1px #907c65 solid;
	position: relative;
}
.neanchor .neonly a .neonlytxt {
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}
.neanchor .neonlybox {
	display: flex;
	align-items: stretch;
}
.neanchor .neonlybox .anchorpri {
	width: 240px;
	height: auto;
	margin: 0 20px 0 0;
}
.neanchor .neonlybox .anchorpri:after {
	position: absolute;
	content: "";
	background: url("../img/menu/arrow_four.png") 0 0 no-repeat;
	width: 215px;
	height: 53px;
	left: 0;
	top: 0;
	z-index: 0;
}
.neanchor .neonlybox .anchoritem {
	background: #f4f2ef;
	margin: 0;
}
.neanchor .neonlybox .anchoritem .itemtit {
	background: #907c65;
}
.neanchor .neonly a .anchordet {
	color: #907c65;
	width: auto;
	left: auto;
	right: 135px;
	bottom: 15px;
}

.nearea {
	margin-top: 140px;
}
.nearea .hdl {
	margin-bottom: 35px;
}
.nearea2 {
	margin: 10px 0 30px 0;
}
.nearea2 .hdl {
	margin-bottom: 35px;
}
.nearea3 {
	margin: 30px 0 30px 0;
}
.nearea3 .hdl {
	margin-bottom: 35px;
}
@media (max-width: 1024px) {
.neanchor .nefour {
	flex-wrap: wrap;
}
.neanchor .nefour a {
	flex: none;
	width: 50%;
	background: url(../img/menu/grey_four.png) center bottom no-repeat;
	background-size: 100% auto;
}
.neanchor .nefour a:nth-child(2n) {
	background: url(../img/menu/brown_four.png) center bottom no-repeat;
	background-size: 100% auto;
}
.neanchor .nelar {
	flex-wrap: wrap;
}
.neanchor .nelar a {
	flex: none;
	width: 50%;
	background: url("../img/menu/brown_three.png") center bottom no-repeat;
	background-size: 100% auto;
}
.neanchor .nelar a:nth-child(2n) {
	background: url("../img/menu/grey_three.png") center bottom no-repeat;
	background-size: 100% auto;
}
.neanchor .neonly a .anchordet {
	right: 10px;
	bottom: 50px;
}
}

@media (max-width: 767px) {
.neanchor .anchorhd {
	padding: 10px 15px;
	font-size: 22px;
}
.neanchor .anchorarea+.anchorarea {
	margin-top: 30px;
}
.neanchor .anchortit {
	font-size: 12px;
	flex-direction: column;
	align-items: flex-start;
}
.neanchor .anchortit .anchortitin {
	font-size: 10px;
}
.neanchor .anchordet {
	bottom: 20px;
	font-size: 12px;
}
.neanchor .anchorpri {
	height: auto;
	padding: 15px 10px;
}
.neanchor .anchorpri:before {
	position: absolute;
	content: "";
	background: url("../img/menu/logo_anchor.png") 0 0 no-repeat;
	background-size: 24px 24px;
	width: 24px;
	height: 24px;
	right: 10px;
	bottom: 10px;
}
.neanchor .anchorpri .priinner {
	flex-direction: column;
}
.neanchor .anchorpri .prilimit {
	width: 100%;
	text-align: center;
}
.neanchor .anchorpri .prinum {
	font-size: 16px;
	margin-top: 10px;
}
.neanchor .anchorpri .prinumsml {
	font-size: 12px;
}
.neanchor .anchoritem {
	margin-top: 5px;
}
.neanchor .anchoritem .itemtit {
	padding: 2px 5px;
}
.neanchor .anchoritem .iteminner {
	padding: 10px 5px;
}
.neanchor .anchoritem .itemlist li {
	font-size: 12px;
}
.neanchor .anchoritem .itemlist li+li{
	margin-top: 2px;
}
.neanchor .nefour {
}
.neanchor .nefour a {
	padding: 20px 10px 50px;
}
.neanchor .nethree a {
	padding: 20px 10px 50px;
}
.neanchor .nethree a .anchortit {
	justify-content: center;
}
.neanchor .nethree a .monthly {
	margin-right: 0;
	font-size: 10px;
}
.neanchor .netwo a {
	padding: 10px 10px;
	align-items: flex-start;
}
.neanchor .nelar a {
	width: 100%;
	padding: 20px 10px 50px;
}
.neanchor .neonly a {
	padding: 15px 10px 50px;
}
.neanchor .neonlybox {
	justify-content: space-between;
}
.neanchor .neonlybox .anchorpri {
	width: 48%;
	margin: 0;
}
.neanchor .neonly a .anchordet {
	right: 135px;
	bottom: 15px;
}
	.neanchor .neonly a .anchoritem {
		width: 48%;
	}
.nearea {
	margin-top: 60px;
}
.nearea .hdl {
	margin-bottom: 20px;
}
.nearea2 {
	margin: 10px 0 30px 0;
}
.nearea2 .hdl {
	margin-bottom: 20px;
}
.nearea3 {
	margin: 30px 0 30px 0;
}
.nearea3 .hdl {
	margin-bottom: 20px;
}
}

.nemain {
	position: relative;
}
.nemain .nemainimg img {
	width: 100%;
}
.nemain .nemaincont {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 20px 20px 120px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	z-index: 1;
}
.nemain .nemaintit {
	font-size: 30px;
	line-height: 1.5;
	color: #907c65;
	font-weight: 700;
	letter-spacing: 0.15em;
	-webkit-text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
	-moz-text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
	-ms-text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
	-o-text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
	text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}
.nemain .nemaintxt {
	font-size: 18px;
	font-weight: 500;
	color: #363a3d;
	line-height: 1.5;
	margin-top: 20px;
	letter-spacing: 0.1em;
	-webkit-text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
	-moz-text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
	-ms-text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
	-o-text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
	text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}
@media (max-width: 767px) {
.nemain .nemaincont {
	position: relative;
	left: auto;
	top: auto;
	padding: 0 20px;
	margin-bottom: 20px;
}
.nemain .nemaintit {
	font-size: 20px;
}
.nemain .nemaintxt {
	font-size: 14px;
	margin-top: 10px;
}
}

.nemid {
	padding: 0 20px;
	margin-top: -100px;
	position: relative;
}
.nemid .nemidin {
	max-width: 1140px;
	margin: 0 auto;
	background: #fff;
	padding: 60px 0 0;
}

@media (max-width: 767px) {
.nemid {
	padding: 0 10px;
	margin-top: -30px;
}
.nemid .nemidin {
	padding: 20px 10px 0;
}
}

.nehdl {
	background: #e9e5e0;
	padding: 20px 30px;
	color: #907c65;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: 0.1em;
	border-bottom: 1px #907c65 solid;
	position: relative;
}
.nehdl:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	border-top: 33px #907c65 solid;
	border-right: 33px solid transparent;
	z-index: 0;
}
@media (max-width: 767px) {
.nehdl {
	padding: 15px 20px;
	font-size: 16px;
}
.nehdl:before {
	border-top: 22px #907c65 solid;
	border-right: 22px solid transparent;
}
}

.nehdm {
	font-size: 18px;
	display: flex;
	align-items: center;
	color: #907c65;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.1em;
	border-left: 4px #907c65 solid;
	padding: 10px 20px;
	margin-bottom: 15px;
}
.nehdm .nehdmin {
	border: 1px #907c65 solid;
	color: #907c65;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.2;
	padding: 2px 10px;
	margin-right: 15px;
}
@media (max-width: 767px) {
.nehdm {
	font-size: 16px;
	border-left: 2px #907c65 solid;
	padding: 5px 10px;
}
.nehdm .nehdmin {
	font-size: 12px;
	margin-right: 10px;
}
}

.nehds {
	background: #907c65;
	font-size: 16px;
	color: #fff;
	line-height: 1.3;
	letter-spacing: 0.1em;
	padding: 10px 25px;
	margin-bottom: 10px;
}
@media (max-width: 767px) {
.nehds {
	font-size: 14px;
	padding: 5px 15px;
}
}

.nebor {
	max-width: 900px;
	margin: 0 auto;
	padding: 20px 10px;
	position: relative;
}
.nebor:before {
	position: absolute;
	content: "";
	border: 1px #586973 solid;
	width: 100%;
	height: calc(100% - 8px);
	left: 0;
	top: 0;
	z-index: 0;
}
.nebor:after {
	position: absolute;
	content: "";
	border: 1px #586973 solid;
	width: calc(100% - 12px);
	height: calc(100% - 8px);
	left: 6px;
	bottom: 0;
	z-index: 0;
}
.nebor .neborin {
	font-size: 24px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	text-align: center;
	position: relative;
	z-index: 1;
}
@media (max-width: 767px) {
.nebor {
	padding: 10px;
}
.nebor .neborin {
	font-size: 16px;
}
.nebor:before {
	height: calc(100% - 6px);
}
.nebor:after {
	position: absolute;
	content: "";
	border: 1px #586973 solid;
	width: calc(100% - 8px);
	height: calc(100% - 6px);
	left: 4px;
}
}

.netable {
	border: 1px #5a6873 solid;
	width: 100%;
}
.netable th,
.netable td {
	font-size: 16px;
	padding: 12px 20px;
	vertical-align: middle;
	border-right: 1px #5a6873 solid;
}
.netable th {
	background: #dee1e3;
	text-align: center;
	font-weight: 700;
	border-bottom: 1px #9ba5ab dashed;
}
.netable tr+tr+tr td {
	border-top: 1px #abb4b9 solid;
}
.netable .tablattice {
	background: url(../img/menu/lattice_table.jpg) 0 0 repeat;
}
.netable .w60 {
	width: 60%;
}
.netable .w40 {
	width: 40%;
}
.netable .w20 {
	width: 20%;
}
.netable .w25 {
	width: 25%;
}
.netable .whalf {
	width: 50%;
}
.netable .nedelete {
	display: inline-block;
	position: relative;
}
.netable .nedelete:before {
	position: absolute;
	content: "";
	background: #363a3d;
	width: 100%;
	height: 1px;
	left: 0;
	top: 50%;
	z-index: 1;
}
@media (max-width: 767px) {
.netable th,
.netable td {
	font-size: 14px;
	padding: 8px 10px;
}
}



/* nail
----------------------------------------------- */

.nailbox {
	margin-top: 50px;
}
.nailbox+.nailbox {
	margin-top: 80px;
}
.nailinner {
	margin-top: 35px;
}
.nailinner+.nailinner {
	margin-top: 60px;
}
@media (max-width: 767px) {
.nailbox {
	margin-top: 30px;
}
.nailbox+.nailbox {
	margin-top: 50px;
}
.nailinner {
	margin-top: 20px;
}
.nailinner+.nailinner {
	margin-top: 40px;
}
}

.nailbox .nehdl {
	margin-bottom: 30px;
}

.nailnote li {
	text-indent: -1em;
	padding-left: 1em;
}
.netable+.nailnote {
	margin-top: 10px;
}
.nailtxt01 {
	text-align: center;
	margin-bottom: 80px;
}
.nailtxt02 {
	margin-top: 28px;
	text-align: center;
}
.nailtxt03 {
	margin-bottom: 20px;
}
@media (max-width: 767px) {
.nailtxt01 {
	margin-bottom: 30px;
}
.nailtxt02 {
	margin-top: 20px;
	text-align: center;
}
.nailtxt03 {
	margin-bottom: 10px;
}
}

.nailspe {
	background: #eef0f1;
	margin-bottom: 30px;
}
.nailspe .nailspetit {
	background: #586973;
	padding: 10px 15px;
	color: #fff;
	font-size: 16px;
	display: flex;
	align-items: center;
}
.nailspe .nailspeico {
	margin-right: 5px;
	font-size: 18px;
	font-weight: 700;
	transform: rotate(30deg);
}
.nailspe .nailspein {
	padding: 25px;
}
.nailspe .nailspelist li {
	font-size: 18px;
	font-weight: 700;
	text-indent: -1em;
	padding-left: 1em;
}
.nailspe .nailspelist li+li {
	margin-top: 5px;
}
.nailspe .nailspelist .spenum {
	color: #586973;
}
@media (max-width: 767px) {
.nailspe {
	margin-bottom: 20px;
}
.nailspe .nailspetit {
	padding: 5px 10px;
	font-size: 14px;
}
.nailspe .nailspeico {
	font-size: 16px;
}
.nailspe .nailspein {
	padding: 20px 15px;
}
.nailspe .nailspelist li {
	font-size: 16px;
}
}

/* esthe
----------------------------------------------- */
.pic-flex{
	display:flex;
	justify-content: space-around;
	margin:20px 0;
}
.pic-flex2{
	display:flex;
	justify-content: space-around;
	margin:20px 0;
}
.mgb20{
	margin-bottom:20px;
}
.mgb40{
	margin-bottom:40px;
}

@media (max-width: 478px) {
	.pic-flex2{
		display:block;
	}
		#white-s,#hydra-p{
			margin-bottom:20px;
		}
	.hs-txt{
		font-size:0.9em;
	}
}

/* recruit
----------------------------------------------- */
.rec-tit{
	font-size:18px;
	font-weight:bold;
	margin-bottom:30px;
}
.rec-outer p{
	margin-bottom:20px;
}
.rec-outer ul{
	margin:10px 0 20px 40px;
}
.rec-sb-tit{
	font-weight:700;
	font-size:1.1em;
}
#ownerdet{
	font-size:1.6em;
	font-weight:700;
	text-align:center;
}
.mgb40{
	margin-bottom:40px;
}
.rec-image2{
	margin-bottom:40px;
}
/* eye
----------------------------------------------- */
.eyebox+.eyebox {
	margin-top: 60px;
}
.eyeinner+.eyeinner {
	margin-top: 40px;
}
@media (max-width: 767px) {
.eyebox+.eyebox {
	margin-top: 40px;
}
.eyeinner+.eyeinner {
	margin-top: 30px;
}
}

.eyeline {
	text-align: center;
	margin-top: 30px;
}
.eyeline .eyelinein {
	display: inline;
	font-size: 18px;
	padding: 3px 0;
	font-weight: 700;
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #dee1e3 0%) repeat scroll 0 0;
}
.eyelimit {
	display: flex;
	align-items: stretch;
	border: 1px #363a3d solid;
}
.eyelimit .limitser {
	width: 50%;
	display: flex;
	align-items: center;
	overflow: hidden;
	padding: 15px 40px;
	position: relative;
	background: url(../img/menu/logo_service.png) right 25px center no-repeat #363a3d;
}
.eyelimit .limitser:before {
	position: absolute;
	content: "";
	background: url(../img/menu/arrow_service.png) 0 0 no-repeat;
	width: 517px;
	height: 90px;
	left: 0;
	top: 0;
	z-index: 0;
}
.eyelimit .limitserin {
	position: relative;
	z-index: 1;
}
.eyelimit .limitsertit {
	display: flex;
	align-items: center;
	font-size: 36px;
	line-height: 1.2;
	color: #fff;
	font-weight: 500;
}
.eyelimit .limitsertit img {
	margin-right: 15px;
}
.eyelimit .limitserdet {
	font-size: 30px;
	color: #fff;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 10px;
}
.eyelimit .limitcont {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 25px 15px;
	width: 50%;
}
.eyelimit .limitcont p+p {
	margin-top: 20px;
}
.eyelimit .limitcont .typeone {
	display: flex;
	align-items: flex-end;
}
.eyelimit .limitcont .typeonetxt {
	font-size: 30px;
	font-weight: 700;
	margin-right: 20px;
	line-height: 1.2;
}
.eyelimit .limitcont .typeoneline {
	font-size: 36px;
	line-height: 1.1;
	font-weight: 700;
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #d3cbc1 0%) repeat scroll 0 0;
}
.eyelimit .limitcont .typetwo {
	display: flex;
	align-items: flex-end;
}
.eyelimit .limitcont .typetwotxt {
	font-size: 30px;
	border: 1px #363a3d solid;
	font-weight: 700;
	line-height: 1;
	padding: 5px 10px 3px;
	margin-right: 25px;
}
.eyelimit .limitcont .typetwoline {
	font-size: 43px;
	line-height: 1.1;
	font-weight: 700;
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #d3cbc1 0%) repeat scroll 0 0;
}

@media (max-width: 1024px) {
.eyelimit {
	display: block;
}
.eyelimit .limitser {
	width: auto;
}
.eyelimit .limitcont {
	width: auto;
}
}
@media (max-width: 767px) {
.eyeline {
	margin-top: 20px;
}
.eyeline .eyelinein {
	font-size: 14px;
}
.eyelimit .limitser {
	padding: 15px 20px;
	background: url(../img/menu/logo_service.png) right 15px center no-repeat #363a3d;
	background-size: 60px auto;
}
.eyelimit .limitsertit {
	font-size: 22px;
	line-height: 1;
}
.eyelimit .limitsertit img {
	width: 85px;
	margin: -2px 10px 0 0;
}
.eyelimit .limitserdet {
	font-size: 20px;
}
.eyelimit .limitcont {
	padding: 15px;
}
.eyelimit .limitcont p+p {
	margin-top: 10px;
}
.eyelimit .limitcont .typeonetxt {
	font-size: 20px;
	margin-right: 10px;
}
.eyelimit .limitcont .typeoneline {
	font-size: 24px;
}
.eyelimit .limitcont .typetwotxt {
	font-size: 20px;
	padding: 2px 5px;
	margin-right: 20px;
}
.eyelimit .limitcont .typetwoline {
	font-size: 30px;
}
}

.spabox {
	max-width: 950px;
	margin: 60px auto 0;
}
.spatxt01 {
	text-align: center;
	margin-top: 20px;
}
.spatxt02 {
	text-align: center;
	margin-top: 40px;
}
.spatxt03 {
	text-align: center;
	margin: 20px 0 55px;
}
.spatxt04 {
	margin-bottom: 20px;
}
.spacheck {
	border: 1px #363a3d solid;
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.spacheck .spacheckimg {
	flex-shrink: 0;
}
.spacheck .spacheckin {
	flex: 1;
	padding: 10px 20px 10px 35px;
}
.spacheck .spachecklist li {
	background: url(\../img/common/ico_check.png) 0 4px no-repeat;
	padding-left: 25px;
	line-height: 1.5;
}
.spacheck .spachecklist li+li {
	margin-top: 5px;
}
.spacheck .spachecktxt {
	margin-top: 15px;
}
@media (max-width: 767px) {
.spabox {
	margin: 30px auto 0;
}
.spatxt01 {
	margin-top: 15px;
}
.spatxt02 {
	margin-top: 20px;
}
.spatxt03 {
	margin: 15px 0 30px;
}
.spacheck {
	display: block;
}
.spacheck .spacheckimg img {
	width: 100%;
}
.spacheck .spacheckin {
	padding: 20px 15px;
}
.spacheck .spachecktxt {
	margin-top: 10px;
}
}


.recommend {
	display: flex;
	align-items: flex-start;
	flex-direction: row-reverse;
}
.recommend .recommendin {
	width: 360px;
	margin-left: 50px;
	background: #eef0f1;
}
.recommend .recommendin2 {
	width: 50%;
	margin-left: 50px;
	background: #eef0f1;
}
.recommend .recommendtit {
	background: #586973;
	padding: 10px 20px;
	line-height: 1.2;
	color: #fff;
	display: flex;
	align-items: center;
}
.recommend .recommendtit .starico {
	font-size: 18px;
	font-weight: 700;
	margin-right: 5px;
	transform: rotate(30deg);
}
.recommend .recommendlist {
	padding: 20px 25px 25px;
}
.recommend .recommendlist li {
	text-indent: -0.5em;
	padding-left: 0.5em;
}
.recommend .recommendcont {
	flex: 1;
}
.recommend .recommendtxt+.recommendtxt {
	margin-top: 25px;
}
.recommend .recommendnote {
	display: flex;
	margin-bottom: 10px;
	font-weight: 700;
	align-items: center;
}
.recommend .recommendnote .starico {
	font-size: 18px;
	color: #907c65;
	transform: rotate(30deg);
	margin-right: 10px;
	flex-shrink: 0;
}
.recommend .recommenddot {
	
}
@media (max-width: 1024px) {
.recommend .recommendin {
	margin-left: 20px;
}
.recommend .recommendin2 {
	margin-left: 20px;
}
}
@media (max-width: 767px) {
.recommend {
	display: block;
}
.recommend .recommendin {
	width: auto;
	margin: 0 0 20px;
}
.recommend .recommendin2 {
	width: auto;
	margin: 0 0 20px;
}
.recommend .recommendtit {
	padding: 10px;
}
.recommend .recommendtit .starico {
	font-size: 16px;
}
.recommend .recommendlist {
	padding: 20px 15px;
}
}

.eyebox .nehdl {
	margin-bottom: 25px;
}
.browtxt01 {
	text-align: center;
	margin-bottom: 60px;
}
.bindbox {
	margin-top: 60px;
	display: flex;
}
.bindbox .bindimg {
	flex-shrink: 0;
	margin-right: 40px;
}
.bindbox .bindcont {
	flex: 1;
}
.bindbox .binddot {
	color: #907c65;
	font-weight: 700;
}
.trapezoid {
	background: url("../img/menu/trapezoid.png") center 0 no-repeat;
	min-height: 202px;
	padding: 70px 0 0;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 50px;
}
.trapezoid img {
	vertical-align: middle;
	display: inline-block;
}
.trapezoid p+p {
	margin-top: 10px;
}
.trapezoid .trapelar {
	font-size: 36px;
}
.trapezoid .trapesml {
	font-size: 24px;
}

.double {
	max-width: 945px;
	margin: 25px auto 65px;
}
.double .doublebox {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 20px;
}
.double .doublebox > li {
	width: 30%;
	border: 1px #363a3d solid;
}
.double .doublebox .doubleimg img {
	width: 100%;
}
.double .doublebox .doublein {
	padding: 15px 0 15px 15px;
	display: flex;
	flex-direction: column;
}
.double .doublebox .doubletit {
	align-self: center;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 700;
	margin: 0 15px 20px 0;
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #dee1e3 0%) repeat scroll 0 0;
}
.double .doublebox .doublecheck {
	display: flex;
	flex-wrap: wrap;
	margin: -2px 0;
}
.double .doublebox .doublecheck li {
	background: url("../img/common/ico_check.png") 0 5px no-repeat;
	padding-left: 20px;
	margin: 2px 15px 2px 0;
}

@media (max-width: 1024px) {
.bindbox {
	display: block;
}
.bindbox .bindimg {
	text-align: center;
	margin: 0 0 40px;
}
}
@media (max-width: 767px) {
.eyebox .nehdl {
	margin-bottom: 20px;
}
.browtxt01 {
	margin-bottom: 20px;
}
.bindbox {
	margin-top: 30px;
}
.bindbox .bindimg {
	margin: 0 0 20px;
}
.trapezoid {
	background-size: 200px 159px;
	min-height: 159px;
	padding: 50px 0 0;
	font-size: 22px;
	margin-bottom: 30px;
}
.trapezoid img {
	width: 19px;
}
.trapezoid .trapelar {
	font-size: 24px;
}
.trapezoid .trapesml {
	font-size: 16px;
}
.double {
	margin: 20px auto 30px;
}
.double .doublebox {
	display: block;
	margin-bottom: 20px;
}
.double .doublebox > li {
	width: auto;
}
.double .doublebox > li+li {
	margin-top: 30px;
}
.double .doublebox .doublein {
	padding: 15px 10px;
}
.double .doublebox .doubletit {
	font-size: 16px;
	margin: 0 0 20px;
}
.double .doublebox .doublecheck li {
	margin: 2px 10px 2px 0;
}
}


/* XXXXXXX
----------------------------------------------- */


@media (max-width: 1024px) {

}

@media (max-width: 767px) {

}

.sub_title_bold {
 font-weight:bold;
}
