.conte {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 5%;
	box-sizing: border-box;
}
.conte-box {
	margin-top: 60px;
}

/* タイトル系 */
.title {
	text-align: center;
	margin-bottom: 40px;
}
.title h5 img {
	height: 50px;
	margin-bottom: 20px;
}
.title h2 {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 140%;
	line-height: 1.5;
	letter-spacing: 0.06em;
}

/* タイトル系 */
/* ボタン */
.btn {
	width: 100%;
	text-align: center;
	margin: 10px 0;
}
.btn a {
	background-color: #000;
	padding: 10px 60px;
	color: #fff;
	font-weight: bold;
	border-radius: 30px;letter-spacing: 0.1em;
	font-size: 90%;
}
.btn a span {
	position: relative;
}
.btn a span:before {
    position: absolute;
    z-index: 3;
    display: block;
    content: "";
    right: -20px;
    top: 50%;
    width: 6px;
    height: 6px;
	margin-top: -3px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.12s ease-in 0s;
}
/* ボタン */
/* top */

.top01 {
	display: flex;
	justify-content: space-between;
}
.top01-01 {
	width: 45%;
}

.top01-02 {
	width: 52%;
}

.top01-01 p {
	border-left: 1px solid #c9954a;
	padding-left: 10%;
	line-height: 2;
	letter-spacing: 0.2em;
	font-size: 110%;
}
.top01-01 .title {
	margin-right: auto;
	max-width: 300px;
}

.heimen {
	max-width: 600px;
	margin: 0 auto;
}

.toku {
	display: flex;
	justify-content: space-between;
}
.toku li {
	width: 30%;
	margin-top: 30px;
}
.toku h3 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 120%;
	line-height: 1.5;
}
.toku h3 span {
	font-size: 70%;
}
.toku p {
	font-size: 100%;
	letter-spacing: 0;
	padding-bottom: 10px;
}


.conte-bg {
	background-color: #F7F7F7;
	margin-top: 80px;
	padding-top:80px;
	padding-bottom: 80px;
}

.news-box {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-direction : row-reverse;
}
.news-list {
	width: 65%;
}
.news-btn {
	width: 30%;
}
.news-list li {
	margin-bottom: 20px;
}
.news-list li:last-child {
	margin-bottom: 0px;
}
.news-list li a {
	background-color: #fff;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .2);
	display: flex;
	align-items: center;
	color: #000;
	padding: 10px;
	position: relative;
}

.news-list li a:before {
    position: absolute;
    z-index: 3;
    display: block;
    content: "";
    right: 20px;
    top: 50%;
    width: 6px;
    height: 6px;
	margin-top: -3px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.12s ease-in 0s;
}

.news-img {
	width: 20%;
	height: 80px;
	background-size: cover;
	background-position: center;
}


.news-text {
	padding: 0 20px;
	width: 75%;
	box-sizing: border-box;
}
.news-text h6 {
	font-size: 80%;
	color: #7A7A7A;
}

.news-boxbox {
	position: relative;
}
.news-ttile {
	position: absolute;
	width: 26.5%;
}

.acc-box {
	display: flex;
	justify-content: space-between;
}
.acc-box01 {
	width: 35%;
}
.acc-box02 {
	width: 60%;
}

.jyusyo {
	margin-top: 10px;
	margin-bottom: 10px;
}
.tel {
	display: flex;
	align-items: center;
}
.tel h5 {
	margin-left: 5px;
}
.tel h5 a {
	color: #000;
	font-weight: bold;
	font-size: 160%;
	font-family: Arial, Helvetica, "sans-serif";
}
.tel img {
	width: 25px;
}

.table01 {
	margin-top: 10px;
	width: 100%;
	border-top: 1px solid #D8D8D8;
}
.table01 td {
	font-size: 110%;
	line-height:1.6;
	letter-spacing: 0.08em;
	font-weight:500;
	padding: 5px;
	border-bottom: 1px solid #D8D8D8;
}

.td-ll {
	border-left: 1px solid #D8D8D8;
	padding-left: 5px;
}



/* top */

/* お知らせ */
.news-box02 {
	display: inherit;
}
.news-box02 .news-list {
	margin: 0 auto;
}

