@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	line-height: 1;
	color: #333;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}
input[type="button"],
input[type="text"],
input[type="submit"],
input[type="image"],
input[type="tel"],
input[type="email"],
textarea {
	-webkit-appearance: none;
	border-radius: 0;
}
select {
	-webkit-appearance: button;
	appearance: button;
	border-radius: 0;
}

@media (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

body {
	font-size: 1.5em;
	line-height: 2em;
	letter-spacing: 0.1rem;
	font-weight: normal;
	font-style: normal;
	position: relative;
	overflow-x: hidden;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
		"游ゴシック", "Yu Gothic", sans-serif;

	line-height: 1;
}

.sans {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
		"メイリオ", "Meiryo", "sans-serif";
}
.ryumin {
	font-family: a-otf-ryumin-pr6n, serif;

	font-weight: 300;

	font-style: normal;
}

.serif {
	font-family: "Noto Serif JP", serif;
}
.bask {
	font-family: "Libre Baskerville", serif;
}

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

a:hover {
	cursor: pointer;
}

.flex_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: no-wrap;
	flex-wrap: no-wrap;
}

@media (max-width: 767px) {
	.flex_box {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

img {
	width: 100%;
}

.br767 {
	display: none;
}

@media (max-width: 767px) {
	.br767 {
		display: block;
	}
	.n-br767 {
		display: none;
	}
}

.br992 {
	display: none;
}

@media (max-width: 992px) {
	.br992 {
		display: block;
	}
}

.br500 {
	display: none;
}

@media (max-width: 500px) {
	.br500 {
		display: block;
	}
}
.mv_base {
	opacity: 0;
	transition: 2s;
	transform: translate(0, 60px);
	-webkit-transform: translate(0, 30px);
}
.mv {
	opacity: 1;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}

.container {
	max-width: 1150px;
	padding: 0 25px;
	width: 100%;
	margin: 0 auto;
}
@media (max-width: 500px) {
	.container {
		padding: 0 15px;
	}
}
.s-container {
	max-width: 700px;
	padding: 0 25px;
	width: 100%;
	margin: 0 auto;
}
@media (max-width: 500px) {
	.s-container {
		padding: 0 15px;
	}
}
/************
header  
************/

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 8000;
	height: 120px;
}

header.sub_header {
	height: 127px;
	background-color: rgba(255, 255, 255, 0.8);
}

header .h_logo {
	position: absolute;
	left: 60px;
	top: 70%;
	z-index: 1000;
	width: 210px;
	height: auto;
	transform: translateY(-50%);
}

.is-change header .h_logo .cls-1 {
	fill: #000;
}

.global-nav {
	display: none;
}

header.is-animation .gmenu {
	top: 36px;
	transition: 1.6s;
}
header.is-animation .h_logo {
	top: 15px;
	transition: 1.6s;
	width: 110px;
}

.is-animation {
	background-color: rgba(0, 0, 0, 0.6);
	transition: 2s;
	height: 85px;
}

header h1 {
	margin-top: 0px;
}

header .head_in img {
	height: 40px;
	width: auto;
}

.hamburger {
	color: #000;
	position: absolute;
	right: 15px;
	top: 50%;
	width: 40px;
	height: 50px;
	cursor: pointer;
	z-index: 1001;
	transition: 2s;
	transform: translate(-50%, -50%);
}

.is-change .hamburger_line {
	background-color: #000;
}
header.is-animation .hamburger {
	top: 12px;
}

.hamburger_line {
	position: absolute;
	left: 50%;
	width: 100%;
	height: 3px;
	transform: translateX(-50%);
	background-color: #fff;
	transition: all 0.6s;
}

.nishihabu .hamburger_line {
	background-color: #000;
}

.hamburger_line-1 {
	top: 15px;
}

.hamburger_line-2 {
	top: 28px;
}

.hamburger_line-3 {
	top: 40px;
}
.global-nav {
	display: block;
	position: fixed;
	top: 0%;
	z-index: 1000;
	max-width: 360px;
	width: 35vw;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #718075;
	pointer-events: none;
	opacity: 0;
	transition: all 0.8s;
	right: 0;
}

.global-nav_list {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 20px;
	padding: 380px 35px 0;
	overflow: hidden;
}

.global-nav_item {
	color: #000;
	opacity: 0;
	transition: all 0.8s ease;
	margin-bottom: 35px;
	position: relative;
	overflow: hidden;
	height: 22px;
}
.global-nav_item > a {
	padding: 5px 0;
	text-decoration: none;
	color: #fff;
	display: inline-block;
	font-size: 17px;
	overflow: hidden;
	font-family: futura-pt, sans-serif;
}

@keyframes locate {
	0% {
		transform: translate(0%, 120%);
		opacity: 1;
	}
	to {
		transform: translate(0, 0);
		opacity: 1;
	}
}

.global-nav_item > a span {
	color: #000;
	/* animation: locate 2.1s 0s;
	animation-timing-function: cubic-bezier(1, 0.02, 1, 0.08); */
	/* transition-timing-function: cubic-bezier(1, 0.02, 1, 0.08); */
	position: absolute;
	top: 0;
	transition: 0.4s;
}

.global-nav_item > a:hover span {
	opacity: 0.8;
}

.nav-open .global-nav_item > a span {
	color: #fff;
	animation: locate 1s 0s;
	animation-timing-function: cubic-bezier(0.77, 0.02, 0.61, 0.34);
}

.global-nav_item > a::after {
	position: absolute;
	bottom: -5px;
	left: 0;
	content: "";
	width: 100%;
	height: 1px;
	background: #fff;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
}
.global-nav_item:last-of-type a::after {
	content: none;
}
.global-nav_item a:hover::after {
	transform: scale(1, 1);
}
.global-nav_item:last-of-type a:hover {
	opacity: 0.6;
}
.global-nav_item .global-second {
	display: flex;
	justify-content: center;
	margin-top: 5px;
}

.nav-open .global-nav_item {
	opacity: 1;
}

.nav-open .global-nav {
	pointer-events: auto;
	opacity: 1;
}
.global-inner {
	width: 100%;
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.nav-open .hamburger_line {
	left: 0%;
	background-color: #fff;
}

.nav-open .hamburger_line-1 {
	transform: rotate(45deg);
	top: 30px;
}

.nav-open .hamburger_line-2 {
	width: 0;
	left: 50%;
}

.nav-open .hamburger_line-3 {
	transform: rotate(-45deg);
	top: 30px;
}

@media only screen and (max-width: 992px) {
	header .h_logo {
		left: 40px;
		width: 170px;
	}
	header {
		height: 100px;
	}
	.global-nav {
		width: 55vw;
		max-width: 50%;
	}
}

/*hamburger_line*/
@media only screen and (max-width: 767px) {
	header {
		height: 80px;
	}
	header.sub_header,
	.is-animation {
		height: 75px;
	}

	header.is-animation .h_logo {
		width: 92px;
	}
	.hamburger {
		right: 5px;
	}
	header .h_logo {
		left: 30px;
		width: 140px;
		top: 60%;
	}
	.global-nav {
		width: 100vw;
		max-width: 100%;
	}
}

@media only screen and (max-width: 500px) {
	header .h_logo {
		left: 20px;
		width: 118px;
		top: 60%;
	}
}
header dl.scroll {
	bottom: 1%;
	right: 50%;
}
header dl.scroll {
	position: fixed;
}

footer {
	text-align: center;
	background-color: #707f74;
	padding: 100px 0 100px;
}
footer figure {
	max-width: 170px;
	margin: 0 auto;
	width: 40%;
}
footer .reserve {
	border: 2px solid #fff;
	border-radius: 5px;
	max-width: 440px;
	width: 90%;
	margin: 30px auto;
}
footer .reserve a {
	display: block;
	padding: 26px 0;
	font-size: 20px;
	color: #fff;
	letter-spacing: 0.5rem;
}

footer .copy {
	color: #fff;
	font-size: 13px;
}

footer .w-500 {
	max-width: 300px;
	width: 80%;
	margin: 0 auto;
}

footer ul.information {
	margin-bottom: 30px;
}

footer ul.information li dl {
	font-size: 22px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
	text-align: left;
}

footer ul.information li dl dt {
	width: 40%;
	margin-right: 2%;
	font-weight: bold;
	color: #fff;
}

footer ul.information li dl dd {
	width: 60%;
	color: #fff;
	letter-spacing: 0.1rem;
}
footer ul.information li dl dd a {
	color: #fff;
	letter-spacing: 0.03rem;
}

footer figure.insta {
	width: 30px;
	margin-bottom: 30px;
}
footer .f_logo {
	width: 100%;
	margin-bottom: 30px;
}
footer .f_nav {
	margin-bottom: 100px;
}
footer .f_nav li {
	margin-bottom: 18px;
}

footer .f_nav li a {
	font-size: 24px;
	color: #fff;
}
@media only screen and (max-width: 767px) {
	footer {
		padding: 80px 0 95px;
	}

	footer ul.information li dl dt {
		font-size: 20px;
	}
	footer ul.information li dl dd {
		font-size: 20px;
	}
	footer .f_nav {
		margin-bottom: 80px;
	}
	footer .reserve a {
		padding: 23px 0;
		font-size: 18px;
		letter-spacing: 0.4rem;
	}
	footer .f_nav li a {
		font-size: 20px;
	}
	footer .f_nav li {
		margin-bottom: 18px;
	}
	footer .w-500 {
		max-width: 260px;
	}
}
@media only screen and (max-width: 500px) {
	footer {
		padding: 60px 0 90px;
	}
	footer ul.information {
		margin-bottom: 20px;
	}
	footer ul.information li dl {
		padding: 5px 0;
	}
	footer ul.information li dl dt {
		font-size: 16px;
	}
	footer ul.information li dl dd {
		font-size: 16px;
	}
	footer .reserve {
		margin: 20px auto;
	}
	footer .reserve a {
		padding: 20px 0;
		font-size: 16px;
		letter-spacing: 0.2rem;
	}
	footer .reserve {
		margin: 20px auto;
	}
	footer figure.insta {
		width: 25px;
		margin-bottom: 20px;
	}
	footer .f_nav li a {
		font-size: 16px;
	}
	footer .f_nav li {
		margin-bottom: 15px;
	}
	footer .w-500 {
		max-width: 215px;
	}
	footer .f_nav {
		margin-bottom: 60px;
	}
}

.fix-nav {
	position: fixed;
	bottom: -100%;
	width: 100%;
	transition: 0.6s;
	z-index: 20;
}
.is-change .fix-nav {
	bottom: 0;
}
.fix-nav li {
	background-color: #707f74;
	width: 24.9%;
	text-align: center;
}

.fix-nav li a {
	display: block;
	padding: 10px 0;
	font-weight: bold;
	transition: 0.3s;
}

.fix-nav li a:hover {
	opacity: 0.4;
}
.fix-nav li img {
	height: 30px;
}

.fix-nav li p {
	margin-top: 8px;
	color: #fff;
	font-size: 18px;
}

@media only screen and (max-width: 767px) {
	.fix-nav li img {
		height: 28px;
	}
	.fix-nav li p {
		margin-top: 6px;
		font-size: 15px;
	}
}
@media only screen and (max-width: 500px) {
	.fix-nav li img {
		height: 25px;
	}
	.fix-nav li p {
		margin-top: 6px;
		font-size: 14px;
	}
	.fix-nav li {
		width: 24.25%;
	}
}
.t_ti {
	font-size: 40px;
	margin-bottom: 5px;
	font-family: "Libre Baskerville", serif;
}

.title small {
	font-size: 13px;
}
@media only screen and (max-width: 767px) {
	.t_ti {
		font-size: 35px;
	}
	.title small {
		font-size: 12px;
	}
}
@media only screen and (max-width: 500px) {
	.t_ti {
		font-size: 28px;
	}
}

.scroll a {
	display: inline-block;
	position: absolute;
	right: 50%;
	bottom: 0;
	z-index: 2;
	padding: 11px 10px 100px;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	font-family: "Josefin Sans", sans-serif;
	line-height: 1;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	text-decoration: none;
	/* writing-mode: vertical-lr; */
	transform: translateX(50%);
}
@media only screen and (max-width: 992px) {
	.scroll a {
		padding: 10px 10px 9%;
	}
}
.scroll a::after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 50%;
	width: 1px;
	height: 75%;
	background: #fff;
}
.scroll a::after {
	animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
}

.scroll a img {
	width: 50px;
}
@keyframes sdl {
	0% {
		transform: scale(1, 0);
		transform-origin: 0 0;
	}
	35% {
		transform: scale(1, 1);
		transform-origin: 0 0;
	}
	35.1% {
		transform: scale(1, 1);
		transform-origin: 0 100%;
	}
	70%,
	100% {
		transform: scale(1, 0);
		transform-origin: 0 100%;
	}
}

.m-container {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	padding: 0 25px;
}
@media (max-width: 500px) {
	.m-container {
		padding: 0 10px;
	}
}

.top-view {
	height: 100vh;
	width: 100%;
	background-image: url(../images/grandays-top.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	position: relative;
}

.doida .top-view {
	background-image: url(../images/grandays-top-n.jpg);
}

.nishihabu .top-view {
	background-image: url(../images/nishihabu-bg.png);
}

.top-view .txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 310px;
	width: 54%;
}
.top-view .txt h3 {
	color: #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	display: inline-block;
	padding: 0 20px;
	margin: 35px 0 15px;
	font-size: 25px;
	letter-spacing: 0.5rem;
}
.top-view .txt p {
	color: #fff;
	line-height: 35px;
	font-size: 20px;
	letter-spacing: 0.5rem;
}

.top-view .place {
	width: 130px;
	margin: 0px auto 0px;
}

@media only screen and (max-width: 767px) {
	.top-view .txt h3 {
		margin: 30px 0 15px;
		font-size: 18px;
	}
	.top-view .txt p {
		line-height: 30px;
		font-size: 15px;
		letter-spacing: 0.3rem;
	}
	.scroll a {
		padding: 10px 10px 24%;
	}
	.scroll a::after {
		height: 70%;
	}
}
@media only screen and (max-width: 500px) {
	.scroll {
		display: none;
	}
	.top-view .locate {
		width: 90px;
		margin: 18px auto 0px;
	}
	.top-view .txt p {
		line-height: 24px;
		font-size: 12px;
		letter-spacing: 0.1rem;
	}
	.top-view .txt h3 {
		margin: 28px 0 10px;
		font-size: 14px;
	}
}

.doida .message {
	background-color: #8b8685;
}

.nishihabu .message {
	background-color: #fff;
}

.doida .message ul li p {
	color: #fff;
}
.nishihabu .message ul li p {
	color: #000;
}
.message {
	padding: 80px 0;
}
.message h2 {
	font-size: 35px;
	text-align: center;
	color: #fff;
	line-height: 60px;
	margin-bottom: 90px;
}
.message .flex_box {
	align-items: flex-end;
}
.message ul li p {
	font-size: 22px;
	line-height: 40px;
	padding-bottom: 30px;
	width: 37%;
}

.message ul li {
	position: relative;
	margin-bottom: 80px;
}
.message ul li:last-of-type {
	margin-bottom: 40px;
}

.message ul li:nth-of-type(even) {
	flex-direction: row-reverse;
}
.message ul li:first-of-type .top-title {
	width: 60%;
}
.message ul li .top-title {
	position: absolute;
	top: 8%;
	z-index: 10;
	width: 47%;
}
.message ul li .top-title img {
	height: 23px;
	width: auto;
}
.message ul li .top-title h3 img {
	width: 100%;
	height: auto;
}

.message ul li:nth-of-type(2) .top-title h3 img {
	width: 100%;
	height: auto;
}

.message ul li:last-of-type .top-title h3 img {
	width: 100%;
	height: auto;
}

.message ul li:nth-of-type(2) .top-title img {
	height: 25px;
}

.message ul li:last-of-type .top-title img {
	height: 20px;
}
.message ul li .top-title h3 {
	font-size: 33px;
	padding: 20px 0;
	line-height: 48px;
	font-weight: bold;
	letter-spacing: 0.6rem;
}

.message ul li:nth-of-type(even) .top-title {
	right: 0;
	text-align: right;
}

.message ul li:nth-of-type(even) .top-title h3 {
	text-align: left;
}
.message ul li:nth-of-type(even) .top-title img {
	text-align: right;
}
.message ul li:nth-of-type(odd) .top-title {
	left: 0;
}

.message .right {
	width: 58%;
}

.message .act {
	font-size: 18px;
	color: #fff;
	font-weight: 300;
}

@media only screen and (max-width: 1200px) {
	.message dl {
		width: 50%;
	}
}
@media only screen and (max-width: 992px) {
	.message dt {
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 30px;
		letter-spacing: 0.3rem;
	}
	.message dd {
		font-size: 14px;
		line-height: 30px;
	}
	.message .right ul li:nth-of-type(2) {
		margin-top: -30px;
		margin-left: 27%;
	}
}

@media only screen and (max-width: 767px) {
	.message {
		padding: 75px 0;
	}
	.message h2 {
		font-size: 28px;
		text-align: center;
		color: #fff;
		line-height: 43px;
		margin-bottom: 48px;
	}
	.message ul li .top-title img {
		height: 18px;
	}

	.message ul li:nth-of-type(2) .top-title img {
		height: 20px;
	}

	.message ul li:last-of-type .top-title img {
		height: 18px;
	}

	.message ul li .top-title h3 {
		font-size: 26px;
		padding: 15px 0;
		line-height: 37px;
		font-weight: bold;
		letter-spacing: 0.4rem;
	}
	.message ul li:first-of-type .top-title {
		width: 100%;
	}

	.nishihabu .message ul li:first-of-type .top-title {
		width: 60%;
	}
	.message ul li .top-title {
		top: 4%;
		width: 63%;
	}
	.message ul li p {
		font-size: 17px;
		line-height: 27px;
		padding-bottom: 10px;
		width: 43%;
	}
	.message .right {
		width: 53%;
	}
	.message .act {
		font-size: 15px;
		color: #fff;
		line-height: 25px;
	}
	.message ul li {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 600px) {
	.message ul li p {
		line-height: 25px;
	}
}
@media only screen and (max-width: 500px) {
	.message {
		padding: 60px 0;
	}

	.message h2 {
		font-size: 20px;
		text-align: center;
		color: #fff;
		line-height: 38px;
		margin-bottom: 40px;
	}

	.message ul li .top-title img {
		height: 13px;
		width: auto;
	}

	.message ul li:last-of-type .top-title img {
		height: 12px;
	}
	.message ul li .top-title h3 {
		font-size: 18px;
		padding: 10px 0;
		line-height: 26px;
		font-weight: bold;
		letter-spacing: 0.3rem;
	}
	.message ul li:first-of-type .top-title {
		width: 100%;
	}
	.message ul li .top-title {
		top: 4%;
		width: 63%;
	}
	.message ul li p {
		font-size: 12px;
		line-height: 19px;
		padding-bottom: 0px;
		width: 44%;
		letter-spacing: 0;
	}

	.nishihabu .message ul li:last-of-type p {
		width: 48%;
	}
	.message .right {
		width: 50%;
	}
	.message .act {
		font-size: 13px;

		line-height: 22px;
	}
	.message ul li {
		margin-bottom: 40px;
	}

	.nishihabu .message ul li:nth-of-type(5) .top-title h3 {
		margin-top: -20px;
	}
}

.concept {
	text-align: center;
	padding: 110px 0;
}

.doida .concept {
	background-color: #513a2e;
}

.doida .concept dl dd {
	color: #fff;
}

.nishihabu .concept {
	background-color: #fff;
}
.nishihabu .concept dl dd {
	color: #000;
}

.concept dl dt {
	max-width: 260px;
	width: 50%;
	margin: 0 auto 70px;
}
.concept dl dd {
	font-size: 20px;
	line-height: 46px;
	letter-spacing: 0.5rem;
	margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
	.concept dl dt {
		margin: 0 auto 40px;
	}
	.concept {
		padding: 80px 0;
	}

	.concept dl dd {
		font-size: 16px;
		line-height: 40px;
		letter-spacing: 0.3rem;
		margin-bottom: 38px;
	}
}

@media only screen and (max-width: 500px) {
	.concept {
		padding: 60px 0;
	}
	.concept dl dt {
		margin: 0 auto 40px;
	}
	.concept dl dd {
		font-size: 13px;
		line-height: 28px;
		letter-spacing: 0.3rem;
		margin-bottom: 33px;
	}
}

.features {
	background-color: #efe4dc;
	text-align: center;
	padding: 110px 0;
}

.features h3 {
	margin: 0 auto 85px;
}

.features .f-sec {
	margin-bottom: 130px;
}
.features .f-sec4 {
	margin-bottom: 0px;
}
.features figure {
	position: relative;
	max-width: 580px;
	margin: 0 auto;
	width: 100%;
}
.features dl.title {
	position: absolute;
	top: -26px;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.features dl.title dt {
	width: 50px;
	margin: 0 auto 10px;
}
.features dl.title dd {
	width: 100px;
	margin: 0 auto;
}

.features .f-sec02 dl.title dd {
	width: 150px;
	margin: 0 auto;
}
.features .f-sec03 dl.title dd {
	width: 150px;
	margin: 0 auto;
}
.features .f-sec04 dl.title dd {
	width: 170px;
	margin: 0 auto;
}

.features dl.content dt {
	color: #000;
	font-size: 25px;
	line-height: 40px;
	letter-spacing: 0.5rem;
	font-weight: bold;
	padding: 30px 0 20px;
}
.features dl.content dd {
	color: #000;
	font-size: 19px;
	line-height: 40px;
	letter-spacing: 0.2rem;
	text-align: left;
	margin-bottom: 30px;
}
.features ul {
	flex-wrap: wrap;
	align-items: flex-start;
}
.features ul li {
	width: 46%;
	margin-bottom: 30px;
}
.features ul li figcaption {
	padding-top: 10px;
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
}
.features .f-sec02 ul li {
	width: 100%;
}
.features .f-sec02 ul li figcaption {
	padding-top: 10px;
	font-size: 18px;
	line-height: 30px;
	text-align: left;
	font-weight: normal;
}
.features .f-sec02 dl.content dt {
	padding: 30px 0 0px;
}

.features .f-sec03 {
	margin-top: 90px;
}

.features .f-sec03 dl.title {
	position: absolute;
	top: -66px;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.features .f-sec03 figure {
	width: 60%;
	margin: 0 auto 30px;
	padding-left: 20px;
}
.features .f-sec03 figure.madori {
	padding-left: 30px;
}

.features .f-sec03 figure {
	width: 60%;
	margin: 0 auto 30px;
}

.nishihabu .features .f-sec03 figure.madori {
	width: 80%;
}

@media only screen and (max-width: 767px) {
	.features {
		padding: 110px 0 30px;
	}

	.features h3 {
		margin: 0 auto 65px;
	}

	.features .f-sec {
		margin-bottom: 80px;
	}

	.features dl.title dt {
		width: 40px;
	}

	.features dl.title {
		top: -21px;
	}
	.features dl.content dt {
		font-size: 20px;
		line-height: 37px;
		letter-spacing: 0.3rem;
		padding: 25px 0 15px;
	}
	.features dl.content dd {
		font-size: 17px;
		line-height: 30px;
		letter-spacing: 0.1rem;
		margin-bottom: 28px;
	}
	.features ul li figcaption {
		padding-top: 8px;
		font-size: 14px;
		line-height: 24px;
	}
	.features .f-sec02 dl.title dd {
		width: 130px;
	}
	.features .f-sec03 dl.title dd {
		width: 130px;
	}
	.features .f-sec04 dl.title dd {
		width: 150px;
	}
	.features .f-sec02 ul li figcaption {
		font-size: 14px;
	}
}

@media only screen and (max-width: 500px) {
	.features {
		padding: 90px 0 5px;
	}

	.features dl.title dt {
		width: 30px;
	}
	.features dl.title {
		top: -16px;
	}
	.features dl.content dt {
		font-size: 14px;
		line-height: 27px;
		letter-spacing: 0.1rem;
		padding: 20px 0 13px;
	}
	.features dl.content dd {
		font-size: 13px;
		line-height: 25px;
		margin-bottom: 25px;
	}
	.features ul li figcaption {
		padding-top: 8px;
		font-size: 12px;
		line-height: 22px;
	}
	.features ul li {
		width: 48%;
		margin-bottom: 22px;
		letter-spacing: 0;
	}
	.features .f-sec02 ul li figcaption {
		padding-top: 8px;
		font-size: 12px;
		line-height: 22px;
	}
	.features .f-sec02 dl.content dt {
		padding: 20px 0 0px;
	}
	.features .f-sec03 figure {
		width: 68%;
		margin: 0 auto 20px;
	}
	.features .f-sec02 dl.title dd {
		width: 110px;
	}
	.features .f-sec03 dl.title dd {
		width: 110px;
	}
	.features .f-sec04 dl.title dd {
		width: 130px;
	}
}

/***********

販売価格 

*************/
.simulation {
	text-align: center;
	background-color: #e3d0c3;
	padding: 100px 0;
}
.simulation .content dt {
	font-size: 30px;
	margin-bottom: 20px;
	font-size: 30px;
	color: #707f74;
	margin-bottom: 20px;
	font-weight: bold;
	letter-spacing: 0.5rem;
}

.simulation .content dd {
	font-size: 20px;
	padding: 0 40px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	display: inline-block;
	letter-spacing: 0.5rem;
	font-weight: bold;
}
.simulation .price {
	font-size: 30px;
	margin: 30px 0 30px;
	font-weight: bold;
}
.simulation .price span {
	font-size: 70px;
	padding: 0 10px;
}

.simulation .price .unit {
	display: inline-block;
}

.simulation .price .unit .zei {
	font-size: 15px;
}

.simulation .price .unit .en {
	margin-top: 3px;
}
.simulation .price-detail li {
	font-size: 20px;
	margin-bottom: 10px;
	letter-spacing: 0.2rem;
}
.simulation figure {
	max-width: 400px;
	width: 100%;
	margin: 40px auto 0;
}
.simulation h3 {
	margin-top: 50px;
	margin-bottom: 20px;
}
.simulation h3 img {
	width: 200px;
	height: auto;
}
.simulation .payment-info {
	border-bottom: 1px dashed #000;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.simulation .payment-info .flex_box {
	align-items: center;
}
.simulation .payment-info li {
	width: 47%;
}
.simulation .payment-info dt {
	color: #707f74;
	font-size: 20px;
	font-weight: bold;
	border: 2px solid #707f74;
	text-align: center;
	width: 50%;
	padding: 15px 0;
	border-radius: 5px;
}
.simulation .payment-info dt br {
	display: none;
}
.simulation .payment-info dd {
	width: 50%;
	font-size: 40px;
	font-weight: bold;
}
.simulation .payment-info dd span {
	font-size: 20px;
}
.simulation .loan li br {
	display: none;
}
.simulation .loan li:first-child {
	width: 40%;
	color: #fff;
	background-color: #707f74;
	border-radius: 5px;
	padding: 30px 0;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.simulation .loan li:last-child {
	width: 60%;
	padding-left: 40px;
}
.simulation .loan dl {
	padding: 5px 0;
}
.simulation .loan dt {
	font-size: 20px;
	font-weight: bold;
	width: 40%;
}
.simulation .loan dd {
	width: 50%;
	font-size: 46px;
	width: 60%;
	font-weight: bold;
	text-align: right;
}
.simulation .loan dd .en {
	font-size: 20px;
}
.simulation .loan dd .zei {
	font-size: 16px;
}
.simulation .bank-text {
	font-size: 16px;
	margin: 40px 0 20px;
}
.simulation p {
	font-size: 16px;
	text-align: left;
	line-height: 25px;
}
@media only screen and (max-width: 767px) {
	.simulation {
		padding: 80px 0;
	}
	.simulation .price {
		font-size: 26px;
		margin: 25px;
	}
	.simulation .price span {
		font-size: 60px;
		padding: 0 8px;
	}
	.simulation .content dt {
		margin-bottom: 20px;

		font-size: 28px;

		margin-bottom: 18px;
	}
	.simulation .content dd {
		font-size: 18px;
		padding: 0 30px;
	}

	.simulation figure {
		max-width: 300px;
	}
	.simulation h3 {
		margin-top: 40px;
	}
	.simulation h3 img {
		width: 170px;
		height: auto;
	}
	.simulation .payment-info {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.simulation .payment-info dt {
		font-size: 18px;
		line-height: 20px;
		width: 30%;
		padding: 5px 0;
	}
	.simulation .payment-info dt br {
		display: block;
	}
	.simulation .payment-info dd {
		width: 70%;
		font-size: 34px;
	}
	.simulation .payment-info dd span {
		font-size: 16px;
	}
	.simulation .payment-info li:last-child dt {
		padding: 15px 0;
	}
	.simulation .loan li br {
		display: block;
	}
	.simulation .loan li:first-child {
		width: 20%;
		padding: 12px 0;
		font-size: 18px;
		line-height: 20px;
	}
	.simulation .loan li:last-child {
		width: 80%;
		padding-left: 20px;
	}
	.simulation .loan dl {
		padding: 5px 0;
	}
	.simulation .loan dt {
		font-size: 20px;
		width: 40%;
	}
	.simulation .loan dd {
		font-size: 40px;
		width: 60%;
	}
	.simulation .loan dd .en {
		font-size: 16px;
	}
	.simulation .loan dd .zei {
		font-size: 12px;
	}
	.simulation .bank-text {
		font-size: 15px;
		margin: 35px 0 20px;
	}
	.simulation p {
		font-size: 14px;
		line-height: 20px;
	}
}
@media only screen and (max-width: 500px) {
	.simulation {
		padding: 60px 0;
	}
	.simulation .content dt {
		margin-bottom: 10px;
		font-size: 26px;
		margin-bottom: 15px;
	}
	.simulation .content dd {
		font-size: 20px;
		padding: 0 18px;
		letter-spacing: 0.3rem;
	}

	.simulation .price {
		font-size: 20px;
	}
	.simulation .price span {
		font-size: 50px;
		padding: 0 0 0 8px;
	}
	.simulation h3 {
		margin-top: 30px;
		margin-bottom: 10px;
	}
	.simulation h3 img {
		width: 140px;
		height: auto;
	}
	.simulation .payment-info {
		padding-bottom: 10px;
		margin-bottom: 5px;
	}
	.simulation .payment-info li {
		width: 49%;
	}
	.simulation .payment-info dt {
		font-size: 15px;
		line-height: 18px;
		width: 33%;
		padding: 3px 0;
	}
	.simulation .payment-info dd {
		width: 67%;
		font-size: 28px;
	}
	.simulation .payment-info dd span {
		font-size: 10px;
	}
	.simulation .payment-info li:last-child dt {
		padding: 12px 0;
	}
	.simulation .loan li:first-child {
		width: 20%;
		padding: 7px 0;
		font-size: 15px;
		line-height: 18px;
	}
	.simulation .loan li:last-child {
		width: 80%;
		padding-left: 5px;
	}
	.simulation .loan dl {
		padding: 5px 0;
	}
	.simulation .loan dt {
		font-size: 13px;
		width: 37%;
	}
	.simulation .loan dd {
		font-size: 28px;
		width: 63%;
	}
	.simulation .loan dd .en {
		font-size: 13px;
	}
	.simulation .loan dd .zei {
		font-size: 10px;
	}
	.simulation .bank-text {
		font-size: 13px;
		margin: 25px 0 15px;
	}
	.simulation p {
		font-size: 12px;
		text-align: left;
		line-height: 20px;
	}
}

.spe {
	text-align: center;
	padding: 100px 0;
}
.sec-title {
	margin: 0 auto 20px;
	font-size: 30px;
	color: #707f74;
	letter-spacing: 0.3rem;
	font-family: futura-pt, sans-serif;
}

.b-title {
	font-size: 30px;
	border-bottom: 1px dotted #000;
	padding-bottom: 15px;
	margin-bottom: 50px;
	display: inline-block;
	color: #707f74;
	font-weight: bold;
	letter-spacing: 0.5rem;
}

@media only screen and (max-width: 767px) {
	.b-title {
		font-size: 25px;
		padding-bottom: 18px;
		margin-bottom: 40px;
	}
	.sec-title {
		margin: 0 auto 18px;
		font-size: 25px;
	}
}

@media only screen and (max-width: 500px) {
	.b-title {
		font-size: 21px;
		padding-bottom: 10px;
		margin-bottom: 23px;
	}
	.sec-title {
		margin: 0 auto 15px;
		font-size: 20px;
	}
}

.spe dl.content {
	padding: 50px 0;
}
.spe dl.content dt {
	font-size: 30px;
	color: #707f74;
	margin-bottom: 20px;
	padding: 0 20px;
	display: inline-block;
	border-left: 1px solid #707f74;
	border-right: 1px solid #707f74;
	font-weight: bold;
}
.spe dl.content dd {
	font-size: 30px;
	letter-spacing: 0.5rem;
	font-weight: bold;
	line-height: 45px;
}
.spe ul {
	margin-bottom: 90px;
}

.spe ul li dl {
	font-size: 22px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 10px 0;
	text-align: left;
}

.spe ul li dl dt {
	width: 15%;
	margin-right: 3%;
	font-weight: bold;
	line-height: 38px;
}

.spe ul li dl dd {
	width: 80%;
	line-height: 38px;
}

.spe figure.banti {
	width: 70%;
	margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
	.spe {
		padding: 80px 0 30px;
	}
	.spe ul {
		margin-bottom: 70px;
	}
	.spe dl.content {
		padding: 40px 0;
	}
	.spe dl.content dd {
		font-size: 23px;
		letter-spacing: 0.4rem;
		line-height: 30px;
	}
	.spe ul li dl dt {
		width: 25%;
		margin-right: 3%;
		font-size: 16px;
		line-height: 35px;
	}
	.spe ul li dl dd {
		width: 72%;
		font-size: 16px;
		line-height: 35px;
	}
}
@media only screen and (max-width: 500px) {
	.spe {
		padding: 80px 0 0px;
	}
	.spe ul {
		margin-bottom: 50px;
	}
	.spe dl.content {
		padding: 30px 0;
	}
	.spe dl.title dt {
		margin: 0 auto 15px;
	}

	.spe ul li dl {
		padding: 8px 0;
	}
	.spe dl.content dt {
		font-size: 18px;
		margin-bottom: 17px;
		padding: 0px 15px;
	}
	.spe dl.content dd {
		font-size: 18px;
		letter-spacing: 0.3rem;
		line-height: 27px;
	}
	.spe ul li dl dt {
		width: 22%;
		margin-right: 3%;
		font-size: 12px;
		line-height: 25px;
	}
	.spe ul li dl dd {
		width: 75%;
		font-size: 14px;
		line-height: 25px;
	}
}

.locate {
	padding-top: 80px;
}

.locate .title {
	/* max-width: 190px;
	width: 30%;
	margin: 0 auto 20px; */
	text-align: center;
}

.doida .locate .main-visual {
	background-image: url(../images/doida-area.jpg);
}

.nishihabu .locate .main-visual {
	background-image: url(../images/nishihabu-ara.png);
}

.locate .main-visual {
	height: 550px;
	width: 100%;
	background-position: center 90%;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	position: relative;
}

.locate .main-visual h3 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0 40px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	display: inline-block;
	letter-spacing: 0.5rem;
	font-weight: bold;
	font-size: 30px;
}
.locate .inner {
	padding-top: 50px;
	padding-bottom: 120px;
	text-align: center;
}

.locate .inner p {
	font-size: 18px;
	line-height: 38px;
	margin-bottom: 45px;
	text-align: left;
}

.locate .inner iframe {
	width: 100%;
	margin-bottom: 60px;
}

.locate .around-list {
	flex-wrap: wrap;
	align-items: flex-start;
}

.locate .around-list li {
	width: 45%;
	margin-bottom: 60px;
}

.locate .around-list li dt {
	color: #ceac96;
	font-size: 26px;
	letter-spacing: 0.4rem;
	margin: 15px 0 10px;
}

.locate .around-list li dt span {
	font-size: 40px;
	color: #ceac96;
	font-weight: bold;
}

.locate .around-list li dd {
	font-size: 24px;
	line-height: 33px;
}
@media only screen and (max-width: 992px) {
	.locate .main-visual {
		height: 330px;
	}
	.locate .main-visual h3 {
		padding: 0 30px;
		font-size: 25px;
	}
}

@media only screen and (max-width: 767px) {
	.locate .inner {
		padding-top: 50px;
		padding-bottom: 100px;
	}

	.locate .main-visual {
		height: 250px;
	}
	.locate .main-visual h3 {
		padding: 0 20px;
		letter-spacing: 0.4rem;
		font-size: 22px;
	}

	.locate .around-list li {
		margin-bottom: 45px;
	}
	.locate .inner p {
		font-size: 16px;
		line-height: 32px;
		margin-bottom: 40px;
	}
	.locate .inner iframe {
		margin-bottom: 40px;
		height: 350px;
	}
	.locate .around-list li dd {
		font-size: 17px;
		letter-spacing: 0.05rem;
		line-height: 25px;
	}
	.locate .around-list li dt span {
		font-size: 35px;
	}
	.locate .around-list li dt {
		font-size: 23px;
		letter-spacing: 0.4rem;
		margin: 10px 0 8px;
	}
}

@media only screen and (max-width: 500px) {
	.locate .inner {
		padding-top: 40px;
		padding-bottom: 80px;
	}
	.locate .main-visual {
		height: 190px;
	}
	.locate .main-visual h3 {
		padding: 0 16px;
		letter-spacing: 0.3rem;
		font-size: 16px;
	}
	.locate .inner p {
		font-size: 14px;
		line-height: 28px;
		margin-bottom: 30px;
	}
	.locate .inner iframe {
		margin-bottom: 30px;
		height: 250px;
	}
	.locate .around-list li {
		width: 48%;
		margin-bottom: 30px;
	}
	.locate .around-list li dt {
		font-size: 17px;
		letter-spacing: 0.2rem;
		margin: 8px 0 6px;
	}
	.locate .around-list li dt span {
		font-size: 28px;
		color: #ceac96;
	}
	.locate .around-list li dd {
		font-size: 13px;
		line-height: 20px;
		letter-spacing: 0;
	}
}
/* アコーディオン */

.locate .acd-check {
	display: none;
}
.locate .acd-label {
	border: 1px solid #000;
	color: #000;
	display: block;
	margin: 0 auto;
	padding: 20px 0;
	width: 270px;
	border-radius: 50px;
	font-size: 24px;
	transition: 0.3s;
}

.locate .acd-label span svg {
	width: 27px;
	margin-left: 8px;
}

.locate .acd-label:hover .cls-1 {
	stroke: #fff;
}

.locate .acd-label:hover {
	border: 1px solid #fff;
	color: #fff;
	background-color: #000;
	cursor: pointer;
}
.locate .acd-content {
	height: 0;
	opacity: 0;
	padding: 0 10px;
	transition: 0.5s;
	visibility: hidden;
}

.locate .around-list.acd-content li {
	display: none;
}
.locate .acd-check:checked + .acd-label + .acd-content {
	height: auto;
	opacity: 1;
	visibility: visible;
}

.locate .acd-check:checked + .acd-label {
	display: none;
}

.locate .acd-check:checked + .acd-label + .acd-content li {
	display: block;
}
@media only screen and (max-width: 767px) {
	.locate .acd-label {
		padding: 18px 0;
		width: 220px;
		font-size: 22px;
	}
}

@media only screen and (max-width: 500px) {
	.locate .acd-label {
		padding: 13px 0;
		width: 190px;
		font-size: 18px;
	}
}

/* アコーディオン */
.faq {
	padding-top: 80px;
	padding-bottom: 80px;
}

/* アコーディオン */
.faq .title {
	max-width: 90px;
	width: 24%;
	margin: 0 auto 80px;
}

.faq .around-list li {
	margin-bottom: 60px;
}

.faq .around-list li a {
	color: #707f74;
	border-bottom: 1px solid #707f74;
	font-size: 21px;
	font-weight: bold;
	margin-top: 10px;
	letter-spacing: 0.3rem;
}
.faq .around-list li dl {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.faq .around-list li dt {
	font-size: 20px;
	color: #707f74;
	font-family: futura-pt, sans-serif;
	margin-bottom: 10px;
	margin-right: 8px;
}
.faq .around-list li dd {
	font-size: 20px;
	font-weight: bold;
}

.faq .around-list li p {
	line-height: 35px;
	font-size: 18px;
}

.faq .around-list li:first-of-type p {
	margin-bottom: 30px;
}
.faq .acd-check {
	display: none;
}
.faq .acd-label {
	border: 1px solid #000;
	color: #000;
	display: block;
	margin: 0 auto;
	padding: 20px 0;
	width: 270px;
	border-radius: 50px;
	font-size: 26px;
	transition: 0.3s;
	text-align: center;
}
.faq .acd-label span svg {
	width: 27px;
	margin-left: 8px;
}

.faq .acd-label:hover .cls-1 {
	stroke: #fff;
}
.faq .acd-label:hover {
	border: 1px solid #fff;
	color: #fff;
	background-color: #000;
	cursor: pointer;
}
.faq .acd-content {
	height: 0;
	opacity: 0;
	transition: 0.5s;
	visibility: hidden;
}

.faq .around-list.acd-content li {
	display: none;
}
.faq .acd-check:checked + .acd-label + .acd-content {
	height: auto;
	opacity: 1;
	visibility: visible;
}

.faq .acd-check:checked + .acd-label {
	display: none;
}

.faq .acd-check:checked + .acd-label + .acd-content li {
	display: block;
}
@media only screen and (max-width: 767px) {
	.faq .acd-label {
		padding: 18px 0;
		width: 220px;
		font-size: 22px;
	}
	.faq .title {
		margin: 0 auto 60px;
	}
	.faq .around-list li dd {
		font-size: 18px;
		line-height: 27px;
	}
	.faq .around-list li p {
		line-height: 35px;
		font-size: 17px;
		margin-top: 10px;
	}
	.faq .around-list li a {
		font-size: 18px;
		margin-top: 8px;
	}
}

@media only screen and (max-width: 500px) {
	.faq .acd-label {
		padding: 13px 0;
		width: 190px;
		font-size: 18px;
	}
	.faq .title {
		margin: 0 auto 40px;
	}
	.faq .around-list li dd {
		font-size: 16px;
		line-height: 24px;
	}
	.faq .around-list li p {
		line-height: 27px;
		font-size: 14px;
	}
	.faq .around-list li a {
		font-size: 16px;
		margin-top: 5px;
		letter-spacing: 0.1rem;
	}
}

/* .floor-plan */

.floor-plan {
	text-align: center;
	padding: 100px 0 0;
}
.floor-plan .room {
	width: 78%;
	margin: 0 auto 90px;
	max-width: 600px;
}
/* 
.floor-plan .swiper-container {
	overflow: hidden;
} */

.swiper-container {
	overflow: inherit !important;
}

.swiper-pagination-bullet {
	background: #cad0cb !important;
}

.swiper-pagination-bullet-active {
	background: #707f74 !important;
}

.swiper-slide {
	height: auto;
}

.swiper-slide img {
	height: 100%;
}

.floor-plan .swiper-slide {
	position: relative;
}

.floor-plan .swiper-slide p {
	position: absolute;
	top: 17px;
	left: 17px;
	font-size: 18px;
}

@media only screen and (max-width: 500px) {
	.floor-plan .swiper-slide p {
		position: absolute;
		top: 13px;
		left: 13px;
		font-size: 16px;
	}

	.floor-plan {
		padding: 60px 0 0;
	}
}
/* .swiper */

.swiper-container {
	margin-bottom: 65px;
}

.swiper-parent {
	position: relative;
	height: 400px;
}

.swiper-containe {
	height: 400px;
}

#swiper-pagination {
	margin-bottom: -330px;
}

.nishihabu .swiper-container {
	overflow: inherit !important;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: -20px !important;
	left: 0;
	width: 100%;
}
