/*▼▼▼ 全体 ▼▼▼*/
body{
	/*max-width: 750px;*/
	margin: 0 auto;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 14px;
	font-weight: 400;
	overflow-wrap: break-word;
	font-feature-settings: "palt";
	/*color: #462c23;*/
	color: #000000;
	word-break:break-all;
	text-align: justify;
	/*background: url("../img/background.webp");
	background-size: 100% 100vh;
	background-attachment: fixed;*/
}
ul, li, p, div{
    overflow-wrap: break-word;
	font-feature-settings: "palt";
}
ul, li, p {
    list-style-type: none;
	padding: 0;
	margin: 0;	
}
a{
	text-decoration: none;
	/*color: #462c23;*/
	color: #000000;
}
img{
	width: 100%;
	flex-shrink: 0;
	vertical-align: bottom;	
}
div,ul, li{
	font-size: 1em;
}
h2,h3,h4{
	margin: 0;
	padding: 0;
	font-weight: 900;
}
h2{
	font-size: clamp(22px, 7vw, 42px);
}
h3{
	font-size: clamp(16px, 3vw, 32px);
}
.jhr-flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.jhr-eng{
	font-family: 'Yantramanav', sans-serif;
	letter-spacing: -0.03em;
    margin-right: 0.03em;
	line-height: 1em;
	font-size: 1.2em;
}
.jhr-cap{
	font-size: 0.6em;
}
.fnt-2{
	font-size: 2em;
	margin-left: 0.05em;
	margin-right: 0.05em;
}
.price-cnm{
	vertical-align: 0.1em;
}
.jhr-sp{
	display: none;
}
.jhr-pc{
	display: block;
}
.sun{
	color: #D50003;
}
@media all and (max-width:500px){
	.jhr-sp{
		display: block;
	}
	.jhr-pc{
		display: none;
	}
}
/*▲▲▲ 全体 ▲▲▲*/

/*▼▼▼ ヘッダー ▼▼▼*/
#header{
	position: sticky;
    top: 0;
    z-index: 999;
	color: #FFFFFF;	
}
#header .headerWarp{
	max-width: 1280px;
	margin: 0 auto;
	/*padding: 1em;*/
	align-items: stretch;
    justify-content: center;
	flex-wrap: wrap;
}
#header .headerWarp > *,
#header .headerWarp .jhr-flex,
#header .headerWarp .jhr-flex > *{
	display: flex;
	align-items: center;
	justify-content: center;
}
#header .headerWarp #headerJh{
	/*width: 20%;*/
}
#header .headerWarp #headerJh img.headerLogo{
	/*width: max-content;*/
	/*width: 20%;*/
}
#header .headerWarp span.headerTxt{
	display: block;
    width: max-content;
	text-align: center;
	font-weight: 800;
	/*margin: 0em 1em;*/
	margin: auto 0.5em auto auto;
	/*margin: 0 auto;*/
	font-size: clamp(12px, 2vw, 16px);
}
#header .headerWarp.header2 span.headerTxt{
	margin: auto;
    padding-right: 20%;
}
/*#header .headerWarp .menu > *{
	display: flex;
	align-items: stretch;
	justify-content: center;
}*/
#header .headerWarp a{
	border-radius: 0.15em;
}
#header .headerWarp #headerLine,
#header .headerWarp #headerChat{
	text-align: center;
    font-weight: 800;
    color: #FFFFFF;
    margin: 0 0.25em;
    padding: 0.5em;
    font-size: clamp(16px, 1vw, 20px);
	width: 8em;
}

#header .headerWarp #headerLine{
	background: #39b54a;
}
#header .headerWarp #headerChat{
	background: #ED1C24;
}
#header .headerWarp a.headerIcon{
	background: #FFFFFF;
	text-align: center;
	padding: 0.5em;
	margin-left: 0.5em;
	width: 1.5em;
}
#header .headerWarp a.headerIcon img{
	max-height: 35px;
}

.spNav{
	display: none!important;
}
#header .headerWarp #headerSp{
	text-align: center;
    font-weight: 800;
    color: #FFFFFF;
    padding: 0.5em;
    font-size: clamp(16px, 1vw, 20px);
	width: 5em;
	background: #D12D00;
}

@media all and (max-width:500px){
	.pcNav{
		display: none!important;
	}
	.spNav{
		display: flex!important;
	}
	#header .headerWarp span.headerTxt{
		margin: 0 auto;
	}
}
/*▲▲▲ ヘッダー ▲▲▲*/



