li {
	list-style: none;
}
img {
	width: 100%;
}

address, dl, dd, ul, li, figure {
	margin: 0;
	padding: 0;
}

a:hover {
	text-decoration: none;
}

body {
	color: #333;
	position: relative;
}

.w80 {
	width: 80%;
}

.navbar-toggler {
	padding: 0;
}

.spOn {
	display: none;
}

.spHead {
	width: 97%;
	margin: 0 auto;
}

.spLogo {
	margin: 3px 0 0 0;
}

.mb30 {
	margin-bottom: 30px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb100 {
	margin-bottom: 100px;
}

.mb200 {
	margin-bottom: 200px;
}

.subTitle {
	font-size: 20px;
	margin-bottom: 50px;
}

.menu {
	margin-left: 40px;
}

.menu ul li {
	background-color: #8a050d;
}
.menu ul li:hover {
	opacity: 0.6;
	transition: 1s;
}

.menu ul li a {
	color: #fff;
	display: block;
}

.menu ul::before {
	content: " ";
	border-top: 20px solid #8a050d;
	border-right: 20px solid #8a050d;
	border-bottom: 20px solid transparent;
	border-left: 20px solid transparent;
	width: 0;
	height: 0;
}

.menu > .row {
	margin-left: -55px;
}

.menu > .row .col-3 {
	flex: 0 0 23%;
	line-height: 3em;
}

.beigeArea {
	background-color: #f4d7d1;
	padding: 50px 0;
}

.banner a:hover {
	opacity: 0.6;
	transition: 1s;
}

.supTitle {
	font-size: 20px;
	color: #8a050d;
	margin-bottom: 20px;
}

.leftBoder {
	border-left: 4px solid #f0bbb2;
}

.toriatsukai img {
	max-height: 180px;
	max-width: 100%;
	width: auto;
}

.leftBoder li {
	line-height: 2em;
	font-size: 14px;
}

.newsTitle {
	color: #8a050d;
	line-height: 4em;
}
.newsArea {
	background-color: #f4d7d1;
	padding-bottom: 80px;
}
.newsAreaData {
	width: 80%;
	background-color: #fff;
	border-top: 1px solid #999;
}

.newsAreaData dt, .newsAreaData dd {
	font-weight: normal;
	border-bottom: 1px solid #999;
	line-height: 3em;
}

.itArea {
	width: 80%;
}

.itText {
	/*line-height: 2em;
	 line-height: 1.75;*/
	font-size: 17px;
}
.officeText {
	/*line-height: 2em;
	 line-height: 1.75;*/
}

.flow img {
	height: 100%;
}

.profileData {
	width: 90%;
	margin-top: 60px;
	margin-bottom: 100px;
	border-top: 1px solid #999;
}

.profileData dt {
	color: #8a050d;
}

.profileData dt, .profileData dd {
	font-weight: normal;
	border-bottom: 1px solid #999;
	line-height: 3em;
}

.profileData dt::before {
	content: "■";
	color: #8a050d;
}

.titleUnderLine {
	border-bottom: 1px solid #666;
	color: #8a050d;
	line-height: 4em;
}

.titleWine {
	background-color: #88151b;
	color: #fff;
	padding: 10px 20px;
	font-size: 20px;
}

.txtWine {
	color: #8a050d;
}

footer {
	background-color: #8a050d;
}
.footerUpside {
	color: #fff;
	padding: 20px 0;
	width: 80%;
}
.phone {
	font-size: 2rem;
}
.phoneNo {
	font-size: 4.5 rem;
	font-weight: bold;
}
.mail {
	background-color: #fff;
	color: #88151b;
	padding: 10px;
}

.mail.row {
	margin: 0;
}

.mail > .col-4, .mail > .col-8 {
	padding: 0;
}

.mail img {
	max-height: 2em;
	width: auto;
}

.mail:hover {
	opacity: 0.6;
	transition: 1s;
}

.toiawase {
	line-height: 27px;
	text-align: left;
}
.copy {
	background-color: #333;
	color: #fff;
	line-height: 3em;
}

.copy small {
	font-weight: bold;
}

.taCenter {
	text-align: center;
}

.taRight {
	text-align: right;
}

/*---------------------------------------------
 * Header
 ---------------------------------------------*/
header .headerInner {
	width: 100%;
	background: url(../images/common/bg-header-inner.png) no-repeat top center;
}
header .inner {
	width: 100%;
	max-width: 1140px;
	padding: 0 15px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

header h1 {
	width: 220px;
	padding: 15px 20px 0 0;
	background: #FFFFFF;
}

nav#g_nav {
	width: 890px;
	height: 40px;
}
nav#g_nav ul {
	position: relative;
	width: 100%;
	max-width: 1140px;
	display: flex;
	flex-wrap: wrap;
	background: #88151b;
	margin: 0 auto;
	padding: 0 0 0 25px;
}
nav#g_nav ul:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 0 0 25px;
	border-color: transparent transparent transparent #ffffff;
}

