@charset "utf-8";
/* CSS Document */
html{
}
body{
	font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
	background-color: #fff;
	color: #161616;
	position: relative;
}

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;
}

body:not(.gjs-dashed) {}
body.gjs-dashed {}

a{
	display: inline-block;
	transition: ease 0.3s;
}
a:hover{
	opacity: 0.5;
}
a p,a,a i,a h1,a h2,a h3,a h4,a h5,a h6{
	color: #161616;
}
i{font-weight: 400!important;}
.font-medium{font-weight: 500;}
.font-semibold{font-weight: 600;}
.font-black{font-weight: 900;}

.pd_wrap{
	padding: 100px 50px 0;
}
.pd_wrap_all{
	padding: 100px 50px 100px;
}
.pd_wrap_side{
	padding-left: 50px;
	padding-right: 50px;
}
.pd_wrap_t{
	padding-top: 100px;
}
.pd_wrap_b{
	padding-bottom: 100px;
}

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

.mg_t_1{margin-top: 80px;}
.mg_t_2{margin-top: 60px;}
.mg_t_3{margin-top: 50px;}
.mg_t_4{margin-top: 30px;}
.mg_t_5{margin-top: 20px;}
.mg_b_1{margin-bottom: 80px;}
.mg_b_2{margin-bottom: 60px;}
.mg_b_3{margin-bottom: 50px;}
.mg_b_4{margin-bottom: 30px;}
.mg_b_5{margin-bottom: 20px;}

.en_txt1{
	font-family: "EB Garamond", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
	font-size: clamp(16px,1.8vw,20px);
	letter-spacing: 0.1rem;
}
.en_title1{
}

.default_title1{
	font-size: 32px;
	font-weight: 700;
}
.default_title2{
	font-size: 26px;
	font-weight: 700;
}
.default_title3{
	font-size: 22px;
	font-weight: 700;
}
.default_txt1{
	font-size: 20px;
}
.default_txt2{
	font-size: 18px;
}
.default_txt3{
	font-size: 14px;
}

.font-eb{
	font-family: "EB Garamond", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}

.font-light{font-weight: lighter;}
.font-normal{font-weight: normal;}
.font-medium{font-weight: 500;}
.font-semibold{font-weight: 600;}
.font-bold{font-weight: bold;}
.font-black{font-weight: 900;}

/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.default_title1{
		font-size: 24px;
	}
	.default_title2{
		font-size: 22px;
	}
	.default_title3{
		font-size: 20px;
	}
	.default_txt1{
		font-size: 18px;
	}
	.default_txt2{
		font-size: 16px;
	}
	.default_txt3{
		font-size: 12px;
	}
}

/* ---------- mainlayout ---------- */
#root{
	width: 100%;
	max-width: 600px;
	position: relative;
	z-index: 3;
	margin: 0 auto;
	background-color: #E8E1D3;
	min-height: 100vh;
	box-shadow: 0 0 30px rgba(0,0,0,0.5);
	overflow: hidden;
}
#root::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("https://nijumaru-yoyaku.com/system_panel/uploads/images/mainbg.jpg");
	background-size: 100% auto;
	background-repeat: repeat;
	background-position: top center;
	mix-blend-mode: multiply;
	opacity: 0.7;
}
#root > div{
	position: relative;
	z-index: 2;
}
.main_left{
	position: fixed!important;
	top: 0;
	left: 0;
	width: calc(50% - 600px / 2);
	height: 100%;
	z-index: 1;
	background-size: cover;
	background-position: center center;
}
.main_right{
	position: fixed!important;
	top: 0;
	right: 0;
	width: calc(50% - 600px / 2);
	height: 100%;
	z-index: 1;
	background-size: cover;
	background-position: center center;
	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;
}
.main_left > img,.main_right > img{
	display: none;
}

