bbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:0 0}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}.clearfix::after {content: "";display: block;clear: both;}

html{
	font-size:62.5%;
}

*{
	max-height:99999px;
}

body{
	font-family: "Kiwi Maru", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size: 2.2rem;
	color: #000;
	font-weight: 400;
	line-height: 1.5;
	font-feature-settings: "palt";
	background: #ebe6d8;
}
img,video{
	vertical-align:bottom;
	max-width: 100%;
}
li{
	list-style:none;
}
a{
	text-decoration:none;
	color:#000;
}
a.link_deco{
	text-decoration: underline;
}
a:hover{
	opacity:0.6;
}
#wrap{
	overflow:hidden;
}
.relative{
	position:relative;
}
.absolute{
	position:absolute;
}
.inline{
	display:inline-block;
}
.left{
	float:left;
}
.right{
	float:right;
}
.pc{
	display:block;
}
.sp{
	display:none;
}
.tab{
	display:none;
}
.in{
	width: 92%;
	position: relative;
	margin:0 auto;
	z-index: 2;
}
.flex{
	display: flex;
}
.flex_w{
	flex-wrap: wrap;
}
.palt{
	font-feature-settings: "palt";
}
.min {
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-style: normal;
}
@media screen and (max-width: 750px) {
	body {
			font-size: 1.5rem;
	}
	#wrap{
		width: 100vw;
	}
}

.main_container{
	width: 540px;
	margin: auto;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media screen and (max-width: 750px) {
	.main_container {
		width: 100%;
	}
}

.page_bg{
	background: url(../images/bg.jpg);
	background-size: cover;
	background-position: center;
	width: 540px;
	height: 100vh;
	position: fixed;
	left: 50%;
	top:0;
	transform: translate(-50%,0);
	z-index: -1;
}

#main{
	position: relative;
}
#main h1{
	padding: 80px 20px 0;
}
#main .bg{
	position: absolute;
	top: 10px;
	left: 0;
}
@media screen and (max-width: 750px) {
	#main h1{
		padding: 50px 15px 0;
	}
	#main .bg{
		top: 0;
	}
}

.ancher_btn_w{
	padding: 50px 0;
}
.ancher_btn_w .flex{
	justify-content: space-between;
}
.ancher_btn_w a{
	width: 32%;
}
@media screen and (max-width: 750px) {}


#about{
	padding-bottom: 50px;
}
#about .sec_ttl{
	margin-bottom: 40px;
}
#about .txtarea{
	position: relative;
}
#about .txtarea .txt_w{}
#about .txtarea .txt_w p{
	margin-bottom: 20px;
	line-height: 1.75;
}
#about .txtarea .ilst{
	position: absolute;
}
#about .txtarea .ilst.ilst_01 {
	top: 20%;
	width: 30%;
	right: 0;
}
#about .txtarea .ilst.ilst_02 {
	top: 78%;
	width: 20%;
	right: 0%;
}
#about .imgarea{
	margin-bottom: 50px;
}
.btn_w{
	padding: 0 5%;
}
@media screen and (max-width: 750px) {}

#point{
	padding-bottom: 50px;
}
#point .sec_ttl{
	margin-bottom: 50px;
}
#point .point_i{
	position: relative;
	margin-bottom: 45px;
}
#point .point_i:nth-last-of-type(1){
	margin-bottom: 0;
}
#point .point_i .txtarea{
	width: 58%;
	position: relative;
	z-index: 2;
	padding-left: 3%;
}
#point .point_i:nth-of-type(2n) .txtarea{
	padding-left: 0;
	padding-right: 3%;
	margin-left: auto;
}
#point .point_i .txtarea .sub_ttl{
	margin-bottom: 20px;
}
#point .point_i .imgarea{
    position: absolute;
    top: -20px;
    width: 45%;
    right: 0;
}
#point .point_i:nth-of-type(2n) .imgarea {
	right: auto;
	left: 0;
}
@media screen and (max-width: 750px) {}

