@charset "utf-8";
/* CSS Document */
html{
}
body{
	font-family: "Noto Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	color: #333333;
	background: #FFC1CA;
	background: linear-gradient(190deg, rgba(255, 193, 202, 1) 0%, rgba(250, 227, 216, 1) 25%, rgba(255, 249, 214, 1) 50%, rgba(220, 250, 215, 0.7) 100%);
}
body #root{
	background-image: url("https://moments-moveforlife.jp/system_panel/uploads/images/body_topbg.png");
	background-size: 100vw 100vh;
	background-position: top left;
	background-repeat: no-repeat;
}

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.gjs-dashed{}
body:not(.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: #333333;
}

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

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

.mg_b_1{margin-bottom: 100px;}
.mg_b_2{margin-bottom: 80px;}
.mg_b_3{margin-bottom: 60px;}
.mg_b_4{margin-bottom: 40px;}
.mg_b_5{margin-bottom: 20px;}

.en_title1{
	font-family: "Jost", "Noto Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: clamp(30px,4.0vw,52px);
	font-weight: 700;
}
.en_title2{
	font-family: "Jost", "Noto Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: clamp(40px,6.0vw,70px);
	font-weight: 700;
}
.en_title3{
	font-family: "Jost", "Noto Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: clamp(18px,2.0vw,20px);
	font-weight: 700;
}

.default_title1{
	font-size: clamp(22px,3.2vw,42px);
	font-weight: 700;
}
.default_title2{
	font-size: clamp(20px,2.6vw,32px);
	font-weight: 700;
}
.default_title3{
	font-size: clamp(18px,2.2vw,28px);
	font-weight: 700;
}
.default_title4{
	font-size: clamp(16px,2.0vw,24px);
	font-weight: 700;
}
.default_txt1{
	font-size: clamp(14px,1.6vw,18px);
}
.default_txt2{
	font-size: clamp(13px,1.4vw,16px);
}
.default_txt3{
	font-size: clamp(12px,1.2vw,14px);
}
.default_txt4{
	font-size: clamp(16px,1.8vw,20px);
}

.font-jost{
		font-family: "Jost", "Noto Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
.font-medium{font-weight: 500;}
.font-semibold{font-weight: 600;}
.font-bold{font-weight: 700;}
.font-black{font-weight: 900;}

/* ---------- common ---------- */
.send .send-bt{min-width: 200px;}
.pc_center{text-align: center;}
.border_rad1{
	border-radius: 100px;
	overflow: hidden;
}
.border_rad2{
	border-radius: 20px;
	overflow: hidden;
}
.border_rad3{
	border-radius: 10px;
	overflow: hidden;
}
.border_rad4{
	border-radius: 4px;
	overflow: hidden;
}
.border_rad5{
	border-radius: 40px;
	overflow: hidden;
}
.contents_bg{
	background-color: #fff;
	padding: 5%;
}
.comment_txt{
	padding: 10px 40px;
	min-width: 300px;
	color: #fff;
	border-radius: 200px;
	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;
}
.comment_txt::after{
	content: "";
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translate(-50%,-1px);
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	border-top: 13px solid #555555;
	border-bottom: 0;
}
.comment_txt.comment1{
	background-color: #F79800;
}
.comment_txt.comment1::after{
	border-top-color: #F79800;
}
.comment_txt.comment2{
	background-color: #63C326;
}
.comment_txt.comment2::after{
	border-top-color: #63C326;
}
.comment_txt.comment3{
	background-color: #E8417E;
}
.comment_txt.comment3::after{
	border-top-color: #E8417E;
}
.comment_txt.comment4{
	background-color: #6B4726;
}
.comment_txt.comment4::after{
	border-top-color: #6B4726;
}

.comment_txt2 .title{
	position: relative;
	border-bottom: 3px solid #E8417E;
	padding: 0 5px 3px;
}
.comment_txt2 .title::after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-top: 10px solid #E8417E;
	border-bottom: 0;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}
.comment_txt2.comment_txt2-2 .title{
	border-color: #6B4726;
}
.comment_txt2.comment_txt2-2 .title::after{
	border-top-color: #6B4726;
}

.comment_txt3 p{
	position: relative;
	border-bottom: 3px solid #E8417E;
}
.comment_txt3 p::after{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-top: 10px solid #e8417e;
	border-bottom: 0;
}
.comment_txt3.comment_txt3-2 p{
	border-bottom: 3px solid #6B4726;
}
.comment_txt3.comment_txt3-2 p::after{
	border-top: 10px solid #6B4726;
}

.snsbox{
	gap: 25px;
}
.snsbox a i{
	font-size: clamp(28px,3.0vw,32px);
}

.link_wrap{
	gap: 20px;
}
.link_wrap a{
	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;
}
.link_wrap a{
	background-color: #fff;
	border-radius: 200px;
	padding: 10px 30px;
	gap: 15px;
}
.link_wrap a .arrow_icon::after{
	background-image: url("https://moments-moveforlife.jp/system_panel/uploads/images/arrow2.svg");
	background-size: 10px auto;
}
.link_wrap a:hover .arrow_icon{
	transform: translateY(2px);
}