body.gjs-dashed .main_left,body.gjs-dashed .main_right{
	position: static;
	width: 300px;
}
body.gjs-dashed .main_left img,body.gjs-dashed .main_right img{
	display: block;
}
@media screen and (max-width: 576px){
}
/* ---------- common ---------- */
.link_wrap{
	width: 90%;
	margin: 0 auto;
	gap: 10px;
}
.link_wrap a{
	width: calc(100% / 2 - 10px / 2);
	background-color: #222222;
	border: 1px solid #978154;
	padding: 10px;
	background-image: url("https://nijumaru-yoyaku.com/system_panel/uploads/images/arrow2.svg");
	background-position: center right 15px;
	background-repeat: no-repeat;
	background-size: 10px auto;
}
.link_wrap a p{color: #fff;}
.link_wrap2{
	width: 90%;
	margin: 0 auto;
	gap: 10px;
}
.link_wrap2 a{
	width: calc(100% / 2 - 10px / 2);
	background-color: #222222;
	border: 1px solid #978154;
	padding: 10px;
	background-image: url("https://nijumaru-yoyaku.com/system_panel/uploads/images/arrow2.svg");
	background-position: center right 15px;
	background-repeat: no-repeat;
	background-size: 10px auto;
}
.link_wrap2 a p{color: #fff;}

.snsbox{gap: 20px;}
.snsbox a:hover{opacity: 1;}
.snsbox a i{transition: ease 0.3s;}

.tellink a{
	gap: 6px;
}
.tellink a img{
	width: 30px;
}
.tellink a p{font-weight: 400;}

.title_item1{
	width: 100%;
	padding: 15% 0;
	gap: 5px;
	background-image: url("https://nijumaru-yoyaku.com/system_panel/uploads/images/top_title2.png"), url("https://nijumaru-yoyaku.com/system_panel/uploads/images/top_title3.png");
	background-repeat: no-repeat, no-repeat;
	background-position: left top, right bottom;
	background-size: 30% auto, 30% auto;
	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: column;
}
.title_item1 .en{
	position: relative;
	padding: 0 30px;
	color: #9A641C;
}
.title_item1 .en::before,.title_item1 .en::after{
	content: "";
	position: absolute;
	width: 20px;
	height: 1px;
	background-color: #9A641C;
	top: 50%;
	transform: translateY(-50%);
}
.title_item1 .en::before{
	left: 0;
}
.title_item1 .en::after{
	right: 0;
}
.title_item1.title_item1w{
	color: #fff;
}
.title_item1.title_item1w .en{
	color: #fff;
}
.title_item1.title_item1w .en::before,.title_item1.title_item1w .en::after{
	background-color: #fff;
}

.top_title1{
	padding: 80px 0;
	flex-direction: column;
	gap: 40px;
	background-image: url("https://nijumaru-yoyaku.com/system_panel/uploads/images/top_title2.png");
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 30% auto;
}
.top_title1 .contents{
	padding: 0 20px;
	gap: 25px;
}
.top_title1 .title{
	width: 100%;
	min-height: 240px;
	background-image: url("https://nijumaru-yoyaku.com/system_panel/uploads/images/top_title1.svg");
	background-position: center center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	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{
	padding: 10px;
}
.pagetitle .title_inner{
	position: relative;
	background-color: #8B8B8B;
	height: 200px;
}
body:not(.gjs-dashed) .pagetitle .title_inner::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #AC570F;
	background: linear-gradient(180deg, rgba(172, 87, 15, 0.4) 0%, rgba(119, 60, 10, 0.5) 35%, rgba(20, 18, 16, 0.7) 65%, rgba(20, 18, 16, 1) 100%);
	mix-blend-mode: multiply;
	z-index: 1;
}
body:not(.gjs-dashed) .pagetitle .title_inner::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border: 1px solid #CEB072;
	z-index: 2;
}

.pagetitle .title_inner > div{
	position: relative;
	z-index: 3;
	color: #fff;
}

.cate_title{
	position: relative;
	border-bottom: 2px solid #C6C6C6;
	margin-bottom: 30px;
	padding-bottom: 10px;
}
.cate_title::after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -2px;
	transform: translateX(-50%);
	width: 60px;
	height: 2px;
	background-color: #9A641C;
}
@media screen and (max-width: 576px){
	.top_title1 .title{
		min-height: 220px;
	}
}
/* ---------- layout ---------- */
.box_layout1 .box:not(:last-of-type){
	margin-bottom: 60px;
}
.box_layout1 .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: center;
    align-items: center;
	flex-direction: column;
	gap: 30px;	
}
.box_layout1 .box .imgbox{
	padding: 15px;
	position: relative;
}
.box_layout1 .box .imgbox::before,.box_layout1 .box .imgbox::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}
.box_layout1 .box .imgbox::before{
	width: calc(100% - 15px);
	height: 100%;
	border-left: 1.5px solid #9A641C;
	border-right: 1.5px solid #9A641C;
}
.box_layout1 .box .imgbox::after{
	width: 100%;
	height: calc(100% - 15px);
	border-top: 1.5px solid #9A641C;
	border-bottom: 1.5px solid #9A641C;
}
.box_layout1 .box .imgbox img{
	position: relative;
	z-index: 3;
}