/*▼▼▼ メニューバー ▼▼▼*/
#menu{
	background: linear-gradient(#FFFFFF, #CCCCCC);
}
#menu > *{
	max-width: 1280px;
	margin: 0 auto;
	justify-content: space-around;
	padding: 1em 0em;
	font-weight: 700;
	align-items: stretch;
}
#menu ul li{
	display: flex;
    align-items: center;
	border-right: #B3B3B3 1px solid;
	width: 100%;
	text-align: center;
	font-size: clamp(10px, 2vw, 18px);
    line-height: 1.2em;
}
#menu ul li:first-child{
	border-left: #B3B3B3 1px solid;
}
#menu ul li a{
    display: block;
    width: 100%;
}
@media all and (max-width:1280px){
	#menu ul li:first-child{
		border-left: none;
	}
	#menu ul li:last-child{
		border-right: none;
	}
}
/*▲▲▲ メニューバー ▲▲▲*/



/*▼▼▼ メインビジュアル ▼▼▼*/
#top img.topDlimg{
	position: relative;
	max-width: 100vw;
	width: 100%;
	margin: 0 auto;
	top: auto!important;
}
/*▲▲▲ メインビジュアル ▲▲▲*/
#top{
	position: sticky;
    top: 0;
    z-index: 999;
}

#main{
	max-width: 1280px;
	margin: 0 auto;
	font-size: clamp(9px, 3vw, 22px);
	padding: 0em;
	color: #000000;
}
#main > *{
	max-width: 1280px;
	margin: 0 auto;
}

@media all and (max-width:1000px){
	#main{
		padding: 2em;
	}
}

h3.fairTtl{
	text-align: center;
	padding: 1.5em 2em;
}


#jhr-item .jhr-itemDl{
	text-align: center;
	text-align-last: center;
}

.jhr-itemDl > *{
	margin-bottom: 3em;
}
.jhr-itemDl-warp > ul,
.jhr-itemDl-warp > div{
	max-width: 1100px;
	margin: 0 auto;
}

.jhr-itemDl-warp .jhr-cap{
	text-align: left;
    text-align-last: left;
	font-size: clamp(10px, 2vw, 14px);
    text-indent: -1em;
    padding-left: 1em;
	margin-top: 1em;
}



#item_1 a{
	display: block;
    background: #000000;
    color: #FFFFFF;
	max-width: calc(90% - 6em);
    margin: 1em auto 2em;
    padding: 0.35em 3em;
    border-radius: 0.5em;
    font-size: clamp(14px, 2vw, 36px);
    font-weight: 600;
}





#flyer{
	margin-bottom: 0;
}

#flyer h2{
	background: #c80000;
	padding: 0.5em 1em;
    color: #FFFFFF;
	font-size: clamp(18px, 4vw, 48px);
	margin-bottom: 0.5em;
}

#flyer a{
	display: block;
    max-width: 1000px;
    width: calc(100vw - 4em);
    margin: 0.5em auto 0;
    border-radius: 2em;    
    font-size: clamp(18px, 3vw, 32px);
    font-weight: 700;
}



/*▼▼▼ フッター ▼▼▼*/
#footer{
	background: #000000;
	color: #FFFFFF;
	padding: 2em 1em;
	text-align: center;
	text-align-last: center;
}

#footer .links{
max-width: 1280px;
	margin: 0 auto;
}
#footer .links .linksWarp{	
	max-width: 1280px;
	margin: 0 auto;
	font-size: clamp(13px, 1.5vw, 24px);
    font-weight: 700;
	padding: 2em 1em;
	justify-content: space-between;
	flex-direction: row;
    flex-wrap: wrap;
	align-items: stretch;
}

#footer .links a{
	width : calc(100% / 2 - 1.5em);
	padding: 0.5em;
	text-align: center;
	text-align-last: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
    justify-content: center;
}
#footer .links a span{
	font-size: 0.7em;
	display: block;
	margin-top: 0.3em;
}
#footer .links a.links-area{
	background: #462c23;
	color: #FFFFFF;	
}
#footer .links a.links-area > div{
	text-align: center;
	text-align-last: center;
}
#footer .links a.links-area img{
	max-width: 20%;
	height: 80%;
	margin-left: 0.5em;
}
#footer .links a.links-area span{
	background: #FFFFFF;
	color: #462c23;	
}
#footer .links a.links-jhr{
	background: #FFFFFF;
	flex-direction: column;
}
#footer .links a.links-jhr span{
	background: #000000;
	color: #FFFFFF;
	width: 90%;
}

#footer .jhr-copyright{
	font-size: clamp(10px, 1vw, 12px);
}
@media all and (max-width:500px){
	#footer .links .linksWarp{
		flex-direction: column;
	}
	#footer .links a{
		width : calc(100% - 1em);
	}
	#footer .links a.links-area{
		margin-bottom: 1em;
	}
}
/*▲▲▲ フッター ▲▲▲*/



#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  left: 10px;
  bottom: 10px;
  background: #6C6C6C;
  opacity: 0.5;
  border-radius: 50%;
}
#page_top a{
  text-decoration: none;
}
#page_top a::before{
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 25px;
    color: #fff;
    position: absolute;
    top: 25%;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    line-height: 1em;
}