.pagetitle{
	position: relative;
	padding: 100px 40px 0;
}
.pagetitle .pagetitle_inner{
	position: relative;
}
.pagetitle .pagetitle_inner .imgbox{
	position: relative;
	width: 100%;
	height: 390px;
	border-radius: 20px;
	overflow: hidden;
}
body:not(.gjs-dashed) .pagetitle .pagetitle_inner .imgbox::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000000;
	opacity: 0.3;
}
.pagetitle .pagetitle_inner .txtbox{
	position: absolute;
	z-index: 2;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	color: #fff;
}
.pagetitle .pagetitle_inner .txtbox .title{
	position: relative;
	padding: 0 20px;
	margin-bottom: 5px;
}
.pagetitle .pagetitle_inner .txtbox .title::before,.pagetitle .pagetitle_inner .txtbox .title::after{
	content: "";
	position: absolute;
	top: 50%;
	width: 1px;
	height: 25px;
	background-color: #fff;
}
.pagetitle .pagetitle_inner .txtbox .title::before{
	left: 0;
	transform: translateY(-50%) rotate(-20deg);
}
.pagetitle .pagetitle_inner .txtbox .title::after{
	right: 0;
	transform: translateY(-50%) rotate(20deg);
}
.pagetitle .pagetitle_inner .txtbox .en_title1{
	font-size: clamp(24px,4.0vw,52px);
}
.pagetitle2{
	position: relative;
	padding: 100px 40px 0;
}
.pagetitle2 .pagetitle_inner{
	position: relative;
}
.pagetitle2 .pagetitle_inner .imgbox{
	position: relative;
	width: 100%;
	height: 390px;
	border-radius: 20px;
	overflow: hidden;
}
body:not(.gjs-dashed) .pagetitle2 .pagetitle_inner .imgbox::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000000;
	opacity: 0.3;
}
.pagetitle2 .pagetitle_inner .txtbox{
	position: absolute;
	z-index: 2;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	color: #fff;
}
.pagetitle2 .pagetitle_inner .txtbox .title{
	position: relative;
	padding: 0 20px;
	margin-bottom: 5px;
}
.pagetitle2 .pagetitle_inner .txtbox .title::before,.pagetitle2 .pagetitle_inner .txtbox .title::after{
	content: "";
	position: absolute;
	top: 50%;
	width: 6px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background-color: #fff;
	transform: translateY(-50%);
}
.pagetitle2 .pagetitle_inner .txtbox .title::before{
	left: 0;
}
.pagetitle2 .pagetitle_inner .txtbox .title::after{
	right: 0;
}
.pagetitle2 .pagetitle_inner .txtbox .en_title1{
	font-size: clamp(24px,4.0vw,52px);
}
.pagetitle2 .pagetitle_inner .txtbox .en_title1{
	font-size: clamp(24px,3.6vw,40px);
}
.pagetitle2 .pagetitle_inner .txtbox img{
	width: 50%;
	max-width: 110px;
}