.column2_layout1{
	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: column;
	gap: 60px;
}
.column2_layout1 .box{
	width: 100%;
	gap: 30px;
	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;
}
.column2_layout1 .box:nth-of-type(even){
	flex-direction: row-reverse;
}
.column2_layout1 .box .num{
	width: 100%;
	justify-content: flex-start;
	align-items: flex-end;
	margin-bottom: -20px;
	color: #9A641C;
	gap: 5px;
}
.column2_layout1 .box .num .default_title1{
	line-height: 1.2;
	letter-spacing: 0.2rem;
}
.column2_layout1 .box:nth-of-type(even) .num{
	justify-content: flex-end;
}
.column2_layout1 .box .imgbox{
	width: 50%;
	position: relative;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
}
body:not(.gjs-dashed) .column2_layout1 .box .imgbox::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	border: 1px solid #CEB072;
	border-radius: 50%;
}
.column2_layout1 .box .txtbox{
	width: calc(50% - 30px);
}
.column2_layout1 .box .txtbox .title{
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
}
.column2_layout1 .box .txtbox .title::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 20px;
	height: 1px;
	background-color: #9A641C;
}

.column2_layout2{
	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;
	gap: 30px 20px;
}
.column2_layout2 .box{
	width: calc(50% - 20px / 2);
	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: flex-start;
	flex-direction: column;
	gap: 15px;
}
.column2_layout2 .box h3,.column2_layout2 .box h4{
	position: relative;
	padding-left: 20px;
}
.column2_layout2 .box h3::after,.column2_layout2 .box h4::after{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 10px;
	height: 10px;
	background-color: #704F25;
	transform: translateY(-50%) rotate(45deg);
}
.column2_layout2 .box .imgbox{
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

.column2_layout3 .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: center;
    align-items: flex-start;
	flex-direction: row;
}
.column2_layout3 .box:not(:last-of-type){
	margin-bottom: 60px;
}
.column2_layout3 .box:nth-of-type(even){
	flex-direction: row-reverse;
}
.column2_layout3 .box .titlebox{
	width: 25%;
	align-items: flex-start;
}
.column2_layout3 .box .item{
	width: 75%;
}
.column2_layout3 .box:nth-of-type(odd) .item > div,.column2_layout3 .box:nth-of-type(odd) .item > p{
	padding-right: 20px;
}
.column2_layout3 .box:nth-of-type(even) .item > div,.column2_layout3 .box:nth-of-type(even) .item > p{
	padding-left: 20px;
}



.info_layout .boxwrap .box{
	padding: 20px 0;
	border-bottom: 1px solid #BABABA;
}
.info_layout .boxwrap .box:first-of-type{
	padding-top: 0;
}
.info_layout .boxwrap .box h4{
	margin-bottom: 10px;
}


