@charset "UTF-8";
@import url(normalize.css);
@import url(reset.css);
@import url(hack.css);

.sp {display:none !important;}
.pc {}

img {
	vertical-align: middle;
}

iframe  {
	vertical-align: middle;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	background: url("../Images/bg.webp") repeat;
	height: 100%;
	position: relative;
}

header {
	width: 100%;
	margin: 0 auto 50px;
	max-width: 1080px;
	background-image: url("../Images/logo-bg.webp");
	background-size: cover;
	padding: 50px 0;
}

header h1 {
	width: 100%;
}

header h1 img {
	max-width: 750px;
	width: 100%;
}

.section1 {
	width: 90%;
	margin-bottom: 50px;
	max-width: 1080px;
	margin: 0 auto 50px;
}

.section1_area {
	width: 100%;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.imgbox {
	width: 100%;
}

.imgbox img {
	width: 100%;
	max-width: 800px;
}

.section2 {
	width: 100%;
	margin-bottom: 80px;
}

.section2_area {
	width: 90%;
	max-width: 1080px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

footer {
	width: 100%;
	height: 130px;
	background: url("../Images/obi_b.png") bottom center repeat-x;
}

.in_text {
	width: 100%;
}

.in_text_line {
	width: 100%;
	padding-bottom: 50px;
}

.in_text_line img {
	width: 100%;
}

.in_text_line2 {
	width: 100%;
	padding-top: 50px;
}

.in_text_line2 img {
	width: 100%;
}

.in_textbox {
	width: 100%;
	font-weight: 600;
	font-family: 'RocknRoll One', sans-serif;
	color: #42210b;
	font-size: clamp(20px, 3.5vw, 43px);
}

.in_text2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	padding: 0 30px;
	box-sizing: border-box;
	margin-bottom: 50px;
}

.in_text2 .title {
	width: 15%;
	margin-right: 2%;
	font-family: 'Noto Sans JP', sans-serif;
	color: #42210b;
	font-size: clamp(24px, 3vw, 34px);
	font-weight: 600;
	text-align: left;
	display: flex;
	align-items: center;
}

.in_text2 .inbox {
	width: 83%;
	text-align: left;
	font-size: clamp(24px, 3vw, 34px);
	font-weight: 600;
	font-family: 'Noto Sans JP', sans-serif;
	color: #42210b;
	line-height: 1.6em;
}

.in_text2 .inbox span {
	font-size: clamp(30px, 4.3vw, 48px);
	font-weight: 700;
}

.in_text2 .inbox .text2 {
	font-weight: 400;
}

.line_h {
	line-height: 1.4em;
}

.section3 {
	width: 100%;
	margin-bottom: 80px;
}

.section3_area {
	width: 90%;
	max-width: 1080px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.section3_area .box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 70px;
}

.section3_area .box .left {
	width: 47%;
	margin-right: 3%;
	position: relative;
}

.section3_area .box .left .imgbox {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 1px 1px 3px #999;
}

.section3_area .box .left .imgbox img {
	width: 100%;
	vertical-align: middle;
}

.section3_area .box .left .new {
	width: auto;
	height: auto;
	position: absolute;
	left: -50px;
	top: -50px;
}

.section3_area .box .left .comment {
	width: auto;
	height: auto;
	position: absolute;
	right: 10px;
	top: 0;
	background: #FF0000;
	color: #fff;
	padding: 5px 15px;
	box-sizing: border-box;
	font-weight: 500;
}

.section3_area .box .right {
	width: 50%;
	position: relative;
}

.section3_area .box .right .title {
	width: 100%;
	background: #966E47;
	font-weight: 600;
	font-size: 1.2em;
	color: #fff;
	padding: 6px 15px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 10px;
}

.section3_area .box .right .title .icon1 {
	width: 10px;
	height: 10px;
	position: absolute;
	left: 5px;
	top: 5px;
	background: url("../Images/icon1.png") center center no-repeat;
	background-size: cover;
}

.section3_area .box .right .title .icon2 {
	width: 10px;
	height: 10px;
	position: absolute;
	right: 5px;
	top: 5px;
	background: url("../Images/icon2.png") center center no-repeat;
	background-size: cover;
}

.section3_area .box .right .title .icon3 {
	width: 10px;
	height: 10px;
	position: absolute;
	right: 5px;
	bottom: 5px;
	background: url("../Images/icon3.png") center center no-repeat;
	background-size: cover;
}

.section3_area .box .right .title .icon4 {
	width: 10px;
	height: 10px;
	position: absolute;
	left: 5px;
	bottom: 5px;
	background: url("../Images/icon4.png") center center no-repeat;
	background-size: cover;
}

.section3_area .box .right .sub {
	width: 100%;
	border-bottom: 1px solid #707070;
	padding-bottom: 10px;
	font-weight: 600;
	font-size: 1.1em;
	margin-bottom: 20px;
}

.section3_area .box .right .text {
	width: 100%;
	text-align: left;
	font-weight: 400;
	margin-bottom: 30px;
}

.section3_area .box .right .w_box {
	width: 100%;
	min-height: 160px;
	background: #fff;
	padding: 80px 20px 20px 20px;
	box-sizing: border-box;
	text-align: left;
	position: relative;
	border-radius: 10px;
}

.section3_area .box .right .w_box .subtitle {
	width: auto;
	position: absolute;
	left: -20px;
	top: -15px;
	background: none;
}

.section3_area .box .right .w_box .list {
	width: 100%;
}

.section3_area .box .right .w_box .list li {
	width: 100%;
	font-weight: 500;
	padding-left:1em;
	text-indent:-1em;
	box-sizing: border-box;
}

.section3_area .box .right .w_box .list li span {
	color: #A17A4E;
}

.section3_area .box .right .more {
	width: 100%;
	text-align: right;
	margin-top: 50px;
}

.section3_area .subtitle {
	width: 100%;
	background: url("../Images/line.png") center center repeat-x;
	padding: 10px 0 0 0;
	margin-bottom: 10px;
}

.section3_area .subtext {
	width: 100%;
	font-size: 1.1em;
	font-weight: 600;
	margin-bottom: 40px;
}

.section3_title {
	width: 100%;
	height: auto;
	background: url("../Images/line2.png") center center repeat-x;
	padding-top: 20px;
	margin-top: -20px;
	margin-bottom: 30px;
}

.section3_title h3 {
	width: 100%;
	min-height: 108px;
	background: url("../Images/title_ber2.png") center center no-repeat;
	box-sizing: border-box;
	padding: 5px 0 0 0;
	color: #fff;
	font-size: 1.4em;
	font-weight: 600;
}

.event_title {
	width: 100%;
	position: relative;
	margin-bottom: 50px;
}

.event_title span {
	position: absolute;
	left: 50%;
	top:  50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	z-index: 1;
}

.event_title i {
	position: absolute;
	z-index: 2;
	right: 250px;
	top: -30px;
}

.event_title h2 {
	position: relative;
	z-index: 2;
	font-size: 1.7em;
	color: #fff;
	font-weight: 600;
}

.event_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 2px dotted #AB8656;
}