#guest{
	padding-bottom: 40px;
}
#guest .sec_ttl{
	text-align: center;
	margin-bottom: 40px;
}
#guest .sec_ttl img{
	width: 300px;
}
#guest .guest_img_w{
	text-align: center;
}
#guest .guest_img_w .imgarea{
	position: relative;
}
#guest .guest_img_w .imgarea img{
	width: 450px;
}
#guest .guest_img_w .name{
	position: relative;
	z-index: 2;
	top: -30px;
}
#guest .guest_img_w .name img {
	width: 380px;
}
#guest .guest_info{}
#guest .guest_info .guest_info_i{
	margin-bottom: 10px;
}
#guest .guest_info .guest_info_i:nth-last-of-type(1){
	margin-bottom: 0;
}
#guest .guest_info .guest_info_i dt{
	margin-bottom: 20px;
}
#guest .guest_info .guest_info_i dt span{
	background: #d9b65b;
	color: #fff;
	line-height: 1;
	padding: 0px 20px;
	border-radius: 100px;
}
#guest .guest_info .guest_info_i dd p{
	margin-bottom: 15px;
}
#guest .guest_info .guest_info_i dd p:nth-last-of-type(1){
	margin-bottom: 0;
}
.map_btn_w{
	margin-top: 15px;
	text-align: right;
}
.map_btn_w img{
	width: 40%;
}
@media screen and (max-width: 750px) {
	#guest .sec_ttl img{
		width: 180px;
	}
	#guest .guest_img_w .imgarea img{
		width: 280px;
	}
	#guest .guest_img_w .name{
		top: -20px;
	}
	#guest .guest_img_w .name img{
		width: 240px;
	}
	.map_btn_w img{
		width: 50%;
	}
}

#info{
	padding-bottom: 50px;
}
#info .sec_ttl{
	margin-bottom: 50px;
}
#info .info_w{}
#info .info_w .info_i{
	margin-bottom: 15px;
}
#info .info_w .info_i:nth-last-of-type(1){
	margin-bottom: 0;
}
#info .info_w .info_i dt{
	border-bottom: 2px solid #000;
	padding: 15px 0;
	margin-bottom: 20px;
}
#info .info_w .info_i dd p{
	margin-bottom: 10px;
}
#info .info_w .info_i dd p:nth-last-of-type(1) {
	margin-bottom: 0;
}
#info .info_w .info_i dd p.cor_red{
	color: #f12424;
	font-weight: bold;
}
#info .btn_w{
	margin-top: 40px;
}
@media screen and (max-width: 750px) {}

#udon_matsuri{
	padding: 50px 0;
}
#udon_matsuri .logo{
	text-align: center;
	margin-bottom: 30px;
}
#udon_matsuri .logo img{
	width: 80%;
}
#udon_matsuri .copy{
	margin-bottom: 50px;
}
#udon_matsuri .txtarea{
	text-align: center;
	margin-bottom: 40px;
}
#udon_matsuri .txtarea p{
	margin-bottom: 20px;
}
#udon_matsuri .txtarea p:nth-last-of-type(1){
	margin-bottom: 0;
}
#udon_matsuri .btn_w {
	margin-bottom: 40px;
}
#udon_matsuri .contact_w{}
#udon_matsuri .contact_w {}
#udon_matsuri .contact_w h3{
	text-align: center;
	font-weight: 400;
	margin-bottom: 20px;
}
#udon_matsuri .contact_w h3 span {
	background: #d9b65b;
	color: #fff;
	line-height: 1;
	padding: 0px 20px;
	border-radius: 100px;
}
#udon_matsuri .contact_w p{
	margin-bottom: 20px;
}
#udon_matsuri .contact_w .center{
	text-align: center;
}
@media screen and (max-width: 750px) {
	#udon_matsuri{
		padding-bottom: 0;
	}
}

footer{
	font-size: 1.4rem;
	text-align: center;
	padding: 40px 0;
}

.pc_l_area{
	width: calc(50% - 270px);
	position: fixed;
	height: 100vh;
	top: 0;
	left: 0;
}
.pc_l_area .pc_l_area_w{
	align-items: center;
	justify-content: center;
	height: 100%;
}
.pc_l_area .pc_l_area_w .main_copy{
	width: 75%;
	max-width: 400px;
	margin-top: -30%;
}
.pc_r_area{
	width: calc(50% - 270px);
	position: fixed;
	height: 100vh;
	top: 0;
	right: 0;
}
.pc_r_area .pc_r_area_w{
	align-items: center;
	justify-content: center;
	height: 100%;
}
.pc_r_area .pc_r_area_w .pc_r_area_w_i{
	width: 75%;
	max-width: 400px;
	margin-top: -30%;
}
.ilst_w{
    position: absolute;
    width: 100%;
    bottom: 0;
}
@media screen and (max-width: 750px) {
	.pc_l_area{
		display: none;
	}
}

