@charset "utf-8";

/* ---------------------------------
  _01 スタイルリセット
------------------------------------*/

html { font-size: 62.5%;}
body {
	margin: 0;
	padding: 0;
	border-top: solid 20px #EB98A0;
	line-height: 1.0;
	color: #222;
	background-color: #fff;
	background-image: url("../images/top/bg-type01.jpg");
	font-family: kozuka-gothic-pr6n,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.6rem;
}
@media screen and (max-width: 640px){
body {
	padding-top: 7.0rem !important;
	border-top: none;}
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
    color: #222;}
p {
	margin: 0;
	padding: 0;
	line-height: 1.4;}
img {
	border: 0;
	display: block;}

a { text-decoration: inherit; /* 必要に応じて「none」に */}
a:link { color: #222;}
a:visited { color: inherit;}
a:hover { color: red;}

ul {
	margin: 0;
	padding: 0;
	list-style: none;}
ol {
	margin: 0;
	padding: 0;}
li {
	margin: 0;
	padding: 0;}
dl, dt, dd {
	margin: 0;
	padding: 0;}
form {
	margin: 0;
	padding: 0;}

hr { display: none;}

/*

font-family: ryo-display-plusn,serif;
font-weight: 700;
font-style: normal;

font-family: ryo-display-plusn,serif;
font-weight: 800;
font-style: normal;

font-family: kozuka-gothic-pr6n,sans-serif;
font-weight: 400;
font-style: normal;

*/


/* ---------------------------------
  _02 共通クラス
------------------------------------*/
.section_title {
    display: inline-block;
	margin: 0 50% 1.0em;
    transform: translateX(-50%);
	text-align: center;
	font-family: bodoni-urw, serif;
	font-weight: 700;
	font-style: normal;
	font-size: 3.0rem;
	letter-spacing: 0.1em;
}

section .container h2 {
	color: #EB98A0;
	font-family: ryo-display-plusn,serif;
	font-weight: 800;
	font-style: normal;}

.supplement { /* 補助的に入れる見出しを表示しないようにするクラス */
	position: absolute;
	left: -10000em;}

@media screen and (min-width: 641px){

.hide_pc { display: none;}
p.guide {
	margin-bottom: 1em;
	text-align: center;}

}
@media screen and (max-width: 640px){

.hide_sp { display: none;}

}

section .container　{
    margin: 0 auto;
    width: 1100px;
    height: auto;
}

/* ---------------------------------
  _02 ヘッダー＆ナビゲーション
------------------------------------*/

@media screen and (min-width: 641px){

.cover {
	width: 100%;
	height: 920px;
	background-image: url("../images/top/cover-bg.png");
	background-position: center bottom;
	background-size: cover;
}
    
header .container {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 1100px;
	height: 160px;}
header .container h1 {
	position: absolute;
	right: 0;
	top: 20px;
	width: 774px;
	height: 41px;
	line-height: 41px;
	background-image: url("../images/common/header-h1-bg.png");
	color: #c67177;
	text-align: center;
	font-size: 1.1em;
	font-family: ryo-display-plusn,serif;
	font-weight: 800;
	font-style: normal;
	letter-spacing: 0.1em;}
header .container .site_name {
	position: absolute;
	left: 0;
	top: 20px;
	box-shadow: 5px 5px 5px #ccc;}
header .container nav {
	position: absolute;
	right: 0;
	top: 70px;}
header .container nav ul {
	display: flex;
	gap: 10px;}
header .container nav ul li {
	height: 36px;
	line-height: 36px;
	color: #fff;
	background-color: #EB98A0;
	font-family: ryo-display-plusn,serif;
	font-weight: 700;
	font-style: normal;
	box-shadow: 5px 5px 5px #ccc;}
header .container nav ul li a {
	padding: 0 1em;
	display: block;
	color: #fff;}

}

@media screen and (max-width: 640px){

.cover {
	margin-bottom: 2em;
	width: 100%;
	background-image: url("../images/top/cover-bg.png");
	background-position: center bottom;
	background-size: cover;}

header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 7.0rem;
	background-color: #e6838b;
	z-index: 2000;}
header .container {
	display: flex;
	justify-content: space-between;
	}
header .container .site_name {
	line-height: 7.0rem;
	letter-spacing: 0.2em;}
header .container .site_name img {
	height: 7.0rem;}
header .nav_control {
	width: 7.0rem;
	height: 7.0rem;
	background-color: #333;
	z-index: 1010;}
nav {
	}
nav a:link { color: #fff;}
nav a:visited { color: #fff;}
nav ul {
	display: flex;
}
nav ul li {
	margin-right: 0.5em;
	line-height: 70px;
	font-family: ryo-display-plusn,serif;
	font-weight: 800;
	font-style: normal;
	font-size: 1em;
	letter-spacing: -0.1em;
}

}

/* ---------------------------------
  _02 メインビュー
------------------------------------*/

@media screen and (min-width: 641px){

.mainview {
	margin: 0 auto;
	position: relative;
	width: 1100px;
	height: 564px;}
.mainview ul {
	position: absolute;
	left: 45px;
	top: 490px;
	display: flex;
	justify-content: space-between;
	width: 950px;
}
.mainview ul li {
	position: relative;}
.mainview ul li:nth-of-type(1)  img.catch {
	position: absolute;
	left: -15px;
	top: -380px;}
.mainview ul li:nth-of-type(1)  img.image {
	position: absolute;
	right: -130px;
	top: -80px;}
.mainview ul li:nth-of-type(2)  img.catch {
	position: absolute;
	left: 60px;
	top: -180px;}
.mainview ul li:nth-of-type(2)  img.image {
	position: absolute;
	right: -110px;
	top: -90px;}

}

@media screen and (max-width: 640px){

.mainview {
	width: 100vw;}
.mainview img {
	width: 100%;
}
.mainview ul {
	margin: 0 auto;
	display: flex;
	gap: 0.5em;
	width: calc(100vw - 2em);
}

}

/* ---------------------------------
  _02 フッター
------------------------------------*/
footer {
	color: #fff;
	background-color: #EB98A0;
	font-family: ryo-display-plusn,serif;
	font-weight: 700;
	font-style: normal;}
footer .site_name {
	margin-bottom: 30px;
	text-align: center;}
footer .site_name img {
	margin: 0 auto 10px auto;
}
footer nav {
	margin-bottom: 40px;
	text-align: center;}
footer .copyright {
	text-align: center;}

@media screen and (min-width: 641px){

footer .container {
	margin: 0 auto;
	padding: 50px 0;
	width: 1100px;}

}

@media screen and (max-width: 640px){

footer .container {
	padding: 2em 0;}

}

/* ---------------------------------
  _02 レイアウト
------------------------------------*/

@media screen and (min-width: 641px){

section { padding: 3em 0;}
section .container {
	margin: 0 auto;
	width: 1100px;}

}

@media screen and (max-width: 640px){

section .container {
	padding: 2em 1em;
}

}

/* ---------------------------------
  _02 コンテンツ
------------------------------------*/

#concept {
	background-image: url("../images/top/bg-type01.jpg");
	background-position: center center;
	background-size: cover;
	z-index: 100;}

@media screen and (min-width: 641px){

#concept .container {
	display: flex;
	flex-direction: row-reverse;
	gap: 50px;}
#concept h2 {
	margin-bottom: 1em;
	font-size: 2em;
	line-height: 1.6;}
#concept p {
	margin-bottom: 1em;}

}

@media screen and (max-width: 640px){

#concept .container { padding-top: 0;}
#concept h2 {
	margin-bottom: 1em;
	font-size: 1.4em;
	line-height: 1.5;}
#concept p {
	margin-bottom: 1em;}
#concept img {
	margin: 0 auto;
	width: 50%;
}

}