.cate_title2{
	position: relative;
	border-bottom: 2px solid #C6C6C6;
	padding-bottom: 10px;
	padding-right: 30px;
	cursor: pointer;
}
.cate_title2::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 60px;
	height: 2px;
	background-color: #9A641C;
}
.cate_title2::after{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 26px;
	height: 26px;
	background-color: #181818;
	background-image: url("https://nijumaru-yoyaku.com/system_panel/uploads/images/arrow2.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 30% auto;
	transition: ease 0.3s;
}
.cate_title2.on::after{
	transform: rotate(180deg);
}
.menubox2{}
.menubox2 .box{
	justify-content: space-between;
	padding-top: 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid #C6C6C6;
}
.menubox2 .box h3{
	width: calc(100% - 100px);
}
.menubox2 .box p{max-width: 100px;}

body:not(.gjs-dashed) .menubox_wrap{
	display: none;
}

.menubox1 > .boxwrap{
	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;
	gap: 30px 20px;
	padding-top: 30px;
}
.menubox1 > .boxwrap .box{
	width: calc(50% - 20px / 2);
	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: column;
	gap: 15px;
}
.menubox1 .box .imgbox{
	width: 100%;
	aspect-ratio: 1 / 1;
}
@media screen and (max-width: 576px){
	.column2_layout1 .box{
		gap: 20px;
	}
	.column2_layout1 .box .txtbox{
		width: calc(50% - 20px);
	}
	.column2_layout1 .box .num{
		margin-bottom: -10px;
	}
	.column2_layout1{
		gap: 50px;
	}
	.box_layout1 .box:not(:last-of-type){
		margin-bottom: 50px;
	}
	.column2_layout3 .box:not(:last-of-type){
		margin-bottom: 50px;
	}
	.menubox1 > .boxwrap{
		gap: 20px 10px;
		padding-top: 20px;
	}
	.menubox1 > .boxwrap .box{
		width: calc(50% - 10px / 2);
		gap: 10px;
	}
}

/* ---------- more / bt ---------- */
.more_wrap{
	gap: 30px;
}
.more1,.more2{
	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;	
}
.more1 a,.more2 a,.more1 > div{
	min-width: 200px;
	border-radius: 200px;
	overflow: hidden;
	position: relative;
	padding: 15px;
	background-color: #132F64;
	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;
}
.more1.more1w a{
	background-color: #fff;
}
.more1 a::after,.more2 a::after,.more1 > div::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: calc(100% - 5px);
	height: calc(100% - 5px);
	border: 1px solid #CEB072;
	border-radius: 200px;
	transition: ease 0.3s;
}
.more1 a:hover::after,.more2 a:hover::after,.more1 > div:hover::after{
	width: calc(100% - 10px);
	height: calc(100% - 10px);
}
.more1 a p,.more2 a p,.more1 > div p{
	position: relative;
	color: #fff;
	font-weight: 700;
	z-index: 2;
}
.more1.more1w a p{
	color: #161616;;
}

.more2 a{
	padding: 10px 30px;
	min-width: 150px;
}
.more2 a p{
	font-size: clamp(12px,1.2vw,14px);
}

.reserve_bt{}
.reserve_bt a{
	position: relative;
	background-color: #6C0808;
	gap: 8px;
	padding: 15px;
	position: relative;
	z-index: 2;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	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;
}
#root .reserve_bt a{
	min-width: 280px;
	padding: 20px 10px;
}

.reserve_bt a::before,.reserve_bt a::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: ease 0.3s;
}
.reserve_bt a::before{
	width: calc(100% - 10px);
	height: 100%;
	border-left: 1px solid #CEB072;
	border-right: 1px solid #CEB072;
	z-index: 1;
}
.reserve_bt a::after{
	width: 100%;
	height: calc(100% - 10px);
	border-top: 1px solid #CEB072;
	border-bottom: 1px solid #CEB072;
	z-index: 1;
}
.reserve_bt a:hover::before{
	width: calc(100% - 15px);
}
.reserve_bt a:hover::after{
	height: calc(100% - 15px);
}

