@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td ,video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-family: 'Noto Sans JP', sans-serif;
	color: #404040;
}
body {
	font-size: 14px;
	line-height: 26px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	text-decoration: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear:after {
  display: block;
  clear:both;
  content:"";
  visibility:hidden;
  height:0
}
.clear {
  /* 触发 hasLayout */
  zoom: 1;
}
.sp-only{
	display: none;
}
.text-center{
	text-align: center;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
img {
	vertical-align:top;
	max-width: 100%;
        height: auto;
}

.inner-s{
	width: 100%;
	box-sizing: border-box;
	padding: 0 50px;
	max-width: 750px;
	margin: 0 auto;
}
.inner{
	width: 100%;
	box-sizing: border-box;
	padding: 0 50px;
	max-width: 1190px;
	margin: 0 auto;
}
.sp-only{
	display: none;
}
.text-center{
	text-align: center;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
#enqArea {
	
}
#enqArea .sub-title{
	
}
.enqForm form {
	width: 1090px;
	margin: 0 auto;
}
.enqForm table th,.enqForm table td {
	text-align: left;
	font-size: 14px;
	line-height: 50px;
	padding: 10px 0;
	vertical-align: top;
}
.enqForm table th {
	text-align: left;
	width: 250px;
	color: #603625;
}
.enqForm table th .enqRequire {
	color: red;
	margin-left: 5px;
}
.enqForm table td textarea,.enqForm table td input[type="text"] {
	width: 100%;
	box-sizing: border-box;
	padding: 12px 20px;
	font-size: 14px;
	line-height: 24px;
	border: 1px solid #603625;
	border-radius: 3px;
}
.enqForm table td textarea {
	height: 200px;
}
.enqForm table .form-check {
	font-size: 14px;
	line-height: 24px;
	display: inline-block;
	padding-right: 50px;
	font-weight: bold;
}
.enqDescription {
	color: #409d27;
	text-align: left;
	font-size: 16px;
	line-height: 26px;
}
.errors{
	color: red;
	font-size: 14px;
	line-height: 24px;
}
.enqForm table .enqFormFoot tr th {
	border: none;
	padding: 0;
	text-align: center;
}
.enqForm .btn {
	border: none;
	width: 70px;
	line-height: 30px;
	border-radius: 0;
	background: #fff;
	position: relative;
	padding: 0;
	margin: 0 5px;
}
.btn#back{
	background: #cecece;
}
.btn#next,.btn#regist{
	background: #603625;
	color: #fff;
}
.enqForm .btn:after{
	content: '>';
	position: absolute;
	right: 15px;
	top: 0;
}
.enqForm .btn:hover{
	background: #fff;
	color: #000;
    border-color: #000;
}
.enqForm table {
	width: 100%;
}
.enqTitle{
	display: none;
}
.main{
	min-height: calc(100vh - 347px);
}


header{
	background: url(../img/common/header-bg.jpg) repeat left top;
}
header h1{
	padding: 9px 10px;
	font-size: 24px;
	line-height: 42px;
}
header h1 a{
	color: #fff;
}
header h1 img{
	height: 42px;
	margin-right: 15px;
}
.kv{
	position: relative;
	border-bottom: 3px solid #400500;
	overflow: hidden;
}
.kv img{
	width: 100%;
}
.kv-text{
	position: absolute;
	bottom: 130px;
	right: 10vw;
}
.kv-text h2{
	color: #fff;
	font-size: 32px;
	line-height: 50px;
	text-shadow: 0 0 2px 2px raga(0,0,0,0.9);
}
.nav{
	background: rgba(255,255,255,0.8);
	margin-top: -92px;
	position: relative;
}
.menu-list{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0 10px;
}
.menu-list a{
	display: block;
	text-align: center;
}
.menu-list p{
	color: #400500;
	font-size: 14px;
	line-height: 20px;
	padding-top: 5px;
}
.home-sub{
	padding: 70px 0;
}
.home-sub-1{
	padding-bottom: 0;
}
.home-sub-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sub-big{
        width: 100%;
	vertical-align:top;
        height: auto;
}