nav#g_nav ul li {
	width: 25%;
	text-align: center;
}
nav#g_nav ul li a {
	color: #FFFFFF;
	display: block;
	padding: 6px 0;
}

/*---------------------------------------------
 * Footer
 ---------------------------------------------*/
footer .col-md-4 figure {
	width: 170px;
}
/*---------------------------------------------
 * 会社概要
 ---------------------------------------------*/
.profileData dl dt, .profileData dl dd {
	padding-top: 10px;
	padding-bottom: 10px;
}

/*---------------------------------------------
 * お問い合わせ
 ---------------------------------------------*/
.contact dl dd input[type="text"], .contact dl dd select, .contact dl dd textarea {
	line-height: 1.75 !important;
}
.contact select {
	padding: 0 5px;
	appearance: button-bevel !important;
	-webkit-appearance: button-bevel !important;
	-moz-appearance: button-bevel !important;
}
::-ms-expand {/* select要素のデザインを無効にする（IE用） */
	display: block !important;
}
.contact dl dd textarea {
	margin-top: 15px;
}
.contact dl dd input[type="text"].small {
	width: 100px;
}
.contact dl dd input[type="text"].middle {
	width: 275px;
}
.contact dl dd input[type="text"].long {
	width: 380px;
}

.contact dl dd p.txt-small {
	font-size: 80%;
	line-height: 1.75 !important;
}

.contact dl.address {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.contact dl.address dt {
	padding-top: 0px;
	padding-bottom: 0px;
	width: 110px;
	color: inherit !important;
	font-weight: bold;
	font-size: 90%;
	border-bottom: none !important;
}
.contact dl.address dt::before {
	display: none !important;
}
.contact dl.address dd {
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom: none !important;
}

.contact dl dd.name span {
	font-weight: bold;
	font-size: 90%;
}
.contact dl dd.name input[type="text"] {
	margin-right: 5px;
}

.contact .submit-area {
	padding: 0 4%;
}
.contact .submit-area ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}
.contact .submit-area ul li {
	margin-right: 4%;
	width: 48%;
	text-align: center;
}
.contact .submit-area ul li:last-child {
	margin-right: 0;
}
.contact .submit-area ul li input[type="submit"], .contact .submit-area ul li input[type="reset"] {
	width: 100%;
	padding: 10px 5px;
}

@media screen and (max-width: 1196px) {
	.menu ul::before {
		content: " ";
		border-top: 24px solid #8a050d;
		border-right: 24px solid #8a050d;
		border-bottom: 24px solid transparent;
		border-left: 24px solid transparent;
		width: 0;
		height: 0;
	}
	.menu ul li a {
		font-size: 0.8 rem;
	}
	.menuIcon {
		height: 100%;
	}
	.phoneNo {
		font-size: 2rem;
		font-weight: bold;
	}
}

@media screen and (max-width: 1140px) {
	header .inner {
		background: #FFFFFF;
		padding: 0;
	}
	header h1 {
		width: 20%;
		padding: 15px 15px 0 15px;
	}

	nav#g_nav {
		width: 80%;
	}
}

