@charset "UTF-8";

/* 基本設定
================================================ */
h2 {
	border: 0;
	padding: 0;
	margin: 0;
}
h3 {
	border: 0;
	padding: 0;
	margin: 0;
}
ol,
ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
p {
  margin: 0;
  font-size: 14px;
	line-height: 2;
}
.u-view-pc {
	display: none;
}
@media screen and (min-width: 767px) {
  p {
    font-size: 16px;
  }
	.u-view-sp {
		display: none !important;
	}
	.u-view-pc {
		display: block;
	}
}

.lout-followmenu {
	display: none;
}
.mod-movie {
	display: none;
}

.mn-wrap {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
	overflow: hidden;
}

/* 共用クラス
================================================ */
.mn-u-font-sans {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
.mn-u-font-oswald {
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0.03em;
	line-height: 1.375;
}
.mn-u-font-medium {
  font-weight: 500;
}
.mn-u-font-semibold {
  font-weight: 600;
}
.mn-u-font-bold {
  font-weight: 700;
}
.mn-u-inner {
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
}
@media screen and (min-width: 767px) {
	.mn-u-inner {
		max-width: 1020px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding-left: 30px;
		padding-right: 30px;
	}	
}

/* コンポーネントクラス
================================================ */
.mn-c-btn01 {
  width: 295px;
}
.mn-c-btn01.is-bg-lighter .mn-c-btn01__link {
	background-color: rgba(0, 50, 128, .5);
}
.mn-c-btn01__link {
	background-color: #003280;
	box-sizing: border-box;
	color: #fff;
	display: grid;
	place-items: center;
	padding: 8px 16px;
	text-align: center;
	text-decoration: none;
	min-height: 54px;
}
.mn-c-btn01__txt {
	font-size: 16px;
	padding-right: 34px;
	position: relative;
}
.mn-c-btn01__txt::after {
	content: '';
	background-color: #fff;
	display: inline-block;
	-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222.67%22%20height%3D%223.452%22%20viewBox%3D%220%200%2022.67%203.452%22%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20d%3D%22M0%202.952h21.307A18.911%2018.911%200%200%201%2018.565.21%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top / contain;
	mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222.67%22%20height%3D%223.452%22%20viewBox%3D%220%200%2022.67%203.452%22%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20d%3D%22M0%202.952h21.307A18.911%2018.911%200%200%201%2018.565.21%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top / contain;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 22px;
	height: 3px;
}
@media screen and (min-width: 767px) {
  .mn-c-btn01 {
    width: 260px;
  }
	.mn-c-btn01__link {
		transition: opacity .3s ease;
	}
	.mn-c-btn01__link:hover {
		opacity: 0.7;
	}
}

.mn-c-head01 {
	border: 0;
	margin: 0;
	padding: 0;
	background-color: #F5F5F1;
	color: #003280;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 25px;
	padding: 14px 14px 15px 48px;
	position: relative;
}
.mn-c-head01::before {
	content: '';
	background-color: #003280;
	border-radius: 50%;
	box-sizing: border-box;
	display: block;
	position: absolute;
	top: 25px;
	left: 20px;
	width: 15px;
	height: 15px;
}
@media screen and (max-width: 766px) {
	.mn-c-head01.is-sm-sp {
		font-size: 20px;
		letter-spacing: 0;
		padding-left: 34px;
	}
	.mn-c-head01.is-sm-sp::before {
		top: 20px;
		left: 10px;
	}
}
@media screen and (min-width: 767px) {
	.mn-c-head01 {
		margin-bottom: 40px;
	}
}

.mn-c-head02 {
	border: 0;
	margin: 0;
	padding: 0;
	border-top: 1px solid #003280;
	border-bottom: 1px solid #003280;
	color: #003280;
	font-size: 32px;
	line-height: 1.5;
	margin-bottom: 24px;
	padding: 20px;
	text-align: center;
}
@media screen and (min-width: 767px) {
	.mn-c-head02 {
		font-size: 40px;
		line-height: 1.44;
		margin-bottom: 36px;
		padding: 36px 20px 34px;
	}
}

.mn-c-head03 {
	border: 0;
	margin: 0;
	padding: 0;
	color: #003280;
	font-size: 18px;
	line-height: 2.3;
	margin-bottom: 8px;
}
@media screen and (min-width: 767px) {
	.mn-c-head03 {
		font-size: 24px;
		line-height: 1.75;
		margin-bottom: 14px;
	}
}

.mn-c-head04 {
	border: 0;
	margin: 0;
	padding: 0;
	color: #003280;
	font-size: 20px;
	line-height: 2;
	margin-bottom: 12px;
	padding-left: 14px;
	position: relative;
}
.mn-c-head04::before {
	content: '';
	background-color: #003280;
	margin: auto 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 4px;
	height: 80%;
}
@media screen and (min-width: 767px) {
	.mn-c-head04 {
		font-size: 24px;
		padding-left: 18px;
	}
}

.mn-c-color-primary-500 {
	color: #003280;
}

.mn-c-bg-surface-500 {
	background-color: #F5F5F1;
}

/* セクションごとのスタイル
================================================ */
/* .mn-hero
================================================ */
.mn-hero__head {
  background-color: #FFC603;
  border: none;
  font-size: 20px;
	margin: 0;
  padding: 9px 25px;
}
.mn-hero__head::after{
	display: none;
}
.mn-hero__head span {
	position: relative;
}
.mn-hero__head span::before {
	content: '';
	background-color: #FEFD01;
	display: block;
	position: absolute;
	top: 50%;
	left: -15px;
	transform: translateY(-50%);
	width: 5px;
	height: 26px;
}
.mn-hero__inner{
	padding-right: 0;
	padding-left: 0;
}
.mn-hero__area-txt {
	background: url(/wordpress/wp-content/themes/ymt_juken_orgtheme/img/magnolia_nishiakashi/bg_hero01.jpg) no-repeat center top/cover;
	padding: 48px 0 73px;
	text-align: center;
}
.mn-hero__logo {
  margin: -20px auto 0;
  width: 288px;
}
.mn-hero__station {
  position: relative;
  font-size: 24px;
  margin-top: 0;
}
.mn-hero__station::after{
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  width: 87px;
  height: 1px;
  margin: auto;
  background: #003280;
}
.mn-hero__station-num {
  font-size: 33px;
}
.mn-hero__principal {
	box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-self: center;
  margin: -10px auto 3px;
	padding: 4px 14px 7px;
	width: fit-content;
}
.mn-hero__principal-txt {
  width: 114px;
	background-color: #fff;
	font-size: 20px;
  margin-right: 13px;
  text-align: center;
}
.mn-hero__principal-list {
	font-size: 20px;
	line-height: 1.5;
	text-align: left;
}
.mn-hero__principal-list-num {
  font-size: 29px;
}
.mn-hero__info {
	font-size: 14px;
	letter-spacing: 0;
	margin-top: 15px;
}
.mn-hero__price {
	font-size: 33px;
	line-height: 1.2;
}
.mn-hero__price-num{
	font-size: 58px;
	letter-spacing: 0.05em;
	margin-right: 6px;
}
@media screen and (min-width: 767px) {
	.mn-hero__head {
		font-size: 29px;
		padding: 10px 25px;
	}
	.mn-hero__head span {
		box-sizing: border-box;
		display: block;
		margin: 0 auto;
		padding-left: 18px;
		width: 960px;
	}
	.mn-hero__head span::before {
		left: 0;
		width: 6px;
		height: 42px;
	}
	.mn-hero__inner {
		display: grid;
		grid-template-columns: 40% 60%;
    max-width: 960px;
	}
	.mn-hero__area-txt {
    padding-top: 34px;
	}
	.mn-hero__logo {
    margin-top: -21px;
	}
	.mn-hero__principal {
    margin: -10px auto 9px;
		padding: 4px 12px;
	}
	.mn-hero__price {
		line-height: 1.1;
	}
	.mn-hero__price-num {
		margin-right: 4px;
	}
	.mn-hero__img img {
		object-fit: cover;
		object-position: right center;
		width: 100%;
		height: 100%;
	}
}
@media screen and (min-width: 1060px) {
}

/* .mn-footer
================================================ */
.mn-footer__inner {
	padding-top: 54px;
	padding-bottom: 58px;
	text-align: center;
}
.mn-footer__copy {
	font-size: 12px;
	letter-spacing: 0.11em;
}
.mn-footer__logo {
	display: block;
	margin: 15px auto 0;
	width: 221px;
}
.mn-footer__copyright {
	margin-top: 16px;
}
.mn-footer__copyright small {
	font-size: 10px;
	letter-spacing: 0.05em;
}
@media screen and (min-width: 767px) {
	.mn-footer__inner {
		padding-top: 68px;
		padding-bottom: 54px;
	}
	.mn-footer__copy {
		font-size: 10px;
	}
	.mn-footer__logo {
		margin-top: 11px;
		width: 190px;
	}
	.mn-footer__copyright {
		margin-top: 6px;
	}
	.mn-footer__copyright small {
		font-size: 8px;
		letter-spacing: 0.05em;
	}
}

/* .mn-cv01
================================================ */
.mn-cv01__inner {
  padding-top: 60px;
	padding-bottom: 50px;
	text-align: center;
}
.mn-cv01__lead {
	font-size: 18px;
}
.mn-cv01__head {
	font-size: 20px;
	margin-top: 14px;
}
.mn-cv01__img {
  min-width: 295px;
  margin: 0 auto;
}
.mn-cv01__btns {
	display: grid;
	gap: 20px;
	margin: 22px auto 0;
	width: fit-content;
}
#cv02 .mn-cv01__inner{
  padding: 34px 0;
}
@media screen and (min-width: 767px) {
	.mn-cv01__inner {
		padding-top: 60px;
    padding-bottom: 60px;
	}
	.mn-cv01__lead {
		font-size: 22px;
	}
	.mn-cv01__head {
		font-size: 28px;
		margin-top: 15px;
	}
  .mn-cv01__img {
    width: 100%;
    max-width: 824px;
  }
	.mn-cv01__btns {
		grid-template-columns: repeat(2,1fr);
		gap: 30px;
    margin-top: 30px;
	}
}

