@import url("reset.css");
@import url("font-awesome.min.css");

/* Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&family=Zen+Old+Mincho:wght@400;900&display=swap");

/*
base color: #6A3906;
a color:	#6A3906;
bordercolor: #C7B299;
box-shadow: 0px 0px 3px rgba(56, 34, 22, 0.3);
 */

html,
body {
	width: 100%;
}

html {
	font-size: 62.5%;
}

body {
	font-size: 15px;
	color: #3f3f3f;
	font-family: Verdana, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	background-color: #fff;
}

.contents strong {
	font-weight: bold !important;
}

a {
	color: #6a3906;
	text-decoration: none;
}

a:hover {
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

em {
	color: #c50018;
}

small {
	font-size: 86%;
}

h2 {
	color: #442e1b;
}

.t-align {
	text-align: right;
}

.hosoku {
	font-size: 93%;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.alignright {
	display: inline-block;
	float: right;
	padding: 4px;
	margin: 0 0 0 12px;
	display: inline;
}

.alignleft {
	display: inline-block;
	float: left;
	padding: 4px;
	margin: 0 12px 0 0;
	display: inline;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: block;
	overflow: hidden;
}

.clearfix:after {
	clear: both;
}

.indent1 {
	padding-left: 1em;
	text-indent: -1em;
}

.note {
	color: #777;
	font-size: 79%;
}

.mb0 {
	margin-bottom: 0 !important;
}

/* common column -------------------- */
.wrap {
	width: 100%;
	min-width: 360px;
}

.innerBody {
	margin: 0 auto;
	padding: 0 10px;
	max-width: 960px;
}

.innerBody:after {
	content: "";
	display: block;
	clear: both;
}

.youtubeBody {
	margin: 0 auto;
	padding: 0 10px;
	max-width: 1133px;
}

.youtubeBody:after {
	content: "";
	display: block;
	clear: both;
}

header {
	margin-bottom: 10px;
	padding-top: 5px;
}

header a {
	display: block;
}

.siteName {
	float: left;
	margin-right: 40px;
	padding-top: 10px;
}

#globalNavi {
	float: right;
	display: block;
	margin-top: 8px;
	width: 680px;
	position: relative;
}

#globalNavi:before,
#globalNavi:after {
	content: "";
	display: block;
}

#globalNavi:after {
	clear: both;
}

#globalNavi li {
	display: inline-block;
	float: left;
	margin: 5px 12px 5px 0;
	width: 120px;
	background: url(../images/common/border-bg2.png) repeat-x left bottom;
}

#globalNavi li:nth-of-type(5n) {
	margin-right: 0;
}

#globalNavi li:hover {
	background-image: url(../images/common/border-bg1.png);
}

#globalNavi li.weborder {
	width: 252px;
}

#globalNavi span {
	display: none;
}

#globalNavi strong {
	display: inline-block;
	position: relative;
	bottom: 3px;
	padding-left: 75px;
	font-size: 10px;
}

#globalNavi ul a {
	display: block;
	height: 15px;
	padding: 0 5px 5px;
	background-image: url("../images/common/sprites.png");
	background-repeat: no-repeat;
	background-size: 390px 140px;
}

#globalNavi .home a {
	background-position: 10px -30px;
}

#globalNavi .kodawari a {
	background-position: 10px -53px;
}

#globalNavi .business a {
	background-position: -120px -30px;
}

#globalNavi .lineup a {
	background-position: -120px -53px;
}

#globalNavi .recruit a {
	background-position: 10px -75px;
}

#globalNavi .shop a {
	background-position: -120px -76px;
}

#globalNavi .weborder a {
	background-position: 10px -122px;
}

#globalNavi .company a {
	background-position: 10px -98px;
}

#globalNavi .contact a {
	background-position: -120px -99px;
}

#globalNavi .onlineshop a {
	background-position: -251px -30px;
}

.snsLink {
	margin-bottom: 0 !important;
	position: absolute;
	bottom: 3px;
	right: 0;
	width: 20px;
}

.snsLink a {
	display: inline-block;
	margin-right: 4px;
	width: 20px;
	height: 20px;
	background: url(../images/common/sprites.png) no-repeat;
	background-size: 390px 140px;
	text-indent: 100%;
	overflow: hidden;
}

.snsLink .i-fb {
	background-position: 0 0;
}

.snsLink .i-mixi {
	width: 25px;
	background-position: -25px 0;
}

.snsLink .i-yt {
	background-position: -53px 0;
}

.snsLink .i-insta {
	background-position: -27px 0;
}

/* ----------------------------------- */

/* #heddingArea */
#index #heddingArea {
	width: 100%;
	height: 100vh;
	position: relative;
	background: url(../images/index/boder_movie.png) 0 100% repeat-x;
}

