@charset "utf-8";

@font-face {
	font-family: "MyFont";
	src: url(../fonts/myfont.woff) format('woff'),
		 url(../fonts/myfont.ttf) format('truetype');
}


.leadTit {
	color: #fff;
}

/* ////////////////////// IE表示対応 ////////////////////// */
@media all and (-ms-high-contrast: none) {

	.leadTit {
		color: #fff !important;
	}

	.area01 .leadTit,
	.stockArea01 .leadTit {
	    color: #800000 !important;
	}

}

/* ////////////////////// IE表示対応 ////////////////////// */

/*--- ページトップ ---*/

#pageTop {
	position: fixed;
	bottom: 200px;
	right: 25px;
	z-index: 9999;
}

#pageTop a:hover img {
	opacity: 1;
}

@media screen and (max-width: 591px) {
	#pageTop {
		display: none !important;
	}
}

/*--- パンくず ---*/

.pankuzu {
	width: 1000px;
	margin: 0 auto;
	font-size: 12px;
	padding: 16px 0;
	color: #28160D;
}

.pankuzu li {
	margin: 0 0 0 10px;
	display: inline;
}

.pankuzu li:first-child {
	margin: 0;
}

.pankuzu li a {
	margin: 0 10px 0 0;
	color: #28160D;
}

.pankuzu li a:hover {
	color: #28160D;
}



/*--- カレンダー ---*/

.calender dt {
	font-size: 13px;
	color: #000000;
	background: #fff;
	margin: 0 1px 0;
	line-height: 1.1;
	padding: 3px 0 2px;
	text-align: center;
}

.calender th {
	background: #800000;
	color: #fff;
	border-left: solid 1px #fff;
	font-size: 14px;
	width: 14%;
	text-align: center;
	display: table-cell;
	width: auto !important;
}

.calender .sunday,
.calender .suturday {
	width: 15%;
}

.calender th:first-child {
	border-left: none;
}

.calender td {
	background: none;
	border: 1px solid #CCCCCC;
	vertical-align: top;
	display: table-cell;
	width: auto !important;
}

.calender dd {
	padding: 6px 0 11px;
	font-size: 13px;
	height: 20px;
}

.calender caption>p>span {
	font-size: 20px;
	color: #800000;
	text-align: center;
	display: block;
}

.calender {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
}

#nextMonth {
	position: absolute;
	top: 30px;
	right: 10px;
	font-size: 13px;
	color: #800000;
	font-weight: bold;
	cursor: pointer;
}

#prevMonth {
	position: absolute;
	top: 30px;
	left: 10px;
	font-size: 13px;
	color: #800000;
	font-weight: bold;
	cursor: pointer;
}

#prevMonth:hover {
	text-decoration: underline;
}

#nextMonth:hover {
	text-decoration: underline;
}

.calendarLi {
	margin: 0 auto;
	width: 100%;
	padding: 6px 3%;
	color: #28160D;
	border: 1px solid #800000;
	border-radius: 4px;
}

.calendarLi>li {
	display: inline-block;
	margin: 0 0 0 15px;
	font-size: 12px;
}

.calendarLi>li:first-child {
	margin: 0;
}

.calendarLi>li>span {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px 0 0;
}



@media screen and (max-width: 1000px) {
	.pankuzu {
		width: 98%;
	}

	.leadBox {
		max-width: 96%;
		margin: 0 auto !important;
	}
}

/* -- お問い合わせ -- */

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

.cover03 {
	background: url('../img/cover03_bg.jpg') no-repeat;
	background-size: cover;
}

.contactArea01 {
    padding: 20px 0 80px 0;
}
/*
.contactArea01 .leadTit {
	font-size: 50px;
	color: #F8F4EB;
	text-shadow: 2px 5px #08284D;
	-webkit-text-stroke: 1px #08284D;
	text-align: center;
	margin: 20px auto;
}
*/
.contactArea01 .leadTit {
    background: #800000;
    padding: 10px 7%;
    margin: 0 0 30px;
    text-align: center;
}

#contactForm {
	margin: 0 auto;
}

input {
	vertical-align: middle;
}

.btnBox1 {
	text-align: center;
}

.contact_cf .clearForm,
.contact_cf .clearForm2 {
	padding: 10px 5px;
}

.choose_list1>li {
	width: 200px;
	margin: 0 0 0 10px;
	float: left;
	list-style: none;
}

.choose_list1>li:first-child {
	margin: 0;
}

.choose_list1 {
	width: 410px;
	margin: 20px auto;
}

.contact_tb td span {
	margin: 9px 0 0;
	display: block;
}

.clearForm,
.clearForm2,
.toHome {
	width: 200px;
	padding: 15px 5px;
	cursor: pointer;
	outline: 0;
	background: #fff;
	color: #800000;
	font-size: 100%;
	border: none;
	font-weight: bold;
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
}

.clearForm:hover,
.clearForm2:hover,
.toHome:hover {
	background: #800000;
	color: #fff;
	box-shadow: none;
}

.toHome {
	margin: 50px auto 0 !important;
	text-decoration: none;
	display: block;
	text-align: center;
}

#name,
#post,
#mail,
#mail_confirm,
textarea,
#url,
#kana,
#tel,
#msg {
	width: 650px;
}

#msg {
	height: 100px;
}

#zip1,
#zip2 {
	width: 150px;
}

#city,
#pref,
#add {
	width: 580px;
	margin: 2px 0 0 10px;
}

#add {
	margin: 2px 0 0 40px;
}

textarea {
	width: 90%;
	padding: 10px 5px;
}

input,
textarea,
button,
select,
option {
	outline: none;
}

input[type="text"] {
	height: 25px;
	padding: 5px;
}

input[type="text"],
textarea,
select,
option {
	border: 1px solid #CCC;
}

button {
	border: none;
	outline: none;
	background: none;
}

.form_notice1 {
	font-size: 85.714%;
	display: block;
	margin: 5px 0 0;
}

.form_notice2 {
	font-size: 87.5%;
}

.modification_wrap {
	overflow: hidden;
}

.modification {
	width: 221px;
	float: left;
	margin: 0 0 0 246px;
}

.send_bt {
	width: 221px;
	float: right;
	margin: 0 245px 0 0;
}

.error_style {
	color: #FF0000;
	display: block;
	margin: 8px 0 0;
}

.contact_tb {
	width: 1000px;
	margin: 0 auto;
}

.contact_tb label {
	display: block;
}

.contact_tb th {
	width: 250px;
	text-align: left;
	line-height: 1.4;
}

.contact_tb th,
.contact_tb td {
	padding: 13px 10px 10px 20px;
	font-size: 15px;
	border-bottom: 1px solid #BBBBBB;
	background: #fff;
}

.contact_tb th em {
	background: #BE3736;
	color: #FFFFFF;
	padding: 2px 5px;
	margin-left: 5px;
	right: 10px;
	font-size: 85.714%;
	border-radius: 0;
	display: inline-block;
}

