* {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	outline: none
}

html {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
	font-family: 'Noto Serif JP', serif;
	scroll-behavior: smooth;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
select,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset,
img {
	border: 0;
	max-width: 100%;
	height: auto;
}

address,
button,
caption,
cite,
code,
dfn,
em,
input,
optgroup,
option,
select,
strong,
textarea,
th,
var {
	font: inherit
}

del,
ins {
	text-decoration: none
}

li {
	list-style: none
}

caption,
th {
	text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal
}

q:before,
q:after {
	content: ""
}

abbr,
acronym {
	border: 0;
	font-variant: normal
}

sup {
	vertical-align: baseline
}

sub {
	vertical-align: baseline
}

legend {
	color: #000
}

a {
	color: #84141F;
}

a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.cf:before,
.cf:after {
	content: "";
	display: table
}

.cf:after {
	clear: both
}

.cf {
	zoom: 1
}

body,
html {
	width: 100%;
	min-height: 100vh;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.subtext *,
canvas,
.is_dragging *,
.js-draw-text,
.subtitles,
.subtitles span,
.to-scroll,
.menu-li .in,
.menu-li a,
.single-sub-title span,
.work-sub-title span,
.link,
.view-more a,
.work-title a,
.unselectable {
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-drag: none;
	-khtml-user-drag: none
}

.i-fb:before {
	content: "f"
}

.i-tw:before {
	content: "t"
}

.i-inst:before {
	content: "i"
}

.i {
	font-family: "i"
}

.is_waiting body {
	overflow: hidden !important
}

article {
	display: block
}

video,
img,
canvas {
	vertical-align: bottom
}

p {
	margin: 20px 0;
	line-height: 2em;
}

.sans-serif {
	font-family: 'Noto Sans JP', sans-serif;
}

body {
	background-color: #84141F;
	font-size: 1.6em;
}

header {
	display: flex;
	justify-content: space-between;
	position: fixed;
	width: 100%;
	z-index: 100;
}

.hd-logo {
	width: 180px;
	background-color: #760B11;
	padding: 20px;
	transition: all 0.5s ease-out;
	position: relative;
	top: 0;
	left: 0;
	box-sizing: border-box;
	overflow: hidden;
}

.hd-logo img {
	transition: all 0.5s ease-out;
	opacity: 1;
}

.hd-logo img.logofadeout {
	animation: logofadeout 0.8s;
}

@keyframes logofadeout {
	0% {
		transform: translateY(-50px);
		opacity: 0;
	}

	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}

.hd-logo img.logofadein {
	animation: logofadein 0.5s;
}

@keyframes logofadein {
	0% {
		transform: translateX(-50px);
		opacity: 0;
	}

	100% {
		transform: translateX(0px);
		opacity: 1;
	}
}

.logo-v {
	width: 250px;
}

nav {
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	background-color: #ffffff;
	width: 100%;
	height: 100px;
}

nav ul {
	display: flex;
	flex-wrap: wrap;
}

nav ul li {
	padding: 0 15px;
}

nav ul li a {
	color: #000000;
	position: relative;
	display: inline-block;
	text-decoration: none;
	transition: transform .5s;
}

nav ul li a::after {
	position: absolute;
	bottom: 1px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #84141F;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
}

nav ul li a:hover::after {
	transform: scale(1, 1);
}

nav ul li a:hover {
	opacity: 1;
	color: #84141F;
}




nav ul li:nth-child(6) a {
	color: #fff;
    padding: 10px;
    background: #84141F;
	position: relative;
	display: inline-block;
	text-decoration: none;
	transition: transform .5s;
}


.header-movie a{
	color: #fff;
	background: #84141F;
    font-weight: normal;
	padding: 10px;
    text-decoration: none    
}

.header-tell {
	padding: 0 1%;
}

.header-info {
	padding: 0 1%;
}

.wrap {
	width: 1000px;
	margin: 0 auto;
}

.contgents-padding {
	padding: 0 10px;
}

.sec-main {
	background-image: url(../img/mainimage-bg.png);
	background-repeat: no-repeat;
	background-position: center 80px;
	padding-top: 350px;
}

.mainimage-txt {
	text-align: center;
	color: #ffffff;
	line-height: 2.5em;
	margin: 400px 0 50px 0;
}
.scroll {
    overflow-y: scroll;
    height: 200px;
    width: 85%;

  }
.news {
	background-color: #ffffff;
	padding: 40px 10px 40px 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.news-ttl {
	width: 15%;
	padding-right: 20px;
	text-align: center;
}

.news ul {
	width: 85%;
	border-left: 1px solid #84141F;
	padding-left: 15px;
}

.news li a {
	display: block;
	padding: 6px 0;
}

.sec-about {
	color: #ffffff;
}

.about-con {
	padding: 30px;
}

.und-ttl {
	text-align: center;
	margin-top: -30px;
}

.about-con-list {
	display: flex;
	flex-wrap: wrap;
}

.about-con-list li {
	width: 50%;
	padding: 20px;
	text-align: center;
}

.about-con-list li p {
	margin-top: 20px;
	text-align: left;
}

.about-con-list li p.about-con-ttl {
	line-height: 1.5em;
	text-align: center;
	font-size: 1.8em;
}

.living-con {
	background-color: #F6FFFF;
	padding-top: 1px;
	padding-bottom: 80px
}

.living-image img {
	width: 100%;
	height: auto;
}

.living-con-madori {
	max-width: 583px;
	margin: 40px auto;
	;
}

.living-con-madori p {
	text-align: left;
	font-weight: bold;
	margin: 5px;
}

.living-box {
	display: flex;
	flex-wrap: wrap;
}

.living-box-img {
	width: 50%;
}

.living-box-data {
	width: 50%;
	padding: 0 25px;
}

.living-box-data-ttl {
	line-height: 1.4em;
	font-size: 1.8em;
}

.living-con2-list {
	display: flex;
	flex-wrap: wrap;
}

.living-con2-list li {
	width: 33.333%;
	padding: 10px;
}

.living-con2-list-ttl {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	margin: 10px 0;
}
/*#price{display: none;}*/
.price-con {
	color: #ffffff;
}

.btn-price {
	display: block;
	background-color: #ffffff;
	border-radius: 25px;
	padding: 15px;
	margin: 10px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
}

.price-con-txt {
	margin: 20px 0px 100px 0px;
	padding: 10px 34%;
	font-size: 90%;
	text-indent: 1em;
}



.acces-map {
	width: 100%;
	height: 400px;
	overflow: hidden;
}

.acces-map iframe {
	height: 446px;
	margin-top: -46px;
}

.access-con {
	display: flex;
	flex-wrap: wrap;
	padding: 0 100px;
	text-align: center;
	justify-content: space-around;
}

.access-image {
	font-family: 'Noto Sans JP', sans-serif;
	color: #ffffff;
	text-align: left;
	margin-bottom: 15px;
}

.access-image img {
	margin-bottom: 10px;
}

.parenthesis {
	color: #ffffff;
	text-align: left;
	position: relative;
	width: 50%;
	padding: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: auto;
}

.parenthesis::before,
.parenthesis::after {
	position: absolute;
	content: '';
	width: 50px;
	height: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.parenthesis::before {
	top: 0;
	left: 0;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}

.parenthesis-in {
	color: #ffffff;
	text-align: left;
	background-color: #6C1817;
	position: relative;
	width: 100%;
	padding: 20px 25px 25px 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.parenthesis-in::before,
.parenthesis-in::after {
	position: absolute;
	content: '';
	width: 50px;
	height: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.parenthesis-in::after {
	bottom: 5px;
	right: 5px;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

.parenthesis-in-ttl {
	font-size: 1.5em;
	font-style: oblique;
	margin-bottom: 10px;
}

.parenthesis-in-txt li {
	display: flex;
	justify-content: center;
	align-items: center;
}

.parenthesis-in-txt li::before {
	content: '●';
	font-size: 0.5em;
}

.parenthesis-in-txt-a {
	width: 70%;
	padding-left: 5px;
}


.parenthesis-in-txt-b {
	width: 30%;
	text-align: right;
	font-size: 0.9em;
	vertical-align: middle;
	display: flex;
	justify-content: center;
	align-items: center;
}

.parenthesis-in-time {
	display: inline-block;
	padding: 0 5px 0 20px;
	font-style: oblique;
	font-size: 3rem;
	line-height: 1.2em;
}

.sv {
	font-feature-settings: "palt";
	letter-spacing: -0.1em;
}

.contact {
	background-color: #ffffff;
	padding: 70px;
	margin-top: 70px;
}

.contact-btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 60px 0;
}

.contact-btn div {
	margin: 20px 0;
}

.ft-btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 60px 0;
}

.ft-logo {
	text-align: center;
}

.ad {
	color: #ffffff;
	text-align: center;
	padding: 20px;
}

.sub-ttl {
	text-align: center;
	margin: 60px 0 30px 0;
}

.red-ttl {
	font-size: 3em;
	font-weight: 500;
	color: #ffffff;
}

.red-ttl2 {
	font-size: 1.9em;
	font-weight: 500;
	color: #ffffff;
	font-feature-settings: "palt";
	letter-spacing: 0.15em;
}

.red-ttl span,
.red-ttl2 span {
	display: block;
	color: #D9AE5B;
	font-size: 2rem;
	font-weight: normal;
	letter-spacing: 0.2em;
	line-height: 1.5em;
}

.wh-ttl {
	font-size: 2.5em;
	font-weight: bold;
	color: #84141F;
	letter-spacing: 0.1em;
}

.wh-ttl span {
	display: block;
	font-size: 2rem;
	font-weight: normal;
	letter-spacing: 0.2em;
	line-height: 1.5em;
}

#page_top {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 70px;
	bottom: -50px;
}

#page_top a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}

.center {
	text-align: center;
}

.sp-nav {
	display: none;
	background-color: #fcffe4;
	bottom: 0;
	width: 100%;
	position: fixed;
	z-index: 102;
}

.sp-tell {
	font-weight: bold;
	background-color: #d6cb73;
	flex: 1;
}

.sp-contact {
	font-weight: bold;
	background-color: #d1a859;
	flex: 1;
}

.sp-tell a,
.sp-contact a {
	display: block;
	height: 100%;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	text-decoration: none;
}

.sp-tell a sapn,
.sp-contact a sapn {
	font-size: 1.2rem;
}

.hamburger {
	position: relative;
	right: 0;
	top: 0;
	width: 60px;
	height: 60px;
	cursor: pointer;
	text-align: center;
	border-left: 1px #dbdbdb solid;
	background-color: #ffffff;
	color: #84141F;
	display: block;
}

.hamburger div {
	position: absolute;
	bottom: 5px;
	left: calc(50% - 25%);
	font-size: 9px;
	font-weight: bold;
}

.hamburger span {
	display: block;
	position: absolute;
	width: 28px;
	height: 2px;
	left: calc(50% - 12px);
	background: #84141F;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
	top: 16px;
}

.hamburger span:nth-child(2) {
	top: 24px;
}

.hamburger span:nth-child(3) {
	top: 32px;
}

.hamburger.active span:nth-child(1) {
	top: 25px;
	left: 18px;
	background: #84141F;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
	top: 25px;
	background: #84141F;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.gnav-sp {
	position: fixed;
	left: 0;
	top: 100px;
	text-align: center;
	width: 100%;
	height: 100vh;
	opacity: 0;
	background: #ffffff;
	transition: opacity .3s ease, visibility .3s ease;
	visibility: hidden;
	display: none;
	z-index: 101;
	animation: anim 0.3s;
}

@keyframes anim {
	0% {
		transform: translateY(100px);
		opacity: 0;
	}

	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}

.gnav-sp ul {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	background: #ffffff;
}

.gnav-sp ul li {
	list-style-type: none;
	width: 100%;
	border-top: 1px #ffffff solid;
	border-bottom: 1px #efefef solid;
}

.gnav-sp ul li:last-child a{
	display: block;
	font-size: 1.2em;
	color: #fff;
    background: #84141F;
	padding: 1em;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	position: relative;
    }

.gnav-sp ul li:last-child a {
	color: #fff;
	background-color: #84141F;
	/*padding-bottom: 0;*/
}


.gnav-sp ul li:last-child a:after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: 20px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.gnav-sp ul li a {
	display: block;
	font-size: 1.2em;
	color: #84141F;
	padding: 1em;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	position: relative;
}

.gnav-sp ul li a:hover {
	background-color: #ffd9d9;
}

.gnav-sp ul li a:after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: 20px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #84141F;
	border-right: 2px solid #84141F;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.gnav-sp-bg {
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: opacity .3s ease, visibility .3s ease;
}

.gnav-sp.active {
	opacity: 100;
	top: 0;
	visibility: visible;
	display: block;
}

.gnav-sp-bg.active {
	opacity: 100;
	visibility: visible;
}



@media screen and (max-width: 1100px) {
	nav {
		height: 130px;
	}

	nav ul {
		width: 100%;
		justify-content: flex-end;
	}

	nav ul li a {
		padding: 0;
	}

}

@media screen and (max-width: 1000px) {
	img {
		max-width: 100%;
		height: auto;
	}

	.wrap {
		width: 100%;
		padding: 0 10px;
		margin: 0 auto;
	}

	.parenthesis {
		width: 100%;
		max-width: 400px;
	}

}

/* INDEXスマホ */
@media screen and (max-width: 768px) {
	html {
		font-family: 'Noto Serif JP', serif;
	}

	body {
		padding-bottom: 80px;
	}

	.display-pc {
		display: none;
	}

	header {
		position: relative;
	}

	.hd-logo {
		width: auto;
		position: absolute;
		top: 0;
		left: 0;
	}

	.hd-logo img {
		width: 80px;
		height: auto;
	}

	.sec-main {
		background-image: url(../img/mainimage-bg-m.png);
		background-position: top center;
		background-size: 100% auto;
		margin: 0;
		padding: 46% 0 0 0;
	}

	.mainimage-ttl {
		width: 70%;
		margin: 0;
		padding: 0;
	}

	.mainimage-txt {
		margin: 160% 0 50px 0;
		padding: 0;
		font-size: 83%;
	}
    .scroll {
    overflow-y: scroll;
    height: 300px;
    width: 100%
  }
	.news {
		padding: 30px;
		display: block;
	}

	.news-ttl {
		width: 100%;
		padding: 20px;
		text-align: center;
	}

	.news ul {
		width: 100%;
		border-top: 1px solid #84141F;
		border-left: 0px solid #84141F;
		padding: 20px 0 0 0;
	}

	.news li a {
		display: block;
		padding: 6px 0;
	}

	.about-con {
		padding: 0 5%;
	}

	.about-con-list li {
		width: 100%;
		padding: 20px 0;
		text-align: center;
	}

	.sub-ttl {
		margin: 40px 0 20px 0;
		padding: 0 20px;
	}

	.living-box-data {
		width: 100%;
		padding: 0 5%;
	}

	.living-box-img {
		width: 100%;
		margin: 20px 0;
	}

	.living-box-img img {
		width: 100%;
	}

	.living-con-madori {
		margin: 40px 0;
	}

	.living-con2-list li {
		width: 100%;
		padding: 10px;
	}

	.living-con2-list li img {
		width: 100%;
	}

	.price-con-txt {
		font-size: 90%;
		padding: 10px 10px 10px 1.5em;
	}

	.access-con {
		padding: 0;
		justify-content: center;
	}

	.parenthesis {
		font-size: 80%;
	}

	.parenthesis-in-time {
		padding: 5px;
	}

	.contact {
		background-color: #ffffff;
		padding: 30px;
		margin-top: 40px;
	}

	.contact-btn {
		display: block;
		text-align: center;
		margin: 20px 0;
	}

	.contact-btn div {
		margin: 20px 0;
	}

	.ft-btn {
		display: block;
		text-align: center;
		margin: 20px 0;
	}

	.ft-btn div {
		margin: 20px 0;
	}

	.sp-nav {
		display: flex;
	}

	.wh-ttl,
	.red-ttl,
	.red-ttl2,
	.living-box-data-ttl,
	.living-con2-list-ttl,
	.about-con-ttl {
		font-size: 2.4rem;
	}

	.about-con-list li p.about-con-ttl {
		font-size: 2.4rem;
	}

	.contgents-padding {
		padding: 0 10px;
	}

	#page_top {
		left: 10px;
	}
}

/* 資料請求 */
.page-ttl {
	text-align: center;
	padding-top: 200px;
	font-size: 3em;
	color: #ffffff;
}

.form-box {
	background-color: #ffffff;
	padding: 40px 80px;
}

.mailform {
	display: flex;
	flex-wrap: wrap;
}

.mailform dt {
	width: 25%;
	padding: 20px 0;
	border-bottom: 1px solid #e6e6e6;
}

.mailform dd {
	width: 75%;
	padding: 20px 0;
	border-bottom: 1px solid #e6e6e6;
}

.mfp_rows {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.mfp_rows div {
	margin: 5px 0;
}

.low2 {
	display: flex;
	flex-wrap: wrap;
}

.low2 div {
	width: 50%;
}

.mfp_col5,
.mfp_col10 {
	padding-right: 10px;
}

input[type='text'],
input[type='email'],
input[type='tel'] {
	width: 100%;
	padding: 10px 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.radio-wrap label {
	margin-right: 20px;
	display: inline-block;
}

.radio-wrap input {
	display: none;
}

.radio-wrap input+span {
	padding-left: 22px;
	position: relative;
}

.radio-wrap input+span::before {
	content: "";
	background-image: url(../img/radio.png);
	background-size: contain;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
}

.radio-wrap input:checked+span {
	color: #487cff;
	font-weight: bold;
}

.radio-wrap input:checked+span::after {
	content: "";
	background-image: url(../img/radio-checked.png);
	background-size: contain;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
}

.checkbox-wrap label {
	margin-right: 20px;
	display: inline-block;
}

.checkbox-wrap input {
	display: none;
}

.checkbox-wrap input+span {
	padding-left: 22px;
	position: relative;
}

.checkbox-wrap input+span::before {
	content: "";
	background-image: url(../img/check.png);
	background-size: contain;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
}

.checkbox-wrap input:checked+span {
	color: #487cff;
	font-weight: bold;
}

.checkbox-wrap input:checked+span::after {
	content: "";
	background-image: url(../img/check-checked.png);
	background-size: contain;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
}

.select-wrap {
	position: relative;
	width: 100%;
	max-width: 250px;
}

.select-wrap:before {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%) translateX(0);
	content: '';
	width: 15px;
	height: 15px;
	background: url(../img/select.png) no-repeat;
	background-size: contain;
}

.select-wrap select {
	width: 100%;
	outline: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	height: 40px;
	padding: 5px;
	border: 1px solid #ccc;
	background-color: #fff;
	border-radius: 5px;
}

.select-wrap select::-ms-expand {
	display: none;
}

textarea {
	width: 100%;
	height: 300px;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

input[type='submit'] {
	border: none;
	display: block;
	width: 100%;
	max-width: 300px;
	padding: 10px;
	border-radius: 5px;
	background-color: #333;
	color: #fff;
	font-weight: bold;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.page-ttl {
		padding-top: 150px;
		font-size: 2em;
	}

	.form-box {
		background-color: #ffffff;
		padding: 20px;
	}

	.mailform dt {
		width: 100%;
		padding: 10px;
		border-bottom: 1px solid #e6e6e6;
		background-color: #efefef;
	}

	.mailform dd {
		width: 100%;
		padding: 20px 0;
	}
}

