/*
Theme Name: habakiri-child
Template: habakiri
*/
body {
    /* SVbNΜΜκ */
//    font-family: "Roboto", "Droid Sans", "ΰSVbN", "YuGothic", "qMmpS ProN W3", "Hiragino Kaku Gothic ProN", "CI", "Meiryo", "lr oSVbN", sans-serif;
//    line-height: 1.8;
//    /* Ύ©ΜΜκ */
//    font-family: "Roboto", "Droid Sans", "ΰΎ©", "YuMincho", "qMmΎ© ProN W3", "Hiragino Mincho ProN", "HGΎ©E", "lr oΎ©", "lr Ύ©", serif;
//    line-height: 1.8;
}

/*** X|VuΞ ***/
.none {
	display: none !important;
}
.m_none {
	display: inherit !important;
}

.tC {
	text-align: center;
}

.cw {
	width: 1000px;
	margin: 0 auto;
}

.bfs {
	font-size: 17px;
}

hr.title_hr_b {
	background-color: #646464;
	height: 4px;
	width: 70px;
	margin: 0 auto;
}

hr.title_hr_w {
	background-color: #FFF;
	height: 4px;
	width: 70px;
	margin: 0 auto;
}

h3.title {
	text-align: center;
	font-weight: 50;
}

#slideArea {
	height: 100vh;
}

#slideArea img {
	height: 100vh;
	object-fit: cover;
	object-position: center;
}

#newsArea {
	background-color: #F1E4E2;
	padding-top: 200px;
	padding-bottom: 200px;
}

#newsArea .more {
	background-color: #596C8B;
	border-radius: 30px;
	padding: 16px;
	width: 150px;
	text-align: center;
	color: #FFF;
	margin: 0 auto;
	margin-top: 30px;
}

#newsArea .news_visual img {
	height: 180px;
	object-fit: cover;
	object-position: center;
	width: 180px;
}

#newsArea .news_pc {
	padding: 10px;
}


#infoArea {
	background-color: #596C8B;
	padding-top: 200px;
	padding-bottom: 200px;
	color: #FFF;
}

#infoArea .waku {
	border: 2px solid;
	border-radius: 30px;
	width: 100%;
	padding: 60px;
	margin: 0 auto;
	margin-top: 100px;
	margin-bottom: 100px;
	text-align: center;
}


#haretokeArea {
	background-color: #FFF682;
	padding-top: 200px;
	padding-bottom: 200px;
	color: #000;
}

#haretokeArea .haretoke_visual img {
	height: 450px;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

#haretokeArea .haretoke_visual img {
	height: 700px;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

#haretokeArea .haretoke_pc {
	padding: 10px;
}

#haretokeArea .title_hr_b {
	margin-top: 70px;
}


#ayumiArea {
	background-color: #CDE3E4;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #000;
	margin-bottom: -270px;
}

#accessArea {
	background-color: #ADB8C3;
	padding-top: 200px;
	padding-bottom: 200px;
	color: #FFF;
}

.bk_haiden {
	opacity: 0.5;
}

#ayumiArea .rel_text {
	position: relative;
	top: -430px;
}

#catMain .row {
	display: grid;
	grid-auto-flow: column;
}

#catMain .text {
	margin-left: 30px;
}

#singMain .date {
	font-size: 20px;
}

#singMain hr.title_hr_b {
	margin-bottom: 20px;
}

#singMain .text {
	margin-top: 20px;
	margin-bottom: 30px;
}

#singMain .btnTop a {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 240px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #596C8B;
	background: #b7a385;
	color: #000;
	transition: 0.5s;
}

#singMain .btnTop a:hover {
	color: #fff;
	background: #596C8B;
}

#footer {
	color: #FFF;
}

#ayumiArea .hengaku {
	margin-top: 50px;
	width: 100%;
}







@media screen and (max-width: 749px){
	/** Mobile **/

	/*** X|VuΞ ***/
	.none {
		display: inherit !important;
	}
	.m_none {
		display: none !important;
	}

	.cw {
		width: 85%;
	}

	/* headerS */
	.site-branding a {
		color: #FFF !important;;
	}

	#responsive-btn {
		background-color: #FFF !important;;
	}

	#slideArea .mt1 {
		font-size: 45px;
		position: absolute;
		top: 90px;
		left: 40px;
		color: #FFF;
	}

	#slideArea .mt2 {
		font-size: 45px;
		position: absolute;
		top: 560px;
		left: 40px;
		color: #FFF;
		line-height: 1.0;
	}

	#slideArea .mt2 .btext {
		font-size: 75px;
		font-weight: bold;
	}


	.header {
		background-color: unset !important;
	}

	.header:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #FFF;
		opacity: 0;
		z-index: -1;
	}

	.home #contents {
		position: relative;
		top: -70px;
		margin-bottom: -70px;
	}

	#slideArea {
		height: 100vh;
	}

	#slideArea img {
		height: 100vh;
		object-fit: cover;
		object-position: center;
	}

	#newsArea .news_visual_sp {
		padding: 40px;
		background-color: #FFF;
	}

	#infoArea .waku {
		width: 100%;
	}

	#haretokeArea {
		padding-top: unset;
		padding-bottom: 70px;
	}

	#haretokeArea .sptop {
		padding-top: 50px;
	}

	#catMain .cw {
		width: 100%;
	}

	#catMain .row {
		display: unset;
	}

	#catMain .text {
		margin-left: unset;
	}

	#catMain .thumbnail img {
		width: 100%;
	}

	#catMain .sec {
		margin-top: 23px;
		margin-bottom: 23px;
		border: 0;
		border-top: 1px solid #000;
	}

	#ayumiArea .rel_text {
		top: -150px;
	}

	#ayumiArea {
		margin-bottom: -100px;
	}

	#header #responsive-btn {
		display: none !important;
	}







}


@media screen and (min-width: 750px) and (max-width: 991px) {
	/* Tablet */

	/*** X|VuΞ ***/
	.none {
		display: inherit !important;
	}
	.m_none {
		display: none !important;
	}

	#header #responsive-btn {
		display: none !important;
	}






}