/* .mn-area
================================================ */
.mn-area__inner {
	padding-bottom: 36px;
}
.mn-area__sec {
	margin-top: 28px;
}
@media screen and (min-width: 767px) {
	.mn-area__inner {
		padding-bottom: 70px;
	}
	.mn-area__sec {
		margin-top: 40px;
	}
}

/* .mn-area-intro
================================================ */
.mn-area-intro {
	display: grid;
	gap: 30px;
  padding: 33px 40px 50px;
}
.mn-area-intro__head {
	margin-bottom: 16px;
}
.mn-area-intro__head-ja {
	font-size: 20px;
	margin-top: 18px;
}
.mn-area-intro__txt {
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.875;
}
.mn-area-intro__info {
	margin-top: 24px;
}
.mn-area-intro__info-head {
	font-size: 9px;
	margin-bottom: 8px;
}
.mn-area-intro__info-head-en {
	margin-right: 11px;
}
.mn-area-intro__info-head-en img {
	vertical-align: baseline;
}
.mn-area-intro__info-txt {
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.875;
}
.mn-area-intro__img {
	margin: 0 auto;
	width: min(344px, 100%);
}
@media screen and (max-width: 766px) {
	.mn-area-intro {
		margin: 0 -20px;
	}
	.mn-area-intro__head-en {
		width: 46px;
	}
}
@media screen and (min-width: 767px) {
	.mn-area-intro {
    display: block;
		/* grid-template-columns: repeat(2,1fr);
		gap: 0;
		align-items: center; */
    padding: 42px 38px 42px 80px;
	}
  .mn-area-intro__area-txt {
    display: grid;
    grid-template-columns: 1fr 399px;
    width: 100%;
    align-items: center;
  }
	.mn-area-intro__head {
    margin-bottom: 15px;
	}
	.mn-area-intro__head-ja {
		font-size: 22px;
		letter-spacing: 0.05em;
		margin-top: 22px;
	}
	.mn-area-intro__img{
		margin-left: auto;
	}
}