#heddingArea header {
	width: 100%;
	margin: 0;
	padding: 5px 0 5px 0;
	background-color: rgba(255, 255, 255, 0.75);
}

#heddingArea .newnav-box {
	display: flex;
	max-width: 980px;
	margin: 0 auto;
}

#heddingArea header ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	padding: 5px 0 5px 0;
}

#heddingArea header li {
	padding-right: 2px;
	background: url(../images/index/nav_border.png) 100% 100% no-repeat;
}

#heddingArea header li:first-child {
	padding-left: 2px;
	background: url(../images/index/nav_border.png) 0 100% no-repeat, url(../images/index/nav_border.png) 100% 100% no-repeat;
}

#heddingArea header li a {
	/*height: 35px;*/
	padding: 0 12px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#heddingArea .nav-toppage-pc__items {
	/*height: 35px;*/
	padding: 0 12px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	font-family: "Noto Serif JP", serif;
	font-size: 13px;
	letter-spacing: 0.02em;
}

#heddingArea header li a > img {
	/*margin-top: 17px;*/
}

#heddingArea .logoDeliaTerre {
	margin-top: 30px;
	text-align: center;
}

#heddingArea .logoDeliaTerre-toppage {
	margin-top: 30px;
	text-align: center;
	display: none;
}

#heddingArea .animeScroll {
	position: absolute;
	margin-left: -23px;
	left: 50%;
	bottom: 15px;
}

#heddingArea .animeScroll img {
	-webkit-animation: fuwafuwa 2s infinite ease-in-out alternate;
	animation: fuwafuwa 2s infinite ease-in-out alternate;
}

@-webkit-keyframes fuwafuwa {
	0% {
		-webkit-transform: translate(0, 0);
	}

	100% {
		-webkit-transform: translate(0, 10px);
	}
}

@keyframes fuwafuwa {
	0% {
		transform: translate(0, 0);
	}

	100% {
		transform: translate(0, 10px);
	}
}

/* ----- for SP */
#heddingArea .spNavMenu,
#heddingArea .spNavList {
	display: none !important;
}

.sp #heddingArea {
	height: 100px;
}

.sp #heddingArea header nav {
	display: none !important;
}

.sp #heddingArea header {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
}

.sp #heddingArea.open header {
	background: none;
}

.sp #heddingArea .spNavMenu {
	display: block !important;
	width: 100px;
	height: 100px;
	padding: 25px 25px;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 220;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.sp #heddingArea.open .spNavMenu {
	position: fixed;
}

.sp .spNavMenu span {
	display: block;
	float: right;
	width: 100%;
	height: 6px;
	margin-top: 16px;
	background-color: #442e1b;
	position: relative;
	top: 0;
	left: 0;
	-webkit-transition: ease 0.5s;
	transition: ease 0.5s;
}

.sp .spNavMenu span:nth-child(1) {
	margin-top: 0;
}

.sp .open .spNavMenu span {
	background-color: #fff;
}

.sp .open .spNavMenu span:nth-child(1) {
	top: 22px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.sp .open .spNavMenu span:nth-child(2) {
	opacity: 0;
	left: -60%;
}

.sp .open .spNavMenu span:nth-child(3) {
	top: -22px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.sp #heddingArea .spNavList {
	display: block !important;
	opacity: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
	padding: 120px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
	background-color: rgba(34, 34, 34, 0.9);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* -webkit-transition: ease 0.5s; */
	/* transition: ease 0.5s; */
}

.sp #heddingArea.open .spNavList {
	opacity: 1;
	visibility: visible;
}

.sp .spNavList li {
	margin-bottom: 8px;
}

.sp .spNavList li a {
	color: #fff;
	font-size: 257%;
	display: inline-block;
	padding: 8px 0;
}

.sp #heddingArea .logoDeliaTerre {
	display: block;
	margin-top: 0;
}

.sp #heddingArea .logoDeliaTerre-toppage {
	display: block;
	margin-top: 0;
}

.sp #heddingArea .logoDeliaTerre img {
	width: 357px;
	height: 100px;
}

.sp #movieBackground,
.sp .animeScroll {
	display: none;
}

/* ----------------------------------- */

.contents {
	padding: 40px 0;
	background: #fff url(../images/common/check-bg.gif);
	overflow: hidden;
	position: relative;
}

/* .contents:first-of-type {
	margin-top: 64px;
} */

.contents:last-of-type {
	padding-bottom: 80px;
}

footer {
	padding: 40px 0;
	background: url(../images/common/footer-bg.png) repeat-x left top;
}

#sitemap {
	float: left;
	width: 618px;
}

#sitemap .menuimg {
	display: block;
	height: 16px;
	background: url(../images/common/sprites.png) no-repeat;
	background-size: 390px 140px;
	text-indent: 100%;
	overflow: hidden;
}

