*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}



body{
	font-family: "Zen Old Mincho", serif;
	font-size: 1em;
	width: 100%;
  	min-width: 100%;
  	margin: 0px;
	padding: 0px;
	letter-spacing: 0.05em;
}

li{
	list-style: none;
}

h1,h2,h3,h4,h5,dl,ul,p,dt,dd,li{
  margin: 0;
  padding: 0;
  color: #000;
  line-height: 2;
}

figure{
	margin: 0;
}


a{
	outline: none;
	color: #000;
}


.pc-bl {
  display: block;
}

.pc-nn{
  display: none;
}

#top {
	float: right;
	width: 113px;
	clear: right;
}

#txt_link {
	text-align: center;
	clear: left;
	float: left;
	width: 760px;
	margin-top: 15px;
	font-size: 90%;
	line-height: 140%;
	color: #584533;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0;
	vertical-align: bottom;
	width: 100%;
	height: auto;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	position: relative;
}

#main-visual div{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 10;
}

#main-visual {
	width: 100%;
	height: 100vh;
	aspect-ratio: 16 / 9;
	position: relative;
}

#main-visual video {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

@keyframes animationZoomOut {
			0% { transform:scale(1.1)} 
		}

#main-visual h2{
	letter-spacing: 0.05em;
	color: #fff;
	font-size: clamp(2.25rem, -0.031rem + 3.57vw, 4.25rem);
	font-weight: 400;
	text-align: center;
	text-shadow: 1px 1px 10px #000;
	line-height: 1;
	margin: 0 0 2% 0;
}
#main-visual .h2-txt{
	letter-spacing: 0.05em;
	color: #fff;
	font-size: clamp(1.25rem, 0.822rem + 0.67vw, 1.625rem);
	font-weight: 500;
	text-align: center;
	text-shadow: 1px 1px 10px #000;
	line-height: 1;
	margin-bottom: 5%;
}
#main-visual img{
	max-width: 380px;
	width: 50%;
}

#infomation {
	width: 100%;
	background: #30363a;
	padding: 7% 0;
	text-align: center;
}

#infomation li{
	color: #fff;
	font-size: clamp(1.25rem, 0.537rem + 1.11vw, 1.875rem);	
	letter-spacing: 0.05em;
}
#infomation ul{
	margin: 0 auto;
	text-align: left;
	display: inline-block;
}
.cont-box-s{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto
}
.cont-box-nm{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto
}
.cont-box-lg{
	width: 90%;
	max-width: 1300px;
	margin: 0 auto
}
#concept {
	width: 100%;
	background: #7c9ead;
	padding: 8% 0;
}
.concept1{
	width: 48%;
}
#concept h3{
	align-items: center;
	display: flex;
}
#concept h3::after {
	background-color: #fff;
	content: "";
	flex-grow: 1;
	height: 1px;
	margin-left: 1em;
}
#concept h3 img{
	width: auto;
	height: 59px;
	margin: 7% 0;
}
#concept p{
	font-size: clamp(1rem, 0.857rem + 0.22vw, 1.125rem);
}
.main-cont{
	display: flex;
	justify-content: space-between;
	align-items: end;
}
.sub-cont{
	position: relative;
	width: 100%;
	max-width: 1100px;
	margin: 7% auto 0;
	height: 30vw;
}
.sub-cont .l-img{
	position: absolute;
	width: 42%;
	top: 3vw;
	left: 6vw;
}
.sub-cont .r-img{
	position: absolute;
	width: 42%;
	right: 0;
}

#access {
	width: 100%;
	background: #b6a7a9;
	padding: 8% 0;
}
.access1{
	width: 48%;
}
.access-list {
	width: 90%;
	max-width: 1200px;
	margin: 5% auto;
}
.access-list p{
	text-align: left!important;
	line-height: 1.5;
}
.access-list ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.access-list li{
	width: 29.5%;
	font-size: clamp(1.25rem, 0.537rem + 1.11vw, 1.875rem);	
	letter-spacing: 0.05em;
	font-weight: 600;
}
.access-list li img {
	margin-bottom: 3%;
}
.gmaps {
	max-width: 1200px;
    width: 90%;
    margin: 3% auto 0;
}
#access h3{
	align-items: center;
	display: flex;
}
#access h3::after {
	background-color: #fff;
	content: "";
	flex-grow: 1;
	height: 1px;
	margin-left: 1em;
}
#access h3 img{
	width: auto;
	height: 59px;
	margin: 7% 0;
}
#access h4{
	font-size: clamp(2rem, 1.43rem + 0.89vw, 2.5rem);
	text-align: center;
	font-weight: 500;
}
#access p{
	font-size: clamp(1rem, 0.857rem + 0.22vw, 1.125rem);
}
#access .ad-txt{
	text-align: center;
	font-size: clamp(1.25rem, 0.822rem + 0.67vw, 1.625rem);
	font-weight: 500;
}

#view-pr {
	width: 100%;
    height: 500px;
    background-image: url(../img/main.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
	background-position: center;
}
#location {
	width: 100%;
	background: #85a690;
	padding: 8% 0;
}
#location h3{
	align-items: center;
	display: flex;
}
#location h3::after {
	background-color: #fff;
	content: "";
	width: 270px;
	height: 1px;
	margin-left: 1em;
}
#location h3 img{
	width: auto;
	height: 59px;
	margin: 7% 0;
}
#location h4{
	font-size: clamp(1.25rem, 0.537rem + 1.11vw, 1.875rem);
	font-weight: 400;
}
#location p{
	font-size: clamp(1rem, 0.857rem + 0.22vw, 1.125rem);
}
#location .ad-txt{
	text-align: center;
	font-size: clamp(1.25rem, 0.822rem + 0.67vw, 1.625rem);
	font-weight: 600;
}
.location1{
	text-align: center;
}
.location1 div{
	display: inline-block;
	margin: 0 auto;
	text-align: left;
}
.location-bg {
	width: 100%;
    background-image: url("../img/bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	height: 250px;
	margin: 5% 0;
}
.location-sub {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.5);
	padding: 5%;
}
.green-spot {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 7%;
}
.green-spot h5 {
	line-height: 1;
	margin-bottom: 4%;
}
.green-spot h5 img{
	width: auto;
	height: 70px;
	margin: 0 auto;
}
.green-spot h6 {
	line-height: 1;
	margin: 1% auto 10%;
	font-size: clamp(0.875rem, 0.447rem + 0.67vw, 1.25rem);
	align-items: center;
	display: flex;
	justify-content: center;
}
.green-spot h6::before,
.green-spot h6::after {
  background-color: #000;
  content: "";
  height: 1px;
  width: 10px;
}
.green-spot h6::before {
  margin-right: 0.25em;
}
.green-spot h6::after {
  margin-left: 0.25em;
}