/* .mn-area-local
================================================ */
.mn-area-local__info {
  max-width: calc(100% - 40px);
  margin: 29px auto 0;
}
.mn-area-local__info-head {
	font-size: 9px;
	margin-bottom: 8px;
}
.mn-area-local__info-head-en {
	margin-right: 11px;
}
.mn-area-local__info-head-en img {
	vertical-align: baseline;
}
.mn-area-local__info-txt {
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.875;
}
.mn-local-local__img {
  margin-top: 20px;
}
.mn-location-intro__info-note {
  font-size: 0.8rem;
  margin-top: 7px;
}
@media screen and (min-width: 767px) {
  .mn-area-local__box {
    display: grid;
    grid-template-columns: 300px 1fr;
    max-width: 100%;
    margin: 4px 0 0 58px;
  }
  .mn-area-local__info {
    margin: 0;
  }
  .mn-area-local__info-head {
    font-size: 11px;
  }
  .mn-local-local__img {
    margin-top: 0;
    margin-right: 0px;
  }
  .mn-local-local__img img{
    display: block;
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
  }
}

/* .mn-area-arround
================================================ */
.mn-area-arround__photos {
	display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px 9px;
}
.mn-area-arround__photos-item:first-child {
  grid-area: 1 / 1 / 2 / 4;
}
.mn-area-arround__photos-item img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 1060px) {
	.mn-area-arround__photos {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
	}
  .mn-area-arround__photos-item {
    width: 103%;
    margin-left: -2%;
  }
  .mn-area-arround__photos-item:first-child {
    width: 97.8%;
    grid-area: 1 / 1 / 4 / 4;
    margin: 0;
  }
}