.clearForm,
.clearForm2 {
	width: 96%;
	padding: 15px 2%;
}

.contact_tb {
	width: 98%;
	margin: 0 auto;
}

.contact_tb th {
	width: 30%;
	padding: 13px 2% 10px;
	font-size: 80%;
	background: #800000;
	color: #fff;
	border: none;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid #FFF;
}

.contact_tb td {
	padding: 13px 2% 10px;
	background: #fff;
	color: #221815;
}

.contact_tb tr:first-child td {
	border-radius: 0;
}

.contact_tb tr:last-child th {
	border-radius: 0;
	border: none;
}

.contact_tb tr:last-child td {
	border-radius: 0;
	border: none;
}

.contact_cf .clearForm,
.contact_cf .clearForm2 {
	padding: 10px 5px;
}

.choose_list1>li {
	width: 48%;
	margin: 0 0 0 2%;
}

.choose_list1>li:first-child {
	margin: 0;
}

.choose_list1 {
	width: 60%;
	margin: 20px auto 0;
}

#name,
#post,
#mail,
#mail_confirm,
textarea,
#url,
#kana,
#tel,
#msg {
	width: 98%;
}

#zip1,
#zip2 {
	width: 40%;
}

#city,
#pref {
	width: 86%;
	margin: 2px 0 0 2%;
}

#add {
	width: 86%;
	margin: 2px 0 0 6.3%;
}

.mt-10 {
	margin-top: 10px;
}

.mt-30 {
	margin-top: 30px;
}

/*--- COMMON---*/

body {
	color: #66615b;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	background: #EDE7DF;
}

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

.brand,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.navbar,
.td-name,
a,
button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
p,
select,
td,
textarea {
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1 {
	color: #fff;
	font-size: 12px;
	margin: 8px 0 0;
}

li {
	list-style: none;
}

.pc {
	display: block;
}

.sp,
.spTel {
	display: none;
}

.spnav {
	display: none;
	text-align: center;
	padding: 10px;
}

.spnav li {
	padding: 10px;
}

.pcTel {
	display: inline;
}

.edge {
	text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
}

.cover {
	text-align: center;
	position: relative;
}

.leadTit {
	font-family: MyFont;
	font-weight: bold;
	letter-spacing: 10px;
}

.navBg {
	background: #800000;
	padding-bottom: 0;
	box-shadow: none;
}

.navbar:not(.navbar-transparent) a:not(.dropdown-item):not(.btn) {
	color: #fff;
	font-size: 13px;
	letter-spacing: 2px;
	opacity: 1;
	margin: 0;
}

.navbar .navbar-nav .nav-item .nav-link {
	font-weight: 400;
}

.navbar .navbar-nav .nav-item .btn i {
	color: #800000;
	opacity: 1;
}

.nav-down {
	position: fixed;
	top: 0;
	transition: top 0.5s ease-in-out;
	width: 100%;
}

.btn-bg {
	background: #fff;
	opacity: 1;
}

.btn-bg p {
	color: #800000;
	letter-spacing: 1px;
}

.btn-bg:hover {
	background: #ffe6e6;
}

nav .fas {
	color: #333;
}

.navbar .navbar-collapse .nav-item .nav-link p {
	font-size: 15px;
}

.navbar .navbar-nav .nav-item .btn-gr i {
	color: #333;
}

.navbar .navbar-nav .nav-item .nav-link.btn-bg {
	padding: 9px 15px;
	opacity: 1;
	margin: 0;
}

.navbar .navbar-brand {
	padding: 0;
}

.navbar .navbar-nav .nav-item .nav-link [class^=fa] {
	margin: 0;
}

.navbar .navbar-toggler .navbar-toggler-bar {
	background: #fff;
}

.navbar-toggler .navbar-toggler-bar {
	width: 18px;
}

.footer nav {
	float: none;
}

.footer {
	background: #800000;
}

.footer nav>ul>li {
	padding: 0;
	margin: 0;
}

.footer nav>ul>li:before {
	content: "/";
	padding: 15% 2em 10% 1em;
	color: #fff;
}

.footer nav>ul>li:first-child:before {
	content: none;
}

.footer nav>ul>li a:hover {
	color: #fff !important;
	text-decoration: underline;
}

.footer nav>ul a:not(.btn) {
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 15px;
	display: inline-block;
}

.copyright {
	background: #800000;
	color: #fff;
	font-size: 11px;
	padding: 10px 0;
}

#maps iframe {
	width: 100%;
	height: 450px;
	vertical-align: bottom;
	border: none;
}

.features-7 .image-container img {
	left: unset;
	top: 140px;
	right: -140px;
}

/*--- TOP ---*/

.page-header {
	max-height: 500px;
	min-height: 80vh;
	height: 500px;
}

.page-header:before {
	background: none;
}

.section-space {
	height: 75px;
}

.cover01 {
	background: url(../img/cover01.jpg) no-repeat center;
	background-size: cover;
}

.carousel .carousel-inner {
	box-shadow: none;
	padding: 0;
}

.bnr01 {
	position: fixed;
	top: 18%;
	right: 1%;
	z-index: 9999;
	width: 9%;
}

.bnr01 a + a {
	display: block;
	width: 80%;
	margin: 10px auto 0;
}

.features-7:after {
	background-color: none;
}

.area01 {
	padding: 80px 0;
}

.leadBox {
	background: rgb(255, 255, 255);
	filter: alpha(opacity=70);
	background: rgba(255, 255, 255, 0.7);
	position: relative;
	z-index: 1000;
	margin-left: 10%;
	padding: 30px;
}

.area01 p {
	color: #28160D;
	line-height: 2;
	margin: 20px 0 10px;
	letter-spacing: 1px;
	font-size: 16px;
}

.area01 .leadTit {
	font-size: 50px;
	color: #800000;
	margin: 0;
}

.btn_style {
	display: block;
	margin: 20px auto 0;
	padding: 10px;
	width: 500px;
	color: #800000;
	font-weight: bold;
	text-align: center;
	border: 3px solid #800000;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 17px;
}

.btn {
	border-radius:0;
}

.btn_style:hover {
	background: #800000;
	color: #fff;
}

.area02 {
	padding: 80px 0;
}

.area02 .leadTit {
	background: #800000;
	padding: 10px 7%;
	margin: 0 0 30px;
}

.area02 .leadTit span,
.newsArea01 .leadTit span,
.maintenanceArea01 .leadTit span,
.maintenanceArea02 .leadTit span,
.serviceArea01 .leadTit span,
.serviceArea02 .leadTit span,
.detailArea01 .leadTit span,
.rentalArea01 .leadTit span,
.rentalArea02 .leadTit span,
.aboutsArea01 .leadTit span,
.aboutsArea02 .leadTit span,
.aboutsArea03 .leadTit span,
.contactArea01 .leadTit span,
.privacyArea01 .leadTit span {
	font-size: 35px;
	font-weight: bold;
	color: #fff;
}