.urban-access {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}
.urban-access h5 {
	line-height: 1;
	margin-bottom: 4%;
}
.urban-access h5 img{
	width: auto;
	height: 54px;
	margin: 0 auto;
}
.urban-access h6 {
	line-height: 1;
	margin: 1% auto 10%;
	font-size: clamp(0.875rem, 0.447rem + 0.67vw, 1.25rem);
	align-items: center;
	display: flex;
	justify-content: center;
}
.urban-access h6::before,
.urban-access h6::after {
  background-color: #000;
  content: "";
  height: 1px;
  width: 10px;
}
.urban-access h6::before {
  margin-right: 0.25em;
}
.urban-access h6::after {
  margin-left: 0.25em;
}

.location-sub .img-wrap {
	width: 52%;
}
.location-sub .txt-wrap {
	width: 45%;
	text-align: center;
}
.location-sub .txt-wrap p {
	text-align: left;
}
.location-sub .txt-wrap div {
	display: inline-block;
	margin: 0 auto;
}

#design {
	width: 100%;
	background: #b9b78b;
	padding: 8% 0;
}
#design h3 {
	line-height: 1;
	margin-bottom: 2%;
	text-align: center;
}
#design h3 img{
	width: auto;
	height: 59px;
	margin: 0 auto;
}
#design h4 {
	line-height: 1;
	margin: 1% auto 10%;
	font-size: clamp(0.875rem, 0.447rem + 0.67vw, 1.25rem);
	align-items: center;
	display: flex;
	justify-content: center;
	color: #fff;
}
#design h4::before,
#design h4::after {
  background-color: #fff;
  content: "";
  height: 1px;
  width: 10px;
}
#design h4::before {
  margin-right: 0.25em;
}
#design h4::after {
  margin-left: 0.25em;
}

#shamaison {
	width: 100%;
	background-image: url("../img/bg2.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	padding: 8% 0;
}
.shamaison-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	row-gap: 100px;
}
.shamaison-listbox {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 47%;
	padding: 5% 3%;
	text-align: center;
	position: relative;
}
.card-txt {
	flex-grow: 1;
	display: flex;
    align-items: center;
}
.shamaison-listbox h3 {
	font-size: clamp(2rem, 1.43rem + 0.89vw, 2.5rem);
	text-align: center;
	font-weight: 500;
}
.shamaison-listbox h4 {
	line-height: 1;
	margin: 1% auto 7%;
	font-size: clamp(0.875rem, 0.447rem + 0.67vw, 1.25rem);
	align-items: center;
	display: flex;
	justify-content: center;
}
.shamaison-listbox h4::before,
.shamaison-listbox h4::after {
  background-color: #000;
  content: "";
  height: 1px;
  width: 10px;
}
.shamaison-listbox h4::before {
  margin-right: 0.25em;
}
.shamaison-listbox h4::after {
  margin-left: 0.25em;
}
.shamaison-listbox p {
    font-size: clamp(1rem, 0.857rem + 0.22vw, 1.125rem);
	margin-bottom: 7%;
}
.more-btn {
	position: relative;
	width: 148px;
	height: 148px;
	margin: -5% auto 0;
	font-weight: 500;
	font-size: 1em;
	line-height: 1;
}
.more-btn a {
	width: 148px;
	height: 148px;
	border-radius: 50%;
	background: #870000;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
	color: #fff;
	transition: 0.3s ease-in-out all;
	opacity: 1;
	text-decoration: none;
}
.more-btn a::after {
	position: absolute;
	top: 50%;
	right: 1em;
	font: var(--fa-font-solid);
	content: "\f105";
	transform: translateY(-50%);
	font-size: 0.9em;
	width: 1em;
	height: 1em;
	padding-left: 1em;
	-webkit-font-smoothing:antialiased;
	-webkit-text-stroke-color:#870000;
	-webkit-text-stroke-width:1px
}
.more-btn a:hover {
	transform: translateX(5px);
}
.room-color {
	background: #85a690;
}
.zeh-color {
	background: #b6a7a9;
}
.style-color {
	background: #b9b78b;
}
.quality-color {
	background: #7c9ead;
}

#property {
	width: 100%;
	background: #ebe0da;
	padding: 0 0 8%;
}
#property h3 {
    font-size: clamp(1.25rem, 0.537rem + 1.11vw, 1.875rem);
    font-weight: 600;
	text-align: center;
	margin: 7% 0;
}

.marquee {
    display: flex;
	overflow: hidden;
    width: 100%;
}
.marquee-list {
	display: flex;
	gap: 10vw;
}
.marquee-inner {
    animation: marquee 45s linear infinite;
	width: calc(100vw / 1);
}
.marquee-inner img {
	width: 100%;
}
@keyframes marquee {
	0%   { translate: 0; }
	100% { translate: calc(-100% - 10vw); }
}

.outline-list p {
    font-size: clamp(1rem, 0.857rem + 0.22vw, 1.125rem);
	line-height: 1.5;
	margin-bottom: 2%;
}
.outline-list{
	display: flex;
	flex-wrap: wrap;
	max-width: 620px;
	width: 90%;
	margin: 0 auto;
}
.outline-list dt, .outline-list dd {
	box-sizing: border-box;
}
.outline-list dt {
	align-items: center;
	padding: 20px;
	width: 20%;
    font-size: clamp(1rem, 0.857rem + 0.22vw, 1.125rem);
	line-height: 1.5;
}
.outline-list dt:last-of-type,
.outline-list dd:last-of-type {
  border: none;
}
.outline-list dd {
	align-items: center;
	margin-left: 0;
	padding: 20px;
	width: 80%;
    font-size: clamp(1rem, 0.857rem + 0.22vw, 1.125rem);
	line-height: 1.5;
}

#contact {
	width: 100%;
	background: #fff;
	padding: 8% 0 12%;
}
#contact h3 {
    font-size: clamp(1.25rem, 0.537rem + 1.11vw, 1.875rem);
    font-weight: 600;
	text-align: center;
	margin: 0 0 2%;
}
#contact img{
	width: auto;
	height: 124px;
	margin: 0 auto 5%;
	display: block;
}