.reserve_bt a img{
	width: 16px;
}
.reserve_bt a p{
	color: #CEB072;
	font-weight: 700;
}
@media screen and (max-width: 576px){
	
	
}

/* ---------- header ---------- */
.header{
}

.menu-bt{
	position: fixed!important;
	width: 65px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background-color: #9A641C;
	top: 25px;
	left: calc(50% + 210px);
	z-index: 99999!important;
	cursor: pointer;
}
.menu-bt::before,.menu-bt::after{
	content: "";
	position: absolute;
	width: 24px;
	height: 2px;
	background-color: #fff;
	transition: ease 0.3s;
}
.menu-bt::before{
	top: 50%;
	left: 50%;
	transform: translate(-50%,-6px);
}
.menu-bt::after{
	top: 50%;
	left: 50%;
	transform: translate(-50%,5px);
}
.menu-bt.active::before{
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(-135deg);
}
.menu-bt.active::after{
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(135deg);
}


.menu-wrap{
	display: none;
	position: fixed!important;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	max-width: 600px;
	width: 100%;
	height: 100%;
	background-color:rgba(0,0,0,0.90);
	z-index: 9998!important;
}
.menu-wrap > div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	gap: 60px;
	padding: 30px;
}
.menu-wrap > div .ul{
	max-width: 400px;
	justify-content: flex-start;
	gap: 20px 30px;
}
.menu-wrap > div .ul .li{
	width: calc(50% - 30px / 2);
}
.menu-wrap > div .ul .li a p{
	color: #fff;
}
.menu-wrap > div .tellink a p{
	color: #fff;
}
.menu-wrap > div .bottombox{
	gap: 20px;
}


.side_menu{
	font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
	max-height: 90%;
	background-color: #F7F5EF;
	border-radius: 10px;
}
.side_menu > div{
	padding: 50px 60px;
}
.side_menu .ul{
	padding-left: 40px;
	padding-right: 40px;
	border-bottom: 1px solid rgba(177,171,163,0.20);
}
.side_menu .ul .li:not(:last-of-type){
	margin-bottom: 20px;
}
.side_menu .ul .li a{
	position: relative;
	padding-left: 30px;
}
.side_menu .ul .li a::after{
	content: "";
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #D6C8B5;
}
.side_menu .ul .li a::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%) translateX(-5px);
	width: 16px;
	height: 16px;
	background-image: url("https://nijumaru-yoyaku.com/system_panel/uploads/images/arrow1.svg");
	background-size: 100% auto;
	background-position: left center;
	background-repeat: no-repeat;
	transition: ease 0.3s;
}
.side_menu .ul .li a:hover{opacity: 1;}
.side_menu .ul .li a:hover::before{
	transform: translateY(-50%) translateX(-2px);
}
.side_menu .ul .li a p{
	transition: ease 0.3s;
}
.side_menu .ul .li a:hover p{
	color: #6C0808;
}


@media screen and (max-width: 1440px){
	.side_menu > div{
		padding: 30px 20px;
	}
	
}
@media screen and (max-width: 576px){
	.menu-bt{
		width: 55px;
		top: 15px;
		right: 15px;
		left: auto;
	}
	.menu-bt::before, .menu-bt::after{
		width: 20px;
	}
	.menu-bt::before{
		transform: translate(-50%,-4px);
	}
	.menu-bt::after{
		transform: translate(-50%,3px);
	}
	.menu-wrap > div{
		gap: 40px;
	}
}

@media screen and (max-height: 600px){
	.side_menu{
		display: none;
	}
}
/* ---------- footer ---------- */
.footer_info .contents{
}
.footer_info .contents .imgbox{
	width: 45%;
}
.footer_info .contents .info_layout{
	width: 55%;
	padding: 0 20px;
}