.area02 .card-image {
	overflow: hidden;
	width: 100%;
	height: auto;
}

.area02 h3 {
	color: #800000;
	margin: 0 0 16px;
}

.area02 .card-image img {
	display: block;
	transition-duration: 0.5s;
	width: 100%;
	border-radius: 0;
}

.area02 .card-image img:hover {
	transform: scale(1.1);
	transition-duration: 0.5s;
}

.area02 .card-body {
	padding: 0;
}

.area02 .card-profile .card-body .card-category {
	margin: 0;
}

.area02 .card-category span {
	color: #800000;
	margin: 0;
}

.area02 .date {
	margin-bottom: 0;
	font-size: 20px;
}

.area02 .card-profile .card-body .card-title {
	font-family: 'Noto Sans JP', sans-serif;
	color: #800000;
	font-size: 17px;
	margin-top: 5px !important;
	text-align: left;
	font-weight: bold;
}

.area02 .card .card-description {
	font-family: 'Noto Sans JP', sans-serif;
	color: #28160D;
	margin-top: 5px;
}

.btn-bl {
	color: #08284D;
	font-size: 15px;
	background: none;
	border: 1px solid #08284D;
	padding: 3px 5% 2px;
	box-shadow: 3px 5px #08284D;
}

.btn-bl:hover {
	background: #08284D;
}

.area03 {
	padding: 80px 0;
}

.area03 .sliderBox {
	padding: 0 10px;
	width: 360px;
}

.area03 .leadTit {
	background: #800000;
	padding: 10px 7%;
	margin: 0 0 30px;
	text-align: center;
}

.area03 .leadTit span {
	font-size: 35px;
	font-weight: bold;
	color: #fff;
}


.area03 .card {
	border-radius: 0;
}

.area03 .card-body {
	padding-top: 0;
}

.area03 .card-image a {
	display: block;
    padding: 0 0 73.5%;
    position: relative;
}

.area03 .card[data-background=image]:after {
    border-radius: 0;
    background:none !important;
}

.area03 .card a:not(.btn):not(.nav-link):not([data-toggle=collapse]):not(.footer-link) {
	border: none;
}

.area03 .card-image a img {
	max-width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
    border: none;
}

.area03 .card-category, .card[data-background=image] .card-category {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 22px;
	text-align: left;
	margin: 0;
	padding: 5px;
	color: #800000 !important;
	font-weight: bold;
	background-color: #EDE7DF;
}

.area03 .card .card-description {
	font-family: 'Noto Sans JP', sans-serif;
	text-align: left;
	font-size: 17px;
	margin-top: 0;
	color: #28160D;
}

.area03 .card.card-plain img {
	border-radius: 0;
}

.fixed-bg {
	min-height: 60vh;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}

.area04 {
	padding: 80px 0;
	position: relative;
}

.area04:after {
	background: rgba(211, 201, 189, .5);
}

.area04 p.description {
	color: #28160D;
	line-height: 2.5;
	margin: 3% 0;
	font-family: 'Noto Sans JP', sans-serif;
}

.area04 .leadTit {
	font-size: 50px;
	color: #E2D9CF;
	text-shadow: 2px 5px #28160D;
	-webkit-text-stroke: 1px #28160D;
	filter: dropshadow(color=#28160D, offX=0, offY=-1) dropshadow(color=#28160D, offX=1, offY=0) dropshadow(color=#28160D, offX=0, offY=1) dropshadow(color=#28160D, offX=-1, offY=0);
}

.btn-br {
	color: #28160D;
	font-size: 15px;
	background: none;
	border: 1px solid #28160D;
	padding: 3px 12.7% 2px;
	box-shadow: 3px 5px #28160D;
}

.btn-br:hover {
	background: #28160D;
}

.area04 .image-container img {
	left: unset;
	right: 0;
	left: 0;
	top: 0;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.area05 {
	padding: 80px 0;
}

.area05 .leadTit {
	background: #800000;
	padding: 10px 7%;
	margin: 0 0 30px;
}

.area05 .leadTit span {
	font-size: 35px;
	font-weight: bold;
	color: #fff;
}

.area05 .card-title {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
	margin: 0;
	font-weight: bold;
	color: #800000;
}

.area05 .card-body {
	padding: 0 0 20px 80px;
	position: relative;
}

.area05 .top_service01 .card-body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    padding: 0 0 70px;
    margin: 0 auto;
    background: url(../img/top_service01.png) no-repeat center top;
    background-size: cover;
}

.area05 .top_service02 .card-body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    padding: 0 0 70px;
    margin: 0 auto;
    background: url(../img/top_service02.png) no-repeat center top;
    background-size: cover;
}

.area05 .top_service03 .card-body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    padding: 0 0 70px;
    margin: 0 auto;
    background: url(../img/top_service03.png) no-repeat center top;
    background-size: cover;
}

.area05 .card-category {
	color: #800000;
}

.area05 .card {
	margin-bottom: 0;
}

.area05 .card-img-top {
	background: #fff;
	border: 5px solid #08284D;
	border-radius: 0px;
	padding: 3%;
}

.area06 {
	padding: 80px 0;
}

.area06 iframe {
	width: 100% !important;
}

.area07 {
	padding: 80px 0;
}

.area07 .leadTit {
	background: #800000;
	padding: 10px 7%;
	margin: 0 0 30px;
}

.area07 .leadTit span {
	font-size: 35px;
	font-weight: bold;
	color: #fff;
}

.area07 h3 {
	font-weight: bold;
	color: #800000;
	padding: 0 30px;
}

.area07 h4 {
	font-weight: bold;
	color: #28160D;
	padding: 0 30px;
	margin-bottom: 20px;
}

.area07 p {
	color: #28160D;
	padding: 0 30px;
}

.area08 {
	padding: 80px 0;
	text-align: center;
}

/*--- プライバシーポリシー ---*/

.cover02 {
	background: url(../img/cover02_bg.jpg) no-repeat center center;
	background-size: cover;
}

.privacyArea01 {
	padding: 20px 0 80px 0;
}
/*
.privacyArea01 .leadTit {
	font-size: 50px;
	color: #F8F4EB;
	text-shadow: 2px 5px #08284D;
	-webkit-text-stroke: 1px #08284D;
	filter: dropshadow(color=#08284D, offX=0, offY=-1) dropshadow(color=#08284D, offX=1, offY=0) dropshadow(color=#08284D, offX=0, offY=1) dropshadow(color=#08284D, offX=-1, offY=0);
	text-align: center;
	margin: 20px auto 50px;
}
*/
.privacyArea01 .leadTit {
    background: #800000;
    padding: 10px 7%;
    margin: 0 0 30px;
    text-align: center;
}

.privacyArea01 p {
	font-family: 'Noto Sans JP', sans-serif;
	color: #28160D;
	background: #fff;
	padding: 10px;
}

.privacyArea01 ul li {
	list-style: circle;
}

.privacyBox {
	margin: 50px auto 0;
	background: #fff;
	padding: 0;
}