/* スクロールアニメーション用CSS */
		.scroll-animate {
			opacity: 0;
			transform: translateY(30px);
			transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
		}

		.scroll-animate.animate {
			opacity: 1;
			transform: translateY(0);
		}

		/* ふわふわアニメーション */
		.float-animate {
			animation: float 3s ease-in-out infinite;
		}

		@keyframes float {
			0%, 100% { transform: translateY(0px); }
			50% { transform: translateY(-10px); }
		}

		/* ぷるぷるアニメーション */
		.jelly-animate {
			animation: jelly 2s ease-in-out infinite;
		}

		@keyframes jelly {
			0%, 100% { transform: scale(1); }
			25% { transform: scale(1.05, 0.95); }
			50% { transform: scale(0.95, 1.05); }
			75% { transform: scale(1.02, 0.98); }
		}

		/* 回転アニメーション */
		.rotate-animate {
			animation: rotate 4s linear infinite;
		}

		@keyframes rotate {
			from { transform: rotate(0deg); }
			to { transform: rotate(360deg); }
		}

		/* バウンスイン */
		.bounce-in {
			opacity: 0;
			transform: scale(0.3) translateY(30px);
			transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
		}

		.bounce-in.animate {
			opacity: 1;
			transform: scale(1) translateY(0);
		}

		/* スライドイン（左から） */
		.slide-in-left {
			opacity: 0;
			transform: translateX(-50px);
			transition: all 0.8s ease-out;
		}

		.slide-in-left.animate {
			opacity: 1;
			transform: translateX(0);
		}

		/* スライドイン（右から） */
		.slide-in-right {
			opacity: 0;
			transform: translateX(50px);
			transition: all 0.8s ease-out;
		}

		.slide-in-right.animate {
			opacity: 1;
			transform: translateX(0);
		}

		/* フェードイン */
		.fade-in {
			opacity: 0;
			transition: opacity 1s ease-in-out;
		}

		.fade-in.animate {
			opacity: 1;
		}

		/* スケールアップ */
		.scale-up {
			opacity: 0;
			transform: scale(0.8);
			transition: all 0.5s ease-out;
		}

		.scale-up.animate {
			opacity: 1;
			transform: scale(1);
		}

		/* フェードイン（上から） */
		.fade-in-up {
			opacity: 0;
			transform: translateY(40px);
			transition: all 0.8s ease-out;
		}

		.fade-in-up.animate {
			opacity: 1;
			transform: translateY(0);
		}

		/* フェードイン（下から） */
		.fade-in-down {
			opacity: 0;
			transform: translateY(-40px);
			transition: all 0.8s ease-out;
		}

		.fade-in-down.animate {
			opacity: 1;
			transform: translateY(0);
		}

		/* ボタンホバーエフェクト強化 */
		.btn_w a {
			transition: all 0.3s ease;
		}

		.btn_w a:hover {
			transform: translateY(-5px) scale(1.05);
			filter: brightness(1.1);
		}

		/* アンカーボタンのホバーエフェクト */
		.ancher_btn_w a {
			transition: all 0.3s ease;
		}

		.ancher_btn_w a:hover {
			transform: translateY(-3px) scale(1.1);
		}

		/* パララックス効果 */
		.parallax {
			will-change: transform;
		}

		/* テキストタイピングエフェクト用 */
		.typing-text {
			overflow: hidden;
			border-right: 2px solid #d9b65b;
			white-space: nowrap;
			animation: typing 3s steps(40, end), blink-caret 0.75s step-end infinite;
		}

		@keyframes typing {
			from { width: 0; }
			to { width: 100%; }
		}

		@keyframes blink-caret {
			from, to { border-color: transparent; }
			50% { border-color: #d9b65b; }
		}