@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Yuji+Syuku&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');
/* CSS Document */
p span,
h1 span,
h2 span,
h3 span,
h4 span {
  display: inline-block;
}
.default_txt, .default_txt1, .default_txt2 {
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .default_txt, .default_txt1, .default_txt2 {
    line-height: 2;
  }
}
body:not(.on){
    background: #333;
}
body{
	font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
	background-color: #0F0F0F;
	color: #fff;
}

body .bg_img_wrap {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.on .bg_img_wrap .bg_img{
	display: none;
}
body .bg_img_wrap2 {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.on .bg_img_wrap2 > img{
	display: none;
}

a{
	display: inline-block;
	transition: ease 0.3s;
}
a:hover{
	opacity: 0.5;
}
a p,a,a i{
	color: #fff;
}
.font-sans-serif{
	font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
.font-serif{
	font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.font-yuji{
	font-family: "Yuji Syuku", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}


.font-medium{font-weight: 500;}
.font-semibold{font-weight: 600;}
.font-black{font-weight: 900;}

.default_title1{
	font-size: clamp(24px,3.2vw,32px);
	font-family: "Yuji Syuku", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
	letter-spacing: 0.1rem;
}
.default_title2{
	font-size: clamp(20px,2.8vw,28px);
	font-family: "Yuji Syuku", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
	letter-spacing: 0.1rem;
}
.default_title3{
	font-size: clamp(18px,2.0vw,20px);
	font-family: "Yuji Syuku", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
	letter-spacing: 0.1rem;
}
.font-noto{
	font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
.font-mincho{
	font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.default_txt {
	font-size: 20px;
	letter-spacing: 0.1rem;
}

.default_txt1{
	font-size: 18px;
	letter-spacing: 0.1rem;
}
.default_txt2{
	font-size: 16px;
	letter-spacing: 0.1rem;
}
.default_txt3{
	font-size: 14px;
	letter-spacing: 0.1rem;
}

.mgbottom1{
	margin-bottom: 80px;
}
.mgbottom2{
	margin-bottom: 50px;
}
.mgbottom3{
	margin-bottom: 30px;
}
.pd_wrap{
	padding: 150px 80px 0;
}
.pd_wrap_all{
	padding: 150px 80px 150px;
}
.pd_wrap_side{
	padding-left: 80px;
	padding-right: 80px;
}
.pd_wrap_b{
	padding: 0px 80px 150px;
}


.cate_wrap > .cate{
	padding-top: 150px;
}

.main-wrap{
	overflow: hidden;
}
/* ---------- common ---------- */
.insta_area{
}
.insta_area .swiper_a{
	overflow: inherit;
	height: auto;
}
.insta_area .swiper-container .swiper-wrapper .swiper-slide{}
.insta_area .swiper-container .swiper-wrapper .swiper-slide {
	opacity: 1;
	overflow: hidden;
	position: relative;
	width: 240px;
	height: 240px;
	margin: 0 5px;
}
.insta_area .swiper-container .swiper-wrapper .swiper-slide a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.insta_area > .more_wrap{
	display: none;
}

.title-line {
	position: relative;
	border-bottom: #555555 1px solid;
	z-index: 1;
	padding-bottom: 10px;
}
.title-line::after{
	content: "";
	position: absolute;
	border-bottom: #C19F54 1px solid;
	bottom: 0;
	left:0;
	width: 30px;
	height: 1px;
	z-index: 2;
}
.pagetitle_e .box {
    position: relative;
    width: 100%;
    height: clamp(200px, 36vw, 500px);
	overflow: hidden;
}
.pagetitle_e .box .titlebox h1 {
    color: #fff;
    font-family: "Zen Old Mincho", sans-serif;
    text-align: left;
    font-size: 50px;
    font-weight: 700;
}
.pagetitle_e .box .titlebox p {
	position: relative;
	display: inline-block;
    font-family: "Zen Old Mincho", sans-serif;
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
	z-index: 2;
}
.pagetitle_e .box .titlebox p::after {
    content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%; 
    height: 7px; 
    background: #d6a34a; 
	z-index: -1;
}
.pagetitle_e .box .title_wrap .titlebox{
    margin-right: auto;
	padding-bottom: 80px;
	z-index: 1;
}
.pagetitle_e .box .title_wrap {
    margin-top: auto;
}
.title-style2{
	position: relative;
}
.title-style2::before{
	content: "";
	background-image: url("https://aliis7774.com/system_panel/uploads/images/title-style2-bg.svg");
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: 130px;
	height: 130px;
	z-index: 1;
}
.title-style2 h2{
	letter-spacing: 0.25em;
	z-index: 2;
}
.menu_wrap1 .box_wrap{
	gap: 30px;
	align-items: flex-start;
}
.menu_wrap1 .box_wrap .box-item{
	position: relative;
	width: calc((100% - 60px)/3);
	z-index: 1;
}
.menu_wrap1 .box_wrap .box-item:nth-of-type(2){
	animation-delay: 0.2s;
}
.menu_wrap1 .box_wrap .box-item:nth-of-type(3){
	animation-delay: 0.2s;
}
.menu_wrap1 .box_wrap .box-item .imgbox{
	position: relative;
	z-index: 1;
	margin-bottom: -20%;
}
.menu_wrap1.section03 .box_wrap .box-item .imgbox{
    margin-bottom: 10px;
    aspect-ratio: 4 / 3;   /* 横:縦 = 3:4 に固定 */
    overflow: hidden;      /* はみ出た部分をカット */
}
.menu_wrap1.section03 .box_wrap .box-item .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;     /* 余白なしでトリミング */
    display: block;
}
.menu_wrap1 .box_wrap .box-item .txtbox{
	position: relative;
	width: 90%;
	margin-left: 10%;
	gap: 20px;
	background-color: #EDEDED;
	padding: 30px;
	align-items: flex-start;
	justify-content: space-around;
	color: #222222;
	z-index: 2;
}
.menu_wrap1 .box_wrap .box-item .txtbox .titlebox img{
	width: 13px;
	margin-right: 4px;
}

.reserve_bt a{
	padding: 10px 25px;
	background-color: #7C0830;
	border: 1px solid #C19F54;
	gap: 8px;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	flex-direction: row;
}
.reserve_bt a img{
	width: 24px;
}
.reserve_bt a p{
	font-size: 18px;
	font-weight: 700;
}

.instalink a{
	gap: 10px;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	flex-direction: row;
}
.instalink a i{
	font-size: 24px;
}
.instalink a p{
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 400;
	font-family: "Yuji Syuku",　"Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}

.side_menu{
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
	border: 1px solid #C19F54;
}
.side_menu .reserve_bt{
	margin-bottom: 1px;
	border-bottom: 1px solid #C19F54
}
.side_menu .reserve_bt a{
	border: none;
	padding: 20px 15px;
	flex-direction: column;
}
.side_menu .instalink a{
	aspect-ratio: 1 / 1;
	background-color: #161616;
}
/* ---------- common ---------- */

.more_wrap{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: flex-start;
    align-items: center;
	flex-direction: row;
	gap: 30px 40px;
}

.more1 a p,.more2 a p{
	font-size: 18px;
}
.more1 a{
	min-width: 160px;
	padding-bottom: 4px;
	border-bottom: 1px solid rgba(255,255,255,0.40);
}
.more1 a > div{
	justify-content: space-between;
	padding-right: 3px;
}
.more1 a > div i{
	font-size: 13px;
	transition: ease 0.3s;
	opacity: 0.7;
}
.more1 a:hover > div i{
	transform: translateX(3px);
}

.more2 a > div{
	gap: 20px;
}
.more2 a > div .icon{
	position: relative;
	width: 50px;
	aspect-ratio: 1 / 1;border-radius: 50%;
	border: 1px solid #C19F54;
}
.more2 a > div .icon i{
	color: #C19F54;
	font-size: 12px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: ease 0.3s;
}
.more2 a:hover > div .icon i{
	left: calc(50% + 2px);
}
/* ---------- more_c ---------- */
.more_c a{
	position: relative;
	padding: 15px 30px;
	background-color: #7C0830;
	border: #C19F54 1px solid;
	min-width: 250px;
	border-radius: 0px
}
.more_c a::after{
	content: none;
}
.more_c a:hover::after{
	transform:translate(3px,-50%);
}
.more_c a p{
	color: #fff;
}
.more_c a img{
	width: 20px;
	margin-right: 10px;
}

/* ---------- header ---------- */
.header .logo{
	width: 30%;
	max-width: 245px;
}
.header{
	justify-content: space-between;
	align-items: flex-start;
	padding: 40px 30px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
}
.header .nav_wrap .ul{
	flex-direction: column;
	align-items: flex-start;
	gap: 15px;
}
.header .nav_wrap .ul .li a{
	position: relative;
	padding-top: 20px;
}
.header .nav_wrap .ul .li a:hover{
	opacity: 1;
}
.header .nav_wrap .ul .li a::after{
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 10px;
	background-color: #fff;
	transition: ease 0.3s;
}
.header .nav_wrap .ul .li a:hover::after{
	height: 16px;
	background-color: #b72d27;
}
.header .nav_wrap .ul .li a p{
	font-family: "Yuji Syuku", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
	font-size: clamp(20px, 1.8vw, 24px);
	transition: ease 0.3s;
}
.header .nav_wrap .ul .li a:hover p{
	color: #fff;
	text-shadow: 2px 2px 6px #b72d27, -2px -2px 6px #b72d27;
}

.sc_header .logo{
	width: 30%;
	max-width: 160px;
}
.sc_header{
	position: fixed;
	top: 0;
	left: 0;
	transform: translateY(-100%);
	opacity: 0;
	transition: ease 0.4s;
	width: 100%;
	justify-content: space-between;
	align-content: center;
	padding: 20px 30px;
	z-index: 99999;
}
.sc_header.scon{
	transform: translateY(0);
	opacity: 1;
}
.sc_header::after{
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #0F0F0F;
	background: linear-gradient(180deg, rgba(15, 15, 15, 1) 0%, rgba(15, 15, 15, 0.6) 70%, rgba(15, 15, 15, 0) 100%);
	opacity: 0;
	transition: ease 0.4s;
}
.sc_header.scon::after{
	opacity: 1;
}

.sc_header > div{
	position: relative;
	z-index: 2;
}
.sc_header .flex{
	gap:  clamp(20px, 1.4vw, 30px);
}
.sc_header .nav_wrap p{
	font-family: "Yuji Syuku", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
	font-size: clamp(16px, 1.2vw, 20px);
	transition: ease 0.3s;
}
.sc_header .nav_wrap .ul .li a:hover{
	opacity: 1;
}
.sc_header .nav_wrap .ul .li a:hover p{
	color: #fff;
	text-shadow: 2px 2px 6px #b72d27, -2px -2px 6px #b72d27;
}
.sc_header .nav_wrap .tel a{
	gap: 10px;
}
.sc_header .nav_wrap .tel a p{
	letter-spacing: -2px;
}
.sc_header .nav_wrap .contact a{
	position: relative;
	padding: 8px 18px;
	border: 1px solid #C19F54;
	overflow: hidden;
}
.sc_header .nav_wrap .contact a::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 0;
	left: 0;
	top: 50%;
	background-color: #C19F54;
	transform: translateY(-50%);
	transition: ease 0.3s;
	z-index: 1;
}
.sc_header .nav_wrap .contact a:hover::after{
	height: 100%;
}
.sc_header .nav_wrap .contact a i ,.sc_header .nav_wrap .contact a p{
	position: relative;
	z-index: 2;
}
.sc_header .nav_wrap .contact a i{
	font-size: 14px;
	transition: ease 0.3s;
}
.sc_header .nav_wrap .contact a:hover{opacity: 1;}
.sc_header .nav_wrap .contact a:hover i{
	transform: translateX(3px)
}

.sc_header .nav_wrap .menu-bt{
	display: none;
	position: relative;
}
.sc_header .nav_wrap .menu-bt .line{
	position: relative;
	width: 36px;
	height: 24px;
}
.sc_header .nav_wrap .menu-bt .line > div{
	position: absolute;
	width: 100%;
	height: 3px;
	border-radius: 20px;
	background-color: #fff;
	transition: ease 0.3s;
}
.sc_header .nav_wrap .menu-bt .line > div:nth-of-type(1){
	top: 0;
	left: 0;	
}
.sc_header .nav_wrap .menu-bt .line > div:nth-of-type(2){
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.sc_header .nav_wrap .menu-bt .line > div:nth-of-type(3){
	bottom: 0;
	left: 0;	
}
.sc_header .nav_wrap .menu-bt.active .line > div:nth-of-type(1){
	top: 50%;
	left: 50%;	
	transform: translate(-50%,-50%) rotate(45deg);
}
.sc_header .nav_wrap .menu-bt.active .line > div:nth-of-type(2){
	top: 50%;
	left: 50%;	
	transform: translate(-50%,-50%);
	opacity: 0;
}
.sc_header .nav_wrap .menu-bt.active .line > div:nth-of-type(3){
	bottom: 50%;
	left: 50%;	
	transform: translate(-50%,50%) rotate(-45deg);
}


.menu-wrap{
	display: none;
	position: fixed;
	background-color: rgba(0,0,0,0.90);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99998;
}
.menu-wrap > div{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	flex-direction: column;
	gap: 50px;
	overflow: auto;
}
.menu-wrap > div .ul{
	width: auto;
	height: auto;
	max-width: 100%;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}
.menu-wrap > div .ul .li a{
	position: relative;
	padding-top: 20px;
}
.menu-wrap > div .ul .li a:hover{
	opacity: 1;
}
.menu-wrap > div .ul .li a::after{
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 10px;
	background-color: #fff;
	transition: ease 0.3s;
}
.menu-wrap > div .ul .li a:hover::after{
	height: 16px;
	background-color: #b72d27;
}
.menu-wrap > div .ul .li a p{
	font-family: "Yuji Syuku", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
	font-size: 22px;
	transition: ease 0.3s;
}
.menu-wrap > div .ul .li a:hover p{
	color: #fff;
	text-shadow: 2px 2px 6px #b72d27, -2px -2px 6px #b72d27;
}

.menu-wrap > div .bottombox{
	gap: 50px;
}
/* ---------- footer ---------- */
.footer_info{
	background-color: #161616;
}
.footer_info .map,.footer_info .info_txt{
	width: 50%;
}
.footer_info .map{
	position: relative;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}
.footer_info .map iframe{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: calc(100% + 5px);
	height: calc(100% + 5px);

}
.footer_info .info_txt{
	padding-left: 80px;
}
.footer_info .info_txt .listwrap .box{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: flex-start;
    align-items: flex-start;
	flex-direction: row;
	padding: 15px 0;
	border-bottom: 1px solid rgba(112,112,112,0.20);
}
.footer_info .info_txt .listwrap .box h3{
	width: 80px;
}
.footer_info .info_txt .listwrap .box > div{
	width: calc(100% - 80px);
	padding: 2px 0 0 30px;
}


.footer{
	padding-top: 5%;
	padding-bottom: 5%;
}
.footer .footer_links{
	justify-content: space-around;
	align-items: flex-start;
}
.footer .footer_links > div{
	width: 20%;
}
.footer .footer_links .boxwrap a{
	display: block;
	position: relative;
	padding: 6px 10px;
	border-bottom: 1px solid #555555;
}
.footer .footer_links .boxwrap a:not(:last-of-type){
	margin-bottom: 15px;
}
.footer .footer_links .boxwrap a i{
	font-size: 12px;
	color: #fff;
	position: absolute;
	top: 50%;
	right: 4px;
	transform: translateY(-50%);
	transition: ease 0.3s;
}
.footer .footer_links .boxwrap a:hover i{
	transform: translateY(-50%) translateX(2px);
}
.footer .footer_links .boxwrap2 .instalink > p{
	padding: 6px 0px;
	border-bottom: 1px solid #555555;
	margin-bottom: 15px;
}
.footer .footer_links .boxwrap2 .instalink a{
	justify-content: flex-start;
}
.footer .footer_links .boxwrap2 .instalink a i{
	color: #fff;
}

.footer .footer_bottom{
	justify-content: space-between;
	align-items: flex-end;
	flex-direction: row-reverse;
}
.footer .footer_bottom .logo{
	width: 70%;
	max-width: 160px;
}


/* ANIME */
.sc-anime.topin.on{
	opacity:0;
	transform: translateY(-50px);
}
.sc-anime.topin.on.active{
	animation-name: topin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.bottomin.on{
	opacity:0;
	transform: translateY(50px);
}
.sc-anime.bottomin.on.active{
	animation-name: bottomin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.leftin.on{
	opacity:0;
	transform: translateX(-50px);
}
.sc-anime.leftin.on.active{
	animation-name: leftin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.rightin.on{
	opacity:0;
	transform: translateX(50px);
}
.sc-anime.rightin.on.active{
	animation-name: rightin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.fadein.on{
	opacity:0;
}
.sc-anime.fadein.on.active{
	animation-name: fadein;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.blurin.on{
	opacity:0;
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.sc-anime.blurin.on.active{
	animation-name: blurin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.blurin2.on{
	opacity:0;
	transform: translateY(50px);
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.sc-anime.blurin2.on.active{
	animation-name: blurin2;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}

@keyframes topin {
	0% {
		opacity:0;
		transform: translateY(-50px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
	}
}
@keyframes bottomin {
	0% {
		opacity:0;
		transform: translateY(50px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
	}
}
@keyframes leftin {
	0% {
		opacity:0;
		transform: translateX(-50px);
	}
	100% {
		opacity:1;
		transform: translateX(0px);
	}
}
@keyframes rightin {
	0% {
		opacity:0;
		transform: translateX(50px);
	}
	100% {
		opacity:1;
		transform: translateX(0px);
	}
}
@keyframes upin {
	0% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(0);
	}
}
@keyframes fadein {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
@keyframes fadeout {
	0% {
		opacity:1;
	}
	100% {
		opacity:0;
	}
}
@keyframes blurin {
	0% {
		opacity: 0;
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	100% {
		opacity:1;
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}
@keyframes blurin2 {
	0% {
		opacity: 0;
		transform: translateY(50px);
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}

/* color */
.txt-color-normal{color: #000000;}
.txt-white{color: #ffffff;}
.txt-red{color: red;}
.txt-color1{color: #FFE93C}
.txt-color2{color: #F1F1E9}
.txt-color3{color: #021745}
.txt-color4{color: #EBF5E5}
.bg-white{background-color: #ffffff;}
.bg-black{background-color: black}
.bg-color1{background-color: #FFE93C}
.bg-color2{background-color: #F1F1E9}
.bg-color3{background-color: #021745}
.bg-color4{background-color: #EBF5E5}
.border-color1{border-color: #FFE93C}
.border-color2{border-color: #F1F1E9}
.border-color3{border-color: #021745}
.border-color4{border-color: #EBF5E5}

.hvr-txt-color-normal:hover{color: #000000;}
.hvr-txt-white:hover{color: #ffffff;}
.hvr-txt-red:hover{color: red;}
.hvr-txt-color1:hover{color: #FFE93C}
.hvr-txt-color2:hover{color: #F1F1E9}
.hvr-txt-color3:hover{color: #021745}
.hvr-txt-color4:hover{color: #EBF5E5} 
.hvr-bg-white:hover{background-color: #ffffff;}
.hvr-bg-black:hover{background-color: black}
.hvr-bg-color1:hover{background-color: #FFE93C}
.hvr-bg-color2:hover{background-color: #F1F1E9}
.hvr-bg-color3:hover{background-color: #021745}
.hvr-bg-color4:hover{background-color: #EBF5E5}
.hvr-border-color1:hover{border-color: #FFE93C}
.hvr-border-color2:hover{border-color: #F1F1E9}
.hvr-border-color3:hover{border-color: #021745}
.hvr-border-color4:hover{border-color: #EBF5E5}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}

/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.pd_wrap{
		padding: 150px 60px 0;
	}
	.pd_wrap_all{
		padding: 150px 60px 150px;
	}
	.pd_wrap_side{
		padding-left: 60px;
		padding-right: 60px;
	}
	.pd_wrap_b{
		padding: 0px 60px 150px;
	}
/* ---------- common ---------- */
	.pagetitle_e .box .title_wrap .titlebox {
		padding-bottom: 50px;
	}
	.pagetitle_e .box .titlebox h1 {
		font-size: 40px;
	}
	.pagetitle_e .box .titlebox p::after {
		bottom: 2px;
		height: 5px;
	}
	.menu_wrap1 .box_wrap{
		width: 100%;
		gap: 60px 30px;
	}
	.menu_wrap1 .box_wrap .box-item{
	}
/* ---------- header ---------- */
/* ---------- footer ---------- */
	.footer_info .info_txt{
		padding-left: 60px;
	}
	.footer .footer_links > div{
		width: 22%;
	}
}
/* ----------  ~ 1081px ---------- */
@media screen and (min-width: 1081px){
	.menu-wrap{
		display: none!important;
	}

}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
/* ---------- common ---------- */
	.pagetitle_e .box .title_wrap .titlebox {
		padding-bottom: 40px;
	}
	.pagetitle_e .box .titlebox h1 {
		font-size: 36px;
	}
	.menu_wrap1 .box_wrap{
		width: 100%;
		gap: 60px 30px;
	}
	.menu_wrap1 .box_wrap .box-item{
		width: calc(50% - 30px / 2);
	}
	.menu_wrap1 .box_wrap .box-item .txtbox {
		padding: 20px;
		min-height: 216px;
		margin-left: 5%;
	}
/* ---------- header ---------- */
	.header{display: none;}
	.sc_header{
		transform: translateY(0)!important;
		opacity: 1!important;
	}
	.sc_header .nav_wrap .ul{
		display: none;
	}
	.sc_header .nav_wrap .menu-bt{
		display:-webkit-box;
		display:-moz-box;
		display:-ms-box;
		display:-webkit-flexbox;
		display:-moz-flexbox;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:-ms-flex;
		display:flex;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: center;
		align-items: center;
		flex-direction: row;
	}
	.sc_header .flex{
		gap: 30px;
	}
	.sc_header .nav_wrap .contact a{
		padding: 6px 14px;
	}
	
	.side_menu{
		display: none;
	}
/* ---------- footer ---------- */
	.footer .footer_links .boxwrap{
		display: none;
	}
	.footer .footer_links .boxwrap2{
		width: 100%;
		display:-webkit-box;
		display:-moz-box;
		display:-ms-box;
		display:-webkit-flexbox;
		display:-moz-flexbox;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:-ms-flex;
		display:flex;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: space-around;
		align-items: center;
		flex-direction: row;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.pd_wrap{
		padding: 100px 50px 0;
	}
	.pd_wrap_all{
		padding: 100px 50px 100px;
	}
	.pd_wrap_side{
		padding-left: 50px;
		padding-right: 50px;
	}
	.cate_wrap > .cate{
		padding-top: 100px;
	}
	.pd_wrap_b{
		padding: 0px 50px 100px;
	}
/* ---------- common ---------- */
	.insta_area .topbox .more_wrap{display: none!important;}
	.insta_area > .more_wrap{
		display:-webkit-box;
		display:-moz-box;
		display:-ms-box;
		display:-webkit-flexbox;
		display:-moz-flexbox;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:-ms-flex;
		display:flex;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: center;
		align-items: center;
		flex-direction: row;
	}
	.pagetitle_e .box .title_wrap .titlebox {
		padding-bottom: 30px;
	}
	.pagetitle_e .box .titlebox h1 {
		font-size: 28px;
	}
	.pagetitle_e .box .titlebox p::after {
		bottom: 4px;
		height: 3px;
	}
	.default_txt {
		font-size: 18px;
	}
	.menu_wrap1 .box_wrap .box-item{
	}
	.menu_wrap1 .box_wrap .box-item .imgbox {
		margin-bottom: -10%;
	}
	.menu_wrap1 .box_wrap .box-item .txtbox {
		min-height: 160px; 
	}
/* ---------- header ---------- */
	.sc_header{
		padding: 15px 20px;
	}
	.sc_header .flex{
		gap: 20px;
	}
/* ---------- footer ---------- */
	.footer_info .info_txt{
		padding-left: 30px;
	}
}
/* ---------- スマートフォン ---------- */
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.pd_wrap{
		padding: 80px 20px 0;
	}
	.pd_wrap_all{
		padding: 80px 20px 80px;
	}
	.pd_wrap_side{
		padding-left: 20px;
		padding-right: 20px;
	}
	.pd_wrap_b{
		padding: 0px 20px 80px;
	}
	.cate_wrap > .cate{
		padding-top: 80px;
	}
	
	.default_txt1{
		font-size: 16px;
		letter-spacing: 0;
	}
	.default_txt2{
		font-size: 14px;
		letter-spacing: 0;
	}
	.default_txt3{
		font-size: 12px;
		letter-spacing: 0;
	}
	.mgbottom1{
		margin-bottom: 60px;
	}
	.mgbottom2{
		margin-bottom: 40px;
	}
	.mgbottom3{
		margin-bottom: 20px;
	}
/* ---------- common ---------- */
	.reserve_bt a p,.instalink a p{
		font-size: 16px;
	}
	.insta_area .topbox{
		justify-content: center;
	}
	.pagetitle_e .box .title_wrap .titlebox {
		padding-bottom: 20px;
	}
	.insta_area .swiper-container .swiper-wrapper .swiper-slide{
		width: 200px;
		height: 200px;
	}
	.pagetitle_e .box .titlebox h1 {
		font-size: 20px;
	}
	.menu_wrap1 .box_wrap .box-item{
		width: 100%;
	}
    .menu_wrap1 .box_wrap {
        gap: 60px;
    }
	.menu_wrap1 .box_wrap .box-item .txtbox {
		gap: 10px;
		margin-left: 5%;
	}
	.more_wrap{
		gap: 30px;
		flex-direction: column;
	}
	.more1 a{
		min-width: 140px;
	}
	.more1 a p, .more2 a p{
		font-size: 16px;
	}
	
	.more2 a > div{
		gap: 6px;
	}
	.more2 a > div .icon{
		width: 36px;
	}
	.more2 a > div .icon i{
		font-size: 10px;
	}
/* ---------- header ---------- */
	.header .logo, .sc_header .logo{
		width: 35%;
	}
	.sc_header{
		padding: 15px 20px;
	}
	.sc_header .flex{
		gap: 22px;
	}
	.sc_header .nav_wrap .contact a{
		padding: 0;
		border: none;
	}
	.sc_header .nav_wrap .tel a p,.sc_header .nav_wrap .contact a p,.sc_header .nav_wrap .contact a i:not(.d-none){
		display: none;
	}
	.sc_header .nav_wrap .contact a i.d-none{
		display: block!important;
	}
	.sc_header .nav_wrap .tel a i,.sc_header .nav_wrap .contact a i{
		font-size: 20px;
	}
	.sc_header .nav_wrap .menu-bt .line{
		width: 28px;
		height: 22px;
	}
	
	.menu-wrap > div{
		padding: 100px 20px 50px;
	}
	.menu-wrap > div .ul{
		gap: 20px 40px;
	}
	.menu-wrap > div .bottombox{
		gap: 30px;
	}
/* ---------- footer ---------- */
	.footer_info .map{
		width: 80%;
		margin-bottom: 30px;
	}
	.footer_info .info_txt{
		width: 100%;
		padding-left: 0;
	}
	.footer_info .info_txt .listwrap .box > div{
		padding: 2px 0 0 20px;
	}
	.footer{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.footer .footer_links{
		margin-bottom: 60px;
	}
	.footer .footer_links .boxwrap2{
		justify-content: center;
		align-items: center;
		flex-direction: column;
		gap: 10px;
	}
	.footer .footer_links .boxwrap2 > div{
		width: 70%;
	}
	.footer .footer_bottom{
		flex-direction: column;
		gap: 40px;
		justify-content: center;
		align-items: center;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}