.home-sub-box img{
	width: 100%;
}
.sub-big,.sub-href{
	position: relative;
}
.sub-href{
	width: calc(50% - 20px);
	margin-top: 40px;
}
.sub-big p,.sub-href p{
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 12px;
	background: #400500;
	color: #fff;
	font-size: 20px;
	line-height: 40px;
	min-width: 115px;
	text-align: center;
}
.sub-big p:after,.sub-href p:after{
	content: '';
    border-top: 29px solid #400500;
    border-left: 29px solid transparent;
    border-right: 29px solid transparent;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -4px;
    position: absolute;
    right: -37px;
}
.home-title{
	text-align: center;
}
.home-title h2{
	color: #400500;
	font-size: 23px;
}
.home-title img{
	height: 26px;
}
.home-news{
	background: #f5f5f5;
}
.home-news-list{
	padding-top: 40px;
}
.home-news-item{
	padding: 10px 0;
	border-bottom: 1px dashed #000000;
}
.home-news-item a{
	display: flex;
}
.home-news-item .date{
	width: 100px;
}
.home-news-item .flag{
	color: #fff;
	width: 60px;
	background: #400500;
	text-align: center;
	font-size: 12px;
	margin-right: 20px;
    height: 26px;
}
.home-news-item p{
	width: calc(100% - 180px);
}
.banner{
	padding-top: 40px;
}
.banner img{
	width: 100%;
}
.movie-list{
	display: flex;
	justify-content: space-between;
	padding-top: 40px;
}
.movie-item{
	width: 100%;
}
.movie-item iframe{
	width: 100%;
        height: 500px;
}
.bag{
	background: #F5F5F5;
}
.bag-img{
	padding-top: 40px;
}
.bag-img img{
	width: 100%;
}
.map-desc{
	padding-bottom: 20px;
}
.map-desc p{
	font-size: 17px;
	line-height: 24px;
}
footer{
	background: #400500;
	padding: 30px 0 20px;
}
.footer-menu{
	text-align: center;
	font-size: 0;
	padding: 20px 0;
}
.footer-menu a{
	display: inline-block;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	padding: 0 30px 0 20px;
	position: relative;
}
.footer-menu a::before {
  content: '';
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px;
}
.copyright{
	text-align: center;
	font-size: 13px;
	line-height: 20px;
	color: #fff;
}
.breadcrumb {
  margin: 0;
  padding: 40px 0; 
  list-style: none;
  background-color: #fff;
}
.breadcrumb li {
  display: inline;
  list-style: none;
}
.breadcrumb li:after {
  content: '>';
  padding: 0 1em;
  color: #400500;
}
.breadcrumb li:last-child:after {
  content: '';
  padding: 0;
}
.breadcrumb li a {
  text-decoration: none;
}
.breadcrumb li a span{
	color: #400500;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
.category-name {
  color: #555;
}
.case-content{
	padding-bottom: 70px;
}
.case-content:last-child{
	padding-bottom: 0;
}
.case-title{
	background: #a3855d;
	color: #fff;
	text-align: center;
	padding: 6px 0;
	font-size: 20px;
	margin-bottom: 20px;
}
.sub-title-1{
	border: 1px solid #c2c2c2;
	background: #f2f2f2;
	text-align: center;
	padding: 2px 0;
	font-size: 16px;
	margin-bottom: 20px;
}
.case-item{
	margin-bottom: 20px;
}
.case-item:last-child{
	margin-bottom: 0;
}
.case-item h4{
	border-bottom: 1px solid #d4d1d1;
	padding: 6px 0;
	font-size: 16px;
	margin-bottom: 20px;
}
.case-item-box{
	display: flex;
	justify-content: space-between;
}
.case-item-box-img{
	width: 500px;
	padding-right: 50px;
}
.case-item-box-text{
	width: calc(100% - 550px);
}
.case-item-box-only .case-item-box-text{
	width: 100%;
}
.case-item-box-text p{
	font-size: 15px;
	margin-bottom: 15px;
}
.sub-kv-text{
	width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -50px;
}
.sub-box{
	padding-bottom: 120px;
}
.about-table{
	padding-top: 20px;
}
.about-table table{
	width: 100%;
}
.about-table th,.about-table td{
	border: 1px solid #bfbfbf;
	padding: 12px 40px;
	font-size: 14px;
}
.about-table tr th:first-child{
	width: 250px;
}
.about-table th{
	background: #f2f2f2;
}
.custody-box{
	display: flex;
	justify-content: space-between;
	padding: 30px 0 80px;
}
.custody-text{
	width: calc(100% - 440px);
}
.custody-text{
	font-size: 14px;
	line-height: 20px;
}
.custody-img{
	width: 400px;
}
.custody-table{
	padding-bottom: 40px;
	padding-top: 0;
}
.meeting-table{
	padding-top: 0;
}
.meeting-table:last-child{
	padding-bottom: 0;
}
.meeting-box{
	padding-top: 20px;
}
.meeting-box h3{
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}
.meeting-box h3:after{
	content: '';
	width: 100%;
	height: 1px;
	background: #d5d5d5;
	position: absolute;
	left: 0;
	top: 20px;
}
.meeting-box h3 span{
	display: inline-block;
	text-align: center;
	background: #481703;
	color: #fff;
	padding: 0 20px;
	font-size: 17px;
	line-height: 40px;
	border-radius: 20px;
	position: relative;
	z-index: 2;
}
.meeting-desc{
	padding-bottom: 40px;
}
.product-title{
	padding: 0;
}
.product-spic-item{
	display: flex;
	padding: 50px 0 20px;
	border-bottom: 3px solid #ece6e6;
	justify-content: space-between;
}
.product-spic-img{
	width: 50%;
}
.product-spic-img img{
	width: 100%;
}
.product-spic-text{
	width: calc(50% - 20px);
	position: relative;
}
.product-spic-text>i{
	position: absolute;
	right: 0;
	top: 0;
	max-width: 80%;
}
.product-spic-text>i img{
	max-width: 100%;
}
.product-spic-title{
	padding-bottom: 15px;
}
.product-spic-title h3{
	font-size: 24px;
	line-height: 34px;
}
.product-spic-title span{
	display: block;
	font-size: 14px;
	line-height: 24px;
}
.has-bg{
	font-size: 18px;
	line-height: 32px;
}
.has-bg span{
	position: relative;
	display: inline-block;
	padding-right: 50px;
	max-width: 100%;
}
.has-bg span:after{
	content: '';
	position: absolute;
	height: 9px;
	width: 100%;
	background: #ffcb12;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.mar-b-20{
	margin-bottom: 20px;
}
.text-tips{
	font-size: 13px;
	line-height: 25px;
}
.product-spic-link{
	text-align: center;
	margin-top: 40px;
}
.product-spic-link a{
	display: inline-block;
	background: #481700;
	color: #fff;
	font-size: 20px;
	line-height: 48px;
	width: 180px;
	border-radius: 5px;
}
.product-list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 40px;
}
.product-item{
	width: calc(33.33333% - 18px);
	margin-top: 24px;
	display: flex;
	border: 3px solid #ece6e6;
	padding: 20px 0;
	box-sizing: border-box;
}
.product-item-img{
	width: 40%;
	text-align: center;
}
.product-item-text{
	width: 60%;
	padding-right: 20px;
	box-sizing: border-box;
	position: relative;
}
.product-item-text h4{
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 20px;
}
.product-item-text p{
	font-size: 12px;
	line-height: 20px;
}
.product-link{
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}
.product-link a{
	display: inline-block;
	background: #481700;
	color: #fff;
	font-size: 14px;
	line-height: 32px;
	width: 125px;
	border-radius: 16px;
}
.hajime-box h3 span{
	width: 210px;
	background: #9f9c9a;
}
.red{
	color: #7e0606;
}
.hajime-link{
	text-align: center;
	margin-top: 40px;
}
.hajime-link a{
	display: inline-block;
	background: #481700;
	color: #fff;
	font-size: 20px;
	line-height: 48px;
	width: 240px;
	border-radius: 5px;
}
.privacy-desc p{
	font-size: 14px;
	line-height: 24px;
}
.tips{
	position: relative;
	padding-left: 1.1em;
}
.tips-span{
	position: absolute;
	left: 0;
	top: 0;
}
.news-detail-title{
	display: flex;
	padding: 10px 0;
    border-bottom: 1px solid #d6d3d3;
    margin-bottom: 20px;
}
.news-detail-title .flag {
    color: #fff;
    width: 60px;
    background: #400500;
    text-align: center;
    font-size: 12px;
    margin-right: 20px;
    height: 26px;
    display: inline-block;
}
.news-detail-title p{
	color: #481703;
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	width: calc(100% - 80px);
}
.contact-box{padding: 0;}
.enqForm{padding: 60px 0 120px;}
.contact-box1{padding-top: 60px;}
.map iframe{width: 100%;}
#sche{display:flex;flex-wrap:wrap;}
#sche table{width:calc(50% - 20px);}
.about-content-box{margin-bottom: 50px;}
.about-content-box:last-child{margin-bottom: 0;}
.about-content-box>h1{font-size: 20px; line-height: 30px; border-left: 3px solid #400500; padding-left: 10px; margin-bottom: 20px;}
.visual-object{text-align: center; margin-bottom: 30px;}
.visual-object img{max-width: 500px;}



@media screen and (max-width: 1100px) {
	
}
@media screen and (max-width: 960px) {
	.enqForm form{
		width: 100%;
		padding: 50px;
    	box-sizing: border-box;
	}
	.product-item{
		width: calc(50% - 18px);
	}
}
@media screen and (max-width: 768px) {
	.sp-only{
		display: block;
	}
	.pc-only{
		display: none;
	}
	.inner,.inner-s{
		padding: 0 10px;
	}
	
	.enqForm form{
		padding: 0 10px 0;
	}
	.enqForm table tr{
		display: block;
		width: 100%;
		padding-bottom: 10px;
	}
	.enqForm table th, .enqForm table td{
		display: block;
		width: 100%;
		padding: 5px 0;
		line-height: 30px;
	}
	.enqForm table .enqFormFoot tr th{
		padding-top: 20px;
	}
	.main{
		min-height: calc(100vh - 420px);
	}
	.nav{
		margin-top: 0;
	}
	.kv img{
		width: 100%;
		height: 300px;
		object-fit: cover;
	}
	.kv-text h2{
		font-size: 24px;
		line-height: 35px;
		text-align: center;
	}
	.kv-text {
	    position: absolute;
	    bottom: 0;
	    right: 0;
	    padding: 20px;
	    width: 100%;
	    height: 100%;
	    box-sizing: border-box;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	}
	.menu-list{
		flex-wrap: wrap;
		padding: 10px 0;
	}
	.menu-list a{
		margin-bottom: 20px;
	}
	.home-sub {
	    padding: 40px 0;
	}
	.home-sub-1 {
	    padding: 0;
	}
	.sub-box img{
		width: 100%;
		height: 160px;
		object-fit: cover;
	}
	.sub-href {
	    width: 100%;
	    margin-top: 20px;
	}
	.home-news-item a {
	    flex-wrap: wrap;
	}
	.home-news-item p {
	    width: 100%;
	}
	.case-item-box{
		flex-wrap: wrap;
	}
	.case-item-box-img{
		width: 100%;
		padding-right: 0;
		margin-bottom: 20px;
	}
	.case-item-box-text{
		width: 100%;
	}
	.case-item-box-text p {
	    margin-bottom: 7px;
	}
	.crumb{
	    border-top: 1px solid #a3855d;
	}
	.breadcrumb{
	    padding: 5px 0 30px;
	}
	.custody-box{
		display: block;
	}
	.custody-text {
	    width: 100%;
	    margin-bottom: 30px;
	}
	.custody-img {
	    width: 100%;
	}
	.sub-box img {
	    height: auto;
	}
	.about-table tr th:first-child {
	    width: 100px;
	    padding: 12px;
	}
	.meeting-table th,.meeting-table td,.meeting-table tr th:first-child{
		display: block;
		width: 100%;
		border-bottom: 0;
    	box-sizing: border-box;
	}
	.meeting-table tr:last-child{
		border-bottom: 1px solid #bfbfbf;
	}
	.product-item{
		width: 100%;
	}
	.product-item-img img{
		width: auto;
	}
	.product-spic-item{
		display: block;
	}
	.product-spic-img {
	    width: 100%;
	    margin-bottom: 30px;
	}
	.product-spic-text {
	    width: 100%;
	}
	.product-spic-title h3 {
	    font-size: 20px;
	    line-height: 30px;
	}
	.has-bg span{
		padding-right: 10px;
	}
	.sub-box {
	    padding-bottom: 80px;
	}
	.news-detail-title{
		display: block;
	}
	.news-detail-title p{
		width: 100%;
	}
	.contact-box{padding: 0;}
	.enqForm { padding: 40px 0 80px;}
	.menu-list img{width: 24px;}
.menu-list{
align-items: start;
    margin: 0 -5px;
}
.menu-list a{
    width: 18%;
}
.menu-list a:nth-child(5n+3){
    width: 23.5%;
}
.menu-list a:nth-child(5n){
    width: 22.5%;
}
	.menu-list p { font-size: 12px; line-height: 1; padding: 5px 0 0;}
	.home-sub-box img {width: 100%; height: 160px;object-fit: cover;}
	.movie-list{flex-wrap: wrap;}
	.movie-item{width: 100%;margin-bottom: 15px;}
	.movie-item iframe{height: 300px;}
	.movie-item:last-child{margin-bottom:0;}
	.map iframe{height: 300px;}
	.sub-kv-text{margin-top:0;}
	.footer-menu{    text-align: left;padding: 20px 10px;}
	.footer-menu a {font-size: 12px; line-height: 20px; padding: 0 10px 0 15px; box-sizing: border-box;width: 50%;}
#sche table{width: 100%;}
.visual-object img{max-width: 80%;}
}
@media screen and (max-width: 360px) {
	.menu-list p { padding: 5px 10px 0;}
.menu-list{justify-content: center;}
}