#facilities {
	background-image: url("../images/top/facilities-bg.jpg");
	background-size: cover;}

@media screen and (min-width: 641px){

#facilities .container {
	padding-right: 580px;
	padding-bottom: 100px;
	position: relative;
	box-sizing: border-box;
}
#facilities h2 {
	margin-bottom: 530px;
	padding: 50px 0 0 200px;
	width: 983px;
	height: 213px;
	line-height: 1.6;
	color: #fff;
	background-image: url("../images/top/facilities-hl-bg.png");
	background-repeat: no-repeat;
	font-size: 2em;
	font-family: ryo-display-plusn,serif;
	font-weight: 700;
	font-style: normal;
	box-sizing: border-box;
}
#facilities h3 {
	margin-bottom: 0.75em;
	line-height: 1.4;
	color: #e5737c;
	font-size: 1.5em;
	font-family: ryo-display-plusn,serif;
	font-weight: 700;
	font-style: normal;}
#facilities p {
	margin-bottom: 1.5em;
	line-height: 1.6;
	letter-spacing: 0.15em;}
#facilities img.img-fitness {
	position: absolute;
	top: 243px;
	left: 0;}
#facilities img.img-cafe {
	position: absolute;
	top: 733px;
	right: 0;}
#facilities img.img-floormap {
	position: absolute;
	top: 213px;
	right: 0;}

}

@media screen and (max-width: 640px){
#facilities h2 {
	margin-bottom: 1em;}
#facilities h3 {
	margin-bottom: 0.75em;
	line-height: 1.4;
	color: #e5737c;
	font-size: 1.5em;
	font-family: ryo-display-plusn,serif;
	font-weight: 700;
	font-style: normal;
}
#facilities img {
	margin-bottom: 1em;
	width: 100%;}
#facilities p {
	margin-bottom: 1em;
}

}

#access {
	background-image: url("../images/top/access-bg.jpg");
	background-position: center center;
	background-size: cover;}


@media screen and (min-width: 641px){

#access .container {
	display: flex;
	gap: 30px;
}
#access .box {
	color: #fff;}
#access .box iframe {
	margin-bottom: 1em;
	border: solid 5px #fff !important;}

}

@media screen and (max-width: 640px){

#access img { width: 100%;}
#access .box iframe {
	width: 96%;}

}


@media screen and (min-width: 641px){

#banners ul {
	margin: 0 auto;
	display: flex;
	gap: 50px;
	width: 770px;}
	
}

@media screen and (max-width: 640px){

#banners ul {
	margin: 0 auto;
	width: 70%;
}
#banners ul li {
	margin-bottom: 0.5em;}
#banners ul li img {
	width: 100%;}

}

/* ---------------------------------
  _ clearfix
------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */
	