.privacyBox .titH2 {
	text-align: left;
	font-family: 'Noto Sans JP', sans-serif;
	color: #800000;
	font-size: 20px;
	margin: 20px 0;
	text-align: left;
	font-weight: bold;
}

.privacyBox dd {
	font-family: 'Noto Sans JP', sans-serif;
	color: #28160D;
}

/*--- 会社概要 ---*/

.cover04 {
	background: url(../img/cover04_bg.jpg) no-repeat center center;
	background-size: cover;
}

.aboutsArea01 {
	padding: 20px 0 80px 0;
}
/*
.aboutsArea01 .leadTit {
	font-size: 50px;
	color: #F8F4EB;
	text-shadow: 2px 5px #08284D;
	-webkit-text-stroke: 1px #08284D;
	filter: dropshadow(color=#08284D, offX=0, offY=-1) dropshadow(color=#08284D, offX=1, offY=0) dropshadow(color=#08284D, offX=0, offY=1) dropshadow(color=#08284D, offX=-1, offY=0);
	text-align: center;
	margin: 20px auto 50px;
}
*/
.aboutsArea01 .leadTit {
    background: #800000;
    padding: 10px 7%;
    margin: 0 0 30px;
    text-align: center;
}

.aboutsArea02 {
	padding: 80px 0;
}

.aboutsArea02 iframe {
	margin: 50px 0;
	width: 100%;
	height: 300px;
	vertical-align: bottom;
	border: none;
}
/*
.aboutsArea02 .leadTit {
	font-size: 50px;
	color: #F8F4EB;
	text-shadow: 2px 5px #08284D;
	-webkit-text-stroke: 1px #08284D;
	filter: dropshadow(color=#08284D, offX=0, offY=-1) dropshadow(color=#08284D, offX=1, offY=0) dropshadow(color=#08284D, offX=0, offY=1) dropshadow(color=#08284D, offX=-1, offY=0);
	text-align: center;
	margin: 20px auto 50px;
}
*/
.aboutsArea02 .leadTit {
    background: #800000;
    padding: 10px 7%;
    margin: 0 0 30px;
    text-align: center;
}

.aboutsArea02 h3 {
	color: #28160D;
	font-weight: bold;
}

.tit15:before {
	content: "";
	background: url(../img/tit15.png) no-repeat center;
	background-size: 88%;
	padding: 2% 0 2% 2em;
}

.tit16:before {
	content: "";
	background: url(../img/tit16.png) no-repeat center;
	background-size: 88%;
	padding: 2% 0 2% 2em;
}

.aboutsArea02 {
	padding: 50px 0;
}

.aboutsArea02 iframe {
	margin: 50px 0;
	width: 100%;
	height: 300px;
}

.aboutsArea03 {
	padding: 80px 0;
}

/*
.aboutsArea03 .container {
	position: relative;
	z-index: 50;
}

.aboutsArea03::after {
	background: rgba(211, 201, 189, .5);
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
*/
.aboutsArea03 img {
	border-radius: 0px;
	margin: 10px 0;
}
/*
.aboutsArea03 .leadTit {
	font-size: 50px;
	color: #F8F4EB;
	text-shadow: 2px 5px #28160D;
	-webkit-text-stroke: 1px #28160D;
	filter: dropshadow(color=#28160D, offX=0, offY=-1) dropshadow(color=#28160D, offX=1, offY=0) dropshadow(color=#28160D, offX=0, offY=1) dropshadow(color=#28160D, offX=-1, offY=0);
	text-align: center;
	margin: 20px auto 50px;
}
*/
.aboutsArea03 .leadTit {
    background: #800000;
    padding: 10px 7%;
    margin: 0 0 30px;
    text-align: center;
}

.aboutsArea03 p {
	color: #28160D;
	margin: 20px 0;
	font-size: 15px;
	font-weight: bold;
}

.aboutsArea03 .col-6 img {
	margin: 10px 0;
}

/*--- 在庫状況一覧 ---*/

.cover05 {
	background: url(../img/cover05_bg.jpg) no-repeat center center;
	background-size: cover;
}

.stockArea01 {
	padding: 20px 0 80px 0;
}

.stockArea01 .panel,
.detailArea01 .panel{
	border: none;
}

.bg-brown {
	background: #CDBFB0;
}

/*
.stockArea01 h2 {
	font-size: 30px;
	font-weight: bold;
	color: #28160D;
	margin-top: 15px;
}
*/
.stockArea01 h2 {
    font-size: 50px;
    color: #800000;
    margin: 0
}

.stockArea01 .btn {
	background: #28160D;
}

.detailArea01 .btn {
    margin: 20px auto 0;
    padding: 10px;
    color: #800000;
    font-weight: bold;
    background: #FFF;
    border: 3px solid #800000;
}

.detailArea01 .btn:hover{
	background: #800000;
    color: #fff;
}

.stockArea01 li {
	list-style: unset;
	color: #28160D;
	font-size: 16px;
}

.stockArea01 ul {
	margin: 30px 0;
	background: #28160D;
	border-radius: 0px;
	padding: 10px 5%;
	position: relative;
}

.stockArea01 ul li {
	color: #fff;
	font-size: 15px;
}

.stockArea01 ul:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 10%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #28160D;
}

.stockArea01 p {
	color: #28160D;
    line-height: 2;
    margin: 20px 0 10px;
    letter-spacing: 1px;
    font-size: 16px;
}

.stockArea01 p span {
	font-size: 25px;
	margin: 0 5px;
	text-emphasis-style: sesame filled;
	-webkit-text-emphasis-style: sesame filled;
}

.stockArea01 ol {
	margin: 15px 0 30px;
	background: #fff;
	padding: 20px 5%;
	border-radius: 0px;
}

.stockArea01 ol li {
	text-decoration: underline;
	margin-bottom: 10px;
}

.stockArea01 ol li:last-child {
	margin-bottom: 0;
}

.bnr {
	text-align: center;
}

.bnr a:hover img {
	opacity: 0.8;
}

.category {
	font-size: 15px;
}

.category li {
	padding: 10px 0 !important;
	background: #fff;
}

.category li a {
	color: #28160D !important;
}

.category li:first-child {
	background: #800000;
	color: #fff;
}

.archive {
	font-size: 15px;
}

.archive li {
	padding: 10px 0 !important;
	background: #FFF;
}

.archive li a {
	color: #28160D !important;
}

.archive li:first-child {
	background: #800000;
	color: #fff;
}

.pagination .page-item.active>.page-link,
.pagination .page-item.active>.page-link:focus,
.pagination .page-item.active>.page-link:hover {
	background-color: #08284D;
}

.pagination .page-item.disabled>.page-link {
	color: #08284D;
	opacity: 1;
	background-color: none;
}

/*--- 在庫状況詳細 ---*/

.cover06 {
	background: url(../img/cover06_bg.jpg) no-repeat center center;
	background-size: cover;
}

.detailArea01 {
	padding: 0 0 80px 0;
}