#contact p {
	text-align: center;
}
#contact p.tel {
	text-align: center;
	font-size: 1em;
}
#contact p.tel-num {
	text-align: center;
	font-size: 2em;
	line-height: 1;
}
.contact-bt-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 720px;
	width: 90%;
	margin: 5% auto 0;
}

.contact-btn-f {
	width: 330px;
	max-width: 90%;
	margin: 0 auto;
}
.contact-btn-f a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 54px;
	text-align: center;
	text-decoration: none;
	font-size: clamp(0.75rem, 0.322rem + 0.67vw, 1.125rem);
	line-height: 1;
	font-weight: 500;
	background: #870000;
	color: #fff;
    transition: 0.5s ease-in-out all;
	opacity: 1;
	border: 1px solid #870000;
}
.contact-btn-f a:hover {
	background: #fff;
	color: #870000;
	border: 1px solid #870000;
}


/*ROOM*/

#room-tit{
	position: relative;
	width: 100%;
    background-image: url("../room/img/room-tit.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	/*aspect-ratio: 16 / 9;*/
	min-height: 400px;
    height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-top: 120px;
}

#room-tit h2{
	letter-spacing: 0.05em;
	color: #fff;
	font-size: clamp(2.25rem, -0.031rem + 3.57vw, 4.25rem);
	font-weight: 400;
	text-align: center;
	line-height: 1;
	margin: 0 0 10% 0;
}
#room-tit h3 {
	line-height: 1;
	margin: 0 auto;
	font-size: clamp(0.875rem, 0.447rem + 0.67vw, 1.25rem);
	align-items: center;
	display: flex;
	justify-content: center;
	color: #fff;
}
#room-tit h3::before,
#room-tit h3::after {
  background-color: #fff;
  content: "";
  height: 1px;
  width: 10px;
}
#room-tit h3::before {
  margin-right: 0.25em;
}
#room-tit h3::after {
  margin-left: 0.25em;
}

#r-info {
	width: 100%;
	padding: 8% 0;
	background: #fff;
}
#r-info p {
	font-size: clamp(1.125rem, 0.68rem + 0.89vw, 1.75rem);
	line-height: 2;
	text-align: center;
	margin:0 auto 5%;
		
}
 .room-btn-wrap {
	display: grid;
	grid-template-columns: 1fr 2fr 2fr 2fr;
	grid-template-rows: 1fr 1fr 1fr 1fr;
	grid-column-gap: 5px;
	grid-row-gap: 5px;
	justify-items: stretch;
	align-items: stretch;
	max-width: 800px;
	width: 90%;
	margin: 0 auto;
	position: relative;
	background: #fff;
	padding: 0.3%;
 }

.rb-tit {
    background: #85a690;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	padding: 5%;
	font-size: clamp(1rem, 0.43rem + 0.89vw, 1.5rem);
}
.rb-cont {
}

.rb-cont a{
	display: block;
	align-items: center;
	justify-content: center;
	width: 100%;
	text-align: center;
	text-decoration: none;
	font-size: clamp(1.25rem, 0.537rem + 1.11vw, 1.875rem);
	line-height: 1.5;
	font-weight: 500;
    background: #dae7df;
	color: #000;
    transition: 0.5s ease-in-out all;
	opacity: 1;
	padding: 5%;
}
.rb-cont a:hover{
    background: #85a690;
	color: #fff;
}
.rb-cont span {
	display: block;
	font-size: 0.6em;
	margin-bottom: 2%;
}
.rb-cont-off {
	background: #bbccbb;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	padding: 5%;
}

#room-sec {
	width: 100%;
	padding: 8% 0;
	background: #85a690;
}
.room-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 60px;
}
.room-list{
	width: 47%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.room-title {
	background: #dae7df;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 2% 5%;
	width: 100%;
	
}
.room-num{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:40px; 
	align-items: center;
}
.room-num h4 {
	font-size: clamp(1.25rem, -0.176rem + 2.23vw, 2.5rem);
}
.room-num p {
	font-size: clamp(1rem, 0.857rem + 0.22vw, 1.125rem);
	line-height: 1.3;
}
.room-num p span {
	font-size: 1.4em;
}
.room-img{
	background: #fff;
	text-align: center;
	width: 100%;
	flex-grow: 1;
}
.room-img img {
	width: 60%;
}

.room-btn{
	width: 30%;
    position: relative;
    display: flex;
    align-items: center;
}
.room-btn a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 54px;
	text-align: center;
	text-decoration: none;
	font-size: 1rem;
	line-height: 1;
	font-weight: 500;
	border: 1px solid #000;
    transition: 0.3s ease-in-out all;
	opacity: 1;
}
.room-btn a::after {
	position: absolute;
	top: 50%;
	right: 1em;
	font: var(--fa-font-solid);
	content: "\f105";
	transform: translateY(-50%);
	font-size: 1em;
	width: 1em;
	height: 1em;
	padding-left: 1em;
	-webkit-font-smoothing:antialiased;
	-webkit-text-stroke-color:#dae7df;
	-webkit-text-stroke-width:1px
}
.room-btn a:hover {
	opacity: 0.3;
}

#room-spec {
	background: #85a690;
	padding: 8% 0;
	margin-top: 120px;
}
.carousel-wrap {
	max-width: 800px;
	width: 90%;
	margin: 0 auto 8%;
}



.c-room-title {
	background: #dae7df;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 1% 3%;
	width: 100%;
	
}
.c-room-num{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:30px; 
	align-items: baseline;
}
.c-room-num h2 {
	font-size: clamp(1.375rem, -0.193rem + 2.45vw, 2.75rem);
}
.c-room-num p {
	text-align: center;
	font-size: clamp(1.125rem, 0.697rem + 0.67vw, 1.5rem);
	line-height: 1.3;
}
.c-room-num p span {
	font-size: 1.4em;
}
.carousel-box {
	background: #fff;
	width: 100%;
	padding: 3% 0;
}
.carousel-area {
	width: 80%;
	margin: 0 auto;
}
.att-cmt {
	width: 90%;
	margin: 0 auto;
}
.att-cmt p {
	font-size: clamp(0.75rem, 0.607rem + 0.22vw, 0.875rem);
	line-height: 1.5;
}


.thumbnail .slick-track {
  transform: unset !important;
	display: flex!important;
	flex-wrap: wrap;
	justify-content: space-between!important;
	box-sizing: border-box!important;
	width: 100%!important;
	row-gap: 20px!important; 
}

