@charset "shift_jis";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700');
@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/css/yakuhanjp_s.min.css');

/* ========== ========== ==========
	Config
========== ========== ========== */

#valentine_wrap,
#valentine_wrap *, 
#valentine_wrap *:before, 
#valentine_wrap *:after {
	box-sizing: border-box;
	/* transition: 0.2s; */
}

#valentine_wrap h1, #valentine_wrap h2, 
#valentine_wrap h3, #valentine_wrap h4,
#valentine_wrap h5, #valentine_wrap h6,
#valentine_wrap p {
	margin: 0;
	padding: 0;
}

#valentine_wrap, #valentine_wrap * {
	font-family: YakuHanJPs, 'Noto Sans JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.75;
}

#valentine_wrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#valentine_wrap img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: bottom;
}

#valentine_wrap a,
#valentine_wrap a:hover {
    text-decoration: none;
	transition: 0.2s;
}

#valentine_wrap a:hover,
#valentine_wrap a:hover > img {
	opacity: 0.5;
}

#valentine_wrap strong {
	font-size: inherit;
	font-weight: bold;
}

#valentine_wrap span {
	display: inline-block;
	font-size: inherit;
	font-weight: inherit;
}

.float_box { width: 100%; }
.fl { float: left; }
.fr { float: right; }

.clear { 
	clear: both;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* ---------- ---------- ---------- */

.tec16-mainframe-header_bread-list {
	display: none !important;
}

.l { text-align: left; }
.c { text-align: center; }
.r { text-align: right; }

html, body {
	margin: 0;
	padding: 0;
}



/* ========== ========== ==========
	#valentine_wrap
========== ========== ========== */

#valentine_wrap {
	width: 910px;
	margin: 2em auto 0;
}
#valentine_wrap a {
    color: #367391;
}



/* ========== ========== ==========
	#valentine_head
========== ========== ========== */

#valentine_wrap #valentine_head {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    width: 100%;
    margin: 0 auto;
}
#valentine_wrap #valentine_head .head__img {
	width: 48%;
}
#valentine_wrap #valentine_head .head__txt {
	width: 48%;
}
#valentine_wrap #valentine_head .head__txt .ttl {
	margin-bottom: 0.5em;
	font-size: 1.75em;
	font-weight: bold;
}