/* .mn-life
================================================ */
.mn-life__inner {
  padding-bottom: 40px;
}
.mn-life__details {
	display: grid;
	gap: 20px;
	margin: 25px 20px 0;
}
.mn-life__details-item {
	display: grid;
	align-content: center;
	place-items: center;
	position: relative;
	min-height: 450px;
	z-index: 1;
}
.mn-life__details-item-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.mn-life__details-item-bg::before {
	content: '';
	background-color: rgba(0,0,0,.3);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mn-life__details-item-bg img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}
.mn-life__details-item-head.is-over-baseline {
	margin-bottom: -8px;
}
.mn-life__details-item-txt {
	color: #fff;
	font-size: 14px;
	line-height: 2.15;
	margin-top: 26px;
}
.mn-life__details-item-btn {
	border: 1px solid #fff;
	background-color: rgba(0,0,0,.2);
	color: #fff;
	margin-top: 24px;
	outline: none;
	position: relative;
	text-align: center;
	width: 168px;
}
.mn-life__details-item-btn-ico {
	background-color: rgba(0,0,0,.2);
	border: 1px solid #fff;
	border-radius: 50%;
	box-sizing: border-box;
	margin: auto;
	position: absolute;
	top: 0;
	right: 13px;
	bottom: 0;
	width: 17px;
	height: 17px;
}
.mn-life__details-item-btn-ico::before,
.mn-life__details-item-btn-ico::after {
	content: '';
	background-color: #fff;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 5px;
	height: 1px;
}
.mn-life__details-item-btn-ico::after {
	transform: rotate(90deg);
}
@media screen and (min-width: 767px) {
	.mn-life__inner {
		padding-bottom: 60px;
	}
	.mn-life__details {
		grid-template-columns: repeat(3,1fr);
		gap: 38px;
		margin: 60px 0 0;
	}
	.mn-life__details-item-bg::before {
		background-color: rgba(0,0,0,.5);
	}
	.mn-life__details-item-btn {
		transition: background-color .3s ease, border-color .3s ease;
	}
	.mn-life__details-item-btn:hover {
		background-color: #003280;
		border-color: #003280;
	}
}

/* .mn-life-intro
================================================ */
.mn-life-intro {
	display: grid;
	gap: 30px;
	padding: 34px 20px 44px;
}
.mn-life-intro__head {
	margin-bottom: 16px;
}
.mn-life-intro__head-ja {
	font-size: 20px;
	margin-top: 18px;
}
.mn-life-intro__txt {
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.875;
}
@media screen and (max-width: 766px) {
	.mn-life-intro__head-en {
		width: 151px;
	}
	.mn-life-intro__img {
		margin: 0 auto;
		width: fit-content;
	}
}
@media screen and (min-width: 767px) {
	.mn-life-intro {
		grid-template-columns: repeat(2,1fr);
		gap: 0;
		align-items: center;
		padding: 64px 48px;
	}
	.mn-life-intro__area-txt {
		margin-right: 48px;
	}
	.mn-life-intro__head-ja {
		font-size: 22px;
		margin-top: 22px;
	}
	.mn-life-intro__img {
		margin-right: 7px;
	}
}