.thumbnail .slick-track::before{
  content:""!important;
  display: block!important;
  width:22%!important;
  order:1!important;
}
.thumbnail .slick-track::after{
  content:""!important;
  display: block!important;
  width:22%!important;
}




.thumbnail .slick-track::before,.thumbnail .slick-track::after {
	content: none;
}

.slider{
	margin: 0 auto 3%;
	/*width: 99.5%!important;*/
}
.thumbnail{
	width: 100%;
	margin: 0 auto 3%;
}
.slick-img {
	box-sizing: border-box!important;
}
.slick-img.slick-slide{
	max-width: 100%!important;
}
.thumbnail-img {
	box-sizing: border-box;
	width: 22%!important;
}
.slick-img {
  border: 1px solid #000;
	margin: 1px;
}
.thumbnail-img {
  border: 1px solid #000;
}
.thumbnail .slick-current {
  border: 4px solid #870000;
}
.carousel-area .slick-prev,.carousel-area .slick-next {
    z-index: 100!important;
}
.carousel-area .slick-prev::before,.carousel-area .slick-next::before {
    color: #870000!important;
	font-size: 30px;
	padding: 4px;
}
.slick-prev:before {
    font: var(--fa-font-solid);
	content: "\f137";
	-webkit-font-smoothing:antialiased;
	-webkit-text-stroke-color:#870000;
	-webkit-text-stroke-width:1px
}
.slick-next:before {
    font: var(--fa-font-solid);
	content: "\f138";
	-webkit-font-smoothing:antialiased;
	-webkit-text-stroke-color:#870000;
	-webkit-text-stroke-width:1px
}
.carousel-area .slick-prev {
    left: -55px!important;
}
.carousel-area .slick-next {
    right: -45px!important;
}

.wdt100{
	width: 100%;
}
#pmtohoku {
	width: 100%;
	background: #30363a;
	padding: 3% 0 5%;
}
.pm-logo {
	max-width: 372px;
	width: 70%;
	margin: 0 auto;
}

#pagetop {
    position: fixed;
    bottom: 2%;
    right: 2%;
}



.txt-s {
	font-size: 70%;
	line-height: 120%;
}
.txt-m {
	font-size: 80%;
	line-height: 140%;
}
.txt-l {
	font-size: 100%;
	line-height: 160%;
}
.ind {
	text-indent: -1em;
	padding-left: 1em;
}


.ta_c{
	text-align: center;
}

.ta_l{
	text-align: left;
}

.ta_r{
	text-align: right;
}

.mt_10{
	margin-top: 10px;
}

.mt_20{
	margin-top: 20px;
}

.mt_30{
	margin-top: 30px;
}

.mt_50{
	margin-top: 50px;
}

.mt_70{
	margin-top: 70px;
}

.mt_80{
	margin-top: 80px;
}

.mt_100{
	margin-top: 100px;
}

.mt_150{
	margin-top: 150px;
}

.mt_200{
	margin-top: 200px;
}

.mb_20{
	margin-bottom: 20px;
}

.mb_30{
	margin-bottom: 30px;
}

.mb_50{
	margin-bottom: 50px;
}

.mb_100{
	margin-bottom: 50px;
}
.mb_1l{
	margin-bottom: 1em;
}
.mr_10{
	margin-right: 10px;
}

.mr_20{
	margin-right: 20px;
}

.mr_30{
	margin-right: 30px;
}

.mr_50{
	margin-right: 50px;
}

.mr_100{
	margin-right: 100px;
}

.mr_200{
	margin-right: 200px;
}

.mr_250{
	margin-right: 250px;
}

.mr_280{
	margin-right: 280px;
}

.ml_10{
	margin-left: 10px;
}

.ml_20{
	margin-left: 20px;
}

.ml_30{
	margin-left: 30px;
}

.ml_50{
	margin-left: 50px;
}

.ml_60{
	margin-left: 60px;
}

.ml_100{
	margin-left: 100px;
}

.ml_150{
	margin-left: 100px;
}

.ml_210{
	margin-left: 210px;
}

.ml_300{
	margin-left: 300px;
}

.pt_20{
	padding-top: 20px;
}

.pt_30{
	padding-top: 30px;
}

.pt_50{
	padding-top: 50px;
}

.pt_100{
	padding-top: 100px;
}

.pt_200{
	padding-top: 200px;
}

.pb_20{
	padding-bottom: 20px;
}

.pb_50{
	padding-bottom: 50px;
}

.pb_100{
	padding-bottom: 100px;
}

.pl_20{
	padding-left: 20px;
}

.txt_box{
	padding: 0 15px;
}

.lh-1{
	line-height: 1.5;
}

.big{
	font-size: 2em;
}

.big2{
	font-size: 1.2em;
	margin-bottom:10px;
}

.small{
	font-size: 0.7em;
}

.small2{
	font-size: 0.8em;
}
.mdl {
	font-size: 0.9em;
}
.small3 {
    font-size: 0.6em;
}

.mb_10{
	padding-bottom: 10px;
}
.mb_30 {
	margin-bottom: 30px;
}
.mb_40 {
	margin-bottom: 40px;
}

.w-860{
	width: 860px;
	margin: 0 auto;
}

.flex1{
    display:-ms-flexbox;
    display: -webkit-flex;
    display:flex;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}

