/* -----------------------------------------------
= kv
----------------------------------------------- */
.kv {
	position: relative;
}
.kv.js-fadein {
	opacity: 0;
	transition: opacity 1s ease .4s;
}
.kv.js-fadein.is-visible {
	opacity: 1;
}
.kv h1 {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 180px;
}
@media print, screen and (width >= 768px) {/* PC */
.kv {
	max-height: calc(100vh - 80px);
}
.kv h1 {
	top: 75px;
	left: 45px;
	width: 350px;
}
.kv picture img {
	max-height: calc(100vh - 80px);
	object-fit: cover;
}
}/* @media */
/* -----------------------------------------------
= intro
----------------------------------------------- */
.intro {
	padding: 30px 20px 80px;
}
.intro h2 {
	margin-bottom: 15px;
	font-family: var(--fontMin);
	font-size: calc(2.2rem / 1.6);
	text-align: center;
	letter-spacing: .2em;
}
.intro p {
	font-size: calc(1.4rem / 1.6);
}
@media print, screen and (width >= 768px) {/* PC */
.intro {
	padding: 100px 20px 160px;
}
.intro h2 {
	margin-bottom: 45px;
	font-size: calc(4rem / 1.6);
}
.intro p {
	font-size: calc(2rem / 1.6);
	line-height: 2;
	text-align: center;
}
}/* @media */
/* -----------------------------------------------
= section
----------------------------------------------- */
.section .title {
	position: relative;
	max-width: 260px;
	margin: 0 auto 24px;
	padding-block: 24px;
	background: #fff;
	font-family: var(--fontMin);
	font-size: calc(1.6rem / 1.6);
	text-align: center;
	letter-spacing: .2em;
}
.section .title::before,
.section .title::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 6px;
	background: url(../img/common/bg_dot_line.svg) repeat-x 0 / auto 100%;
	filter: var(--filterGray);
}
.section .title::before {
	top: 0;
}
.section .title::after {
	bottom: 0;
	transform: rotate(180deg);
}
.section .dash {
	margin-right: .18em;
	letter-spacing: -.1em;
}
@media print, screen and (width >= 768px) {/* PC */
.section .title {
	max-width: 520px;
	margin-bottom: 70px;
	padding-block: 45px;
	font-size: calc(2.8rem / 1.6);
}
.section .title::before,
.section .title::after {
	height: 11px;
}
}/* @media */
/* -----------------------------------------------
= whats
----------------------------------------------- */
.whats {
	padding: 0 20px 50px;
}
.whats .item + .item {
	margin-top: 23px;
}
.whats h3 {
	position: relative;
	margin: 20px 0 10px;
	padding-bottom: 15px;
	font-family: var(--fontMin);
	font-size: calc(1.8rem / 1.6);
	letter-spacing: .2em;
}
.whats h3::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	z-index: -1;
	background: url(../img/life/bg_subtitle.svg) repeat-x 0 / auto 100%;
}
.whats p {
	font-size: calc(1.4rem / 1.6);
}
@media print, screen and (width >= 768px) {/* PC */
.whats {
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 0 160px;
}
.whats .item {
	display: flex;
	align-items: center;
}
.whats .item + .item {
	margin-top: 0;
}
.whats .item img {
	width: 50%;
}
.whats .item .set {
	flex: 1;
	padding: 50px;
}
.whats .item + .item img {
	order: 2;
}
.whats .item + .item .set {
	order: 1;
}
.whats h3 {
	margin: 0 0 17px;
	padding-bottom: 17px;
	font-size: calc(2.8rem / 1.6);
}
.whats h3::before {
	height: 4px;
}
.whats p {
	font-size: calc(2rem / 1.6);
	line-height: 2;
}
}/* @media */
@media print, screen and (1000px > width >= 768px) {/* TABLET */
.whats .item {
	display: block;
}
.whats .item img {
	display: block;
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
}
}/* @media */
/* -----------------------------------------------
= access
----------------------------------------------- */
.access {
	padding: 0 20px 50px;
}
.access p {
	margin: 13px 0 20px;
	font-family: var(--fontMin);
	font-size: calc(1.4rem / 1.6);
	letter-spacing: .1em;
}
.access th {
	white-space: nowrap;
	text-align: justify;
	text-align-last:justify;
}
.access th,
.access td {
	padding: 3px 0;
	border-bottom: 1px solid #7cb6de;
	font-size: calc(1.4rem / 1.6);
	vertical-align: top;
}
.access tr:last-child th,
.access tr:last-child td {
	border-bottom: none;
}
@media print, screen and (width >= 768px) {/* PC */
.access {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 20px 160px;
}
.access .item {
	display: flex;
	align-items: start;
}
.access .item img {
	width: calc(560 / 1300 * 100%);
}
.access .item .set {
	flex: 1;
	margin-left: 50px;
}
.access p {
	margin: 0 0 35px;
	font-size: calc(2rem / 1.6);
	line-height: 2;
	letter-spacing: .2em;
}
.access th,
.access td {
	padding: 10px 0;
	font-size: calc(1.8rem / 1.6);
	letter-spacing: .06em;
}
}/* @media */
@media print, screen and (1000px > width >= 768px) {/* TABLET */
.access .item {
	display: block;
}
.access .item img {
	display: block;
	width: 560px;
	margin: 0 auto 50px;
}
.access .item .set {
	margin-left: 0;
}
}/* @media */
/* -----------------------------------------------
= questionnaire
----------------------------------------------- */
.questionnaire {
	padding: 0 20px 50px;
	text-align: center;
}
.questionnaire h3 {
	margin-bottom: 15px;
	font-family: var(--fontMin);
	font-size: calc(1.4rem / 1.6);
	letter-spacing: .2em;
}
.questionnaire li + li {
	margin-top: 30px;
}
.questionnaire .num {
	margin: 0 auto 5px;
	width: calc(7rem / 1.6);
	height: calc(7rem / 1.6);
	color: #0071be;
	border: 1px solid #0071be;
	border-radius: 50%;
	font-size: calc(1.2rem / 1.6);
	line-height: calc(6rem / 1.6);
}
.questionnaire .num span {
	margin: 0 .1em;
	font-family: var(--fontMin);
	font-size: calc(2.6rem / 1.6);
}
.questionnaire h4 {
	margin-bottom: 10px;
	font-family: var(--fontMin);
	font-size: calc(1.8rem / 1.6);
	line-height: 1.43;
	text-align: center;
	letter-spacing: .2em;
}
.questionnaire p {
	margin-bottom: 15px;
	font-size: calc(1.4rem / 1.6);
	line-height: 1.67;
}
.questionnaire p span {
	color: #0050a9;
}
.questionnaire img {
	max-width: 240px;
	border-radius: 8px;
}
@media print, screen and (width >= 768px) {/* PC */
.questionnaire {
	padding: 0 20px 105px;
}
.questionnaire h3 {
	margin-bottom: 55px;
	font-size: calc(2.4rem / 1.6);
}
.questionnaire ol {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.questionnaire li {
	width: 450px;
	margin-bottom: 40px;
}
.questionnaire li + li {
	margin-top: 0;
}
.questionnaire .num {
	margin: 0 auto 10px;
	width: calc(13.6rem / 1.6);
	height: calc(13.6rem / 1.6);
	font-size: calc(1.8rem / 1.6);
	line-height: calc(12rem / 1.6);
}
.questionnaire .num span {
	margin: 0 .1em;
	font-size: calc(5.2rem / 1.6);
}
.questionnaire h4 {
	min-height: 1.7em;
	margin-bottom: calc(1.8rem / 1.6);
	font-size: calc(2.8rem / 1.6);
	letter-spacing: .1em;
}
.questionnaire p {
	margin-bottom: 15px;
	font-size: calc(1.8rem / 1.6);
	line-height: 1.8;
	letter-spacing: 0;
}
.questionnaire img {
	max-width: 320px;
	border-radius: 10px;
}
}/* @media */
/* -----------------------------------------------
= voice
----------------------------------------------- */
.voice {
	position: relative;
	margin-bottom: 60px;
	padding: 0 20px 10px;
}
.voice::before {
	content: "";
	position: absolute;
	top: 45px;
	left: 0;
	width: 100%;
	height: calc(100% - 45px);
	background: url(../img/life/voice_bg.jpg) repeat 50% 0 / 50%;
}
.voice .title {
	padding-block: 14px;
	letter-spacing: .1em;
}
.voice .lead {
	margin-bottom: 20px;
	font-size: calc(1.4rem / 1.6);
}
.voice .item {
	max-width: 310px;
	margin: 0 auto 30px;
	padding: 9px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 6px 6px 3px rgba(0,0,0,.2);
}
.voice .card {
	position: relative;
}
.voice .card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
}
.voice .card.then {
	padding-bottom: 50px;
	background: url(../img/life/voice_bg01.png) no-repeat 50% 100% / 100% auto;
}
.voice .card.then::before {
	background: url(../img/life/voice_bg01.png) no-repeat 50% 0 / 100% auto #fff;
}
.voice .card.now {
	z-index: -1;
	margin-top: -30px;
	background: url(../img/life/voice_bg02.png) no-repeat 50% 100% / 100% auto;
}
.voice .card.now::before {
	background: url(../img/life/voice_bg02.png) no-repeat 50% 0 / 100% auto #fff;
}
.voice .card .inner {
	position: relative;
	padding: 0 0 15px;
	text-align: center;
}
.voice .card.then .inner {
	background: url(../img/life/voice_img01.png) no-repeat 50% 10px / 111px auto;
}
.voice .card.now .inner {
	background: url(../img/life/voice_img02.png) no-repeat 50% 35px / 111px auto;
}
.voice .card h3 {
	color: #fff;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: .05em;
}
.voice .card.then h3 {
	padding: 60px 0 10px;
	font-size: calc(1.8rem / 1.6);
}
.voice .card.now h3 {
	padding: 65px 0 10px;
	font-size: calc(2.7rem / 1.6);
}
.voice .card ul {
	margin-block: 20px;
}
.voice .card li {
	color: #333;
	line-height: 1.42;
}
.voice .card li + li {
	margin-top: 1em;
}
.voice .card.then li {
	font-size: calc(1.4rem / 1.6);
}
.voice .card.now li {
	font-size: calc(1.5rem / 1.6);
}
@media print, screen and (width >= 768px) {/* PC */
.voice {
	margin-bottom: 280px;
	padding: 0 20px 54px;
}
.voice::before {
	top: 70px;
	height: calc(100% - 70px);
	background-size: 100%;
}
.voice .lead {
	margin-bottom: 80px;
	font-size: calc(2rem / 1.6);
	text-align: center;
}
.voice .item_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 43px;
}
.voice .item {
	display: grid;
	grid-row: span 2;
	grid-template-rows: subgrid;
	width: 404px;
	max-width: none;
	margin: 0 0 30px;
	border-radius: 30px;
	box-shadow: 8px 8px 4px rgba(0,0,0,.2);
}
.voice .card.then {
	margin: 2px 2px 0;
	padding-bottom: 70px;
}
.voice .card.now {
	margin-top: -40px;
}
.voice .card .inner {
	padding: 0 0 20px;
}
.voice .card.then .inner {
	background-position: 50% 15px;
	background-size: 148px auto;
}
.voice .card.now .inner {
	background-position: 50% 50px;
	background-size: 148px auto;
}
.voice .card.then h3 {
	padding: 85px 0 10px;
	font-size: calc(2.4rem / 1.6);
}
.voice .card.now h3 {
	padding: 95px 0 10px;
	font-size: calc(3.6rem / 1.6);
}
.voice .card ul {
	margin-block: 30px;
	letter-spacing: 0;
}
.voice .card ul.space-block {
	margin-block: 75px;
}
.voice .card ul.space-none {
	margin: 10px 0 -10px;
}
.voice .card ul.space-min {
	margin-block: 22px;
}
.voice .card ul.space-bottom li:last-child {
	margin-bottom: 1em;
}
.voice .card.then li {
	font-size: calc(1.8rem / 1.6);
}
.voice .card.now li {
	font-size: calc(2rem / 1.6);
}
.voice .card .space-line li + li {
	margin-top: 2em;
}
}/* @media */
/* -----------------------------------------------
= holiday
----------------------------------------------- */
.holiday {
	position: relative;
	margin-bottom: 60px;
	padding: 0 20px 1px;
}
.holiday::before {
	content: "";
	position: absolute;
	top: 45px;
	left: 0;
	width: 100%;
	height: calc(100% - 45px);
	background: url(../img/life/holiday_bg.jpg) repeat 50% / 50%;
}
.holiday .title {
	padding-block: 14px;
	letter-spacing: .1em;
}
.holiday .lead {
	margin-bottom: 20px;
	font-size: calc(1.4rem / 1.6);
}
/* niihama */
.holiday .set img {
	margin-bottom: 10px;
}
.holiday .img01 {
	max-width: 234px;
}
.holiday .img02 {
	float: right;
	max-width: 257px;
}
.holiday .img03 {
	max-width: 260px;
}
.holiday .set.type03 .img_set img {
	max-width: 181px;
	margin-bottom: 16px;
}
.holiday .set.type03 .img_set img:first-child {
	position: relative;
	z-index: 1;
	float: right;
	margin-bottom: -30px;
}
.holiday .set.type03 .img_set img:last-child {
	clear: both;
}
.holiday .img04 {
	display: block;
	max-width: 180px;
	margin: 0 auto 10px;
}
.holiday .text {
	clear: both;
	position: relative;
	margin-bottom: 35px;
	padding: 10px 20px;
	background: #fff;
	border: 1px solid #7cb6de;
	border-radius: 10px;
	font-size: calc(1.4rem / 1.6);
}
.holiday .text::before {
	content: "";
	position: absolute;
	top: -20px;
	width: 20px;
	height: 20px;
	background: url(../img/life/holiday_bg_text_sp.svg) no-repeat 50% 0 / cover;
}
.holiday .text.type01::before {
	left: 40px;
}
.holiday .text.type02::before {
	right: 40px;
	transform: scale(-1,1);
}
.holiday .text.type03::before {
	right: 110px;
	transform: scale(-1,1);
}
/* saijo */
.holiday .set.type05 .img03 {
	float: right;
}
.holiday .set.type05 .text {
	clear: right;
	max-width: 220px;
}
.holiday .set.type06 .text {
	float: right;
	max-width: 250px;
}
.holiday .set.type07 .img_set {
	margin: 0 10px;
}
.holiday .set.type07 .img_set img {
	max-width: 145px;
}
.holiday .set.type07 .img_set img:nth-child(1) {
	float: right;
	margin: 0 45px -5px 0;
}
.holiday .set.type07 .img_set img:nth-child(2) {
	position: relative;
	z-index: -1;
	top: -25px;
}
.holiday .set.type07 .img_set img:nth-child(3) {
	margin: 0 0 0 8px;
}
.holiday .set.type07 .text {
	clear: none;
}
.holiday .set.type07 .text.type02 {
	float: right;
	width: calc(42% - 42px);
	margin-top: 30px;
}
.holiday .set.type07 .text.type01 {
	float: left;
	width: calc(52% - 42px);
	margin-top: 5px;
}
@media print, screen and (width >= 768px) {/* PC */
.holiday {
	max-width: 1260px;
	margin: 0 auto 160px;
	padding: 0 20px 60px;
}
.holiday::before {
	top: 75px;
	height: calc(100% - 75px);
	border-radius: 60px;
	background-size: 100%;
}
.holiday .title {
	padding-block: 30px;
	letter-spacing: .2em;
}
.holiday .lead {
	margin-bottom: 110px;
	font-size: calc(2rem / 1.6);
	line-height: 2;
	text-align: center;
}
.holiday .set {
	display: flex;
	align-items: start;
	margin: 0 auto;
}
.holiday .set.type01 {
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1090px;
	margin-bottom: 70px;
}
.holiday .set.type01 .img01 {
	order: 2;
	margin: 27px 0 20px;
}
.holiday .set.type01 .img02 {
	order: 3;
}
.holiday .set.type01 .text {
	order: 1;
	max-width: 428px;
	width: calc(428/ 1084 * 100%);
}
.holiday .img01 {
	max-width: 468px;
	width: calc(468/ 1084 * 100%);
}
.holiday .img02 {
	float: none;
	max-width: 566px;
	margin: 0 auto;
}
.holiday .img03 {
	max-width: 520px;
}
.holiday .set.type02 {
	gap: 0 100px;
	max-width: 1140px;
}
.holiday .set.type02 .img03 {
	max-width: 520px;
	width: calc(520/ 1084 * 100%);
	margin: 55px 0 0;
}
.holiday .set.type02 .text {
	flex: 1;
}
.holiday .set.type03 {
	gap: 0 76px;
	max-width: 1190px;
	margin-bottom: 70px;
	padding-left: 25px;
}
.holiday .set.type03 .img_set {
	order: 2;
	width: calc(617 / 1190 * 100%);
}
.holiday .set.type03 .img_set img {
	max-width: 362px;
}
.holiday .set.type03 .img_set img:first-child {
	margin-bottom: -40px;
}
.holiday .set.type03 .text {
	flex: 1;
	order: 1;
	margin: 100px 0 0 20px;
}
.holiday .set.type04 {
	gap: 0 88px;
	max-width: 873px;
	margin-top: 66px;
	padding-right: 80px;
}
.holiday .set.type04 .img04 {
	order: 2;
	max-width: 362px;
	width: calc(362/ 873 * 100%);
	margin: 0;
}
.holiday .set.type04 .text {
	flex: 1;
	order: 1;
	margin-top: 25px;
}
.holiday .text {
	margin-bottom: 35px;
	padding: 20px 40px;
	border-width: 2px;
	border-radius: 20px;
	font-size: calc(2rem / 1.6);
	line-height: 2;
}
.holiday .text::before {
	top: 74px;
	width: 52px;
	height: 52px ;
	background-image: url(../img/life/holiday_bg_text_pc.svg);
}
.holiday .text.type01::before {
	left: auto;
	right: -51px;
}
.holiday .text.type02::before {
	right: auto;
	left: -51px;
}
.holiday .text.type03::before {
	left: auto;
	right: -51px;
	transform: scale(1,1);
}
/* saijo */
.holiday .set.type05 {
	gap: 0 100px;
	max-width: 1145px;
}
.holiday .set.type05 .img03 {
	order: 2;
	width: calc(520/ 1145 * 100%);
}
.holiday .set.type05 .text {
	order: 1;
	flex: 1;
	max-width: 338px;
	margin-top: 60px;
	margin-left: calc(100/ 1145 * 100%);
}
.holiday .set.type05:last-child .text {
	max-width: none;
	margin-left: 0;
}
.holiday .set.type05 .text::before {
	top: 54px;
}
.holiday .set.type06 {
	gap: 0 100px;
	max-width: 1145px;
	margin-bottom: -70px;
}
.holiday .set.type06 .text {
	flex: 1;
	float: none;
	max-width: none;
	margin-top: 65px;
}
.holiday .set.type06 .text::before {
	top: 54px;
}
.holiday .set.type06 .img03 {
	position: relative;
	top: -50px;
	width: calc(520/ 1145 * 100%);
}
.holiday .set.type07 {
	display: grid;
	grid-template-columns: calc(610/ 1145 * 100%) 1fr;
	gap: 30px;
	max-width: 1145px;
	margin: 55px auto 75px;
}
.holiday .set.type07 .img_set {
	grid-column: 1 / 2;
	grid-row: 1 / 3;
	position: relative;
	margin: 0;
}
.holiday .set.type07 .img_set img {
	max-width: 290px;
}
.holiday .set.type07 .img_set img:nth-child(1) {
	margin: 0 74px 0 0;
}
.holiday .set.type07 .img_set img:nth-child(2) {
	top: -45px;
}
.holiday .set.type07 .img_set img:nth-child(3) {
	position: absolute;
	right: 0;
	top: 205px;
	margin: 0;
}
.holiday .set.type07 .text.type02 {
	grid-column: 2 / 3;
	grid-row: 1 / 3;
	float: none;
	width: auto;
	max-width: 340px;
	margin: 60px 0 0;
}
.holiday .set.type07 .text.type01 {
	grid-column: 2 / 3;
	grid-row: 2 / 3;
	float: none;
	width: auto;
	margin: 0 0 30px 35px;
}
.holiday .set.type07 .text.type02::before {
	top: 40px;
}
.holiday .set.type07 .text.type01::before {
	top: 30px;
	right: auto;
	left: -51px;
	transform: scale(-1,-1);
}
}/* @media */
@media print, screen and (1040px > width >= 768px) {/* TABLET */
.holiday .set.type03 .img_set img:first-child {
	margin-bottom: 40px;
}
.holiday .set.type05 .text {
	margin-top: 20px;
}
.holiday .set.type06 {
	margin-bottom: 20px;
}
.holiday .set.type06 .img03 {
	top: 0;
}
.holiday .set.type07 .text.type02 {
	margin: 0;
}
.holiday .set.type07 .text.type01 {
	margin: 0;
}
}/* @media */
/* -----------------------------------------------
= charm
----------------------------------------------- */
.charm {
	padding: 0 20px 20px;
}
.charm .title {
	max-width: 280px;
	padding-block: 14px;
	letter-spacing: .08em;
}
.charm .lead {
	margin-bottom: 20px;
	font-size: calc(1.4rem / 1.6);
}
.charm img {
	max-width: 265px;
}
.charm .item {
	position: relative;
	padding: 15px 0 40px;
}
.charm .item img {
	position: absolute;
	top: -10px;
	right: 0;
	width: 52px;
}
.charm .item h3 {
	position: relative;
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #0071be;
	font-family: var(--fontMin);
	font-size: calc(1.8rem / 1.6);
	letter-spacing: .2em;
}
.charm .item h3::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	z-index: -1;
	background: url(../img/index/bg_subtitle.svg) repeat-x 0 / auto 100%;
}
.charm .item p {
	font-size: calc(1.4rem / 1.6);
}
@media print, screen and (width >= 768px) {/* PC */
.charm {
	max-width: 1440px;
	margin: 0 auto 130px;
}
.charm .title {
	max-width: 520px;
	padding-block: 30px;
}
.charm .lead {
	margin-bottom: 85px;
	font-size: calc(2rem / 1.6);
	line-height: 2;
	text-align: center;
}
.charm .inner {
	position: relative;
}
.charm img {
	max-width: none;
}
.charm .item {
	display: flex;
	align-items: center;
	width: calc(700 / 1360 * 100%);
	padding: 0 0 60px;
}
.charm .item img {
	position: static;
	width: 86px;
	margin-right: 15px;
}
.charm .item .set {
	flex: 1;
}
.charm .item h3 {
	margin-bottom: 15px;
	padding-bottom: 10px;
	font-size: calc(2.8rem / 1.6);
}
.charm .item h3::before {
	height: 4px;
}
.charm .item p {
	font-size: calc(2rem / 1.6);
}
.charm .img_set {
	position: absolute;
	top: 0;
	right: 0;
	width: calc(637 / 1400 * 100%);
}
.charm .img_set .img01 {
	float: right;
	max-width: 583px;
	margin: 0 0 23px;
}
.charm .img_set .img02 {
	max-width: 424px;
	margin: 0 0 38px;
}
.charm .img_set .img03 {
	float: right;
	max-width: 286px;
	margin-right: calc(117 / 1300 * 100%);
}
}/* @media */
/* -----------------------------------------------
= bnr
----------------------------------------------- */
.bnr {
	margin: 0 20px 60px;
	padding: 2px;
	border: 1px solid #499ae4;
	text-align: center;
}
.bnr a {
	display: flex;
	border: 1px solid #499ae4;
}
.bnr .set {
	width: 50%;
	display: grid;
	place-content: center;
}
.bnr .set img {
	margin: 0 auto;
}
.bnr.saijo .set img {
	width: 86px;
}
.bnr.niihama .set img {
	width: 113px;
}
.bnr .set span {
	display: block;
	margin: 3px 0 6px;
	font-family: var(--fontMin);
	font-size: calc(1.4rem / 1.6);
	line-height: 1.2;
}
.bnr .img {
	width: 50%;
}
@media print, screen and (width >= 768px) {/* PC */
.bnr {
	max-width: 800px;
	margin: 0 auto 108px;
	padding: 3px;
	border-width: 2px;
}
.bnr.saijo .set img {
	width: 172px;
}
.bnr.niihama .set img {
	width: 226px;
}
.bnr .set span {
	margin: 10px 0 0;
	font-size: calc(2rem / 1.6);
	letter-spacing: .2em	;
}
}/* @media */
/* -----------------------------------------------
= footer
----------------------------------------------- */
.footer .entry_img {
	background-image: url(../img/life/footer_entry_sp.jpg);
}
@media print, screen and (width >= 768px) {/* PC */
.footer .entry_img {
	background-image: url(../img/life/footer_entry_pc.jpg);
}
}/* @media */


