@charset "utf-8";

body{
    margin: 0;
    padding: 0;
}

#ha_wrap{
    width: 100%;
	text-align: center;
    margin: 0 auto ;
    overflow: hidden;
	color: #333333;
    display: block;
    font-weight: 400;
    position: relative;
    letter-spacing: .5px;
	line-height: 1.65em;
    font-family: "Noto Sans JP", sans-serif;
	background: #f2f0ef;
}

#ha_wrap ul,#ha_wrap li{
    margin: 0;
    padding: 0;
    list-style: none;
}
#ha_wrap a,#ha_wrap a:hover {
    text-decoration: none;
}
#ha_wrap img {
    width: 100%;
    line-height: 0;
    position: relative;
}
.NotoSerifJP{
    font-family: "Noto Serif JP", sans-serif;
}
.Inter{
    font-family: "Inter", sans-serif;
}
.Notosans{
    font-family: "Noto Sans JP", sans-serif;
}
.IbarraRealNova{
    font-family: "Ibarra Real Nova", serif;
}
.MrsEave{
 font-family: "mrs-eaves-xl-serif", serif;
}
.WorkSans{
    font-family: "Work Sans", sans-serif;
}



/**********************************************  
header
**********************************************/

#ha_head{
	max-width: 1100px;
    width: 100%;
    display: block;
    position: relative;
    margin: 0 auto;
	padding: 6% 0;
}
#ha_head .head{
    width:100%;
    position: relative;
    text-align: center;
    margin: 0% auto;
    display: inline-block;
}
#ha_head .title{
    font-family: "mrs-eaves-xl-serif", serif;
    font-size: 65px;
    margin: 0 auto;
	text-align: center;
	font-weight: normal;
	line-height: 1em;
}
#ha_head .title_s{
    font-family: "Noto Serif JP", sans-serif;
    font-size: 25px;
    margin: 2% auto;
    text-align: center;
    font-weight: 400;
	letter-spacing: 3px;
	line-height: 1em;
}
#ha_head .lead{
    display: inline-block;
    margin: 5% auto 0;
    text-align: center;
    font-size: 15px;
    line-height: 2em;
    letter-spacing: 2px;
}

/**********************************************  
contents
**********************************************/
#ha_contents{
	max-width: 1100px;
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
    margin: 5% auto 0;
    padding: 0;
}
#ha_contents section{
	width: 100%;
	display: inline-block;
	margin: 15% auto 10%;
	position: relative;
}
#ha_contents section .itembox{
	width: 100%;
	display: inline-block;
	margin: 0 auto 10%;
	position: relative;
}
#ha_contents section .itembox .img{
	width: 50%;
	float: right;
}
#ha_contents section:nth-of-type(even) .itembox .img{
	width: 50%;
	float: left;
}
#ha_contents section .ttlbox{
	width: 46%;
	float: left;
	display: inline-block;
	border-left: #000000 1px solid;
	font-family: "mrs-eaves-xl-serif", serif;
	padding-top: 1%;
}
#ha_contents section:nth-of-type(even) .ttlbox{
	float: right;
}

#ha_contents section .ttlbox .no{
	width: 100%;
	font-size: 50px;
	text-align: left;
	margin: 0 auto;
	margin-left: 4%;
}
#ha_contents section .ttlbox .no .small{
	font-size: 40%;
	font-weight: 300;
	font-style: italic;
}
#ha_contents section .ttlbox .ttl{
	font-size: 25px;
	text-align: left;
	margin: 2% auto 0;
	margin-left: 4%;
}
#ha_contents section .cmtbox{
	width: 46%;
	float: left;
	display: inline-block;
	margin: 17% auto 0;
}
#ha_contents section:nth-of-type(even) .cmtbox{
	float: right;
}
#ha_contents section .cmtbox .cmt{
	font-size: 13px;
	text-align: left;
	margin: 0 auto;
}
#ha_contents section .mainbox{
    width: 100%;
	margin: 0% auto;
    display: flex;
    flex-wrap: wrap;
	position: relative;
}
#ha_contents section .mainbox .main{
    width: 66.66%;
    position: relative;
}
#ha_contents section .mainbox .sub{
    width: 33.33%;
    display: flex;
    flex-direction: column;
}
#ha_contents section .mainbox .subimg{
	width: 100%;
	position: relative;
	line-height: 0;
}
#ha_contents .reverse{
	flex-direction: row-reverse;
}








#ha_contents section .mainbox .main a {
	display: block;
	position: relative;
}
#ha_contents section .mainbox .main a::before{
	content: "";
	position: absolute;
    bottom: 30px;
	right: 20px;
	background: url("../images/plus.svg") no-repeat;
	background-size: 100%;
	width: 40px;
	height: 40px;
	z-index: 100;
}
#ha_contents section .mainbox .subimg a {
	display: block;
	position: relative;
}
#ha_contents section .mainbox .subimg a::before{
	content: "";
	position: absolute;
    bottom: 15px;
	right: 10px;
	background: url("../images/plus.svg") no-repeat;
	background-size: 100%;
	width: 20px;
	height: 20px;
	z-index: 100;
}


.clear {
	clear: both;
}
.pc{
	display: block;
}
.sp{
	display: none;
}
.Left{
    float: left;
}
.Right{
    float: right;
}




/************************************************************
 sp
************************************************************/

@media only screen and (max-width:767px){
	#ha_wrap {
        width:100%;
		margin-bottom: 10%;
	}
	#ha_head{
		padding: 15% 0 0;
	}
	#ha_head .title{
		font-size:37px;
	}
	#ha_head .title_s{
		font-size: 20px;
		letter-spacing: 1px;
		font-weight: 500;
		margin: 3% auto;
	}
    #ha_head .lead{
        text-align: center;
        float: none;
        font-size: 14px;
        margin: 10% auto;
        line-height: 2em;
		letter-spacing: 0.5px;
    }
	#ha_contents section:nth-of-type(4){
		margin-bottom: 0;
	}
	#ha_contents section .itembox{
		width: 90%;
	}
	#ha_contents section .ttlbox{
		width: 100%;
		float: none;
		margin-bottom: 5%;
	}
	#ha_contents section:nth-of-type(even) .ttlbox{
		float: none;
	}
	#ha_contents section .ttlbox .no{
		font-size: 35px;
	}
	#ha_contents section .ttlbox .ttl{
		font-size: 20px;
	}
	#ha_contents section .itembox .img{
		width: 100%;
		float: none;
		line-height: 0;
	}
	#ha_contents section:nth-of-type(even) .itembox .img{
		width: 100%;
		float: none;
		line-height: 0;
	}
	#ha_contents section .cmtbox{
		width: 98%;
		margin: 2.5% auto;
		float: none;
		text-align: center;
	}
	#ha_contents section .cmtbox .cmt{
		font-size: 13px;
	}
	#ha_contents section .mainbox .main{
		order: 1;
		width: 100%;
		line-height: 0;
	}
	#ha_contents section .mainbox .sub{
		order: 2;
        width: 100%;
        display: flex;
        flex-direction: row;
	}
	#ha_contents section .mainbox .main a::before{
		width: 30px;
		bottom: 15px;
	}
    
    
    
    .storong{
        font-size: 110%;
    }
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }



}