.flex2{
    display:-ms-flexbox;
    display: -webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    margin: auto;
    -webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.flex3{
    display:-ms-flexbox;
    display: -webkit-flex;
    display:flex;
    -ms-flex-pack: distribute;
	justify-content: space-around;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}

.flex4{
    display:-ms-flexbox;
    display: -webkit-flex;
    display:flex;
    -ms-flex-pack:justify;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.flex5{
    display:-ms-flexbox;
    display: -webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.flex6{
    display:-ms-flexbox;
    display: -webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.flex7 {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    align-items: center;
    justify-content: space-between;
}
.flex8{
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    column-gap: 13px;
}
.flex9{
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    column-gap: 95px;
}
.flex10{
    display:flex;
	justify-content: flex-start;
    flex-wrap:wrap;
	gap:45px;
}
.flex11{
    display:flex;
	justify-content: flex-start;
    flex-wrap:wrap;
	gap:60px;
}
.flex12{
    display:flex;
	justify-content: flex-start;
    flex-wrap:wrap;
	gap:20px;
	align-items: center;
}
.flex-c {
	display: flex;
    flex-direction: column;
}
.flex-c-ft {
	display: flex;
    flex-direction: column;
}
.flex-c2 {
	display: flex;
    flex-direction: column;
	gap: 20px;
}
.spbr {
		display: none;
	}



button {
	border: none;
	background: none;
	outline:none;
}
	
.fullscreenmenu{
	width: 50px;
	height: 70px;
}
	
.menu,.menu span {
	display: inline-block;
	-webkit-transition:all .4s;
	transition: all .4s;
	box-sizing: border-box;
}

.menu{
	position: fixed;
	top: 25px;
	right:  20px;
	width: 60px;
	height: 60px;
	z-index: 100000;
	cursor: pointer;
	padding: 0;
	transition: all 0.3s ease-out;
}
	
.menu .bar{
	position: absolute;
	left: 9px;
	/*width: 50%;*/
	height: 2px;
	background-color: #fff;
	z-index: 10;
	/*transform: translate3d(-50%,-4px,0);*/
	/*-webkit-transform: translate3d(-50%,-4px,0);*/
}

.menu .menu-txt{
	font-size: 1em;
	font-weight: 700;
	color: #fff;
	position: absolute;
	left: 50%;
	transform: translate3d(-50%,0,0);
	-webkit-transform: translate3d(-50%,0,0);
}
	
.menu .menu-txt.active{
	font-size: 0;
	margin: 0;
	opacity: 0;
}
.menu span:nth-of-type(1) {
	top: 20px;
	width: 70%;
}


.menu span:nth-of-type(2) {
	bottom: 29px;
	width: 40%;
}
	
.menu.active span:nth-of-type(1) {
	-webkit-transform: translateX(-50%) rotate(30deg);
	transform: translateX(-50%) rotate(30deg);
	background-color: #870000;
	width: 50px;
	left: 50%;
}

.menu.active span:nth-of-type(2) {
	-webkit-transform: translateX(-50%)translateY(-9px)rotate(-30deg);
	transform: translateX(-50%)translateY(-9px)rotate(-30deg);
	background-color: #870000;
	width: 50px;
	left: 50%;
}

#nav {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1000;
	width: 100%;
	height: 100vh;
	opacity: 0;
	background-color: #fff;
	transition: all 0.3s ease-in-out;
	visibility:hidden;
}
	
#nav.active{
	right: 0;
	opacity: 1;
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
	overflow: auto;
	z-index: 10000;
}
	
#nav ul{

}
	
#nav ul li{
}
	
#nav ul li a{
}
	
	
#nav ul li ul{
	margin: 0;
	padding: 0;
}



.nv-list-wrap{
	max-width: 800px;
	margin: 120px auto 0;
}

.nv-list-inner{
    max-width: 1200px;
	margin: 0 auto;
}

.nv-list-box{
	/*display: flex;
	flex-direction: column;*/
}
.nv-list-box a{
	display: inline-block;
}
.nv-list-box h3{
	font-size: 2.5em;
	font-weight: 900;
	margin: 0;
    padding: 0;
}
.nv-list-box p{
	font-size: 1em;
	font-weight: 600;
	color: #D92D35;
	margin-top: -1.4em;
	margin-bottom: 0.5em;
    padding: 0;
}
.nv-list-box li{
	font-size: 1.25em;
	font-weight: 600;
	margin-bottom: 7%;
	text-align: center;
}

.wd960{
	width: 960px;
	margin: 0 auto;
}

.wd800{
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}

.as_c{
	align-self: center;
	-ms-flex-flex-item-align: center;
	-webkit-align-self: center;
}

.jc_c{
    -ms-flex-pack:center;
    -webkit-justify-content:center;
    justify-content:center;
}

.as_fe{
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.p_r{
	position: relative;
}

.p_a{
	position: absolute;
}




/*以下個別*/

.cont-box{
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}

.cont-box2{
	max-width: 800px;
	width: 90%;
	margin: 0 auto;
}

.mb2p{
	margin-bottom: 2%;
}
.mb3p{
	margin-bottom: 3%;
}
.mb5p{
	margin-bottom: 5%;
}
.mb8p{
	margin-bottom: 8%;
}
.mb10p{
	margin-bottom: 10%;
}
.mb15p{
	margin-bottom: 15%;
}
.mt2p{
	margin-top: 2%;
}
.mt3p{
	margin-top: 3%;
}
.mt5p{
	margin-top: 5%;
}
.mt10p{
	margin-top: 10%;
}
.mt15p{
	margin-top: 15%;
}

header{
	position: fixed;
    top: 0;
    width: 100%;
    height: 120px;
    z-index: 999;
    opacity: 1;
}

header a{
	text-decoration: none;
}
footer a{
	text-decoration: none;
	color: #000;
}

.top{
	padding: 0 0 30px;
}

.pc-header{
	width: 100%;
    padding: 0 0 0 20px;
    position: relative;
    background: rgba(255,255,255,0.7);
}

.pc-header>.cont-box{
	position: relative;
}


.pc-header h1{
	align-items: center;
}
.pc-header h1 img{
	display: block;
}
.header-logo{
	display: flex;
    width: 20%;
    justify-content: flex-start;
    gap: 20px;
}


.header-logo a{
    transition: 0.3s ease-in-out all;
    opacity: 1;
}
.header-logo a:hover{
	opacity: 0.3;
}


.head-menu{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-self: center;
    max-width: 880px;
    width: 60%;
}
.head-menu ul{
	display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 78%;
}
.head-menu li{
	flex-shrink: 0;
	padding-right: 2em;
}
.head-menu li a{
	font-size: clamp(0.625rem, 0.055rem + 0.89vw, 1.125rem);
    font-weight: 600;
    line-height: 1;
}
.head-menu li a{
	position: relative;
}
.head-menu li a::after {
    position: absolute;
    transition: .3s;
    content: '';
    width: 0;
    left: 50%;
    bottom: -6px;
    height: 2px;
    background: #870000;
}

.head-menu li a:hover::after{
	width: 100%;
    left: 0;
}

.head-menu li:last-child::after{
	display: none;
}

.contact-btn{
	width: 18%;
	display: flex;
    flex-wrap: wrap;
}
.contact-btn a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 60px;
	text-align: center;
	font-size: clamp(0.75rem, 0.322rem + 0.67vw, 1.125rem);
	font-weight: 500;
    transition: 0.3s ease-in-out all;
	opacity: 1;
}
.contact-btn .fst{
	background: rgba(255,255,255,0.8);
	color: #000;
}

.contact-btn .scd{
	background: #870000;
	color: #fff;
}