.flow_a .col-num::before{border-color: #F07800;}
.flow_a .item{
	padding-bottom: 30px;
}
.flow_a .circle{
	border: none;
	background-color: #63C326; 
}
.flow_a.flow2 .circle{
	background-color: #F79800; 
}
.flow_a.flow3 .circle{
	background-color: #E8417E; 
}
.flow_a .item .more{justify-content: flex-start!important;}
.flow_a .circle p{
	font-family: "Jost", "Noto Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: clamp(18px,2.0vw,22px);
	font-weight: 700;
	color: #fff;
}
/* ---------- 1440px ~ ---------- */
@media screen and (max-width: 1440px){
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.border_rad1{
		border-radius: 80px;
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.border_rad1{
		border-radius: 60px;
	}
	.pagetitle,.pagetitle2{
		padding-top: 80px;
	}
	.pagetitle .pagetitle_inner .imgbox,.pagetitle2 .pagetitle_inner .imgbox{
		height: 340px;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.border_rad1{
		border-radius: 40px;
	}
	.border_rad5{
		border-radius: 30px;
	}
	.pagetitle .pagetitle_inner .imgbox,.pagetitle2 .pagetitle_inner .imgbox{
		height: 300px;
	}
	.flow_a .inner{
		max-width: 500px;
	}
	.flow_a .col-num{
		order: 2;
	}
	.flow_a .content{
		order: 3;
	}
	.flow_a .thumb{
		order: 1;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.pc_center{text-align: left;}
	.border_rad1{
		border-radius: 30px;
	}
	.border_rad2{
		border-radius: 10px;
	}
	.border_rad3{
		border-radius: 8px;
	}
	.border_rad4{
		border-radius: 2px;
	}
	.border_rad5{
		border-radius: 20px;
	}
	.contents_bg{
		padding: 40px 20px;
	}
	.comment_txt{
		padding: 6px 30px;
		min-width: 220px;
	}
	.comment_txt::after{
		border-right-width: 10px;
		border-left-width: 10px;
		border-top-width: 8px;
	}
	.pagetitle,.pagetitle2{
		padding: 40px 10px 0;
	}
	.pagetitle .pagetitle_inner .imgbox,.pagetitle2 .pagetitle_inner .imgbox{
		height: 220px;
	}
	.pagetitle2 .pagetitle_inner .txtbox img{
		max-width: 90px;
	}
	.link_wrap{
		gap: 15px;
	}
	.link_wrap a{
		padding: 8px 20px;
	}
}

/* ---------- layout ---------- */
.intro_layout,.column3_layout1,.column3_layout1 .box,.company_layout,.column4_layout,.column4_layout .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: row;
}

.column3_layout1{
	align-items: stretch;
	gap: 15px;
}
.column3_layout1 .box{
	width: calc(100% / 3 - 30px / 3);
	flex-direction: column;
	gap: 20px;
}
.column3_layout1 .box:nth-of-type(2){animation-delay: 0.2s;}
.column3_layout1 .box:nth-of-type(3){animation-delay: 0.4s;}
.column3_layout1 .box .imgbox{width: 100%;}
.column3_layout1 .box > p{
	padding-left: 5px;
	padding-right: 5px;
}

.column4_layout{
	gap: 15px;
	align-items: stretch;
}
.column4_layout .box{
	position: relative;
	width: calc(100% / 4 - 45px / 4);
	border-radius: 10px;
	background-color: #63C326;
	padding: 25px 10px;
	overflow: hidden;
}
.column4_layout .box::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 95%;
	height: 85%;
	background-image: url("https://moments-moveforlife.jp/system_panel/uploads/images/column4_layout1_bg.png");
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	opacity: 0.3;
}
.column4_layout .box p{
	color: #fff;
	position: relative;
	z-index: 2;
}

.column4_layout.column4_layout2 .box{background-color: #E8417E;}
.column4_layout.column4_layout3 .box{background-color: #523219;}


.intro_layout{
	gap: 5%;
	flex-direction: row-reverse;
}
.intro_layout .imgbox{
	width: 45%;
}
.intro_layout .txtbox{
	width: 50%;
}

.company_layout{
	padding-right: 0!important;
}
.company_layout .imgbox{
	width: 40%;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.company_layout .contents{
	width: 60%;
}
.company_layout .contents .boxwrap{
	width: 90%;
}
.company_layout .contents .boxwrap .box{
	position: relative;
	padding: 25px 0;
	align-items: flex-start;
}
.company_layout .contents .boxwrap .box::before{
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 6px;
	background-image: radial-gradient(circle, #6B4726 1px, transparent 1px);
	background-size: 6px 2px;
	background-repeat: repeat-x;
	background-position: left bottom;
}
.company_layout .contents .boxwrap .box:last-of-type::after{
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 6px;
	background-image: radial-gradient(circle, #6B4726 1px, transparent 1px);
	background-size: 6px 2px;
	background-repeat: repeat-x;
	background-position: left bottom;
}
.company_layout .contents .boxwrap .box::before{
	top: 0;
	background-position: left top;
}
.company_layout .contents .boxwrap .box:last-of-type::after{
	bottom: 0;
}
.company_layout .contents .boxwrap .box > h3{
	width: 200px;
	font-weight: 700;
	color: #F79800;
}
.company_layout .contents .boxwrap .box > div{
	width: calc(100% - 200px);
}
.company_layout .contents .boxwrap .box > div p{
	font-size: clamp(14px,1.6vw,18px);
}
.company_layout .contents .boxwrap .box .more{
	justify-content: flex-start;
}
.access_area{
	width: 100%;
	padding-top: 80px;
}
.access_area .title{
	position: relative;
}
.access_area .title::after{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	height: 6px;
	background-image: radial-gradient(circle, #6B4726 1px, transparent 1px);
	background-size: 6px 2px;
	background-repeat: repeat-x;
	background-position: left center;
}
.access_area .title h3{
	position: relative;
	z-index: 2;
	background-color: #6B4726;
	color: #fff;
	padding: 8px 20px;
	border-radius: 200px;
}
.access_area .map{
	position: relative;
	width: 100%;
	aspect-ratio: 1.8 / 1;
	overflow: hidden;
}
.access_area .map iframe{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: calc(100% + 10px);
	height: calc(100% + 10px);
}

.check_contents1{
	position: relative;
	background-color: #fff;
	width: 100%;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	padding: 60px 30px 30px;
	border-radius: 10px;
}
.check_contents1 .comment_txt{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%);
}
.check_contents1 .boxwrap{
	gap: 5px 15px;
	align-items: stretch;
	justify-content: flex-start;
}
.check_contents1 .boxwrap .box{
	width: calc(50% - 15px / 2);
	background-color: #F1F0EE;
	border-radius: 4px;
	padding: 15px;
}
.check_contents1 .boxwrap .box i{
	color: #6B4726;
	font-size: 20px;
	width: 30px;
}
.check_contents1 .boxwrap .box p{
	width: calc(100% - 30px);
}

.faq_area{}
.faq_area .contents{
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.faq_area .contents .titlebox{
	border-bottom: 1px solid #CBB144;
	padding-bottom: 20px;
}
.faq_area .contents .box_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: column;
	gap: 40px;
}
.faq_area .contents .box_wrap .box{
	width: 100%;
	background-color: #fff;
	border-radius: 4px;
	padding: 5%;
}
.faq_area .contents .box_wrap .box .faq_icon{
	font-family: "Jost", "Noto Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: clamp(30px,4.0vw,45px);
	font-weight: 700;
	line-height: 1;
	font-weight: 500;
	text-align: center;
	width: 40px;
	margin-top: -5px;
}
.faq_area .contents .box_wrap .box .qbox,.faq_area .contents .box_wrap .box .abox > div{
	gap: 0 20px;
}
.faq_area .contents .box_wrap .box .qbox .title,.faq_area .contents .box_wrap .box .abox .txtbox{
	width: calc(100% - 40px - 20px);
}
.faq_area .contents .box_wrap .box .qbox{
	position: relative;
	padding-right: 50px;
	cursor: pointer;
}
.faq_area .contents .box_wrap .box .abox{
	border-top: 1px solid #BFBFBF;
	margin-top: 20px;
	padding-top: 20px;
}
.faq_area .contents .box_wrap .box .abox > div{
	align-items: flex-start;
}
body:not(.gjs-dashed) .faq_area .contents .box_wrap .box .abox{
	display: none;
}
.faq_area .contents .box_wrap .box .qbox .faq_icon{
	color: #6B4726;
}
.faq_area .contents .box_wrap .box .abox .faq_icon{
	color: #63C326;
}
.faq_area .contents .box_wrap .box .qbox .title{
	font-size: clamp(16px,2.2vw,20px);
}
.faq_area .contents .box_wrap .box .qbox .icon{
	background-color: #6B4726;
	width: 30px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.faq_area .contents .box_wrap .box .qbox .icon::before,.faq_area .contents .box_wrap .box .qbox .icon::after{
	content: "";
	position: absolute;
	width: 50%;
	height: 2px;
	background-color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: ease 0.3s;
}
.faq_area .contents .box_wrap .box .qbox .icon::after{
	transform: translate(-50%,-50%) rotate(90deg);
}
.faq_area .contents .box_wrap .box .qbox.active .icon::after{
	transform: translate(-50%,-50%) rotate(0deg);
}


.bf_layout{}
.bf_layout .box{
	border: 2px solid #E6E6E6;
	overflow: inherit;
	padding: 0 5% 5%;
}
.bf_layout .box:not(:last-of-type){
	margin-bottom: 80px;
}
.bf_layout .box .title .case_txt{
	padding: 5px 30px;
	border: 2px solid #F79800;
	color: #F79800;
	transform: translateY(-50%);
	background-color: #fff;
	position: relative;
}
.bf_layout .box .title .case_txt::before,.bf_layout .box .title .case_txt::after{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	border-top: 15px solid #555555;
	border-bottom: 0;
}
.bf_layout .box .title .case_txt::before{
	border-top: 15px solid #F79800;
	transform: translate(-50%,0px);
}
.bf_layout .box .title .case_txt::after{
	border-top: 15px solid #fff;
	transform: translate(-50%,-3px);
}
.bf_layout .box .imgwrap{
	align-items: stretch;
}
.bf_layout .box .imgwrap .imgbox{
	position: relative;
	width: calc(100% / 2 - 60px / 2);
}
.bf_layout .box .imgwrap .imgbox p{
	color: #fff;
	text-shadow: -1px -1px 0 #000,-1px 1px 0 #000,1px -1px 0 #000,1px 1px 0 #000;
	position: absolute;
	top: 20px;
	left: 20px;
}
.bf_layout .box .imgwrap .arrow{
	width: 60px;
	padding: 0 20px;
}

.menu_layout2{}
.menu_layout2 .box .boxtitle1,.menu_layout2 .box .item > div{
	padding: 15px;
}
.menu_layout2 .box1{
	width: 62%;
}
.menu_layout2 .box2{
	width: 38%;
	border-left: 1px solid #cfcfcf;
}
.menu_layout2 .box1 .boxtitle1{
	background-color: #6B4726;
}
.menu_layout2 .box2 .boxtitle1{
	background-color: #523219;
}
.menu_layout2 .box .boxtitle1 h3{color: #fff;}
.menu_layout2 .box .boxtitle1,.menu_layout2 .box .item .itemtxt{
	width: 60%;
}
.menu_layout2 .box .boxtitle1{
	margin-left: 40%;
}
.menu_layout2 .box2 .boxtitle1{
	margin-left: 0;
}
.menu_layout2 .box2 .boxtitle1,.menu_layout2 .box2 .item .itemtxt{
	width: 100%;
}
.menu_layout2 .box .item{
	align-items: stretch;
	border-bottom: 1px solid #cfcfcf;
}
.menu_layout2 .box .item .itemtitle{
	width: 40%;
	background-color: #F0ECE9;
}
.menu_layout2 .box2 .item .itemtitle{
	display: none;
}
.menu_layout2 .box .item .itemtxt{background-color: #F5F5F5;}

.coach_layout1{}
.coach_layout1 .contents{
	gap: 5%;
}
.coach_layout1 .contents .imgbox{
	width: 30%;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
}
.coach_layout1 .contents .txtbox{
	width: 65%;
}
.coach_layout1 .contents .txtbox .title{
	padding-bottom: 30px;
	margin-bottom: 30px;
	background-image: radial-gradient(circle, #6B4726 1px, transparent 1px);
	background-size: 6px 2px;
	background-repeat: repeat-x;
	background-position: left bottom;
}
.coach_layout1 .contents .txtbox .title .en_title3{color: #EB3677;}
.coach_layout1 .more a{background-color: #F79800;border:none;}
.coach_layout1 .more a p{color: #fff;}

.staff_layout .box:not(:last-of-type){margin-bottom: 100px;}
.staff_layout .box .topbox{
	flex-direction: row-reverse;
}
.staff_layout .box .topbox .imgbox{
	width: 35%;
	padding-right: 30px;
	position: relative;
}
.staff_layout .box .topbox .imgbox .txt-vertical{
	position: absolute;
	top: 0;
	right: 0;
	line-height: 1;
}
.staff_layout .box .topbox .txtbox{
	width: 65%;
	padding-right: 5%;
}
.staff_layout .box .contents_bg .item:not(:last-of-type){
	margin-bottom: 40px;
}
.staff_layout .box .contents_bg .item h3{
	padding-left: 20px;
	position: relative;
	margin-bottom: 10px;
}
.staff_layout .box .contents_bg .item h3::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #6B4726;
}
/* ---------- 1440px ~ ---------- */
@media screen and (max-width: 1440px){
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.company_layout .contents .boxwrap{
		width: 95%;
	}
	.company_layout .contents .boxwrap .box{
		padding: 20px 0;
	}
	.company_layout .contents .boxwrap .box > h3{
		width: 150px;
	}
	.company_layout .contents .boxwrap .box > div{
		width: calc(100% - 150px);
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.check_contents1 .boxwrap .box i{
		font-size: 17px;
		width: 25px;
	}
	.check_contents1 .boxwrap .box p{
		width: calc(100% - 25px);
	}
	.column4_layout{
		gap: 15px;
	}
	.column4_layout .box{
		width: calc(100% / 3 - 30px / 3);
		border-radius: 10px;
		padding: 20px 10px;
	}
	.menu_layout2 .box1{
		width: 100%;
		margin-bottom: 30px;
	}
	.menu_layout2 .box2{
		width: 100%;
		border-left: none;
	}
	.menu_layout2 .box2 .item .itemtitle{
		display: block;
	}
	.menu_layout2 .box2 .boxtitle1{
		margin-left: 40%;
	}
	.menu_layout2 .box2 .boxtitle1,.menu_layout2 .box2 .item .itemtxt{
		width: 60%;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.column3_layout1{
		gap: 40px 15px;
	}
	.column3_layout1 .box{
		width: calc(100% / 2 - 15px / 2);
		gap: 20px;
	}
	.column3_layout1 .box:nth-of-type(2){animation-delay: 0s;}
	.column3_layout1 .box:nth-of-type(3){animation-delay: 0s;}
	.check_contents1{
		padding: 50px 20px 20px;
		border-radius: 10px;
	}
	.check_contents1 .boxwrap{
		gap: 5px 10px;
	}
	.check_contents1 .boxwrap .box{
		width: calc(50% - 10px / 2);
		padding: 10px 15px;
	}
	.company_layout .contents .boxwrap .box > h3{
		width: 120px;
	}
	.company_layout .contents .boxwrap .box > div{
		width: calc(100% - 120px);
	}
	.faq_area .contents .box_wrap .box .faq_icon{
		font-size: 30px;
		width: 30px;
		margin-top: -3px;
	}
	.faq_area .contents .box_wrap .box .qbox,.faq_area .contents .box_wrap .box .abox > div{
		gap: 0 15px;
	}
	.faq_area .contents .box_wrap .box .qbox .title,.faq_area .contents .box_wrap .box .abox .txtbox{
		width: calc(100% - 30px - 15px);
	}
	.bf_layout .box .imgwrap .imgbox{
		position: relative;
		width: calc(100% / 2 - 50px / 2);
	}
	.bf_layout .box .imgwrap .arrow{
		width: 50px;
		padding: 0 20px;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.column3_layout1{
		gap: 40px;
	}
	.column3_layout1 .box{
		width: 100%;
		gap: 15px;
	}
	.column3_layout1 .box > p{
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.check_contents1{
		padding: 40px 10px 20px;
		border-radius: 10px;
	}
	.check_contents1 .boxwrap{
		gap: 10px;
	}
	.check_contents1 .boxwrap .box{
		width: 100%;
		padding: 8px 15px;
	}
	.intro_layout{
		gap: 30px;
	}
	.intro_layout .imgbox{
		width: 80%;
	}
	.intro_layout .txtbox{
		width: 100%;
	}
	
	.company_layout .imgbox{
		width: 70%;
		margin-left: 30%;
	}
	.company_layout .contents{
		width: 100%;
		padding-right: 20px;
		margin-bottom: 40px;
	}
	.company_layout .contents .boxwrap{
		width: 100%;
	}
	.company_layout .contents .boxwrap .box{
		position: relative;
		padding: 20px 0;
	}
	.company_layout .contents .boxwrap .box > h3{
		width: 100%;
		margin-bottom: 5px;
	}
	.company_layout .contents .boxwrap .box > div{
		width: 100%;
	}
	
	.access_area .title h3{
		padding: 5px 14px;
	}
	.access_area .map{
		aspect-ratio: 1 / 1;
	}
	.faq_area .contents .titlebox{
		padding-bottom: 10px;
	}
	.faq_area .contents .box_wrap .box{
		padding: 15px;
	}
	.faq_area .contents .box_wrap .box .faq_icon{
		font-size: 24px;
		width: 24px;
		margin-top: -2px;
	}
	.faq_area .contents .box_wrap .box .qbox,.faq_area .contents .box_wrap .box .abox > div{
		gap: 0 10px;
	}
	.faq_area .contents .box_wrap .box .qbox .title,.faq_area .contents .box_wrap .box .abox .txtbox{
		width: calc(100% - 24px - 10px);
	}
	.faq_area .contents .box_wrap .box .qbox{
		padding-right: 30px;
	}
	.faq_area .contents .box_wrap .box .abox{
		margin-top: 15px;
		padding-top: 15px;
	}
	.faq_area .contents .box_wrap .box .qbox .icon{
		width: 20px;
	}
	.column4_layout{
		gap: 10px;
	}
	.column4_layout .box{
		width: calc(100% / 2 - 10px / 2);
		border-radius: 6px;
		padding: 15px 10px;
	}
	.bf_layout .box:not(:last-of-type){
		margin-bottom: 50px;
	}
	.bf_layout .box .imgwrap .imgbox{
		width: 100%;
	}
	.bf_layout .box .imgwrap .arrow{
		width: 100%;
		padding: 20px;
	}
	.bf_layout .box .imgwrap .arrow img{
		transform: rotate(90deg);
		width: 14px;
	}
	.bf_layout .box .title .case_txt{padding: 5px 20px;}
	
	.menu_layout2 .box .boxtitle1,.menu_layout2 .box .item .itemtxt,.menu_layout2 .box .item .itemtitle{
		width: 100%;
	}
	.menu_layout2 .box .boxtitle1{
		margin-left: 0!important;
	}
	.coach_layout1 .contents{
		gap: 30;
	}
	.coach_layout1 .contents .imgbox{
		width: 60%;
		margin-bottom: 30px;
	}
	.coach_layout1 .contents .txtbox{
		width: 100%;
	}
	.coach_layout1 .contents .txtbox .title{
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.staff_layout .box:not(:last-of-type){margin-bottom: 80px;}
	.staff_layout .box .topbox .imgbox{
		width: 75%;
		padding-right: 30px;
		margin-bottom: 30px;
	}
	.staff_layout .box .topbox .txtbox{
		width: 100%;
		padding-right: 0;
	}
	.staff_layout .box .contents_bg .item:not(:last-of-type){
		margin-bottom: 30px;
	}
	.staff_layout .box .contents_bg .item h3{
		padding-left: 15px;
		position: relative;
		margin-bottom: 10px;
	}
	.staff_layout .box .contents_bg .item h3::after{
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background-color: #6B4726;
	}
}

/* ---------- title ---------- */
.title_item2{
	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;
}
.title_item2 h2,.title_item2 h3,.title_item2 h4,.title_item2 p{
	position: relative;
	padding: 0 20px;
}
.title_item2 h2::before,.title_item2 h2::after,
.title_item2 h3::before,.title_item2 h3::after,
.title_item2 h4::before,.title_item2 h4::after,
.title_item2 p::before,.title_item2 p::after{
	content: "";
	position: absolute;
	top: 50%;
	width: 6px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background-color: #6B4726;
	transform: translateY(-50%);
}
.title_item2 h2::before,
.title_item2 h3::before,
.title_item2 h4::before,
.title_item2 p::before{
	left: 0;
}
.title_item2 h2::after,
.title_item2 h3::after,
.title_item2 h4::after,
.title_item2 p::after{
	right: 0;
}


.title_item1{
	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;
	color: #6B4726;
}
.title_item1 .en_title2{
	opacity: 0.2;
	line-height: 1;
}
.title_item1 .default_title4{
	position: relative;
}
.title_item1 .default_title4::after{
	content: "";
	position: absolute;
	width: 46px;
	aspect-ratio: 1 / 0.4;
	left: 50%;
	bottom: 100%;
	transform: translateX(-50%);
	background-image: url("https://moments-moveforlife.jp/system_panel/uploads/images/title_icon1.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

/* ---------- 1440px ~ ---------- */
@media screen and (max-width: 1440px){
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.title_item1 .default_title4::after{
		width: 38px;
	}
}

/* ===== menu card scope ===== */
.menu_cardwrap{
	gap:60px;
}
.menu_card{
	background:#fff;
	width: 100%;
}

/* カード本体 */
.menu_card .menu_card_inner{
	border:2px solid #E6E6E6;
	padding: 50px clamp(20px, 5vw, 50px);
	gap: clamp(10px, 4vw, 80px);
	align-items:flex-start;
	margin:0 auto;
}

/* 左画像 */
.menu_card .imgbox{
	flex:0 0 420px;
}
.menu_card .imgbox img{
	width:100%;
	height:auto;
	display:block;
}

/* 右側 */
.menu_card .menu_card_body{
	flex:1;
	min-width:0;
}

/* タイトル行 */
.menu_card .menu_card_head{
	justify-content:space-between;
	align-items:baseline;
	gap:16px;
	padding-bottom:20px;
	background-image: radial-gradient(circle, #6B4726 1px, transparent 1px);
	background-size: 6px 2px;
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom:25px;
}

/* pの初期余白を制御（このカード内だけ） */
.menu_card p{
	margin:0;
}

/* 説明文 */
.menu_card .menu_card_desc_wrap{
	margin-bottom:18px;
}

/* 料金 */
.menu_card .menu_card_price_wrap{
	margin-bottom:18px;
	align-items: baseline;
	justify-content: flex-start;
}
.menu_card .more{justify-content: flex-start!important;}

.menu_card_title2{
	background-color: #F1F0EE;
	padding: 10px;
}
@media screen and (max-width: 1080px){
	.menu_card .imgbox{
		flex:0 0 360px;
	}
}
/* レスポンシブ */
@media (max-width: 900px){
	.menu_card .menu_card_inner{
	flex-direction:column;
	}
	.menu_card .imgbox{
	flex:0 0 auto;
	width:100%;
	}
	.menu_card .more{justify-content: center!important;}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.menu_cardwrap{
		gap: 40px;
	}
}

/* ---------- more ---------- */

.more_wrap{
	gap: 15px;
}
.more:not(.pc-hide){
	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;
}
.more.commingsoon a{pointer-events: none!important;opacity: 0.7;}
.more a,.more > div{
	position: relative;
	min-width: 240px;
	padding: 15px 30px;
	overflow: hidden;
	display: block;
	border-radius: 200px;
}
.more a:hover,a:hover .more > div{
	opacity: 1;
}
.more1 a,.more1 > div,.more2 a,.more2 > div{
	background-color: #fff;
	border: 2px solid #6B4725;
}
.more1 a:hover,a:hover .more1 > div,.more2 a:hover,a:hover .more2 > div{
	opacity: 1;
}
.more1 a::after,.more1 > div::after,.more2 a::after,.more2 > div::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 1;
	background-color: #6B4725;
	transform: translateX(-102%);
	transition: ease-out 0.3s;
}
.more1 a:hover::after,a:hover .more1 > div::after, .more1 > .send-bt:hover::after,.more2 a:hover::after,a:hover .more2 > div::after, .more2 > .send-bt:hover::after{
	transform: translateX(0);
}
.more1 a > div,.more1 > div > div,.more2 a > div,.more2 > div > div{
	gap: 10px;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}
.more1 a > div p,.more1 > div > div p,.more2 a > div p,.more2 > div > div p{
	transition: ease 0.3s;
	font-weight: 600;
	color: #6B4726;
}
.more1 a:hover > div p, a:hover .more1 > div > div p,.more1 > .send-bt:hover p,.more2 a:hover > div p, a:hover .more2 > div > div p,.more2 > .send-bt:hover p{
	color: #fff;
}

.more2 a{
}
.more2 a{
	border-radius: 10px;
}
.more2 a > div img{
	width: 21px;
	position: relative;
	z-index: 2;
}
.more2 a:hover > div img.img1{display: none;}
.more2 a > div img.img2{display: none;}
.more2 a:hover > div img.img2{display: inline-block;}
.more2 a:hover > div > img{}


.more3 a,.more3 > div{
	min-width: 100px;
	padding: 10px 20px;;
	background-color: #fff;
	border: 1px solid #6B4725;
}
.more3 a:hover,a:hover .more3 > div{
	opacity: 1;
}
.more3 a::after,.more3 > div::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background-color: #6B4725;
	transform: translate(-50%,-50%);
	transition: ease-out 0.3s;
	-ms-filter: blur(10px);
	filter: blur(10px);
}
.more3 a:hover::after,a:hover .more3 > div::after{
	width: calc(100% + 10px);
	-ms-filter: blur(0px);
	filter: blur(0px);
}
.more3 a > div,.more3 > div > div{
	gap: 10px;
	position: relative;
	z-index: 2;
}
.more3 a > div p,.more3 > div > div p{
	transition: ease 0.3s;
	font-size: clamp(12px,1.2vw,14px);
}
.more3 a:hover > div p, a:hover .more3 > div > div p{
	color: #fff;
}

.arrow_icon{
	width: 20px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background-color: #6B4725;
	position: relative;
	transition: ease 0.3s;
}
.arrow_icon::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url("https://moments-moveforlife.jp/system_panel/uploads/images/arrow1.svg");
	background-position: center center;
	background-size: 6px auto;
	background-repeat: no-repeat;
	transition: ease 0.3s;
}
a:hover .arrow_icon{
	transform: translateX(2px);
	background-color: #F79800;
}

/* ---------- 1440px ~ ---------- */
@media screen and (max-width: 1440px){
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.more a,.more > div{
		min-width: 200px;
	}
	
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.more a,.more > div{
	}
	.more2 a,.more2 > div{
		min-width: auto;
	}
	.more3 a,.more3 > div{
		min-width: 100px;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.more_wrap{
		gap: 10px;
	}
	.more a,.more > div{
		padding: 12px 20px;
	}
	.more a,.more > div{
		min-width: 180px;
	}
	.more2 a,.more2 > div{
		min-width: auto;
	}
	.more3 a,.more3 > div{
		min-width: 100px;
	}
	.more_shop a > div{
		gap: 5px;
	}
	.more_shop a img{
		width: 20px;
	}
	.arrow_icon{
		width: 18px;
	}
	.more2 a > div img{
		width: 18px;
	}
}


/* ---------- header ---------- */
.header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	justify-content: flex-end;
	align-items: flex-start;
	padding: 20px;
	padding-right: 150px;
	z-index: 999;
}
.head_logo{
	position: fixed;
	width: 15%;
	max-width: 147px;
	top: 20px;
	left: 80px;
	z-index: 99;
	transition: ease 0.3s;
}
.head_logo.on{
	mix-blend-mode: difference;
}
.header .headnav{
	padding-top: 20px;
	gap: 40px;
}
.header .headnav a p{
	font-weight: 700;
	font-size: 15px;
}

.head_fixnav{
	position: fixed;
	top: 40px;
	right: 0;
	gap: 15px;
	z-index: 9999;
}
.head_fixnav .menu-bt,.head_fixnav .reserve-bt a,.head_fixnav .contact-bt a{
	width: 80px;
	aspect-ratio: 1 / 1;
	border-radius: 10px 0 0 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: column;
	gap: 6px;
}
.head_fixnav .menu-bt p,.head_fixnav .reserve-bt a p,.head_fixnav .contact-bt a p{
	font-size: 14px;
	font-weight: 700;
}
.head_fixnav .menu-bt{
	background-color: #6B4726;
	cursor: pointer;
}
.head_fixnav .menu-bt p{
	color: #fff;
}
.head_fixnav .reserve-bt a,.head_fixnav .contact-bt a{
	background-color: #fff;
	border: 3px solid #6B4726;
	border-right: none;
}
.head_fixnav .reserve-bt a img,.head_fixnav .contact-bt a img{
	width: 20px;
}
.head_fixnav .reserve-bt a p,.head_fixnav .contact-bt a p{
	color: #6B4726;
}

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

.menu-wrap{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9998;
	background-color:rgba(107,71,38,0.90);
}
.menu-wrap .menuwrap_menu p{
	color: #fff;
}
.menu-wrap > div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	flex-direction: column;
	gap: 50px;
	overflow: auto;
	padding: 50px 20px;
}
.menu-wrap .menuwrap_menu{
	align-items: flex-start;
	justify-content: space-between;
	gap: 30px;
}
.menu-wrap .menuwrap_menu .menuwrap_menu_box{
	min-width: 220px;
}
.menu-wrap .menuwrap_menu .menuwrap_menu_box .en_title3{
	color: #fff;
	display: block;
	background-image: radial-gradient(circle, #fff 1px, transparent 1px);
	background-size: 6px 2px;
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 4px;
}
.menu-wrap .menuwrap_menu .menuwrap_menu_box .ul .li{
	padding-top: 15px;
}
.menu-wrap .menuwrap_bt_box{
}
.menu-wrap .menuwrap_bt_box .more{
	margin-bottom: 20px;
}
.menu-wrap .menuwrap_bt_box .more a{
	min-width: 300px;
}
.menu-wrap .menuwrap_bt_box .more a{}
.menu-wrap .menuwrap_bt_box a > div img{
	width: 21px;
	position: relative;
	z-index: 2;
}
.menu-wrap .menuwrap_bt_box a:hover > div img.img1{display: none;}
.menu-wrap .menuwrap_bt_box a > div img.img2{display: none;}
.menu-wrap .menuwrap_bt_box a:hover > div img.img2{display: inline-block;}
.menu-wrap .menuwrap_bt_box .more a:hover > div > img{}
.menu-wrap .menuwrap_bt_box .tel_bt a p{color: #fff;}
.menu-wrap .snsbox{
}
.menu-wrap .snsbox a i{
	color: #fff;
}
/* ---------- 1440px ~ ---------- */
@media screen and (max-width: 1440px){
	.header{
		padding-right: 120px;
	}
	.head_logo{
		left: 80px;
	}
	.header .headnav{
		gap: 30px;
	}
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.header .headnav{
		gap: 20px;
	}
	.head_logo{
		left: 50px;
	}
	.header .headnav a p{
		font-size: 14px;
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.head_logo{
		width: 30%;
	}
	.header .headnav{
		display: none;
	}
	
	.head_fixnav{
		top: 20px;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.head_logo{
		max-width: 120px;
		left: 20px;
	}
	.menu-wrap .menuwrap_menu .menuwrap_menu_box{
		min-width: 180px;
	}
	.menu-wrap .menuwrap_bt_box .more a{
		min-width: 260px;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.head_logo{
		max-width: 80px;
		left: 15px;
		top: 15px;
	}
	.head_fixnav{
		top: 15px;
		gap: 10px;
	}
	.head_fixnav .menu-bt, .head_fixnav .reserve-bt a, .head_fixnav .contact-bt a{
		width: 60px;
		gap: 4px;
	}
	.head_fixnav .reserve-bt a, .head_fixnav .contact-bt a{
		border-width: 2px;
	}
	.head_fixnav .menu-bt p, .head_fixnav .reserve-bt a p, .head_fixnav .contact-bt a p{
		font-size: 11px;
	}
	.head_fixnav .reserve-bt a img, .head_fixnav .contact-bt a img{
		width: 18px;
	}
	.menu-wrap > div{
		flex-direction: row;
		gap: 30px;
	}	
	.menu-wrap > div{
		
	}
	.menu-wrap .menuwrap_menu{
		gap: 20px 25px;
		justify-content: flex-start;
		flex-direction: column;
	}
	.menu-wrap .menuwrap_menu .menuwrap_menu_box{
		width: 100%;
		min-width: 180px;
		max-width: calc(100% - 40px);
	}
	.menu-wrap .menuwrap_menu .menuwrap_menu_box .ul{
		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: center;
		align-items: center;
		flex-direction: row;
	}
	.menu-wrap .menuwrap_menu .menuwrap_menu_box .ul .li{
		width: 50%;
	}
	.menu-wrap .menuwrap_menu .menuwrap_menu_box .ul .li a{
		padding: 0 5px;
	}
	.menu-wrap .menuwrap_bt_box .more a{
		min-width: 210px;
	}
	.menu-wrap .menuwrap_bt_box .more{
		margin-bottom: 0px;
	}
	.menu-wrap .menuwrap_bt_box .tel_bt{
		margin-top: 20px;
	}
}

/* ---------- footer ---------- */

.footer_contact .contents{
	align-items: stretch;
	gap: 20px;
}
.footer_contact .contents > div{
	width: calc(100% / 2 - 20px / 2);
	color: #fff;
	padding: 50px 20px;
}
.footer_contact .contents .contactbox{
	background: #F87C8B;
	background: linear-gradient(45deg, rgba(248, 124, 139, 1) 0%, rgba(253, 167, 81, 1) 100%);
}
.footer_contact .contents .reservebox{
	background: #6DE24B;
	background: linear-gradient(45deg, rgba(109, 226, 75, 1) 0%, rgba(252, 163, 74, 1) 100%);
}
.footer_contact .contents > div .title img{
	width: 26px;
	margin-bottom: 5px;
}
.footer_contact .contents .more1 a{border: none;}


.footer{
	background-color: #EBE2C4;
	padding-top: 80px;
	padding-bottom: 50px;
}
.footer .footer_inner{
	justify-content: space-between;
	gap: 0 30px;
}
.footer .footer_menu{
	max-width: 65%;
	align-items: flex-start;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 50px;
}
.footer .footer_menu .footer_menu_box{
	min-width: 220px;
}
.footer .footer_menu .footer_menu_box .en_title3{
	color: #6B4726;
	display: block;
	background-image: radial-gradient(circle, #6B4726 1px, transparent 1px);
	background-size: 6px 2px;
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 4px;
}
.footer .footer_menu .footer_menu_box .ul .li{
	padding-top: 15px;
}
.footer .footer_bt_box{
	margin-bottom: 50px;
}
.footer .footer_bt_box .more{
	margin-bottom: 20px;
}
.footer .footer_bt_box .more a{
	border-radius: 10px;
	min-width: 300px;
}
.footer .footer_bt_box .more a{}
.footer .footer_bt_box a > div img{
	width: 21px;
	position: relative;
	z-index: 2;
}
.footer .footer_bt_box a:hover > div img.img1{display: none;}
.footer .footer_bt_box a > div img.img2{display: none;}
.footer .footer_bt_box a:hover > div img.img2{display: inline-block;}
.footer .footer_bt_box .more a:hover > div > img{}

.footer .snsbox{
	width: 50%;
	justify-content: flex-start;
}
.footer .snsbox a i{
	color: #6B4726;
}

.footer .footer_logo{
	max-width: 147px;
}

.footer .copyright{
	width: 100%;
	padding-top: 20px;
}
/* ---------- 1440px ~ ---------- */
@media screen and (max-width: 1440px){
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.footer .footer_menu{
		gap: 20px;
	}
	.footer .footer_menu .footer_menu_box{
		min-width: 180px;
	}
	.footer .footer_bt_box .more a{
		min-width: 280px;
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.footer .footer_inner{
		justify-content: center;
		align-items: center;
		flex-direction: column;
		gap: 40px;
	}
	.footer .footer_menu{
		display: none;
	}
	.footer .footer_bt_box{
		margin-bottom: 0;
	}
	.footer .snsbox{
		width: auto;
		justify-content: center;
	}
	.footer .copyright{
		text-align: center;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.footer_contact .contents > div{
		width: 100%;
		max-width: 500px;
		padding: 30px 20px;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.footer{
		padding-top: 50px;
		padding-bottom: 20px;
	}
	.footer .footer_inner{
		gap: 30px;
	}
	.footer_contact .contents > div{
		padding: 30px 10px;
	}
	.footer_contact .contents > div p.txt-center{
		font-size: 12px;
	}
	.footer_contact .contents > div .title img{
		width: 22px;
	}
	.footer .footer_bt_box .more a{
		min-width: 250px
	}
}

/* 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: #333333;}
.txt-white{color: #ffffff;}
.txt-red{color: red;}
.txt-color1{color: #6B4726}
.txt-color2{color: #F79800}
.txt-color3{color: #021745}
.txt-color4{color: #EBF5E5}
.bg-white{background-color: #ffffff;}
.bg-black{background-color: black}
.bg-color1{background-color: #6B4726}
.bg-color2{background-color: #F79800}
.bg-color3{background-color: #021745}
.bg-color4{background-color: #EBF5E5}
.border-color1{border-color: #6B4726}
.border-color2{border-color: #F79800}
.border-color3{border-color: #021745}
.border-color4{border-color: #EBF5E5}

.hvr-txt-color-normal:hover{color: #333333;}
.hvr-txt-white:hover{color: #ffffff;}
.hvr-txt-red:hover{color: red;}
.hvr-txt-color1:hover{color: #6B4726}
.hvr-txt-color2:hover{color: #F79800}
.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: #6B4726}
.hvr-bg-color2:hover{background-color: #F79800}
.hvr-bg-color3:hover{background-color: #021745}
.hvr-bg-color4:hover{background-color: #EBF5E5}
.hvr-border-color1:hover{border-color: #6B4726}
.hvr-border-color2:hover{border-color: #F79800}
.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;
	}
/* ---------- common ---------- */
/* ---------- header ---------- */
/* ---------- footer ---------- */
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
/* ---------- common ---------- */
/* ---------- header ---------- */
/* ---------- footer ---------- */
}
/* ---------- 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;
	}
	.pd_wrap_t{
		padding-top: 100px;
	}
	.pd_wrap_b{
		padding-bottom: 100px;
	}
	.cate_wrap > .cate{
		padding-top: 100px;
	}
/* ---------- common ---------- */
/* ---------- header ---------- */
/* ---------- footer ---------- */
}
/* ---------- スマートフォン ---------- */
/* ---------- 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_b_1{margin-bottom: 80px;}
	.mg_b_2{margin-bottom: 60px;}
	.mg_b_3{margin-bottom: 40px;}
	.mg_b_4{margin-bottom: 20px;}
	.mg_b_5{margin-bottom: 15px;}
/* ---------- common ---------- */
/* ---------- header ---------- */
/* ---------- footer ---------- */
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}