/* .mn-modal
================================================ */
.mn-modal {
	background-color: #fff;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 100;
	overflow: hidden scroll;
	-ms-scroll-chaining: none;
	overscroll-behavior: contain;
}
.mn-modal.is-active {
	display: flex !important;
}
.mn-modal__btn {
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	border: 0;
	color: #003280;
	font-size: 16px;
	outline: none;
	padding: 53px 0 0;
	position: fixed;
	top: 40px;
	right: 40px;
	text-align: center;
	width: 50px;
	z-index: 3;
}
.mn-modal__btn::before{
	content: '';
	background-color: #003280;
	-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2273.539%22%20height%3D%2273.539%22%20viewBox%3D%220%200%2073.539%2073.539%22%3E%0A%3Cg%20fill%3D%22%23003280%22%3E%0A%3Cpath%20d%3D%22m2.829%200%2070.71%2070.71-2.828%202.83L.001%202.827z%22%2F%3E%0A%3Cpath%20d%3D%22M73.54%202.829%202.83%2073.539%200%2070.712%2070.713.001z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top / contain;
	mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2273.539%22%20height%3D%2273.539%22%20viewBox%3D%220%200%2073.539%2073.539%22%3E%0A%3Cg%20fill%3D%22%23003280%22%3E%0A%3Cpath%20d%3D%22m2.829%200%2070.71%2070.71-2.828%202.83L.001%202.827z%22%2F%3E%0A%3Cpath%20d%3D%22M73.54%202.829%202.83%2073.539%200%2070.712%2070.713.001z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top / contain;
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
}
.mn-modal__inner {
	padding-top: 150px;
	padding-bottom: 40px;
	width: 100%;
}
.mn-modal__content {
	padding-bottom: 40px;
}
.mn-modal__sec01 + .mn-modal__sec01 {
	margin-top: 35px;
}
.mn-modal__sec02 {
	margin-top: 50px;
}
.mn-modal__sec02-head {
	margin-bottom: 18px;
}
.mn-modal__sec03 + .mn-modal__sec03 {
	margin-top: 40px;
}
.mn-modal__grid {
	display: grid;
	gap: 18px;
}
.mn-modal__grid + .mn-modal__grid {
	margin-top: 50px;
}
.mn-modal__txt {
	letter-spacing: 0;
	line-height: 2.23;
}
.mn-modal__txt + .mn-modal__txt {
	margin-top: 20px;
}
.mn-modal__img.is-scroll-sp {
	position: relative;
	margin-top: 40px;
}
.mn-modal__img-wrap{
	position: relative;
}
.mn-modal__img-wrap::after {
	position: absolute;
	content: '';
	top: 0;
	right: -5px;
	width: 95px;
	height: 100%;
	background: linear-gradient(to left,#fff,transparent 100%);
	pointer-events: none;
	transition: opacity 0.3s;
}
#modal01 .mn-modal__img-wrap::after {display: none;}
.mn-modal__img-wrap.is-remove::after {
	opacity: 0;
}
.mn-modal__slides-list {
	display: flex;
	margin: 0 -10px;
	width: fit-content;
}
.mn-modal__slides-item {
	margin: 0 10px;
}
@media screen and (max-width: 766px) {
	.mn-modal__txt.is-lg-sp {
		font-size: 16px;
		line-height: 2;
	}
	.mn-modal__img.is-scroll-sp {
		overflow-x: scroll;
	}
	.mn-modal__img.is-scroll-sp img {
		max-width: 724px;
	}
	.mn-modal__slides {
		margin: 45px -20px 0;
		overflow-x: scroll;
	}
	.mn-modal__slides-list {
		padding: 0 20px;
	}
	.mn-modal__slides-item {
		width: 296px;
	}
}
@media screen and (min-width: 767px) {
	.mn-modal__img-wrap::after{display: none;}
	.mn-modal__btn {
		font-size: 18px;
		padding-top: 88px;
		top: 50px;
		right: 50px;
		width: 74px;
	}
	.mn-modal__btn::before {
		width: 74px;
		height: 74px;
	}
	.mn-modal__inner {
		padding-top: 200px;
		padding-bottom: 120px;
	}
	.mn-modal__content {
		padding-bottom: 120px;
	}
	.mn-modal__sec01 + .mn-modal__sec01 {
		margin-top: 70px;
	}
	/* .mn-modal__sec02 {
		margin-top: 64px;
	} */
	.mn-modal__sec02-head {
		margin-bottom: 40px;
	}
	.mn-modal__sec03 + .mn-modal__sec03 {
		margin-top: 50px;
	}
	.mn-modal__grid {
    grid-template-columns: repeat(2,1fr);
		align-items: start;
    gap: 24px;
	}
	.mn-modal__grid-img.is-end-pc {
		justify-self: end;
		width: calc(100% - 58px);
	}
	#modal02 .mn-modal__grid {
    grid-template-columns: 330px 1fr;
    gap: 18px;
	}
  #modal02 .mn-modal__grid-img img {
    display: block;
    max-width: 575px;
    margin-left: auto;
    margin-top: -9px;
  }
	.mn-modal__txt {
		font-weight: 600;
		line-height: 2;
	}
	.mn-modal__slides {
		margin-top: 44px;
	}
	.mn-modal__slides-list {
		margin: 0 -12px;
	}
	.mn-modal__slides-item {
		margin: 0 12px;
	}
}

