@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	color: #3C4A5C;
	font-size: 15px;
}

h2{
	color: #5C3A21;
	margin-bottom: 10px;
	font-size: 20px;
}

h4{
	font-size: 18px;
	margin-bottom: 20px;
}

.wrap{
	margin: 0 auto;
	max-width: 960px;
}
.flex{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.flex_row{
	display: flex;
	gap: 20px;
	max-width: 80%;
	margin: 0 auto;
	height: auto;
}

section{
	margin: 20px auto;
	width:80%;
}


/*header*/
h1{
	text-align: center;
	padding-top: 20px;
}
.logo{
	width: 42%;
	height: auto;
	vertical-align: bottom;
}
.topimg{
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
	border-radius: 10px 10px 0 0;
}
nav{
	background-color: #5C3A21;
}
ul{
	display: flex;
	justify-content: space-between;
	margin: 0 auto ;
	width: 80%;

}
/* PC用ナビ */

.menu-pc ul{
	list-style: none;
  margin: 0 auto;
}
.menu-pc ul li{
	width: 100%;
	text-align: center;
	cursor: pointer;
}
.menu-pc ul li a {
	height: 50px;
	width: 100%;
	padding-top: 25px;
  text-decoration: none;
  color: #fff;
display: block;
}
.menu-pc ul li:hover{
	background-color: #E9B49D;
}
/* スマホ用ハンバーガーはデフォ非表示 */
.hamburger,
.menu-sp,
.overlay {
  display: none;
}
/* スマホ表示 */
@media (max-width: 768px) {
  .menu-pc {
    display: none; /* PCナビ非表示 */
  }
  .hamburger {
    display: block; /* ハンバーガー表示 */
    position: fixed;
    top: 20px;
    right: 20px;
    font-size: 28px;
    cursor: pointer;
    z-index: 1002;
	border:solid 2px #E9B49D ;
	border-radius: 10px;
	padding: 0 5px;
  }
  .menu-sp {
    display: block;
    position: fixed;
    top: 0;
    right: -300px;
    width: 250px;
    height: 100%;
    background: #F5F3EF;
    color: #fff;
    padding: 60px 20px;
    transition: right 0.3s ease;
    z-index: 1001;
  }
	.menu-sp.open {
    right: 0;
  }
}

.close{
	cursor: pointer;
	font-size: 3em;
}
.menu-sp ul{
	flex-direction: column;
}
.menu-sp ul li{
	font-size: 2em;
	text-align-last: center;
}

.menu-sp ul li a:hover{
	color: #E9B49D ;
}

.btn,main{
	background-color: #F5F3EF;
}

.btn{
	padding-top: 10px;
	text-align: center;
}
.btn span{
	display: inline-block;
	height: 50px;
	width: 45%;
	text-align: center;
	line-height: 50px;
	border-radius: 10px;
}
.btn span a{
	display: block;
	border-radius: 10px;
	cursor: pointer;font-size: 20px;
}
.btn span:first-child{
	border: solid #E9B49D 2px;
	box-sizing: border-box;
	vertical-align: middle;
}
.btn span:last-child{
	background-color: #E9B49D;
	vertical-align: middle;
}
.btn span a:hover{
	font-size: 1.5em;
}
.btn span a:active{
	background-color: rgb(233 180 157 / 35%);	
}
.btn span:last-child:active{
	opacity: 50%;
}

/*TOP main*/
.news p{
	margin: 0 50px;
	border-bottom: dotted 1px #5C3A21;
	line-height: 2em;
	padding-left: 15px;
	font-size: clamp(12px,2vw,15px);
}
.news time{
	font-size: clamp(12px,2vw,15px);
}
.kamoku img{
	width: 50%;
	height: 50%;
	border-radius: 50%;
	transform: translateX(50%);
}
.kamoku div{
	margin-bottom: 40px;
}
h3{
	text-align: center;
	margin: 0 auto;
	margin-top: 3px;
	width: 35%;
	background-color: #E9B49D;
	border-radius: 13px;
	box-shadow: inset -3px -4px 4px rgb(137 106 93 / 35%);
}
h3 a{
	color: #fff;
	font-size: 18px;
	line-height: 2.2em;
	letter-spacing: 0.3em;
	display: block;
	text-shadow: 5px 5px 5px rgb(0 0 0 / 25%);
}
h3:hover{
	transform: translate(2px,2px);
}
h3:active{
	opacity: 50%;
}
.kamoku img:hover{
	opacity: 50%;
}
@media (min-width: 768px){
	.kamoku{
		flex-direction: row;
		width: 100%;
		margin: 0 auto;
	}
.kamoku img{
	width: 80%;
	height: 80%;
	transform: translateX(0);
	margin-left: 30px;
}
	.kamoku div{
	margin: 40px auto;
}
}
#time table th{
	background-color: #5C3A21;
	color: #fff;
	border:1px #5C3A21 solid;
}
#time table td{
	padding: 10px;
	border:1px #5C3A21 solid;
}
.time{
	width: auto;
}
.kyuusin{
	line-height: 2em;
}
.kyuusin span{
	font-weight: bold;
	margin-right: 10px;
}

