@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;
	background-color: #F5F5F4;
	color: #4C4844;
}

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,a:hover{
	color: #4C4844;
}

html,
body {
    overflow-x: hidden;
}

.span_txt span{display: inline-block;}
.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_t_1{margin-top: 150px;}
.mg_t_2{margin-top: 100px;}
.mg_t_3{margin-top: 80px;}
.mg_t_4{margin-top: 50px;}
.mg_t_5{margin-top: 30px;}
.mg_b_1{margin-bottom: 150px;}
.mg_b_2{margin-bottom: 100px;}
.mg_b_3{margin-bottom: 80px;}
.mg_b_4{margin-bottom: 50px;}
.mg_b_5{margin-bottom: 30px;}
.pd_t_1{padding-top: 150px;}
.pd_t_2{padding-top: 100px;}
.pd_t_3{padding-top: 80px;}
.pd_t_4{padding-top: 50px;}
.pd_t_5{padding-top: 30px;}
.pd_b_1{padding-bottom: 150px;}
.pd_b_2{padding-bottom: 100px;}
.pd_b_3{padding-bottom: 80px;}
.pd_b_4{padding-bottom: 50px;}
.pd_b_5{padding-bottom: 30px;}

.en_title1{
	font-size: clamp(24px,4.0vw,46px);
	font-family: "Lato", "Noto Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
.en_title2{
}

.default_title1{
	font-size: clamp(22px,3.0vw,42px);
}
.default_title2{
	font-size: clamp(20px,2.2vw,34px);
}
.default_title3{
	font-size: clamp(18px,2.2vw,28px);
}
.default_txt1{
	font-size: clamp(14px,1.6vw,18px);
}
.default_txt2{
	font-size: clamp(13px,1.5vw,15px);
}
.default_txt3{
	font-size: clamp(12px,1.2vw,14px);
}
.default_txt4{
	font-size: clamp(16px,2.0vw,22px);
}

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

.font-sans-serif{
	font-family: "Noto Sans", "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-lato{
	font-family: "Lato", "Noto Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
/* ---------- pagetitle ---------- */
.pagetitle {
    position: relative;
    display: block;
    overflow: visible;
}
.pagetitle .imgbox {
    position: relative;
    width: 100%;
    height: clamp(180px, 25vw, 280px);
    overflow: hidden;
    border-radius: 10px;
}
.pagetitle .imgbox::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .16);
    z-index: 1;
}
.pagetitle .imgbox img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transform: scale(1.02);
    transform-origin: center;
}
.pagetitle .txtbox {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    transform: translate(-50%, -50%);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    gap: 8px;
}
body.gjs-dashed .pagetitle .leaf_item_wrap{display: none!important;}
.pagetitle .leaf_item_wrap{
	position: absolute;
    inset: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    overflow: visible;
    pointer-events: none;

}
.pagetitle .leaf_item_wrap > div{
	position: absolute;
}
.pagetitle .leaf_item_wrap img {
    width: 100%;
    height: auto;
    display: block;
}
.pagetitle .leaf_item_wrap .leaf_item1{
	width: clamp(80px, 13vw, 170px);
    top: 50%;
    right: -10px;
    left: auto;
    bottom: auto;
    transform: translateY(-50%);
}
.pagetitle .leaf_item_wrap .leaf_item4{
	width: clamp(90px, 13vw, 230px);
    left: -10px;
    bottom: -70%;
    right: auto;
    top: auto;
}
/* ---------- footer_info ---------- */
.footer_info {
    position: relative;
    background-color: #DEE6C9;
    overflow: hidden;
}
.footer_info .box_wrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.footer_info .topbox {
    align-items: center;
    margin-bottom: 30px;
}
.footer_info .topbox .logo {
    width: clamp(120px, 13vw, 180px);
}
.footer_info .topbox .logo img {
    width: 100%;
    height: auto;
    display: block;
}
.footer_info .timebox {
    align-items: center;
    gap: 20px;
    border: 1px solid #84A837;
    border-radius: 999px;
    padding: 12px 28px;
    background-color: #F5F5F4;
}
.footer_info .timebox .left,
.footer_info .timebox .right {
    align-items: center;
    gap: 6px;
}
.footer_info .timebox img {
    width: 14px;
}
.footer_info .bottombox {
    align-items: stretch;
    gap: 30px;
	width: 100%;
}
.footer_info .bottombox .mapbox {
    flex: 6;
    width: auto;
    overflow: hidden;
    border-radius: 4px;
}