.footer_info .access_area .title{
	position: relative;
}
.footer_info .access_area .title::after{
	content: "";
	width: 100%;
	height: 1px;
	background-color: #9A641C;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.footer_info .access_area .title h3{
	position: relative;
	z-index: 2;
	padding: 6px 20px;
	background-color: #9A641C;
	color: #fff;
	border-radius: 200px;
}
.footer_info .access_area .map{
	position: relative;
	aspect-ratio: 1 / 1;
	width: 100%;
	overflow: hidden;
}
.footer_info .access_area .map iframe{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: calc(100% + 5px);
	height: calc(100% + 5px);
}

.footer_info .reserve_bt a{
	max-width: 100%;
	width: 100%;
	padding: 30px 20px!important;
}
.footer_info .reserve_bt a img{
	width: 20px
}

.footer{
	background: #333131;
	background: linear-gradient(180deg, rgba(51, 49, 49, 1) 0%, rgba(34, 34, 34, 1) 100%);
	gap: 40px;
}
.footer .logo{
	width: 50%;
	max-width: 230px;
}
.footer p{color: #fff;}
.footer .footer_menu{
	justify-content: flex-start;
	align-items: flex-start;
	gap:100px;
}
.footer .footer_menu .ul{
	max-width: calc(50% - 50px);
}
.footer .footer_menu .ul .li{
	white-space: nowrap;
}
.footer .footer_menu .ul .li:not(:last-of-type){
	margin-bottom: 15px;
}
@media screen and (max-width: 576px){
	.footer{
		padding-bottom: 30px!important;
	}
	.footer .footer_menu{
		gap: 80px;
	}
}

/* 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: #161616;;}
.txt-white{color: #ffffff;}
.txt-red{color: red;}
.txt-color1{color: #9A641C}
.txt-color2{color: #6C0808}
.txt-color3{color: #132F64}
.txt-color4{color: #704F25}
.bg-white{background-color: #ffffff;}
.bg-black{background-color: #161616;}
.bg-color1{background-color: #9A641C}
.bg-color2{background-color: #6C0808}
.bg-color3{background-color: #132F64}
.bg-color4{background-color: #704F25}
.border-color1{border-color: #9A641C}
.border-color2{border-color: #6C0808}
.border-color3{border-color: #132F64}
.border-color4{border-color: #704F25}

.hvr-txt-color-normal:hover{color: #161616;;}
.hvr-txt-white:hover{color: #ffffff;}
.hvr-txt-red:hover{color: red;}
.hvr-txt-color1:hover{color: #9A641C}
.hvr-txt-color2:hover{color: #6C0808}
.hvr-txt-color3:hover{color: #132F64}
.hvr-txt-color4:hover{color: #704F25} 
.hvr-bg-white:hover{background-color: #ffffff;}
.hvr-bg-black:hover{background-color: #161616;}
.hvr-bg-color1:hover{background-color: #9A641C}
.hvr-bg-color2:hover{background-color: #6C0808}
.hvr-bg-color3:hover{background-color: #132F64}
.hvr-bg-color4:hover{background-color: #704F25}
.hvr-border-color1:hover{border-color: #9A641C}
.hvr-border-color2:hover{border-color: #6C0808}
.hvr-border-color3:hover{border-color: #132F64}
.hvr-border-color4:hover{border-color: #704F25}

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

/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.side_menu{
		display: none;
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
}
/* ---------- スマートフォン ---------- */
/* ---------- 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_t{
		padding-top: 80px;
	}
	.pd_wrap_b{
		padding-bottom: 80px;
	}
	.cate_wrap > .cate{
		padding-top: 80px;
	}
	.mg_t_1{margin-top: 60px;}
	.mg_t_2{margin-top: 50px;}
	.mg_t_3{margin-top: 30px;}
	.mg_t_4{margin-top: 20px;}
	.mg_t_5{margin-top: 15px;}
	.mg_b_1{margin-bottom: 60px;}
	.mg_b_2{margin-bottom: 50px;}
	.mg_b_3{margin-bottom: 30px;}
	.mg_b_4{margin-bottom: 20px;}
	.mg_b_5{margin-bottom: 15px;}
	
	
/* ---------- common ---------- */
/* ---------- header ---------- */
/* ---------- footer ---------- */
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}