/*
.detailArea01 .leadTit {
	font-size: 50px;
	color: #F8F4EB;
	text-shadow: 2px 5px #08284D;
	-webkit-text-stroke: 1px #08284D;
	filter: dropshadow(color=#08284D, offX=0, offY=-1) dropshadow(color=#08284D, offX=1, offY=0) dropshadow(color=#08284D, offX=0, offY=1) dropshadow(color=#08284D, offX=-1, offY=0);
	text-align: center;
}
*/
.detailArea01 .leadTit {
    background: #800000;
    padding: 10px 7%;
    margin: 0 0 30px;
    text-align: center;
}

.detailArea01 .title {
	font-family: 'Noto Sans JP', sans-serif;
    font-size: 40px;
    text-align: left;
    color: #800000;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.detailArea01 .carousel-item {
	padding: 5%;
	width: unset;
}

.detailArea01 .carousel-item a {
	position: relative;
	display: block;
	padding: 0 0 70%;
	width: 100%;
}

.detailArea01 .carousel-item img {
	position: absolute;
	display: block;
	height: auto;
	width: auto;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
	-moz-user-select: none;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.detailArea01 .carousel-indicators {
	width: 100%;
	position: relative;
	margin: 0;
}

.detailArea01 .carousel-indicators .col-sm-2 {
	margin: 10px 0 0;
}

.detailArea01 .carousel-indicators .col-sm-2 img {
	border-radius: 0px;
	width: 100%;
}

.detailArea01 .carousel-indicators .active {
	background: none;
}

.detailArea01 .carousel-indicators .active img {
	border: 1px solid #28160D;
	border-radius: 0px;
}

.detailArea01 .carousel-inner>.carousel-item>a>img, 
.detailArea01  .carousel-inner>.carousel-item>img {
	border-radius: 0;
	box-shadow: none;
}

.priceArea {
	margin: 30px 0;
	padding: 5px 2%;
	background: #FFF;
	border-radius: 0px;
}

.priceArea p:not(.price) {
	font-size: 30px;
	color: #28160D;
	margin-top: 10px;
}

.priceArea p.price {
	font-size: 40px;
	color: #800000;
	margin: 0;
}

.priceArea p.price span {
	font-size: 20px;
	font-weight: bold;
}

.detailWrap {
	padding: 20px 0;
}

.detailWrap .contact_tb {
	margin: 0;
}

.detailBox01 {
	margin: 0 0 20px;
	padding: 10px;
	background: #fff;
	text-align: center;
	border: 1px solid #28160D;
}

.detailBox01 p {
	color: #fff;
	font-weight: bold;
	background: #28160D;
	border-radius: 0px;
	padding: 5px 4px 4px;
	font-size: 14px;
}

.detailBox02 {
	margin: 0 0 10px;
	padding: 10px;
	background: #fff;
	text-align: center;
}

.detailBox02 p {
	color: #fff;
	font-weight: bold;
	background: #800000;
	border-radius: 0px;
	padding: 5px 4px 4px;
	font-size: 14px;
	margin: 5px 0;
}

.contactBox {
	padding: 0;
	margin-bottom: 80px;
	background: #800000;
	width: 80%
}

.contactBox a {
	display: block;
	margin: 20px auto;
	padding: 10px 5%;
	color: #800000;
	background: #FFF;
	border-radius: 0px;
	text-align: center;
	max-width: 400px;
	width: 70%;
	font-size: 1.4em;
	font-weight: bold;
	transition: 0.7s;
}

.contactBox a:hover {
	background: #ccc;
}

.contactBox a i {
	font-size: 90%;
	margin: 0 4px 0 0;
}

.contactBox a+a {
	background: #CDBFB0;
	color: #28160D;
}

.detailArea02 {
	margin-bottom: 80px;
}

.detailArea02 dl {
	margin: 10px 0;
}

.detailArea02 dt {
	float: left;
	width: 20%;
	color: #fff;
	background: #800000;
	padding: 5px 4px 4px;
	text-align: center;
}

.detailArea02 dd {
	float: left;
	width: 70%;
	display: block;
	margin-left: 5%;
	color: #333;
}

.detailArea02 dd:before {
	content: "・・・"
}

/*--- Maintenance ---*/

.cover07 {
	background: url(../img/cover07_bg.jpg) no-repeat center center;
	background-size: cover;
}

.maintenanceArea01 {
	padding: 20px 0 80px 0;
}
/*
.maintenanceArea01 .leadTit {
	font-size: 50px;
	color: #CDBFB0;
	text-shadow: 2px 5px #28160D;
	-webkit-text-stroke: 1px #28160D;
	filter: dropshadow(color=#28160D, offX=0, offY=-1) dropshadow(color=#28160D, offX=1, offY=0) dropshadow(color=#28160D, offX=0, offY=1) dropshadow(color=#28160D, offX=-1, offY=0);
	text-align: center;
}
*/
.maintenanceArea01 .leadTit {
    background: #800000;
    padding: 10px 7%;
    margin: 0 0 30px;
    text-align: center;
}

.maintenanceArea01 img {
	border-radius: 0px;
}

.maintenanceArea01 p {
	color: #28160D;
	line-height: 2;
	margin: 20px 0 10px;
	letter-spacing: 1px;
	font-size: 16px;
}

.maintenanceArea01 h3 {
	margin-bottom: 10px;
	color: #800000;
}

.maintenanceArea01 h4 {
	padding: 10px;
	font-size: 15px;
	line-height: 2;
	color: #28160D;
	margin-top: 10px;
}

.dmaintenanceArea01 .carousel-item {
	padding: 5%;
	width: unset;
}

.maintenanceArea01 .carousel-item a {
	position: relative;
	display: block;
	padding: 0 0 70%;
	width: 100%;
}

.maintenanceArea01 .carousel-item img {
	position: absolute;
	display: block;
	height: auto;
	width: auto;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
	-moz-user-select: none;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.maintenanceArea01 .carousel-indicators {
	position: relative;
	margin: 0;
	justify-content:start;
}

.maintenanceArea01 .carousel-indicators .active {
	background: none;
}

.maintenanceArea01 .carousel-indicators .active img {
	border: 1px solid #28160D;
}

#carouselExampleIndicators04 img {
	margin-top: 10px;
}

.maintenanceArea01 .carousel-inner>.carousel-item>a>img, 
.maintenanceArea01 .carousel-inner>.carousel-item>img {
	border-radius: 0;
    box-shadow: none;
}

.tit01, .tit02, .tit03, .tit04, .tit05, .tit06, .tit07 {
	margin-top: 0;
}

/*
.tit01:before {
	content: "";
	background: url(../img/tit01.png) no-repeat center;
	background-size: 88%;
	padding: 2% 0 2% 2em;
}

.tit02:before {
	content: "";
	background: url(../img/tit02.png) no-repeat center;
	background-size: 88%;
	padding: 2% 0 2% 2em;
}

.tit03:before {
	content: "";
	background: url(../img/tit03.png) no-repeat center;
	background-size: 88%;
	padding: 2% 0 2% 2em;
}

.tit04:before {
	content: "";
	background: url(../img/tit04.png) no-repeat center;
	background-size: 88%;
	padding: 2% 0 2% 2em;
}

.tit05:before {
	content: "";
	background: url(../img/tit05.png) no-repeat center;
	background-size: 88%;
	padding: 2% 0 2% 2em;
}

.tit06:before {
	content: "";
	background: url(../img/tit06.png) no-repeat center;
	background-size: 88%;
	padding: 2% 0 2% 2em;
}

.tit07:before {
	content: "";
	background: url(../img/tit07.png) no-repeat center;
	background-size: 88%;
	padding: 2% 0 2% 2em;
}
*/

.maintenanceArea02 {
	padding: 80px 0;
}

/*
.maintenanceArea02 .leadTit {
	font-size: 50px;
	color: #F8F4EB;
	text-shadow: 2px 5px #08284D;
	-webkit-text-stroke: 1px #08284D;
	filter: dropshadow(color=#08284D, offX=0, offY=-1) dropshadow(color=#08284D, offX=1, offY=0) dropshadow(color=#08284D, offX=0, offY=1) dropshadow(color=#08284D, offX=-1, offY=0);
	text-align: center;
}
*/
.maintenanceArea02 .leadTit {
    background: #800000;
    padding: 10px 7%;
    margin: 0 0 30px;
    text-align: center;
}
.maintenanceArea02 .shadow-img {
	width: 90%;
}

.maintenanceArea02 h3 {
	margin-bottom: 20px;
	color: #800000;
}

.maintenanceArea02 h4 {
	font-size: 17px;
	color: #28160D;
	line-height: 1.8;
	padding: 10px;
}

.maintenanceArea02 h4 span {
	display: block;
	color: #28160D;
	font-size: 15px;
}

.maintenanceArea02 h5:not(.category) {
	font-size: 15px;
	color: #28160D;
	line-height: 1.8;
	text-align: center;
	background: #fff;
	padding: 20px;
	margin: 30px 0 20px;
}

.maintenanceArea02 h5 span {
	color: #BC3130;
	font-size: 12px;
}

.maintenanceArea02 h5 span.strong {
	font-size: 25px;
	margin: 0 5px;
	text-emphasis-style: sesame filled;
	-webkit-text-emphasis-style: sesame filled;
}

.maintenanceArea02 h6 {
	font-size: 17px;
	color: #28160D;
	line-height: 1.8;
	font-weight: unset;
}

.maintenanceArea02 h6 span {
	color: #BC3130;
}

.maintenanceArea02 .card {
	border-radius: 0;
	box-shadow: none;
}

.maintenanceArea02 .category,
.maintenanceArea02 .card .card-description {
	color: #28160D;
}

.menu .category {
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0;
	height: 2rem;
	font-size: 12px;
	color: #BC3130;
}

.menu .card:hover {
	transform: none;
	box-shadow: 0 6px 10px -4px rgba(0,0,0,.15);
}

.menu .card-title {
	font-size: 20px;
	height: 4rem;
	color: #08284D;
}

.menu .card-title span {
	color: #08284D;
	font-size: 15px;
}

.menu .card-description {
	font-size: 15px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #28160D;
	line-height: 1.8;
	padding: 10px;
	margin: 0;
	text-align: left;
}

.menu .card-description span {
	font-size: 12px;
	display: block;
	color: #BC3130;
}

.contact_bnr  {
	margin-bottom: 40px;
}

.contact_bnr img {
	max-width: 70%;
}

.contact_bnr a:hover img {
	opacity: 0.8;
}

/*--- Reservation & Purchase ---*/

.cover08 {
	background: url(../img/cover08_bg.jpg) no-repeat center center;
	background-size: cover;
}

.serviceArea01 {
	padding: 20px 0 80px 0;
}
/*
.serviceArea01 .leadTit {
	font-size: 50px;
	color: #F8F4EB;
	text-shadow: 2px 5px #08284D;
	-webkit-text-stroke: 1px #08284D;
	filter: dropshadow(color=#08284D, offX=0, offY=-1) dropshadow(color=#08284D, offX=1, offY=0) dropshadow(color=#08284D, offX=0, offY=1) dropshadow(color=#08284D, offX=-1, offY=0);
	text-align: center;
}
*/
.serviceArea01 .leadTit {
    background: #800000;
    padding: 10px 7%;
    margin: 0 0 30px;
    text-align: center;
}

.serviceArea01 .bg-shadow {
	font-size: 15px;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.8;
	text-align: center;
	background: #fff;
	border-radius: 0px;
	padding: 20px;
	margin: 30px 0 20px;
}

.serviceArea01 h3 {
	color: #28160D;
	font-weight: bold;
}

.border_left {
	border-left: 1px dashed;
}

/*
.tit09:before {
	content: "";
	background: url(../img/tit09.png) no-repeat center;
	background-size: 88%;
	padding: 2% 0 2% 2em;
}

.tit10:before {
	content: "";
	background: url(../img/tit10.png) no-repeat center;
	background-size: 88%;
	padding: 2% 0 2% 2em;
}
*/

.serviceArea01 img {
	border-radius: 0px;
}

.serviceArea01 p:not(.description) {
	color: #28160D;
	line-height: 2.5;
	margin: 0px 0 30px;
	font-family: 'Noto Sans JP', sans-serif;
}

.flow {
	background: #FFF;
	margin: 70px 0;
	padding: 20px;
	position: relative;
}

.flow:after {
	content: "";
	position: absolute;
	bottom: -55px;
	left: 0;
	right: 0;
	width: 4%;
	padding: 0 0 4%;
	margin: 0 auto;
	background: url(../img/next.png) no-repeat center top;
	background-size: cover;
}

.flow:last-child:after {
	content: none;
}

.flow h4 {
	color: #800000;
	font-size: 17px;
	margin: 0;
	font-weight: bold;
	line-height: 1.8;
}

.titNu {
	font-size: 30px;
	color: #800000;
	margin-right: 5px;
}

.flow .description {
	color: #28160D;
	line-height: 2;
	font-family: 'Noto Sans JP', sans-serif;
}

.flow a {
	color: #BC3130;
	text-decoration: underline;
	font-weight: bold;
}

.flow a:hover {
	text-decoration: none;
}

.serviceArea02 {
	padding: 80px 0;
}
/*
.serviceArea02 .leadTit {
	font-size: 50px;
	color: #F8F4EB;
	text-shadow: 2px 5px #08284D;
	-webkit-text-stroke: 1px #08284D;
	filter: dropshadow(color=#08284D, offX=0, offY=-1) dropshadow(color=#08284D, offX=1, offY=0) dropshadow(color=#08284D, offX=0, offY=1) dropshadow(color=#08284D, offX=-1, offY=0);
	text-align: center;
	margin: 0;
}
*/
.serviceArea02 .leadTit {
    background: #800000;
    padding: 10px 7%;
    margin: 0 0 30px;
    text-align: center;
}

.serviceArea02 h3 {
	color: #28160D;
	font-weight: bold;
}

/*.tit11:before {
	content: "";
	background: url(../img/tit11.png) no-repeat center;
	background-size: 88%;
	padding: 2% 0 2% 2em;
}*/

.serviceArea02 .bg-shadow {
	margin: 20px 0;
	color: #28160D;
	background: #fff;
	border-radius: 0px;
	padding: 20px;
	text-align: center;
	font-weight: bold;
}

.serviceArea02 h4 {
	font-size: 17px;
	font-weight: bold;
	position: relative;
	/*相対位置*/
	padding: 0.5em 0.5em 0.5em 1.8em;
	/*アイコン分のスペース*/
	line-height: 1.4;
	/*行高*/
	color: #800000;
	background: #fff;
}

.serviceArea02 h4:before {
	font-family: "Font Awesome 5 Free";
	/*忘れずに*/
	content: "\f138";
	/*アイコンのユニコード*/
	position: absolute;
	/*絶対位置*/
	font-size: 1em;
	/*サイズ*/
	left: 0.25em;
	/*アイコンの位置*/
	top: 0.5em;
	/*アイコンの位置*/
	color: #800000;
	/*アイコン色*/
}

.serviceArea02 p:not(.bg-shadow) {
	color: #333;
	margin-top: 10px;
	font-weight: bold;
	padding: 0 25px;
}

.serviceArea02 a {
	color: #BC3130;
	text-decoration: underline;
	font-weight: bold;
}

.serviceArea02 a:hover {
	text-decoration: none;
}

.serviceArea02 .card-img-top img {
	background: #fff;
	padding: 3%;
	margin-top: 30px;
}

.lead-h {
	background: #fff;
	margin: 80px auto !important;
	padding: 20px 25px !important;
	border-radius: 0px;
}

/*--- Rental ---*/

.cover09 {
	background: url(../img/cover09_bg.jpg) no-repeat center center;
	background-size: cover;
}

.rentalArea01 {
	padding: 20px 0 80px 0;
}
/*
.rentalArea01 .leadTit {
	font-size: 50px;
	color: #F8F4EB;
	text-shadow: 2px 5px #08284D;
	-webkit-text-stroke: 1px #08284D;
	filter: dropshadow(color=#08284D, offX=0, offY=-1) dropshadow(color=#08284D, offX=1, offY=0) dropshadow(color=#08284D, offX=0, offY=1) dropshadow(color=#08284D, offX=-1, offY=0);
	text-align: center;
}
*/
.rentalArea01 .leadTit {
    background: #800000;
    padding: 10px 7%;
    margin: 0 0 30px;
    text-align: center;
}

.rentalArea01 h3 {
	color: #28160D;
	font-weight: bold;
}

.tit12:before {
	content: "";
	background: url(../img/tit12.png) no-repeat center;
	background-size: 88%;
	padding: 2% 0 2% 2em;
}

.tit13:before {
	content: "";
	background: url(../img/tit13.png) no-repeat center;
	background-size: 88%;
	padding: 2% 0 2% 2em;
}

.tit14:before {
	content: "";
	background: url(../img/tit14.png) no-repeat center;
	background-size: 88%;
	padding: 2% 0 2% 2em;
}

.rentalArea01 ul {
	font-size: 15px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #28160D;
	background: #fff;
	border-radius: 0px;
	margin: 30px 0 20px;
	padding: 20px 7%;
}

.rentalArea01 ul:not(.notes) {
	height: 11rem;
}

.rentalArea01 ul li {
	list-style: unset;
}

.rentalArea01 p {
	color: #333;
}

.rentalArea01 h4 {
    font-size: 17px;
    font-weight: bold;
    position: relative;
    padding: 0.5em 0.5em 0.5em 1.8em;
    line-height: 1.4;
    color: #800000;
    background: #fff;
}

.rentalArea01 h4:before {
	font-family: "Font Awesome 5 Free";
	/*忘れずに*/
	content: "\f138";
	/*アイコンのユニコード*/
	position: absolute;
	/*絶対位置*/
	font-size: 1em;
	/*サイズ*/
	left: 0.25em;
	/*アイコンの位置*/
	top: 0.5em;
	/*アイコンの位置*/
	color: #800000;
	/*アイコン色*/
}

.rentalArea01 .contact_tb {
	margin: 20px auto;
}

.rental .carousel-item {
	width: unset;
}

.rental .carousel-item a {
	position: relative;
	display: block;
	padding: 0 0 55%;
	width: 100%;
}

.rental .carousel-item img {
	position: absolute;
	display: block;
	height: auto;
	width: auto;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
	-moz-user-select: none;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.rental .carousel-inner>.carousel-item>a>img, 
.rental  .carousel-inner>.carousel-item>img{
	border-radius: 0;
	box-shadow : none;
}

.rental .carousel-indicators {
	position: relative;
	margin: 0;
	padding: 0;
}

.rental .carousel-indicators .active {
	background: none;
}

.rentalArea01 .col-6 img {
	margin-bottom: 10px !important;
}

.rentalArea02 {
	padding: 80px 0;
}
/*
.rentalArea02 .leadTit {
	font-size: 50px;
	color: #E2D9CF;
	text-shadow: 2px 5px #28160D;
	-webkit-text-stroke: 1px #28160D;
	filter: dropshadow(color=#28160D, offX=0, offY=-1) dropshadow(color=#28160D, offX=1, offY=0) dropshadow(color=#28160D, offX=0, offY=1) dropshadow(color=#28160D, offX=-1, offY=0);
	text-align: center;
}
*/
.rentalArea02 .leadTit {
    background: #800000;
    padding: 10px 7%;
    margin: 0 0 30px;
    text-align: center;
}

.rentalArea02 p {
	color: #28160D;
	margin: 20px 0 0;
}

/*--- What's New ---*/

.cover10 {
	background: url(../img/cover10_bg.jpg) no-repeat center center;
	background-size: cover;
}

.newsArea01 {
	padding: 20px 0 80px 0;
}

/*
.newsArea01 .leadTit {
	font-size: 50px;
	color: #F8F4EB;
	text-shadow: 2px 5px #08284D;
	-webkit-text-stroke: 1px #08284D;
	filter: dropshadow(color=#08284D, offX=0, offY=-1) dropshadow(color=#08284D, offX=1, offY=0) dropshadow(color=#08284D, offX=0, offY=1) dropshadow(color=#08284D, offX=-1, offY=0);
}
*/
.newsArea01 .leadTit {
    background: #800000;
    padding: 10px 7%;
    margin: 0 0 30px;
}

.newsBox {
	margin: 15px 0;
	padding: 10px;
	width: 100%;
	background: #FFF;
	color:#28160D;

}

.newsBox dt {
	display: inline-block;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #800000;
	padding: 2px 4%;
	font-family: 'Noto Sans JP', sans-serif;
}

.newsBox dd {
	display: inline-block;
	margin-bottom: 0;
	padding: 2px 0;
}

.newsDate {
	margin-left: 1%;
	color: #333;
	font-weight: bold;
}

.newsTit {
	margin-left: 2%;
	color: #800000;
	font-weight: bold;
	font-size: 20px;
}

.newsBox p {
	color: #28160D;
	line-height: 1.75;
}


.footer .col-6 img {
    border-radius: 6px;
}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media print,
screen and (max-width: 1199px) {

	/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

	.menu .card-title {
		height: 6rem;
	}

	.newsTit {
		margin-top: 10px;
	}


}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media print,
screen and (max-width: 991px) {

	/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

	.spnav {
		display: block;
	}

	.pcnav {
		display: none;
	}

	.nav-down {
		padding: 10px;
		margin-bottom: 0;
	}

	.navbar-collapse {
		background: #800000;
	}

	.navbar-collapse:before {
		background: none;
	}

	.navbar.bg-white:not(.navbar-transparent) a:not(.dropdown-item):not(.btn) {
		color: #fff;
	}

	.navbar .navbar-toggler .navbar-toggler-bar.middle-bar {
		width: 18px;
	}

	.bnr01 {
		display: none;
	}

	.category,
	.archive {
		max-width: unset !important;
		margin: 30px auto !important;
	}

	.detailBox01 .col-4 {
		padding: 0 4px;
	}

	.detailBox02 .col-4 {
		padding: 0 4px;
	}

	.menu .card-description {
		height: 15rem;
	}

	.serviceArea01 p:not(.description) {
		margin: auto;
	}


}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media print,
screen and (max-width: 767px) {

	/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

	.area02 .col-12 h3 {
		margin-top: 30px;
	}

	.leadBox {
		margin: 0 5%;
	}

	.choose_list1 {
		width: 80%;
	}

	.detailBox01 {
		margin-top: 30px;
	}

	.priceArea p {
		margin: 0;
	}

	.priceArea p:not(.price) {
		text-align: center;
	}

	.priceArea p.price {
		text-align: center !important ;
	}

	.priceArea .col-12 p {
		text-align: left;
	}

	.menu .card-title {
		height: 3rem;
	}

	.menu .card-title {
		height: unset;
	}

	.menu .card-description {
		height: unset;
	}

	.menu .category {
		height: unset;
		margin: 0 auto !important;
	}

	.rentalArea01 ul:not(.notes) {
		height: unset;
	}

	.serviceArea01 p:not(.description) {
		margin-top: 20px;
	}

	.serviceArea01 h3 {
		margin-top: 50px;
	}

	.features-7 .image-container {
		height: unset;
	}

	.features-7 .image-container img {
		position: relative;
	}

	.area04 p.description {
		margin: 0;
	}

	.area04 .image-container img {
		max-width: 600px;
	}

	.maintenanceArea02 .shadow-img {
		width: 100%;
	}


	.border_left {
		border-top: 1px dashed;
		border-left: none;
		padding: 15px 0 0;
		margin: 15px 0 0;
	}

}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media print,
screen and (max-width: 591px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*-- テーブル --*/

table {
	width: 100%;
}

th,
td {
	width: 100% !important;
	display: block;
}

.pc,
.pcTel {
	display: none;
}

.sp {
	display: block;
}

.spTel {
	display: inline;
}

.footer {
	padding: 0;
}

.footer ul li {
	display: block;
	background: #08284D;
	color: #fff;
	border-bottom: 1px solid #E9F1F9;
}

.inner {
	padding: 20px;
	background: #08284D;
}

.inner a {
	padding: 10px 0 0;
	color: #fff;
	text-decoration: none;
	display: block;
	border: 2px solid #fff;
	border-radius: 0px;
	text-align: center;
	font-size: 60%;
}

.inner a i {
	font-size: 540%;
	display: block;
	width: 100%;
}

.contact_tb tr:first-child th {
	border-radius: 0;
}

.contact_tb tr:first-child td {
	border-radius: 0;
}

.contact_tb tr:last-child th {
	border-radius: 0;
}

.contact_tb tr:last-child td {
	border-radius: 0;
}

.formError {
	top: 20px !important;
	left: 10% !important;
}

.features-7 .image-container {
	height: auto;
	margin-top: 10px;
}

.features-7 .image-container img {
	left: 0;
}

.area04 .image-container img {
	right: 0;
}

.detailArea01 {
	padding: 0;
}

.detailArea02 .row {
	width: 96%;
	margin: auto;
}

.detailArea02 dt {
	width: 25%;
}

.detailArea01 .carousel .carousel-inner {
	width: 96%;
	margin: auto;
}

.serviceArea02 .contact_tb input[type=text] {
	width: 98%;
}

.stockArea01 ul {
	padding: 10px 10%;
}

.stockArea01 ol {
	padding: 10px 10%;
}

.rentalArea01 .leadTit {
	font-size: 25px;
}

.btn_style {
	max-width: 300px;
}

.area08 {
	text-align: center;
}

.area08 iframe {
	width: 100%;
	margin-top: 10px;
}

.area01 .leadTit {
	font-size: 25px;
}

.area02 .leadTit {
	padding: 0 5% 5px;
}

.area02 .leadTit span {
	font-size: 25px;
}

.area03 .leadTit {
	padding: 0 5% 5px;
}

.area03 .leadTit span {
	font-size: 25px;
}

.area05 .leadTit {
	padding: 0 5% 5px;
}

.area05 .leadTit span {
	font-size: 25px;
}

.area07 .leadTit {
	padding: 0 5% 5px;
}

.area07 .leadTit span {
	font-size: 25px;
}

.maintenanceArea01 .leadTit,
.maintenanceArea02 .leadTit,
.newsArea01 .leadTit,
.serviceArea01 .leadTit,
.serviceArea02 .leadTit,
.stockArea01 .leadTit,
.rentalArea01 .leadTit,
.rentalArea02 .leadTit,
.aboutsArea01 .leadTit,
.aboutsArea02 .leadTit,
.aboutsArea03 .leadTit,
.contactArea01 .leadTit,
.privacyArea01 .leadTit,
.detailArea01 .leadTit {
	padding: 0 5% 5px;
}

.maintenanceArea01 .leadTit span,
.maintenanceArea02 .leadTit span,
.newsArea01 .leadTit span,
.serviceArea01 .leadTit span,
.serviceArea02 .leadTit span,
.stockArea01 .leadTit span,
.rentalArea01 .leadTit span,
.rentalArea02 .leadTit span,
.aboutsArea01 .leadTit span,
.aboutsArea02 .leadTit span,
.aboutsArea03 .leadTit span,
.contactArea01 .leadTit span,
.privacyArea01 .leadTit span,
.detailArea01 .leadTit span {
	font-size: 25px;
}

.detailArea01 .title {
	font-size: 22px;
}

}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media print,
screen and (max-width: 414px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.area03 .sliderBox {
	width: 300px;
}


}