/* .mn-modal-house
================================================ */
.mn-modal-house__lead-img {
	margin-top: 40px;
}
@media screen and (min-width: 767px) {
	.mn-modal-house__lead-img {
		margin-top: 30px;
	}
}

/* .mn-modal-policy
================================================ */
.mn-modal-policy__ex {
	margin-top: 40px; 
}
.mn-modal-policy__ex-box {
	border: 1px solid #E0E0E0;
	margin-top: 12px;
	padding: 20px;
}
.mn-modal-policy__ex-list {
	display: grid;
	gap: 8px;
	margin-left: 20px;
}
.mn-modal-policy__ex-list-item {
	list-style: disc;
	line-height: 1.5;
}
.mn-modal-policy__contact {
	background-color: #F5F5F1;
	margin-top: 50px;
	padding: 40px 20px 28px;
}
.mn-modal-policy__contact-head {
	font-size: 20px;
	line-height: 1.35;
}
.mn-modal-policy__contact-head:not(:first-child) {
	margin-top: 60px;
	position: relative;
}
.mn-modal-policy__contact-head:not(:first-child)::before {
	content: '';
	background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22296.188%22%20height%3D%224%22%20viewBox%3D%220%200%20296.188%204%22%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23003280%22%20stroke-dasharray%3D%220%208%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M2%202h292.188%22%2F%3E%0A%3C%2Fsvg%3E%0A") repeat left top / contain;
	position: absolute;
	top: -32px;
	left: 0;
	width: 100%;
	height: 4px;
}
.mn-modal-policy__contact-list-item {
	white-space: nowrap;
}
.mn-modal-policy__contact-list-tel {
	font-size: 40px;
	line-height: 1.2;
	padding-left: 47px;
	position: relative;
}
.mn-modal-policy__contact-list-tel::before {
	content: '';
	background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236.774%22%20height%3D%2224%22%20viewBox%3D%220%200%2036.774%2024%22%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22a%22%3E%0A%3Cpath%20fill%3D%22%23003280%22%20d%3D%22M0%200h36.774v24H0z%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3Cg%20fill%3D%22%23003280%22%20clip-path%3D%22url(%23a)%22%3E%0A%3Cpath%20d%3D%22M4.719%2013.893a4.525%204.525%200%201%200%209.042%200c0-2.469-2.445-4.441-4.52-5.621-2.077%201.18-4.522%203.152-4.522%205.621m18.376-.053a4.525%204.525%200%201%200%209.041%200c0-2.469-2.443-4.442-4.52-5.622-2.076%201.179-4.52%203.152-4.52%205.622%22%2F%3E%0A%3Cpath%20d%3D%22M0%2023.999h36.774v-24H0ZM36.769%205.836a18.607%2018.607%200%200%200-7%201.327c2.273%201.519%204.47%203.822%204.47%206.728a6.83%206.83%200%200%201-6.768%206.775%206.738%206.738%200%200%201-6.659-6.775c0-2.906%202.089-5.209%204.361-6.728a17.575%2017.575%200%200%200-6.792-1.327%2017.578%2017.578%200%200%200-6.793%201.327c2.273%201.519%204.361%203.822%204.361%206.728a6.738%206.738%200%200%201-6.659%206.775%206.873%206.873%200%200%201-6.818-6.775c0-2.906%202.248-5.209%204.52-6.728A18.576%2018.576%200%200%200%200%205.836v-2.1a20.7%2020.7%200%200%201%209.29%202.1%2019.791%2019.791%200%200%201%209.091-2.1%2019.8%2019.8%200%200%201%209.09%202.1%2020.722%2020.722%200%200%201%209.3-2.1Z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top / contain;
	position: absolute;
	top: 22px;
	left: 4px;
	width: 37px;
	height: 24px;
}
@media screen and (max-width: 766px) {
	.mn-modal-policy__contact-list-area {
		display: block;
		font-size: 16px;
		line-height: 1.1;
		margin-top: 20px;
	}
}
@media screen and (min-width: 767px) {
	.mn-modal-policy__ex {
		margin-top: 65px;
	}
	.mn-modal-policy__ex-box {
		margin-top: 16px;
		padding: 24px;
	}
	.mn-modal-policy__ex-list {
		display: grid;
		grid-template-columns: auto auto;
		gap: 8px 50px;
		margin: 0 auto;
		width: fit-content;
	}
	.mn-modal-policy__contact {
		margin-top: 36px;
		padding: 40px;
	}
	.mn-modal-policy__contact-head {
		font-size: 18px;
	}
	.mn-modal-policy__contact-head:not(:first-child) {
		margin-top: 48px;
	}
	.mn-modal-policy__contact-head:not(:first-child)::before {
		top: -26px;
	}
	.mn-modal-policy__contact-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.mn-modal-policy__contact-list-area {
		font-size: 18px;
		letter-spacing: 0;
		margin-right: 8px;
		vertical-align: text-bottom;
	}
	.mn-modal-policy__contact-list-tel {
		line-height: 1.6;
	}
}