.event_box:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.event_box_left1 {
	width: 49%;
	margin-right: 2%;
}

.event_box_left1 .sub__title {
	width: 100%;
	font-size: 0.9em;
	font-weight: 400;
}

.event_box_left1 .m__title {
	width: 100%;
	font-size:1.7em;
	font-weight: 500;
	line-height: 1em;
	text-align: left;
}

.event_box_left1 .t__title {
	width: 100%;
	margin-bottom: 10px;
}

.event_box_left1 .t__title img {
	width: 100%;
}

.event_box_left1 .time_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.event_box_left1 .time_box .no01 {
	width: 20%;
	background: #604C34;
	color: #fff;
	padding: 2px 0;
}

.event_box_left1 .time_box .time01 {
	width: 30%;
	font-weight: 500;
	font-size: 1.4em;
	line-height: 1.4em;
}

.event_box_right1 {
	width: 49%;
	display: flex;
	flex-wrap: wrap;
	padding-top: 20px;
}

.event_box_right1 .in__box {
	width: 32%;
	margin-right: 2%;
}

.event_box_right1 .in__box:nth-child(3) {
	margin-right: 0;
}

.event_box_right1 .in__box .imgbox {
	width: 100%;
	margin-bottom: 5px;
}

.event_box_right1 .in__box .imgbox img {
	width: 100%;
}

.event_box_right1 .in__box .in__text {
	width: 100%;
	text-align: left;
	font-weight: 600;
}

.event_box_left2 {
	width: 40%;
	margin-right: 2%;
}

.event_box_left2 .sub__title {
	width: 100%;
	font-size: 0.9em;
	font-weight: 400;
}

.event_box_left2 .m__title {
	width: 100%;
	font-size:1.7em;
	font-weight: 500;
	line-height: 1em;
	text-align: left;
}

.event_box_left2 .t__title {
	width: 100%;
	margin-bottom: 10px;
}

.event_box_left2 .t__title img {
	width: 100%;
}

.event_box_left2 .time_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.event_box_left2 .time_box .no01 {
	width: 25%;
	background: #604C34;
	color: #fff;
	padding: 2px 0;
}

.event_box_left2 .time_box .time01 {
	width: 35%;
	font-weight: 500;
	font-size: 1.4em;
	line-height: 1.4em;
}

.event_box_right2 {
	width: 58%;
	display: flex;
	flex-wrap: wrap;
	padding-top: 20px;
}

.event_box_right2 .imgbox {
	width: 100%;
}

.event_box_right2 .imgbox img {
	width: 100%;
}



.slick-slide img {
	max-width: 100%;
}
.slider-nav {
	margin-top: 15px;
}
.slider-nav .nav {
	position: relative;
	margin: 0 5px;
}
.slider-nav .nav::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.4;
    background: #000;
}
.slider-nav .nav.slick-current::after {
   opacity: 0;
}
.slider-nav .slick-next {
	right: 5px;
	width: 20px;
	height: 20px;
	background-color: white;
	border-radius: 50%;
} 
.slider-nav .slick-next:before {
	content: "";
	clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
	width: 8px;
	height: 8px;
	background-color: #966E47;
	position: absolute;
	top: 49%;
	left: 51%;
	transform: translateX(-50%)translateY(-50%);
}
.slider-nav .slick-prev {
	left: 8px;
	width: 20px;
	height: 20px;
	background-color: white;
	border-radius: 50%;
	z-index: 1;
} 
.slider-nav .slick-prev:before {
	content: "";
	clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
	width: 8px;
	height: 8px;
	background-color: #966E47;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%)translateY(-50%)scale(-1,-1);
}
.slider-nav.img2.slick-slider .slick-track {
	margin: 0;
}

.bottom_text {
	font-size: clamp(30px, 4.3vw, 48px);
    font-weight: 700;	
	color: #42210b;
}
.in_text2 .title span {
	clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
	width: 30px;
	height: 30px;
	background-color: #42210b;
	display: block;
	margin-top: 2px;
}