.footer_info .bottombox .imgbox {
    flex: 4;
    width: auto;
    overflow: hidden;
    border-radius: 4px;
}

.footer_info .bottombox .mapbox,
.footer_info .bottombox .imgbox {
    height: clamp(220px, 24vw, 320px);
}

.footer_info .bottombox .mapbox iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

.footer_info .bottombox .imgbox img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.footer_b {
    align-items: flex-start;
}
.footer_b .width-1280-max {
    align-items: flex-start;
}
.footer_b .leftbox {
    flex-direction: column;
    align-items: center;
}
.footer_b .leftbox .footer-logo {
    display: block;
	width: clamp(160px, 22vw, 220px);
}
.footer_b .leftbox .snsbox {
    gap: 20px;
	width: 100%;
}
.footer_b .leftbox .snsbox a img {
    width: 24px;
	height: 24px;
}
.footer_b .leftbox .snsbox a:hover i {
    opacity: .6;
}
.footer_b .rightbox {
    display: flex;
    align-items: flex-start;
    gap: clamp(50px, 8vw, 120px);
}
.footer_b .rightbox .box {
    display: flex;
    flex-direction: column;
}
.footer_b .rightbox .li:not(:last-of-type) {
    margin-bottom: 15px;
}
.footer_b .rightbox .li a {
    display: inline-block;
}
.footer_b .rightbox .li p {
    color: #fff;
    font-size: clamp(14px, 1.6vw, 17px);
    letter-spacing: 0.1em;
    line-height: 1.6;
    transition: opacity .3s ease;
}
.footer_b .rightbox .li a:hover p {
    opacity: .6;
}
.footer-bottom_b {
    background: #9DD1BA;
    color: #fff;
    padding-bottom: 30px;
}
.footer-bottom_b .copyright {
    margin-left: auto;
}
.footer-bottom_b .copyright p {
    color: #fff;
    line-height: 1;
}
.footer_b .leftbox .contact_bt a {
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    padding: 10px 26px;
    gap: 5px;
}
.footer_b .leftbox .contact_bt a img{
	width: 19px;
	height: auto;
}

.more4 a{
	background-color: #fff;
}
/* ---------- common ---------- */
.pagelinks_e a p{
	font-size: clamp(13px,1.5vw,15px);
}
.tb_br br{display: none;}
.sp_br br{display: none;}

.default_rad1{
	border-radius: 5px;
}
.default_rad2{
	border-radius: 10px;
}
.default_rad3{
	border-radius: 20px;
}
.col_60{
	flex-direction: column;
	gap: 60px;
}
.col_40{
	flex-direction: column;
	gap: 40px;
}