#access iframe{
	width: 80%;
}
.access{
	line-height: 2em;
	width: 80%;
}

/*annai　main*/
#annai h2::before{
	content:"";
	background-image: url("../img/ashirai.png");
	background-repeat: no-repeat;
	display: inline-block;
  width: 50px;
  height: 50px;
	background-size: contain;
}
@media(max-width:400px){
	#annai h4{
		font-size: 1em;
	}
}

#annai h4::after{
	content:"";
	background-image: url("../img/under.png");
	background-repeat: no-repeat;
	display: block;
	width: 350px;
  height: auto;
	background-size: contain;
	padding-top: 18px;
}

@media (max-width: 400px){
	#annai h4::after{
		width: 280px;
	}
}
.box{
	background-color: #fff;
	border-radius: 10px;
	padding: 15px;
	box-shadow: 5px 5px 5px rgb(0 0 0 / 25%);
	max-width: 100%;
}
.position{
	position: relative;
	height: 50vh;
	width: 100%;
	margin-bottom: 80px;
}
.position img{
	position: absolute;
	top:0;
	left: 50%;
	transform: translate(-50%,-0);
	z-index: 1;
	max-width: 80%;
	height: auto;
	clip-path: polygon(
  0 0,                     /* 左上 */
  calc(100% - 3rem) 0,     /* 右上を少し内側に */
  100% 3rem,               /* 右上のカット部分 */
  100% 100%,               /* 右下 */
  3rem 100%,               /* 左下を少し内側に */
  0 calc(100% - 3rem)      /* 左下のカット部分 */
);
}
.box_b{
	margin-top: 100px;
	background-color: #5C3A21;
	height: 80px;
	padding: 20px 40px;
	padding-top: 130px;
	color: #fff;
	text-align: center;
	width: 80%;
	position: absolute;
	top:35%;
	left: 50%;
	transform: translate(-50%,-0);
}

@media (max-width: 400px){
	.position{
	margin-bottom: 0;
}
	.box_b{
	margin-top: 50px;
	padding-top: 80px;
	position: absolute;
	top:20%;
	left: 50%;
	transform: translate(-50%,-0);
	font-size: 14px;
}
}

/*yoyaku*/
.yoyaku{
	margin: 15px 20px;
	width: 100%;
}

.yoyaku span{
	display: block;
}
.yoyaku form{
	margin: 20px;
}
.yoyaku input,select{
	margin-bottom: 20px;
	margin-top: 5px;
}
input:focus{
	padding:5px;
}
#entry{
	background-color: #E9B49D;
	border-radius: 10px;
	padding:10px;
	border:none;
	width: 80px;
}
/*footer*/
footer{
	margin-top: 20px;
}

.footer_logo{
	vertical-align: bottom;
}

.footer_info{
	background-color: #5C3A21;
	width: 100%;
}
.footer_info p{
		color: #fff;
		display: inline-block;
		text-align: left;
}
.footer_info p:first-child{
	font-size: 1.5em;
	font-weight: bold;
	margin: 10px 0;
}
.tel{
	color: #fff;
	font-size: 2.5em;
}
.big{
	font-size: 3em;
}
.sns img{
	width: 40px;
	height: auto;
	margin: 10px;
}
.copy{
	font-size: 0.8em;
}