.news-lins {
	margin-top: 40px;
}
.news-lins ul {
	display: flex;
	justify-content: center;
}
.news-lins ul a {
	color: #000;
	padding: 10px;
}
.news-box-de {
	background-color: #fff;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .2);
	padding: 60px;
	max-width: 800px;
	margin: 0 auto;
}
.kiji-time {
	font-size: 100%;
}
.kiji-title {
	font-size: 140%;
	margin-bottom: 20px;
	padding: 10px 0  20px 0;
	border-bottom: 1px solid #000;
	font-weight: bold;
	line-height: 1.5;
}
.conte-bg02 {
	margin-top: 0px;
}

/* お知らせ */

/* カフェメニュー */
.insta-icon {
	text-align: center;
}
.insta-icon img {
	width: 30px;
	margin-bottom: 10px;
}
.insta-haiti {
	max-width: 800px;
	margin: 30px auto;
	
}
/* カフェメニュー */
.neko-t {
	text-align: center;
}
.neko-t p {
	text-align: center;
	font-size: 100%;
	background-color: #F0F0F0;
	padding: 10px 20px;
	border-radius: 6px;
	display: inline-block;
}

.sise-b {
	background-color: #F0F0F0;
	padding: 50px;
	border-radius: 6px;
}
.sise-b-naka {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sise-b01 {
	width: 30%;
	background-color: #fff;
	padding: 20px;
	border-radius: 6px;
	box-sizing: border-box;
}

.sise-b02 {
	width: 65%;
}
.sise-b02 h4 {
	font-size: 130%;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 10px;
}


.menu-tt h3 {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 180%;
	line-height: 1.5;
	margin-bottom: 20px;
}
.menu-tt h3 span {
	font-size: 40%;
	font-weight: 400;
}
.menu-b {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-left: 20px;
	padding-right: 20px;
}
.menu-b li {
	width: 48%;
	border-top: 1px solid #D8D8D8;
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.menu-b li:last-child,.menu-b li:nth-last-child(2) {
 border-bottom: 1px solid #D8D8D8;
  }
.menu-b li h4 {
	font-size: 120%;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 0px;
}
.menu-b li p {
	font-size: 90%;
}
.menu-b li h6 {
	font-size: 100%;
	font-weight: bold;
	line-height: 1.5;
	white-space: nowrap;
	margin-left: 20px;
	text-align: right;
}

.youtube-b {
	max-width: 700px;
	margin: 0 auto;
	margin-top: 30px;
}
.youtube-b a {
	background-color: #fff;
	border-radius: 30px;
	padding: 20px;
	display: block;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .2);
	display: flex;
	align-items: center;
	justify-content: center;
}
.youb-01 {
	max-width: 80px;
	margin-right: 30px;
	
}
.youb-01 img {
	border-radius: 50%;
}
.youb-02 img {
	width: 280px;
}
.youtube-b a p {
	font-size: 95%;
	color: #000000;
	margin-top: 10px;
	letter-spacing: 0;
}

@media screen and ( max-width:800px )
{
	
	.top01 {
		display: inherit;
	}
	.top01-01 {
		margin-bottom: 40px;
		width: 100%;
	}
	.top01-02 {
		width: 100%;
	}
	.toku {
		display: inherit;
	}
	.toku li {
    width: 100%;
}
	.news-ttile {
    position: inherit;
		width: 100%;
}
	.news-box {
    display: inherit;
}
	.news-list {
    width: 100%;
}
	.acc-box {
    display: inherit;
   
}
	.acc-box01 {
    width: 100%;
		margin-bottom: 20px;
}
	.acc-box02 {
    width: 100%;
}
	.top01-01 .title {
    margin-right: none;
    max-width: 100%;
}
	.top01-01 p {
    border-left: none;
    padding-left: 0%;
    line-height: 1.5;
    letter-spacing: 0.1em;
		text-align: center;
		font-size: 100%;
}
	.news-btn {
    width: 100%;
		margin-top: 40px;
}
	.news-img {
    height: 60px;
}
	.news-box-de {
    padding: 20px;
   
}
	.menu-b {
    display: inherit;
    
    padding-left: 0px;
    padding-right: 0px;
}
	.menu-b li {
    width: 100%;
    
    display: inherit;
    
}
	.menu-b li h6 {
    margin-top: 10px;
}
	.sise-b {
    padding: 5%;
}
	.sise-b-naka {
		display: inherit;
	}
	.sise-b01 {
    width: 100%;
    margin-bottom: 20px;
}
	.sise-b02 {
    width: 100%;
}
.youtube-b a {
	padding: 5%;
	display: inherit;
}
.youb-01 {
	max-width: 60%;
	margin-right: 0px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.youb-02 img {
	width: 100%;
}
}