.reservation_wrap {
    position: relative;
    overflow: hidden;
}
.reservation_wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, .2);
    pointer-events: none;
}
.reservation_wrap > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.reservation_wrap .titleitem1,
.reservation_wrap .more_wrap {
    position: relative;
    z-index: 2;
}
.reservation_wrap .more_wrap .more_bt {
    width: 260px;
}
.reservation_wrap .more_wrap .more_bt a {
    width: 100%;
    min-width: auto;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tel-txt span{
	font-size: clamp(18px,2.1vw,26px);
	padding-left: 5px;
}

.leaf_bg1 {
    position: relative;
    overflow: hidden;
}
.leaf_bg1::after {
    content: "";
    position: absolute;
    z-index: 1;
    width: clamp(100px, 15vw, 200px);
    aspect-ratio: 1 / 1.5;
    top: 50%;
    right: -10px;
    left: auto;
    bottom: auto;
    transform: translateY(-50%);
    background-image: url("https://plana-henna.com/system_panel/uploads/images/leaf_item6.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    pointer-events: none;
}
.leaf_bg1 > * {
    position: relative;
    z-index: 2;
}
.leaf_bg2 {
    position: relative;
    overflow: hidden;
}
.leaf_bg2::before {
    content: "";
    position: absolute;
    z-index: 1;
    width: clamp(120px, 15vw, 220px);
    aspect-ratio: 1 / 1.5;
    top: 0;
    left: -10px;
    bottom: auto;
    background-image: url("https://plana-henna.com/system_panel/uploads/images/leaf_item8.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    pointer-events: none;
}
.leaf_bg1 > * {
    position: relative;
    z-index: 2;
}
.pagelinks_e a{
	position: relative;
	background-color: #84A837;
	border-radius: 200px;
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.footer_b .rightbox {
		display: none;
	}
	.footer_b .leftbox {
		width: 100%;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	
	.footer_info .bottombox {
		flex-direction: column;
	}
    .footer_info .bottombox .mapbox,
    .footer_info .bottombox .imgbox {
        width: 100%;
        flex: none;
        height: 220px;
    }
	.footer_info .bottombox {
		align-items: stretch;
		gap: 10px;
		width: 100%;
	}
	.col_60{
		flex-direction: column;
		gap: 40px;
	}
	.col_40{
		flex-direction: column;
		gap: 30px;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	
	.footer_info .topbox {
		flex-direction: column;
	}

	.pagelinks_e {
        gap: 10px;
    }
	.pagelinks_e a {
		padding: 10px 20px;
	}
}

/* ---------- more ---------- */
.more_bt a{
	max-width: 240px;
	min-width: 140px;
	border-radius: 200px;
	padding: 10px 20px;
	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_bt a p{
	font-family: "Lato", "Noto Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-weight: 500;
	font-size: clamp(14px,1.4vw,16px);
}

.more_bt.more1 a{
	border: 1px solid #84A837;
}
.more_bt.more1 a p{
	color: #84A837;
}
.more_bt.more1w a{
	border: 1px solid #fff;
}
.more_bt.more1w a p{
	color: #fff;
}
.more_bt.more3 a{
	background-color: #84A837;
}
.more_bt.more3 a p{
	color: #fff;
	font-family: "Noto Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
.more_bt.more4 a{
	background-color: #fff;
}
.more_bt.more5 a{
	background-color: #86663D;
}
.more_bt.more5 a p{
	color: #fff;
	font-family: "Noto Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
.more_wrap{
	gap: 20px;
}
.more_bt.more6 a{
	border: 1px solid #fff;
}
.more_bt.more6 a p{
	color: #fff;
	font-family: "Noto Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
/* ---------- 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){
	.more_wrap {
		flex-direction: column;
	}
}

/* ---------- title ---------- */
.titleitem1{
	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;
}
.titleitem1 img{
	width: 25px;
}
.titleitem1::after {
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    background-color: #84A837;
    margin-top: 18px;
}
.titleitem_w::after {
    background-color: #fff;
}
.titleitem1.titleitem_left {
    align-items: flex-start;
    text-align: left;
}
.titleitem1.titleitem_left::after {
    margin-left: 0;
    margin-right: auto;
}
/* ---------- 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){
	.titleitem1.titleitem_left{
		align-items: center;
	}
	.titleitem1.titleitem_left::after{
		margin-left: auto;
	}
}

/* ---------- header ---------- */
.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0 5%;
	justify-content: space-between;
	background-color: #F5F5F4;
	z-index: 9999;
}
.header .logo{
	width: 30%;
	max-width: 200px;
}
.header .head_nav{
	gap: 30px;
}
.header .head_nav .ul{
	gap: 30px;
}
.header .head_nav .ul .li{
	text-align: center;
}
.header .head_nav .ul .li .jp{
	font-size: 12px;
}
.header .head_nav .ul .li .en{
	font-size: clamp(14px,1.6vw,18px);
	font-family: "Lato", "Noto Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-weight: 500;
}
.header .head_nav .more_bt a p{
	font-size: clamp(12px,1.2vw,14px);
}
.header .head_nav .menu-bt{
	cursor: pointer;
}
.header .head_nav .menu-bt .line{
	position: relative;
	width: 24px;
	height: 20px;
}
.header .head_nav .menu-bt .line div{
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #333333;
	transition: ease 0.3s;
}
.header .head_nav .menu-bt .line div:nth-of-type(1){
	top: 0;
	left: 0;
}
.header .head_nav .menu-bt .line div:nth-of-type(2){
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.header .head_nav .menu-bt .line div:nth-of-type(3){
	bottom: 0;
	left: 0;
}
.header .head_nav .menu-bt.active .line div:nth-of-type(1){
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(45deg);
}
.header .head_nav .menu-bt.active .line div:nth-of-type(2){
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	opacity: 0;
}
.header .head_nav .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;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(245,245,244,0.90);
	background-image: url("https://plana-henna.com/system_panel/uploads/images/menu_wrap_bg.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: calc(100% + 20px) auto;
	z-index: 9998;
}
.menu-wrap > div{
	width: 100%;
	height: 100%;
	padding: 100px 5%;
}
.menu-wrap .menu-wrap-inner .ul{
	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: stretch;
	flex-direction: row;
	gap: 30px 0;
}
.menu-wrap .menu-wrap-inner .ul .li{
	width: calc(100% / 4);
	border-right: 2px solid #ccc;
}
.menu-wrap .menu-wrap-inner .ul .li:nth-of-type(1),.menu-wrap .menu-wrap-inner .ul .li:nth-of-type(5),.menu-wrap .menu-wrap-inner .ul .li:nth-of-type(9){
	border-left: 2px solid #ccc;
}
.menu-wrap .menu-wrap-inner .ul .li 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: column;
	transition: ease 0.3s;
}
.menu-wrap .menu-wrap-inner .ul .li a:hover{
	transform: translateY(-5px);
}
.menu-wrap .menu-wrap-inner .ul .li a img{
	width: 20px;
	margin-bottom: 5px;
}
.menu-wrap .menu-wrap-inner .ul .li a .jp{
	font-size: 12px;	
}
.menu-wrap .menu-wrap-inner .ul .li a .en{
	font-size: clamp(14px,1.6vw,18px);
	font-family: "Lato", "Noto Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-weight: 500;
}

/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.header{
		padding: 0 40px;
	}
	.header .logo{
		width: 15%;
	}
	.header .head_nav,.header .head_nav .ul{
		gap: 20px;
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.header .head_nav .ul{
		display: none;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.header .logo{
		width: 20%;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.header{
		padding: 0 20px;
	}
	.header .logo{
		width: 30%;
	}
	.menu-wrap .menu-wrap-inner .ul{
		gap: 15px 0;
	}
	.menu-wrap .menu-wrap-inner .ul .li{
		width: calc(100% / 2);
		border-right: 2px solid #ccc;
	}
}

/* ---------- footer ---------- */
/* ---------- 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){
}

/* 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: #4C4844;}
.txt-white{color: #ffffff;}
.txt-red{color: red;}
.txt-color1{color: #84A837}
.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: #84A837}
.bg-color2{background-color: #F1F1E9}
.bg-color3{background-color: #021745}
.bg-color4{background-color: #EBF5E5}
.border-color1{border-color: #84A837}
.border-color2{border-color: #F1F1E9}
.border-color3{border-color: #021745}
.border-color4{border-color: #EBF5E5}

.hvr-txt-color-normal:hover{color: #4C4844;}
.hvr-txt-white:hover{color: #ffffff;}
.hvr-txt-red:hover{color: red;}
.hvr-txt-color1:hover{color: #84A837}
.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: #84A837}
.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: #84A837}
.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;
	}
/* ---------- common ---------- */
/* ---------- header ---------- */
/* ---------- footer ---------- */
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.mg_t_1{margin-top: 100px;}
	.mg_t_2{margin-top: 80px;}
	.mg_t_3{margin-top: 60px;}
	.mg_t_4{margin-top: 40px;}
	.mg_t_5{margin-top: 30px;}
	.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: 30px;}
	.pd_t_1{padding-top: 100px;}
	.pd_t_2{padding-top: 80px;}
	.pd_t_3{padding-top: 60px;}
	.pd_t_4{padding-top: 40px;}
	.pd_t_5{padding-top: 30px;}
	.pd_b_1{padding-bottom: 100px;}
	.pd_b_2{padding-bottom: 80px;}
	.pd_b_3{padding-bottom: 60px;}
	.pd_b_4{padding-bottom: 40px;}
	.pd_b_5{padding-bottom: 30px;}
/* ---------- 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 ---------- */
	.pc_br br{display: none;}
	.tb_br br{display: block;}
/* ---------- 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_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;}
	.pd_t_1{padding-top: 80px;}
	.pd_t_2{padding-top: 60px;}
	.pd_t_3{padding-top: 50px;}
	.pd_t_4{padding-top: 30px;}
	.pd_t_5{padding-top: 20px;}
	.pd_b_1{padding-bottom: 80px;}
	.pd_b_2{padding-bottom: 60px;}
	.pd_b_3{padding-bottom: 50px;}
	.pd_b_4{padding-bottom: 30px;}
	.pd_b_5{padding-bottom: 20px;}
/* ---------- common ---------- */
	.pc_br br{display: none;}
	.tb_br br{display: none;}
	.sp_br br{display: block;}
/* ---------- header ---------- */
/* ---------- footer ---------- */
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}