/* .mn-location
================================================ */
.mn-location__sec {
	margin-top: 38px;
}
@media screen and (min-width: 767px) {
	.mn-location__sec {
		margin-top: 64px;
	}
}

/* .mn-location-intro
================================================ */
.mn-location-intro {
	display: grid;
	gap: 42px;
	padding: 33px 20px 48px;
}
.mn-location-intro__head-ja {
	font-size: 16px;
  line-height: 2.2;
  margin: 23px 0 10px;
  font-weight: 500;
}
.mn-location-intro__info-txt {
	font-size: 10px;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-top: 12px;
}
.mn-location-intro__photos {
	display: grid;
	grid-template:
		"one one" auto
		"two three" auto
		"two four" auto /
		1fr 1fr;
	gap: 7px;
}
.mn-location-intro__img img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}
.mn-location-intro__img.is-01 { grid-area: one; }
.mn-location-intro__img.is-02 { grid-area: two; }
.mn-location-intro__img.is-03 { grid-area: three; }
.mn-location-intro__img.is-04 { grid-area: four; }
@media screen and (max-width: 766px) {
	.mn-location-intro {
		margin: 0 -20px;
	}
	.mn-location-intro__area-txt {
		padding-left: 20px;
	}
	.mn-location-intro__head-en {
		width: 87px;
	}
	/* .mn-location-intro__head-ja {
		color: #003280;
	} */
}
@media screen and (min-width: 767px) {
	.mn-location-intro {
		grid-template-columns: 360px 1fr;
		align-items: center;
		gap: 0;
    padding: 48px 50px 57px;
	}
	.mn-location-intro__head-ja {
		font-size: 16px;
		line-height: 1.875;
    margin: 23px 0 7px;
	}
  .mn-location-intro__info-txt {
    margin-top: 7px;
  }
	.mn-location-intro__photos {
		gap: 10px;
	}
}
@media screen and (min-width: 1060px) {
	.mn-location-intro {
		grid-template-columns: 390px 1fr;
	}
	.mn-location-intro__area-txt {
		margin-right: 40px;
    margin-left: 24px;
    margin-top: 5px;
	}
}