#sitemap .home {
	width: 50px;
	background-position: 0px -30px;
}

#sitemap .kodawari {
	width: 72px;
	background-position: 0px -53px;
}

#sitemap .business {
	width: 98px;
	background-position: -130px -30px;
}

#sitemap .menu {
	width: 98px;
	background-position: -130px -53px;
}

#sitemap .recruit {
	width: 118px;
	background-position: 0px -75px;
}

#sitemap .shop {
	width: 67px;
	background-position: -130px -75px;
}

#sitemap .weborder {
	width: 209px;
	background-position: 0px -122px;
}

#sitemap .company {
	width: 66px;
	background-position: 0px -98px;
}

#sitemap .contact {
	width: 98px;
	background-position: -130px -98px;
}

#sitemap .onlineshop a {
	background-position: -251px -30px;
}

#sitemap li {
	display: table-cell;
	padding-bottom: 15px;
	padding-right: 40px;
}

#sitemap li span {
	display: block;
	margin-top: 4px;
	margin-left: 13px;
	font-size: 79%;
}

#sitemap li span:first-of-type {
	margin-top: 6px;
}

#sitemap li span a {
	color: #5e5046;
	text-decoration: none;
}

#siteinfo {
	float: right;
	width: 300px;
	padding: 10px 0px 10px 35px;
	border-left: 1px solid #c7b299;
	font-size: 76%;
	color: #5e5046;
}

#siteinfo p {
	margin-bottom: 1em;
	line-height: 1.5;
}

#copyright {
	margin: 0;
	padding: 8px;
	font-size: 9px;
	color: #c7b299;
	letter-spacing: 0.1em;
	text-align: center;
	background-color: #6a3906;
}

/* subpage ------------------------ */
.subpage #pageTitle {
	margin-top: -40px;
	padding: 20px;
	text-align: center;
	background: #fff url(../images/common/check-bg2.gif);
	color: #442e1b;
	line-height: 1.4;
	letter-spacing: 0.07em;
}

.subpage #pageTitle h2 {
	font-size: 21px;
	font-family: "Zen Old Mincho", 游明朝, "Yu Mincho", YuMincho, Georgia, "Hiragino Mincho ProN", メイリオ, Meiryo, serif;
	font-weight: 900;
	font-feature-settings: "palt";
}

.subpage #pageTitle .en {
	font-size: 14px;
}

.pageTitle {
	color: #442e1b;
	font-size: 158%;
	font-family: "Zen Old Mincho";
	letter-spacing: 1px;
}

.areaTitle {
	font-size: 165%;
	font-family: "Zen Old Mincho";
	letter-spacing: 1px;
}

.smallen {
	font-size: 64%;
}

.subpage .textArea {
	padding: 50px 0 30px;
}

.subpage .contents p {
	line-height: 1.7;
	margin-bottom: 1em;
}

.subpage .contents h3 {
	margin-bottom: 20px;
}

.subpage .contents h4 {
	margin-bottom: 15px;
}

.column2 {
	display: flex;
	flex-direction: row-reverse;
}

@media screen and (max-width: 599px) {
	.column2 {
		display: block;
	}
}

.column2 .mainBody {
	flex-grow: 1;
	flex-shrink: 1;
	margin-top: 50px;
}

.column2 #sidebar {
	flex-shrink: 1;
	flex-basis: 220px;
	min-width: 220px;
	margin-right: 40px;
	margin-top: 50px;
}

@media screen and (max-width: 599px) {
	.column2 #sidebar {
		margin-right: 0;
	}
}

#sidebar h2 {
	margin-bottom: 5px;
	padding: 10px 8px;
	font-size: 116%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	border-bottom: 1px solid #c7b299;
}

#searchform input {
	width: 100%;
}

#sidebar section {
	margin-bottom: 45px;
}

/* news */
.newsList {
	background-color: #fff;
}

.newsList li {
	padding: 10px;
	line-height: 1.6;
}

.newsList li:before {
	display: block;
	float: left;
	margin-right: 5px;
	content: "\f0da";
	font-family: FontAwesome;
	color: #b49c82;
}

.newsList li .data {
	display: block;
	padding-left: 13px;
	font-size: 93%;
	font-weight: bold;
	color: #442e1b;
	background: url(../images/common/icon-arrow.png) no-repeat left center;
}

.newsList li .postTitle {
	display: inline-block;
	margin-left: 13px;
	line-height: 1.4;
}

.newsList li a {
	color: #442e1b;
	display: block;
	margin-left: 1em;
}

.current-cat {
	background: #e7e1d9 url("../images/common/check-bg2.gif");
}

#group {
	background: #fff;
}
