/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 19 2026 | 09:50:13 */
#firstView .inner > header figure {
	display: none;
}
@media screen and (max-width: 960px) {
    #firstView .inner > header figure {
        display: block;
		margin-bottom: 32px;
    }
}


body#categories .sectionBox.term {}
body#categories .sectionBox.term .block {
	padding: 24px 32px;
	border:  1px solid #ccc;
	margin-bottom: 32px;
	width: fit-content;
}
body#categories .sectionBox.term .block strong {
	font-weight: 700;
	font-size: 20px;
}
body#categories .sectionBox.term h2 {
	font-size: 32px;
	font-family: 'Noto Serif JP';
	margin-bottom: 16px;
}
body#categories .sectionBox.term .greet {
	background: #f6f6f6;
	padding: 32px;
	margin-bottom: 64px;
}
body#categories .sectionBox.term h3 {
	padding: 12px 24px;
	background: #000;
	color: #fff;
	font-size: 24px;
	font-family: 'Noto Serif JP';
	letter-spacing: 0.19em;
	margin: 32px 0 16px 0;
}
body#categories .sectionBox.term p {
	margin-bottom: 32px;
	line-height: 1.8;
}
body#categories .sectionBox.term ul,
body#categories .sectionBox.term ol {
	margin-left: 32px;
}
body#categories .sectionBox.term ul li {
	list-style: disc;
}
body#categories .sectionBox.term ul li ul li {
	list-style: circle;
}
body#categories .sectionBox.term li {
	padding: 6px;
	line-height: 1.6;
}
body#categories .sectionBox.term ul.caution {
	margin-left: 12px;
}
body#categories .sectionBox.term ul.caution > li {
	list-style-type: none;
}
body#categories .sectionBox.term h4 {
	font-size: 20px;
	font-family: 'Noto Serif JP';
	margin-bottom: 12px;
	
}

@media screen and (max-width:900px) {
	
	body#categories .sectionBox.term h3 {
		font-size: 20px;
		font-family: 'Noto Serif JP';
	}
}
	
#categories .sectionBox#reserv .inner > div p a {
	position: relative;
    display: block;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    background: #111 url(https://irigo.mom/iah/wp-content/uploads/reserv_arrow.svg) no-repeat right 20px center / 40px;;
    color: var(--cWht);
    padding: 16px;
    text-decoration: none;
    font: 300 24px / 1.0 'Noto Serif JP',serif;
	margin-bottom: 10px;
	transition: all .2s;
}
#categories .sectionBox#reserv .inner > div p a:hover {
	filter:alpha(opacity=80);opacity:0.80;
}
#categories .sectionBox#reserv .inner > div p a:last-child::before {
	position: absolute;
	z-index: 0;
	left: 0;
	right: 0;
	top: -20px;
	height: 1px;
	background: #ccc;
    content: '';
}
#categories .sectionBox#reserv .inner > div p a:last-child {
	margin-top: 40px;
    background: #534E45 url(https://irigo.mom/iah/wp-content/uploads/reserv_arrow.svg) no-repeat right 18 center / 40px; !important;
    color: var(--cWht);
}