@charset "utf-8";
/* CSS Document */
.pc {
	display: block;
}
.sp {
	display: none;
}
	@media only screen and (max-width: 768px) {
		.pc {
			display: none;
		}
		.sp {
			display: block;
		}
	}
#newyear {
	margin-top: 150px;
}
#newyear img {
	width: 100%;
	height: auto;
}
#newyear a:link,
#newyear a:visited {
	color: rgba(124, 95, 30, 0.9);
	text-decoration: none;
}
ul.caution li{
	text-indent:-1em;
	padding-left:1em;
	margin: 5px 0;
	line-height: 160%;
}
	@media only screen and (max-width: 768px) {
		#newyear {
			width: 90%;
			margin: 100px auto 0;
		}
	}
#newyear h1 {
	display: inline-block;
	width: fit-content;
    font-family: "bodoni-urw", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 55px;
    color: rgba(124, 95, 30, 0.7);
}
#newyear h1 > img {
	width: 50px;
	height: 50px;
}
	@media only screen and (max-width: 768px) {
		#newyear h1 {
			font-size: 9vw;
			line-height: 160%;
		}
		#newyear h1 > img {
			display: none;
		}
	}

#newyear h1:after {
	content: '';
    display: block;
	background-image: url("../images/img_color_line.webp");
    background-size: cover;
    vertical-align: middle;
    width: 900px;
    height: 50px;
    margin: 5px auto 25px;
}
	@media only screen and (max-width: 768px) {
		#newyear h1:after {
			width: 100%;
			height: 23px;
			max-height: 25px;
		}
	}
#newyear > section {
	max-width: 1000px;
	border-top: rgba(124, 95, 30, 1) 3px solid;
	margin:50px auto 0;
	padding: 50px 0;
	box-sizing: border-box;
}
#newyear > section:last-of-type {
	border-bottom: rgba(124, 95, 30, 1) 3px solid;
}
#newyear > section > h2 {
	font-size: 30px;
	letter-spacing: 2px;
	position: relative;
}
#newyear > section > h2 > span {
	font-size: 26px;
}
#newyear > section > h2:after {
	content: '';
    display: block;
	background-image: url("../images/img_color_circle.webp");
    background-size: cover;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    margin: 5px auto 25px;
}
#newyear > section > .details {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
#newyear > section > .details > div {
	width: 50%;
	text-align: left;
}
#newyear > section > .details > div:nth-of-type(1) {
	box-sizing: border-box;
	padding: 0 20px;
}
#newyear > section > .details > div > p {
	line-height: 160%;
	margin-bottom: 20px;
}
#newyear > section > .details > div > dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 30px;
}
#newyear > section > .details > div > dl > dt {
	width: 18%;
	line-height: 180%;
}
#newyear > section > .details > div > dl > dd {
	width: 82%;
	line-height: 180%;
}
#newyear > section > .menu {
	text-align: left;
}
#newyear > section > .btn {
	text-align: center;
	padding: 50px 0;
}
#newyear > section > .btn > a {
	font-size: 20px;
	border: #53585a 1px solid;
	padding: 1em 3em;
}
#newyear > section > .telbtn {
	display: inline-block;
	font-size: 20px;
	border: #53585a 1px solid;
	margin-top: 50px;
	padding: 1em 3em;
}
#newyear > section > .btn > a:link,
#newyear > section > .btn > a:visited,
#newyear > section > .btn > a:active {
	color: #fff;
	font-weight: 700;
	background-color: rgba(124, 95, 30, 1);
}
#newyear > section > .btn > a:hover {
	color: #fff;
	border: rgba(124, 95, 30, 1) 2px solid;
	background-color: #fff;
}
	@media only screen and (max-width: 768px) {
		#newyear > section {
			max-width: 100%;
		}
		#newyear > section > h2 {
			font-size: 7vw;
			line-height: 160%;
		}
		#newyear > section > h2 > span {
			font-size: 5vw;
		}
		#newyear > section > .details {
			display: block;
			flex-wrap: nowrap;
			margin-bottom: 30px;
		}
		#newyear > section > .details > div {
			width: 100%;
			text-align: left;
		}
		#newyear > section > .details > div:nth-of-type(2) {
			margin-top: 30px;
		}
		#newyear > section > .details > div > dl > dt {
			width: 25%;
		}
		#newyear > section > .details > div > dl > dd {
			width: 75%;
		}
	}
		@media only screen and (min-width: 700px){
		a.tel {
			pointer-events: none;
			color: #53585a!important;
			border:none;
		 }
		}
		@media only screen and (max-width: 700px) {
			a.tel {
				color: rgba(124, 95, 30, 0.9);
				border-bottom:rgba(124, 95, 30, 0.7) 1px solid;
			  }
		}
		
/* ----- 折り畳み ----- */
.acd-check {
    display: none;
}
.acd-label {
	display: block;
	color: rgba(124, 95, 30, 1);
	font-size: 20px;
    font-weight: bold;
	text-align: center;
	line-height:1.4;
	background: #fff;
	border: rgba(124, 95, 30, 1) 2px solid;
	border-radius: 10px;
	margin: 5px 0 1px;
    padding: 15px 0;
    position: relative;
}

.acd-label::before {
    content: "";
    display: inline-block;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 14px solid rgba(124, 95, 30, 1);
  border-bottom: 0;
  margin-right: 10px;
}
.acd-check:checked + .acd-label:before{
    content: "";
    display: inline-block;width:0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 0;
  border-bottom: 14px solid rgba(124, 95, 30, 1);
  margin-right: 10px;
}
.acd-content > div {
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}

.acd-check:checked + .acd-label + .acd-content > div {
    height: auto;
    font-size: 16px;
    padding: 25px 10px;
	opacity: 1;
    visibility: visible;
}
.acd-check:checked + .acd-label + .acd-content > div > dl > dt {
	font-size: 18px;
	font-weight: bold;
	color: rgba(124, 95, 30, 1);
	margin-bottom: 5px;
}
.acd-check:checked + .acd-label + .acd-content > div > dl > dd {
	line-height: 180%;
	padding-left: 1em;
	box-sizing: border-box;
	margin-bottom: 15px;
}
.acd-check:checked + .acd-label + .acd-content > div > ul li {
	text-indent:-1em;
	padding-left:1em;
}


.swiper-container {
	height: auto;
}
.swiper-wrapper {
	margin-bottom: 30px;
}
.swiper-pagination {
	width: 100%;
	bottom: -5px;
}
.swiper-pagination-bullet {
	margin: 0 10px;
	background: rgba(124, 95, 30, 1)!important;
}
.swiper-pagination-bullet-active {
	background: rgba(124, 95, 30, 1)!important;
}