.contact-btn a:hover{
	opacity: 0.6;
}

.contact-btn-c{
	width: 330px;
	max-width: 90%;
	margin: 0 auto;
}
.contact-btn-c a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 54px;
	text-align: center;
	text-decoration: none;
	font-size: clamp(0.75rem, 0.322rem + 0.67vw, 1.125rem);
	line-height: 1;
	font-weight: 500;
	background: #870000;
	color: #fff;
    transition: 0.5s ease-in-out all;
	opacity: 1;
}
.contact-btn-c a:hover{
	background: #fff;
	color: #870000;
}

.contact-btn-w{
	width: 330px;
	max-width: 90%;
	margin: 7% auto 0;
}
.contact-btn-w a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 54px;
	text-align: center;
	text-decoration: none;
	font-size: clamp(0.75rem, 0.322rem + 0.67vw, 1.125rem);
	line-height: 1;
	font-weight: 500;
	background: #fff;
	color: #870000;
    transition: 0.5s ease-in-out all;
	opacity: 1;
}
.contact-btn-w a:hover{
	background: #870000;
	color: #fff;
}

.head-menu li:nth-last-child(1){
	padding-right: 0;
}

.h-sml{
	font-size: 14px;
}

.h-big{
	font-size: 30px;
}


.wdp{
	line-height: 1.6;
	font-size: clamp(0.8em, 1.5vw, 0.95em);
}


.cont-box{
	z-index: 10;
	position: inherit;
}


address{
	text-align: left;
	font-style: normal;
	align-self: end;
	font-size: 0.7em;
	color: #000;margin-top: 2em;
}

#pagetop{
	position: fixed;
	width: 56px;
	bottom: 0;
	right: 0;
	z-index: 999;
}
.wd100{
	width: 100%;
}
.wd100s{
	flex-shrink: 0;
	font-size: clamp(1rem, -0.14rem + 1.78vw, 2rem);
    font-weight: 600;
    line-height: 1;
	letter-spacing: 0.05em;
	display: block;
}
.mb80s{
	margin-bottom: 80px;
}

.modalOpen{
	padding: 0;
	border: 0;
	width: 100%;
	margin-bottom: 0.9%;
	border-radius: 0;
	z-index: 10;
	cursor: pointer;
}
.modalOpen2{
	padding: 0;
	border: 0;
	width: 19.3%;
	margin-bottom: 0.9%;
	/* margin-right: 10px; */
	border-radius: 0;
	z-index: 10;
	cursor: pointer;
}

.modalOpen-ex{
	padding: 0;
	border: 0;
	margin-bottom: 0.9%;
	/* margin-right: 10px; */
	border-radius: 0;
	z-index: 10;
	cursor: pointer;
}

.modalOpen:nth-of-type(5n){
	margin-right: 0;
}

.c4-izmir {
	background-color: #000;
	background-color: var(--primary-color);
}

.c4-izmir {
	--primary-color: #000;
}

.modal {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.8);
	z-index: 1000;
	animation: show 0.3s linear 0s;
}

.modal-box{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	flex-wrap: wrap;
}

.modal-cont{
    margin: 10% auto;
    max-width: 640px;
    width: 90%;
    animation-duration: 1s;
    position: relative;
	background-color: #fff;
	padding: 40px;
	border: 5px solid #d92d35;
	animation: show 0.3s linear 0s;
	transform: translate(0,50px);
	z-index: 150;
}

.modal-cont2 {
    margin: 0 auto;
    max-width: 1000px;
    width: 90%;
    animation-duration: 1s;
    position: relative;
    background-color: #fff;
    padding: 0px;
    /* border: 5px solid #d92d35; */
    animation: show 0.3s linear 0s;
    transform: translate(0, 50px);
    z-index: 150;
}

.modal-cont3 {
    margin: 10% auto;
    max-width: 640px;
    width: 90%;
    animation-duration: 1s;
    position: relative;
    background-color: #fff;
    padding: 0px;
    border: 5px solid #d92d35;
    animation: show 0.3s linear 0s;
    transform: translate(0,50px);
    z-index: 150;
}

