*{
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	word-wrap: break-word;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

body{
	color: #000000;
	font-size: 14px;
}
p{
	font-size: clamp(12px, 2vw, 20px);
	font-weight: 400;
	line-height: 2em;
}
a{
	text-decoration: none;
}
ul, li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    display: block;
}
img{
	width: 100%;
	vertical-align: bottom;
}
h2{
	font-size: clamp(35px, 9vw, 70px);
	font-weight: 700;
}
h3{
	font-size: clamp(28px, 7vw, 55px);
	font-weight: 700;
}
h4{
	font-size: clamp(18px, 6vw, 38px);
	font-weight: 700;
}

.jhp-eng{
	font-family: 'Poppins', sans-serif;
}
.jhp-sp{
	display: none;
}
@media all and (max-width:475px){
	.jhp-sp{
		display: inline-block;
	}
}


#jhp-header{
	padding: 1em;
	text-align: left;
	text-align-last: left;
}
#jhp-header img{
	max-width: 15%;
	width: 20vw;
}


#jhp-ttl{
	margin-bottom: 4em;
	position: relative
}
#jhp-ttl .ttlCap{
	position: absolute;
	bottom: 0.5em;
	right: 0.5em;
	background: rgba(255,255,255,0.70);
	padding: 0.3em 1em;
	font-size: clamp(8px, 1vw, 12px);
}
#jhp-main{
	max-width: 750px;
	padding: 0em 2em;
}

#jhp-intr{
	text-align: center;
    text-align-last: center;
}
#jhp-intr img.jhpLogo{
	max-width: 275px;
    width: 40vw;
	margin-bottom: 3em;
}
#jhp-intr .jhp-intr-txt h3,
#jhp-intr .jhp-intr-txt h4{
	color: #606060;
	font-weight: 900;
}
#jhp-intr .jhp-intr-txt h3{
	font-size: clamp(20px, 4vw, 45px);
	margin: 1.5em auto;
}
#jhp-intr .jhp-intr-txt h4{
	font-size: clamp(13px, 3vw, 30px);
	margin-bottom: 1em;
}
#jhp-intr .jhp-intr-txt p{
	text-align: justify;
    text-align-last: left;
}


#jhp-access .jhp-info{
	-ms-display: flex;
    -webkit-display: flex;
	display: flex;
	justify-content: center;
	margin: 5em auto 2em;
}
#jhp-access .jhp-info > *{
	margin: 0em 2em;
	text-align: center;
	text-align-last: center;
	color: #e50012;
	/*font-size: max(10px, 1vw);*/
	font-size: clamp(10px, 2.5vw, 22px);
	line-height: 1.5em;
}
#jhp-access .jhp-info > div span{
	font-size: 1.5em;
}
#jhp-access .jhp-line a{
	display: block;
	background: #e50012;
	color: #FFFFFF;
	text-align: center;
	text-align-last: center;
	padding-bottom: 1em;
	font-size: clamp(10px, 2vw, 22px);
	margin-bottom: 3em;
}
#jhp-access .jhp-line a .jhp-lineHd{
	font-size: 3em;
}
#jhp-access .jhp-access-map,
#jhp-access .jhp-access-detour{
	color: #606060;
	margin-bottom: 3em;
}
#jhp-access .jhp-access-map div,
#jhp-access .jhp-access-detour div{
	margin-bottom: 1em;
}
#jhp-access .jhp-access-map iframe{
	width: 100%;
	height: 45vh;
}


/*▼▼▼フッター▼▼▼*/

#jhp-footer{   
	text-align: center;
	background: #FFFFFF;
	padding-top: 2em;
}
#jhp-footer > *{
	max-width: 750px;
	margin: 0em auto;
}
#jhp-footer > div{
	padding: 0em 2em;	
}
#jhp-footer #top_button{
	padding: 0;
}
#jhp-footer .jhp-links{
	margin-bottom: 2em;
	padding: 0em;
}
#jhp-footer .jhp-links a{
	display: block;
	padding: 0.5em 1.5em;
	font-size: clamp(10px, 3vw, 20px);
}

#jhp-footer h4{
	font-size: clamp(16px, 4vw, 24px);
	margin-bottom: 0.5em;
	color: #4A413F;
}
#jhp-footer .jhp-sns{
	-ms-display: flex;
    -webkit-display: flex;
	display: flex;
	justify-content: center;
}
#jhp-footer .jhp-sns div{
	margin: 0;
}
#jhp-footer .jhp-sns img.sns-icon {
    width: 50px;
	margin: 0em 1em;
}



img.joyhon-logo{
	max-width: 300px;
	width: 50%;
    margin-top: 3em;
}
.jhp-copyrightTxt{
	padding: 5em 0em 2em;
	font-weight: 500;
	font-size: 0.5em!important;	
}

.tys-links{
	margin: 3em auto;
}

.tys-sub-link-btn,
.tys-sub-link-btn2{
	margin-bottom: 0.5em;
	padding: 0.1em;
    background-size: 200% 100%;	
    -webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
    transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
	background-image: -webkit-linear-gradient(left, transparent 50%, #FFFFFF 50%);	
    background-image: linear-gradient(to right, transparent 50%, #FFFFFF 50%);
	color: #FFFFFF !important;
}
.tys-sub-link-btn{	
	background-color: #e50012;
	border: 2px solid #e50012;   
}
.tys-sub-link-btn2{	
	background-color: #4A413F;
	border: 2px solid #4A413F;   
}
.tys-sub-link-btn:hover,
.tys-sub-link-btn2:hover{
	background-position: -100% 100%;
	background-color: #FFFFFF;
	font-weight: 700;
}
.tys-sub-link-btn:hover{
	color: #e50012!important;
}
.tys-sub-link-btn2:hover{
	color: #4A413F!important;
}

/*▲▲▲フッター▲▲▲*/


/*▼▼▼topへ戻る▼▼▼*/
#top_button{
	position: fixed;
    bottom: 20px;
    right: 10px;
	z-index: 99;
}
#page_top,
#top_back img{
  width: 50px;
  height: 50px;
  opacity: 0.5;
}
#page_top{  
  background: #6C6C6C;
  border-radius: 50%;
}
#top_back img{ 
	margin-top: 10px;
}
#page_top a,
#top_back a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;	
}
#page_top a::before{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f102';
	font-size: 25px;
	line-height: 1em;
	color: #fff;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 20%;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

/*▲▲▲topへ戻る▲▲▲*/