/* .mn-location-city
================================================ */
.mn-location-city__set {
	display: grid;
  gap: 23px;
}
.mn-location-city__set + .mn-location-city__set {
  margin-top: 32px;
}
.mn-location-city__set-head {
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 2.3;
}
.mn-location-city__set-head span {
  display: block;
  font-size: 1.4rem;
}
.mn-location-city__set-txt {
	letter-spacing: 0;
	line-height: 2.28;
	margin-top: -8px;
}
@media screen and (min-width: 767px) {
	.mn-location-city__set {
		display: grid;
		grid-template:
			"head img" auto
			"txt img" 1fr /
			1fr 288px;
		align-items: start;
		gap: 0 40px;
	}
	.mn-location-city__set + .mn-location-city__set {
		margin-top: 40px;
	}
	.mn-location-city__set-head {
		grid-area: head;
		font-size: 24px;
		line-height: 1.75;
	}
  .mn-location-city__set-head span {
    font-size: 1.8rem;
    margin-top: 4px;
  }
	.mn-location-city__set-txt {
		grid-area: txt;
		line-height: 2;
    margin-top: 13px;
	}
	.mn-location-city__set-img {
		grid-area: img;
	}
}
@media screen and (min-width: 1060px) {
	.mn-location-city__set {
		gap: 0 96px;
	}
}

/* .mn-map
================================================ */
.mn-map__inner {
	padding-top: 55px;
	padding-bottom: 50px;
}
.mn-map__head {
	margin: 0 auto 20px;
	width: 44px;
}
.mn-map__box {
	box-sizing: border-box;
	display: grid;
	place-content: center;
  margin-top: 25px;
  padding: 8px 15px;
  border: 1px solid #003280;
}
.mn-map__box-txt {
  font-size: 1.6rem;
}
/* .mn-map__address {
	line-height: 1.43;
}
.mn-map__link {
	background-color:rgba(255,255,255,.5);
	border: 1px solid #003280;
	display: block;
	font-size: 12px;
	margin-top: 8px;
	text-align: center;
	text-decoration: none;
} */
@media screen and (min-width: 767px) {
	.mn-map__inner {
		padding-top: 73px;
		padding-bottom: 78px;
	}
	.mn-map__head {
		margin-bottom: 39px;
		width: fit-content;
	}
	.mn-map__img {
		margin: 0 auto;
		width: fit-content;
	}
	.mn-map__box {
    margin: 20px auto 0;
    padding: 17px;
		width: min(750px,100%);
	}
  .mn-map__box-txt {
    font-size: 3.2rem;
  }
	.mn-map__address {
		font-size: 24px;
		letter-spacing: 0.05em;
		line-height: 1.375;
	}
	.mn-map__link {
		font-size: 22px;
		margin-top: 14px;
		transition: background-color .3s ease, color .3s ease;
	}
	.mn-map__link:hover {
		background-color: #003280;
		color: #fff;
	}
}

/* .mn-access
================================================ */
.mn-access__inner {
padding-bottom: 55px;
}
.mn-access__head {
	margin: 0 auto 26px;
	width: 64px;
}
@media screen and (min-width: 767px) {
	.mn-access__inner {
		padding-bottom: 101px;
	}
	.mn-access__head {
		margin-bottom: 44px;
		width: fit-content;
	}
	.mn-access__img {
		margin: 0 auto;
		width: fit-content;
	}
}

/* .mn-bnr
================================================ */
.mn-bnr__inner {
  padding-top: 50px;
}
.mn-bnr__link {
  transition: opacity 0.3s;
}
.mn-bnr__link:hover {
  opacity: 0.7;
}

@media screen and (min-width: 767px) {
  .mn-bnr__inner {
    padding-top: 15px;
    padding-bottom: 50px;
  }
}

/* .mn-outline
================================================ */
.mn-outline__inner {
	padding-top: 24px;
	padding-bottom: 30px;
}
.mn-outline__txt {
	font-size: 8px;
	letter-spacing: 0;
	line-height: 2.5;
}
@media screen and (min-width: 767px) {
	.mn-outline__inner {
		padding-top: 53px;
		padding-bottom: 32px;
	}
	.mn-outline__txt {
		font-size: 10px;
		line-height: 2;
		margin: 0 auto;
		width: min(600px,100%);
	}
}