@media screen and (max-width: 999px) {
	.menu ul::before {
		content: " ";
		border-top: 12px solid #8a050d;
		border-right: 12px solid #8a050d;
		border-bottom: 12px solid transparent;
		border-left: 12px solid transparent;
		width: 0;
		height: 0;
	}

	.menu ul li a {
		font-size: 0.5 rem;
	}
	.menu > .row .col-3 {
		flex: 0 0 22%;
		line-height: 1;
	}
	.titleUnderLine {
		font-size: 1.5 rem;
	}
	.mail .toiawase {
		font-size: 0.8 rem;
		line-height: 30px;
	}

	/*---------------------------------------------
	 * お問い合わせ
	 ---------------------------------------------*/
	.contact .col-md-3 {
		flex: 0 0 31% !important;
		max-width: 31% !important;
	}
	.contact .col-md-9 {
		flex: 0 0 69%;
		max-width: 69%;
	}

	.contact dl.address dt {
		width: 25%;
	}
	.contact dl.address dd {
		width: 75%;
	}

	.contact dl dd input[type="text"].long {
		width: 100%;
		max-width: 280px;
	}

}
@media screen and (max-width: 880px) {
	nav#g_nav ul li {
		font-size: 85%;
	}
	nav#g_nav ul li a {
		padding: 8.5px 0;
	}
}

@media screen and (max-width: 767px) {
	header {
		position: relative;
		padding: 70px 0 0;
	}
	header .inner {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		background: url(none);
		z-index:9999;
	}

	header h1 {
		width: 100%;
		padding: 10px 15px;
		margin: 0;
	}
	header h1 img {
		width: auto;
		height: 50px;
	}
	header h1 a {
		display: block;
		line-height: 1.0;
	}

	nav#g_nav {
		width: 100%;
		padding: 0;
		top: 70px;
		height: auto;
	}
	nav#g_nav ul {
		display: block;
		border-top: 1px solid #CCC;
		padding: 0;
		background:none;
	}
	nav#g_nav ul:before {
		display: none;
	}
	nav#g_nav ul li {
		position: relative;
		width: 100%;
		font-size:100%;
		text-align:left;
		border-bottom: 1px solid #CCC;
	}
	nav#g_nav ul li:before {
		position: absolute;
		margin-top: -8px;
		z-index: 9999;
		content: "\f054 ";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		right: 15px;
		top: 50%;
		font-size: 100%;
		line-height: 1;
		color: #661014;
	}
	nav#g_nav ul li a {
		background: rgba(255,255,255,0.9);
		color: #88151b;
		padding: 15px;
	}
	nav#g_nav ul li a:hover{
		background: rgba(231,208,209,0.95);
		font-weight:bold;
	}

	.spOn {
		display: block;
	}
	.spNone {
		display: none;
	}
	.mb200 {
		margin-bottom: 50px;
	}
	.menu ul::before {
		content: " ";
		border-top: 24px solid #8a050d;
		border-right: 24px solid #8a050d;
		border-bottom: 24px solid transparent;
		border-left: 24px solid transparent;
		width: 0;
		height: 0;
		display: none;
	}

	.titleUnderLine {
		line-height: 2em;
	}
	.banner figure {
		margin-bottom: 1rem;
	}
	.newsAreaData .taRight {
		text-align: left;
	}
	.profileData dt, .newsAreaData dt {
		border: none;
	}

	.profileData dt, .newsAreaData dt, .profileData dd, .newsAreaData dd {
		line-height: 2em;
	}

	.mail .toiawase {
		font-size: 0.6 rem;
		line-height: 30px;
	}

	/*---------------------------------------------
	 * お問い合わせ
	 ---------------------------------------------*/
	.contact dl dd input[type="text"], .contact dl dd select, .contact dl dd textarea {
		width: 100%;
	}
	.contact .col-md-3, .contact .col-md-9 {
		flex: 0 0 100% !important;
		max-width: 100% !important;
		padding: 0 15px 10px;
	}
	.contact dl.address {
		margin-bottom: 5px;
	}
	.contact dl dd input[type="text"].long, .contact dl dd input[type="text"].middle {
		width: 100%;
		max-width: inherit !important;
	}
}
@media screen and (max-width: 480px) {
	.contact dl.address dt, .contact dl.address dd {
		width: 100%;
	}
	.contact .submit-area {
		padding: 0;
	}
	.contact .submit-area ul {
		display: block;
	}
	.contact .submit-area ul li {
		margin-right: 0;
		margin-bottom: 5px;
		width: 100%;
	}
}