@keyframes show{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
  
.modalClose{
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background: #fff;
	border: 1px solid #ccc;
	cursor: pointer;
	z-index: 10;
}

.modal-cont figure{
	width: 42%;
}

.modal-txt-box{
	width: 58%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.modal-txt-box h3{
	font-family: 'Roboto', sans-serif;
	font-size: 4em;
	font-weight: 900;
	font-style: italic;
	letter-spacing: 2px;
	color: #d92d35;
	padding: 0 0 5px 20px;
	margin-bottom: 10px;
	border-bottom: 2px solid #d92d35;
	line-height: 1.2;
	width: 100%;
}

.modal-txt{
	margin-left: 20px;
	font-size: 3.2em;
	font-weight: 700;
	letter-spacing: 5px;
	line-height: 1.4;
	width: 100%;
	align-self: flex-start;
}

.modal-mini,.modal-mini2{
	margin-left: 20px;
	align-self: flex-end;
	font-size: 1.4em;
	font-weight: 600;
	letter-spacing: 3px;
	width: 100%;
	margin-top: auto;
	line-height: 1;
}

.modal-mini2{
	margin-top: 10px;
}

.modal-mini2 big{
	font-size: 1.8em;
}

.modalClose{
	right: -25px;
	top: -25px;
	border: none;
	background: #A50E35;
	color: #fff;
	font-weight: 900;
	font-size: 2em;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	cursor: pointer;
}
.sp-header{
	display: none;
}



.image-wrap {
  opacity: 0;
}

.image-animation {
  animation: image-opacity 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  overflow: hidden;
  position: relative;
}

.image-animation::before {
  animation: image-animation 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #7c9ead;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

@keyframes image-opacity {
  100% {
    opacity: 1;
  }
}

@keyframes image-animation {
  100% {
    transform: translateX(100%);
  }
}




.image-wrap2 {
  opacity: 0;
}

.image-animation2 {
  animation: image-opacity 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  overflow: hidden;
  position: relative;
}

.image-animation2::before {
  animation: image-animation 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #b6a7a9;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

@keyframes image-opacity2 {
  100% {
    opacity: 1;
  }
}

@keyframes image-animation2 {
  100% {
    transform: translateX(100%);
  }
}



.image-wrap3 {
  opacity: 0;
}

.image-animation3 {
  animation: image-opacity 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  overflow: hidden;
  position: relative;
}

.image-animation3::before {
  animation: image-animation 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #85a690;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

@keyframes image-opacity3 {
  100% {
    opacity: 1;
  }
}

@keyframes image-animation3 {
  100% {
    transform: translateX(100%);
  }
}


@media screen and (max-width:1024px){
	
	.modal-cont2,.modal-cont3 {
    	width: 90%;
    	/*padding: 5%;*/
    	transform: translate(0,0);
	}
	

	.flex8{
		column-gap: 3px;
	}
	
	.flex9{
        row-gap: 0px;
	}
	.flex10{
		row-gap: 20px;
	}

	.sp-header{
		width: 100%;
		height: 60px;
		padding: 0 10px;		
		position: relative;
		display: inline-flex;
	}
	.splogo-wrapper{
		display: flex;
        gap: 5px;
        justify-content: flex-start;
        width: 67%;
        align-items: center;
        height: 60px;
	}
	.sp-header .tit{
		font-size: 1.5em;
        font-weight: 600;
        align-self: center;
        line-height: 1;
	}
	.sp-header-logo {
		align-self: center;
		width: 24%;
		}

	.side-menu{
		display: none;
	}
	.sp-bl{
		display: block;
	}

	.sp-nn{
		display: none!important;
	}
	.sp-ta_l {
    	text-align: left;
	}


	p,li,dt,dd,td,th,a{
		font-size: 0.95em;
	}

	p{
		line-height: 1.6;
	}

	h2{
		font-size: 1em;
	}

	img{
		width: 100%;
	}

	.sp-img{
		width: 100%;
	}

	body{
		overflow-x: hidden;
	}

	header{
		height: auto;
		position: fixed;
	}
	
	.pc-header{
		display: none;
	}

	#wrapper{
		margin-top: 0;
	}

	button {
		border: none;
		background: none;
		outline:none;
	}
	
	.fullscreenmenu{
		width: 50px;
		height: 70px;
	}
	
	.menu,.menu span {
		display: inline-block;
		-webkit-transition:all .4s;
		transition: all .4s;
		box-sizing: border-box;
	}

	.menu{
		position: fixed;
		top: 0;
        right: 0;
        width: 60px;
        height: 60px;
		z-index: 100000;
		cursor: pointer;
		padding: 0;
		transition: all 0.3s ease-out;
		background: #870000;
	}
	
	.menu .bar{
		position: absolute;
		left: 12px;
		/*width: 50%;*/
		height: 2px;
		background-color: #fff;
		z-index: 10;
		/*transform: translate3d(-50%,-4px,0);*/
		/*-webkit-transform: translate3d(-50%,-4px,0);*/
	}

	.menu .menu-txt{
		font-size: 0.8em;
		font-weight: 700;
		color: #fff;
		position: absolute;
		left: 50%;
		transform: translate3d(-50%,0,0);
		-webkit-transform: translate3d(-50%,0,0);
	}
	
	.menu .menu-txt.active{
		font-size: 0;
		margin: 0;
		opacity: 0;
	}
	.menu span:nth-of-type(1) {
		top: 18px;
		width: 60%;
	}


	.menu span:nth-of-type(2) {
		bottom: 32px;
		width: 35%;
	}

	.menu.active span:nth-of-type(1) {
		-webkit-transform: translateX(-50%) rotate(30deg);
		transform: translateX(-50%) rotate(30deg);
		background-color: #fff;
		width: 35px;
		left: 50%;
	}

	.menu.active span:nth-of-type(2) {
		-webkit-transform: translateX(-50%)translateY(-9px)rotate(-30deg);
		transform: translateX(-50%)translateY(-9px)rotate(-30deg);
		background-color: #fff;
		width: 35px;
		left: 50%;
	}

	
	.menu .menu-txt{
		font-size: 0.8em;
		font-weight: 500;
		color: #fff;
		position: absolute;
		left: 50%;
		transform: translate3d(-50%,0,0);
		-webkit-transform: translate3d(-50%,0,0);
	}
	
	#sp-nav {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 1000;
		width: 100%;
		height: 100vh;
		opacity: 0;
		background-color: #fff;
		transition: all 0.3s ease-in-out;
		visibility:hidden;
	}
	
	#sp-nav.active{
		right: 0;
		opacity: 1;
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
		visibility: visible;
		overflow: auto;
		z-index: 10000;
	}

	.nv-list-wrap {
		max-width: 90%;
		margin: 15vw auto 10vw;
	}
	.nv-list-inner {
		max-width: 90%;
		margin-bottom: 10%;
	}
	.nv-list-box h3 {
		font-size: 1.6em;
	}
	
	.nv-list-box p {
    font-size: 0.8em;
    margin-top: -1.0em;
	}
	.nv-list-box li {
    font-size: 0.95em;
}
		.flex11 {
		gap: 0px;
	}

	.header-logo img,.main-tit{
		width: 100%;
	}


	.cont-box,.cont-box3 {
		width: 90%;
	}

	.sp-logo{
		margin: 0 auto;
		width: 50%;
		padding-top: 50px;
	}


	footer{
		padding: 5% 0;
		background-image: none;
	}

	.cont-box-ft {
    padding: 0 5%;
}
	address{
		margin: 4vw auto 0;
		text-align: center;
	}

	#pagetop {
		width: 40px;
		bottom: 0;
		right: 0;
	}



	.modalOpen{
		width: 100%;
		margin-bottom: 5%;
		margin-right: 0;
	}
	
	.modalOpen2{
		width: 100%;
		margin-bottom: 5%;
		margin-right: 0;
	}

	.modal-cont{
		width: 90%;
		padding: 5%;
		transform: translate(0,0);
	}

	.modal-cont figure {
		width: 70%;
		margin: 0 auto;
	}

	.modal-txt-box{
		width: 100%;
		margin-top: 5%;
	}

	.modal-txt-box h3{
		font-size: clamp(14px, 6vw, 4em);
		text-align: center;
		padding: 0 0 10px 0;
	}

	.modal-txt{
		font-size: clamp(14px, 5vw, 3.2em);
		margin: 0 0 30px 0;
		letter-spacing: 1px;
	}

	.modal-mini,.modal-mini2{
		margin-left: 0;
		font-size: clamp(13px, 3vw, 1.6em);
		letter-spacing: 0;
	}

	.modalClose{
		width: auto;
        height: auto;
        right: -15px;
        top: -15px;
        font-size: 1em;
        padding: 8px;
        line-height: 1;
	}

	.btn a {
	    width: 100%;
	}

	#header{
		background: rgba(255, 255, 255, 0.7);
	}
	#wrapper a:hover {
	    opacity:1;
	}

	.mb80s{
		margin-bottom: 30px;
	}
	
	.flex-c-ft {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}
	.wd960 {
		width: 100%;
		margin: 0 auto;
	}
	.flex-c3 {
 	   gap: 10px;
	}
	.more-btn a:hover,.contact-btn-f a:hover,.head-menu li a:hover,.contact-btn-w a:hover,.contact-btn-c a:hover,.contact-btn a:hover,.room-btn a:hover {
	    opacity: 1;
	}
	
	#main-visual {
	width: 100%;
	overflow: hidden; 
	aspect-ratio: 9 / 16;
	position: relative;
	height: 100vh;
	}

	#main-visual video {
	width: 100%;
	height: 100%;
	object-fit: cover; 
	object-position: center;
	position: relative;
	}
	#main-visual div {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 10;
	}

	#main-visual h2 {
	font-size: 2.5rem;
    line-height: 1.3;
}
	#main-visual .h2-txt {
    font-size: 1em;
	margin-bottom: 15%;
}
	#main-visual img {
    width: 60%;
}
	#infomation li {
        font-size: 0.75rem;
        margin-bottom: 3%;
        line-height: 1.1;
        white-space: nowrap;
}
	.big {
    font-size: 1.4em;
}
	.main-cont {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column-reverse;
	gap: 20px;
}
	#concept {
    width: 100%;
    background: #7c9ead;
    padding: 2% 0 8%;
}
	.concept1,.access1 {
    width: 100%;
}
	
	#concept h3 img,#access h3 img,#location h3 img,#design h3 img {
    height: 30px;
		margin: 5% 0;
}
	.sub-cont {
    margin: 5% auto;
		position: relative;
		height: auto;
        display: flex;
        justify-content: space-between;
		align-items: flex-start;
}
	.sub-cont .l-img {
    position: relative;
    width: 47%;
    top: 0;
    left: 0;
}
	.sub-cont .r-img {
    position: relative;
    width: 47%;
    right: 0;
}
	.contact-btn-c {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
	.contact-btn-c a,.contact-btn-w a,.contact-btn-f a {
    font-size: 1rem;
}
	.access-list ul {
    gap: 20px;
}
	.access-list li {
    width: 46%;
    font-size: 1rem;
    letter-spacing: 0.05em;
    font-weight: 500;
}
	.access-list p {
    font-size: 0.8rem !important;
}
	#access h4 {
    font-size: 1.3rem;
}
	#access .ad-txt {
    font-size: 0.9rem;
}
	#location h4 {
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 3%;
}
	.location-bg {
    height: 120px;
}
	#concept p,#access p ,#location p {
    text-align: justify;
}
	#location p {
    margin-bottom: 5%;
}
	.green-spot h5 img {
    height: 50px;
}
	.green-spot {
    flex-direction: column-reverse;
		    margin-bottom: 12%;
}
	.location-sub .txt-wrap {
    width: 100%;
}
	
