@import url("../../css/reset.css");
body{
color:#444;
}
.full div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  margin: 0;
}
.full div.main01 {
  background-image: url(../image/slide4_1.jpg);
}
.full div.main02 {
  background-image: url(../image/slide5.jpg);
}
.full div.main03 {
  background-image: url(../image/slide6.jpg);
}
.full div.main04 {
  background-image: url(../image/slide7.jpg);
}
.full .slick-dots {
    bottom: 4%;
    z-index: +1;
}
.logo{
	position: absolute;
	text-align: center;
	z-index: 100;
	top:50%;
	left:50%;
	margin: -62px 0 0 -195px;
color: #fff;
}
.logo h1{
	font-family: 'BenchNine', sans-serif;
    font-size: 64px;
    letter-spacing: 12px;
    border-bottom: solid #fff 4px;
    margin: 0;
    padding: 0 30px 0;
    line-height: 1;
}
.logo p{
	font-size: 24px;
	margin:10px;
}
section{
	width: 100%;
	max-width: 1200px;
	margin: 60px auto;
	padding: 0 20px;
	box-sizing: border-box;
}
.midashi{
	font-family: 游明朝, YuMincho, 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HGS明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
text-align: center;
font-size: 30px;
}
.b1 .midashi{
	margin:50px 0;
}
.b1 p{
	font-size: 18px;
	line-height: 2;
	text-align: center;
}
.flex{
	display: flex;
	justify-content: space-between;
	letter-spacing: 1px;
	align-items: flex-start;
}
.br-about{
	width: 48%;
}
.flex-img{
	width: 48%;
}
.flex h3{
	font-size: 24px;
	margin: 0 0 20px 0;
}
.flex p{
	text-align: left;
	margin: 0 0 18px;
	padding: 0 0 10px;
}

.dot-border{
	border-bottom: dotted 1px #ccc;
}
dl{
	font-size: 18px;
}
dt{
	float: left;
	width: 100px;
}
dd{
border-bottom: dotted 1px #ccc;
}
dt,dd{
	margin: 0 0 12px;
	padding: 0 0 10px;
}
p.text-right{
	text-align: right;
}
.br-about p,.br-memory p{
	font-size: 16px;
	line-height: 2;
}
.memory-img{
	width: 37%;
	height: auto;
}
.br-memory h4{
	font-size: 18px;
}
.food-title{
	font-size: 26px;
	border-bottom: solid 3px #b79055;
	margin: 0 0 20px;
}
.img100{
	width: 100%;
}
.large{
	font-size: 18px;
	line-height: 2;
	margin: 0 0 50px;
}
.food{
	width: 48%;
}
.food img{
	width:100%;
}
.food h3{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.food p{
	font-size: 18px;
}
.cbh{
	position: absolute;
	width: 100%;
	margin: 10px;
	z-index: 1;
}
.cbh img{
	width: 300px;
}
.br-date{
	text-align: center;
	font-size: 52px;
	letter-spacing: 2px;
	margin: 50px 0;
}
.asa{
	display: flex;
	margin: 40px 0;
	justify-content: space-between;
}
.asa-pic{
	width: 40%;
}
.asa-text{
width: 58%;
}
.asa-text h2{
	font-size: 24px;
	font-weight: bold;
}
.asa-flex{
	display: flex;
}
.asa-flex ul{
	list-style: disc;
	margin:  20px 10px 30px 16px;
}
.asa-flex ul li{
	margin: 0 0 10px 0;
}
.asa-text p{
	margin: 20px 0 0 0;
}
strong{
	font-weight: bold;
}
.asa-gallery{
display: flex;
justify-content: space-between;	
flex-wrap: wrap;
}
.asa-gallery img{
	width: 32%;
	height: auto;
	margin: 0 0 20px;
}
@media (max-width: 480px) {
	.logo{
		margin: -62px 0 0 -153px;
	}
	.logo h1{
		font-size: 40px;
	}
	.midashi{
		font-size: 20px;
	}
	.b1 p{
		font-size: 16px;
		text-align: left;
	}
	.flex{
		display: block;
	}
	.flex-img,.br-about,.memory-img,.food{
		width:100%;
	}
	.br-about p, .br-memory p{
	font-size: 16px;
}
	dl,p.text-right {
    font-size: 14px;
}
.flex h3{
	font-size: 22px;
}
.food-title{
	font-size: 24px;
}
.large{
	font-size: 14px;
}
.flex h3 {
    font-size: 18px;
}
.food p {
    font-size: 14px;
}
.cbh img{
	width: 200px;
}
.br-date{
	font-size: 34px;
}
.asa{
	display: block;
}
.asa-pic {
    width: 100%;
}
.asa-text {
    width: 100%;
}
.asa-text h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0 0 0;
}
.asa-flex {
    display: block;
    margin: 20px 0 0 0;
}
.asa-flex ul {

    margin: 0px 0px 0 16px;
}
}