.urban-access h5 img {
    height: 35px;
}
	.urban-access {
    flex-direction: column-reverse;
}
.shamaison-listbox {
    width: 100%;
}
	.shamaison-listbox h3 {
    font-size: 1.7rem;
}
	.shamaison-listbox p {
    font-size: 0.9rem;
    text-align: justify;
	margin-bottom: 5%;
}
	.more-btn {
    position: relative;
    width: 108px;
    height: 108px;
    margin: -5% auto 0;
    font-weight: 500;
    font-size: 1em;
    line-height: 1;
}
	.more-btn a {
    width: 108px;
    height: 108px;
    border-radius: 50%;
    background: #870000;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    color: #fff;
    transition: 0.3s ease-in-out all;
    opacity: 1;
    text-decoration: none;
	font-size: 0.7rem;
}
	.shamaison-wrap {
    row-gap: 30px;
}
	.more-btn a::after {
    font-size: 1em;
}
	#property h3 {
		font-size: 1.25rem;
	}
	.outline-list {
    width: 100%;
}
	.outline-list dt {
    align-items: center;
    padding: 0px;
    width: 25%;
    font-size: 0.8rem;
    line-height: 1.5;
}
	.outline-list dd {
    align-items: center;
    margin-left: 0;
    padding: 0 0 5% 0;
    width: 75%;
    font-size: 0.8rem;
    line-height: 1.5;
}
	.outline-list p {
    font-size: 0.8rem;
    line-height: 1.5;
    margin-bottom: 2%;
}
	#contact img {
    width: auto;
    height: 80px;
    margin: 0 auto 5%;
    display: block;
}
	#contact p {
    text-align: center;
    font-size: 0.9rem;
}
	.contact-bt-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 720px;
    width: 100%;
    margin: 5% auto 0;
    flex-direction: column;
    gap: 20px;
}
	.gmaps {
	max-width: 1200px;
    width: 90%;
    padding-top: 56.25%;
    height: 0;
    margin: 3% auto 0;
    position: relative;
}
.gmaps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
	.shamaison-listbox {
    padding: 5%;
}
	
	#room-tit {
    margin-top: 60px;
}
	.room-list {
    width: 100%;
}
	.room-num {
    gap: 20px;
}
	.room-num p {
    font-size: 0.7rem;
}
	
	.room-btn {
    width: 32%;
}
	.room-btn a {
    font-size: 0.7rem;
		height: 38px;
}
	.room-btn a::after {
    right: 0.5em;
}
	
	.room-wrap {
    gap: 20px;
}
	.room-btn-wrap {
    padding: 1.3%;
}
	#room-spec {
    margin-top: 60px;
}
	.c-room-num p {
    font-size: 0.8rem;
}
	.c-room-num {
    gap: 10px;
}
	.carousel-area .slick-prev {
    left: -32px !important;
}
	.carousel-area .slick-next {
    right: -32px !important;
}
	.carousel-area .slick-prev::before, .carousel-area .slick-next::before {
    color: #870000 !important;
    font-size: 20px;
}
	.c-room-num h2 {
    font-size: 1.25rem;
}
	.thumbnail .slick-track {
	row-gap: 10px!important; 
}
	#pmtohoku {
	padding: 3% 0 3%;
}
	#infomation ul {
    width: 100%;
}
	
	#view-pr {
		width: 100%;
        height: 300px;
        background-image: url(../img/main.jpg);
        background-repeat: no-repeat;
        background-attachment: local;
        background-size: cover;
        background-position: center;
}
	
}


