@charset "utf-8";
/* CSS Document */

/*for seo*/
/*
body>div>header>h1{
	width:120px;
	height:40px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(../images/logo.png) no-repeat;
	background-size:100%;
}
*/

/*
"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
*/







/************/
/*common*/
/************/


/*basic*/
body {
	width:100%;
	min-width:320px;
	color:#313232;
	background-color:#FFFFFF;
	font-family:"NotoSans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style:normal;
	font-weight:400;/*100〜900*/
	font-size:13px;
	line-height:20px;
}

header#main_nav {
	width: 100%;
	height: 100px;
	position: fixed;
	background-color: #ffffff;
	z-index: 3000;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

header#main_nav>nav {
	display: flex;
	width: 80%;
	margin: 0 auto;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

header#main_nav>nav>ul {
	display: none;
}

header#main_nav>nav>ul>li {
	width: 33.33%;
}

header#main_nav>nav>ul>li:first-child {
	width: 20%;
}

header#main_nav>nav>ul>li>a {
	opacity: 1.0;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

header#main_nav>nav>ul>li>a:hover {
	opacity: 0.6;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

header#main_nav>nav>ul>li.nav_01>a {
	display: block;
	width:40px;
	height:19px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(../images/nav_01.png) no-repeat top left -45px;
	background-size:80px;
}

header#main_nav>nav>ul>li.nav_02>a {
	display: block;
	width:80px;
	height:19px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(../images/nav_02.png) no-repeat;
	background-size:100%;
}

header#main_nav>nav>ul>li.nav_03>a {
	display: block;
	width:80px;
	height:19px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(../images/nav_03.png) no-repeat;
	background-size:100%;
}

header#main_nav>nav>h1 {
	width: 33.33%;
}

header#main_nav>nav>h1>a {
	display: block;
	width: 180px;
	height:45px;
	overflow:hidden;
	text-indent:200%;
	white-space:nowrap;
	background:url(../images/logo.png) no-repeat;
	background-size:100%;
	margin: 25px auto 0 auto;
	opacity: 1.0;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
	
header#main_nav>nav>h1>a:hover {
	opacity: 0.6;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

header#main_nav>nav>p.to_official {
	display: none;	
}

header#main_nav>nav>p.to_official>a {
	display: block;
	width: 160px;
	height:50px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(../images/to_official.png) no-repeat;
	background-size:100%;
	margin: 22px 0 0 auto;
	opacity: 1.0;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

header#main_nav>nav>p.to_official>a:hover {
	opacity: 0.6;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

div#full {
	padding-top: 100px;
}

nav#mode_nav {
	display: none;
	width: 100%;
	height: auto;
	margin-top: -15px;
	background-color: #F3F0EC;
	padding: 30px 0;
}

nav#mode_nav>div {
	width: 80%;
	margin: 0 auto;
}

nav#mode_nav>div>h2 {
	width: 180px;
	height: 21px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(../images/stagemode_h2.png) no-repeat;
	background-size:180px;
	margin: 30px auto;
}

nav#mode_nav>div>ul {
	width:100%;
	margin-top: 23px;
}

nav#mode_nav>div>ul>li {
	margin-right: 0;
	padding-bottom: 10px;
	text-align: center;
}

nav#mode_nav>div>ul>li>a {
	width: 100%;
	height: 100%;
	display: block;
	color: #000;
	border-bottom: 1px #F3F0EC solid;
	font-weight: 500;
	letter-spacing: 0px;
	-webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all  0.1s ease;
}

nav#mode_nav>div>ul>li:hover>a {
	color: #BBB19F;
	font-weight: 500;
	letter-spacing: 0px;
	border-bottom: 1px #BBB19F solid;
	-webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all  0.1s ease;
}


/*stage common*/
div.plan {
	width: 100%;
	background-color: #E6E1D7;
}

div.plan>div {
	width: 80%;
	margin: 0 auto;
	display: block;
}

div.plan_left {
	width: 100%;
	padding: 50px 0 30px 0;
}

div.plan_left h3 {
	margin-bottom: 50px;
}

div.plan_left dl {
	margin-bottom: 30px;
}

div.plan_left dt {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 2px;
}

div.plan_left dt>span {
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: 600;
}

div.plan_left dd {
	font-size: 12px;
	line-height: 17px;
	letter-spacing: 2px;
}

div.plan_left dl.line {
	width: 100%;
	margin-top: 50px;
	border-top:1px #000 solid;
	padding-top: 50px;
	margin-bottom: 0px;
	font-size: 12px;
	letter-spacing: 2px;	
}

div.plan_right {
	width:100%;
	background-color: #CBC3B7;
	display: flex;
	justify-content: center;
	align-items: center;	
}

div.plan_right p {
	display: block;
	margin: 25px 5%;
}

/*stage_01*/
section#stage_01 {
	width:100%;
	padding: 120px 0 0 0;
	margin-top: -50px;
	border-bottom: 1px #8A8275 solid;
}

section#stage_01>h1 {
	display: block;
	width: 239px;
	height:80px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(../images/stagemode_01_h1.png) no-repeat;
	background-size:100%;
	margin: 0 auto 80px auto;
}

section#stage_01>div.first {
	width: 80%;
	margin:0 auto;
}

section#stage_01>div>img {
	display: block;
	width:100%;
}

section#stage_01>div>div {
	width: 80%;
	margin: 50px auto 0 auto;
}

section#stage_01>div>div>h2 {
	width: 100%;
	margin: 0 auto;
	font-weight: 600;
	margin-bottom: 10px;
}

section#stage_01>div>div>p {
	width: 100%;
	letter-spacing: 2px;
}

section#stage_01>div>div.gallery {
	width: 100%;
}

section#stage_01>div>div.gallery h2 {
	width: 260px;
	margin: 0 auto 20px auto;
}

section#stage_01>div>div.gallery>a>img {
	display: block;
}

/*stage_02*/
section#stage_02 {
	width:100%;
	padding: 120px 0 0 0;
	margin-top: -50px;
	border-bottom: 1px #8A8275 solid;
}

section#stage_02>h1 {
	display: block;
	width: 226.5px;
	height:79.5px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(../images/stagemode_02_h1.png) no-repeat;
	background-size:100%;
	margin: 0 auto 80px auto;
}

section#stage_02>div.first {
	width: 80%;
	margin:0 auto;
}

section#stage_02>div>img {
	display: block;
	width:100%;
}

section#stage_02>div>div {
	width: 80%;
	margin: 50px auto 0 auto;
}

section#stage_02>div>div>h2 {
	width: 100%;
	margin: 0 auto;
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 16px;
	letter-spacing: 2px;
}

section#stage_02>div>div>p {
	width: 100%;
	letter-spacing: 2px;
}

section#stage_02>div>div.gallery {
	width: 100%;
}

section#stage_02>div>div.gallery h2 {
	width: 260px;
	margin: 0 auto 20px auto;
}

section#stage_02>div>div.gallery>a>img {
	display: block;
}

section#stage_02>div>div>p>a {
	display: block;
	width: 90%;
	padding: 5%;
	background-color: #8A8175;
	color: #fff;
	text-align: center;
	margin-top: 10px;
	opacity:1.0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;

}

section#stage_02>div>div>p>a:hover {
	display: block;
	width: 90%;
	padding: 5%;
	background-color: #8A8175;
	color: #fff;
	text-align: center;
	margin-top: 10px;
	opacity: 0.6;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}


/*stage_03*/
section#stage_03 {
	width:100%;
	padding: 120px 0 0 0;
	margin-top: -50px;
	border-bottom: 1px #8A8275 solid;
}

section#stage_03>h1 {
	display: block;
	width: 226.5px;
	height:79.5px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(../images/stagemode_03_h1.png) no-repeat;
	background-size:100%;
	margin: 0 auto 80px auto;
}

section#stage_03>div.first {
	width: 80%;
	margin:0 auto;
}

section#stage_03>div>img {
	display: block;
	width:100%;
}

section#stage_03>div>div {
	width: 80%;
	margin: 50px auto 0 auto;
}

section#stage_03>div>div>h2 {
	width: 100%;
	margin: 0 auto;
	font-weight: 600;
	margin-bottom: 10px;
}

section#stage_03>div>div>p {
	width: 100%;
	letter-spacing: 2px;
}

section#stage_03>div>div.gallery {
	width: 100%;
}

section#stage_03>div>div.gallery h2 {
	width: 260px;
	margin: 0 auto 20px auto;
}

section#stage_03>div>div.gallery>a>img {
	display: block;
}

/*stage_04*/
section#stage_04 {
	width:100%;
	padding: 120px 0 0 0;
	margin-top: -50px;
	border-bottom: 1px #8A8275 solid;
}

section#stage_04>h1 {
	display: block;
	width: 226.5px;
	height:79.5px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(../images/stagemode_04_h1.png) no-repeat;
	background-size:100%;
	margin: 0 auto 80px auto;
}

section#stage_04>div.first {
	width: 80%;
	margin:0 auto;
}

section#stage_04>div>img {
	display: block;
	width:100%;
}

section#stage_04>div>div {
	width: 80%;
	margin: 50px auto 0 auto;
}

section#stage_04>div>div>h2 {
	width: 100%;
	margin: 0 auto;
	font-weight: 600;
	margin-bottom: 10px;
}

section#stage_04>div>div>p {
	width: 100%;
	letter-spacing: 2px;
}

section#stage_04>div>div.gallery {
	width: 100%;
}

section#stage_04>div>div.gallery h2 {
	width: 260px;
	margin: 0 auto 20px auto;
}

section#stage_04>div>div.gallery>a>img {
	display: block;
}

.foriphone {
	display: block;
}

/*detail*/
section#detail {
	background-color: #F7F8F8;
	padding: 80px 0 0 0;
	margin-bottom: 80px;
	border-bottom: 1px #E6E6E6 solid;
}

section#detail>h1>img {
	display: block;
	margin: 0 auto;
}

section#detail>h2 {
	width: 172px;
	margin: 50px auto;
}

section#detail>img {
	display: block;
	width: 80%;
	max-width: 1024px;
	margin: 0px auto 50px auto;
}

section#access {
	background-color: #F7F8F8;
	padding: 80px 0 80px 0;
	margin-bottom: 50px;
	margin-top: -80px;
}

section#access>h1>img {
	display: block;
	margin: 0 auto 50px auto;
}

section#access>div.comfort {
	width: 80%;
	margin-bottom: 10px;
}

section#access>div.comfort>img {
	display: block;
	margin-bottom: 20px;
}

section#access>div.comfort>p {
	width: 100%;
	
}

section#access>p {
	width: 80%;
	max-width: 1024px;
	margin: 50px auto;
	font-size: 16px;
	color: #2C4198;
	font-weight: 400;
}

section#access>div {
	width: 80%;
	max-width: 1024px;
	margin: 0 auto;
}

section#access>div.map>img {
	width: 100%;
	float: none;
}

section#access>a {
	display: block;
	margin: 30px auto;
	color:#71C7D4;
	text-align: center;
}

section#access>a:hover {
	opacity: 0.6;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

section#access>div>p {
	width: 100%;
	margin: 0 auto;
}

p#tocontact {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 50px 0;
	border-bottom: 1px #ccc solid;
	margin-bottom: 50px;
}

p#tocontact>a {
	display: block;
	width: 100px;
	height:42px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(../images/tocontact.png) no-repeat;
	background-size:100%;
	opacity: 1.0;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	margin: 0 auto;
}

p#tocontact>a:hover {
	display: block;
	width: 100px;
	height:42px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(../images/tocontact.png) no-repeat;
	background-size:100%;
	opacity: 0.6;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

p#totop {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 50px 0;
	border-bottom: 1px #ccc solid;
	margin-bottom: 50px;
}

p#totop>a {
	display: block;
	width: 81px;
	height:55px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(../images/totop.png) no-repeat;
	background-size:100%;
	opacity: 1.0;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	margin: 0 auto;
}

p#totop>a:hover {
	display: block;
	width: 81px;
	height:55px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(../images/totop.png) no-repeat;
	background-size:100%;
	opacity: 0.6;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

/*footer*/
body>footer {
	padding-bottom:0px;
}

body>footer>div.footertel {
	width: 100%;
	border-bottom: 1px #ccc solid;
	padding-bottom: 50px;
	margin: 0 auto 50px auto;
}

body>footer>div.footer_inner {
	width: 90%;
	margin: 0 auto 50px auto;
	display: block;
}

body>footer>div>div {
	width: 100%;
}

body>footer>div>div>h1 {
	width: 263px;
	margin: 0 auto;
}

body>footer>div>div>h2 {
	font-size: 13px;
	font-weight: normal;
	text-align: center;
}

body>footer>div>div>p {
	margin-top: 10px;
	letter-spacing: 2px;
	text-align: center;
}

body>footer>div>div>p.copy {
	margin-top: 50px;
	text-align: center;
	letter-spacing: 2px;
}

p#end {
	width: 65%;
	margin: 10px auto ;
	font-size: 12px;
	color: #E00F12;
}

.telfooter {
	display: none;
}

.telfooter>li {
	margin: 0 10px 20px 10px;
}

.telfooter img {
	display: block;
}

.telfooter_iphone {
	width: 250px;
	margin: 0 auto;
	display: block;
}

.telfooter_iphone>li {
	margin: 0 10px 20px 10px;
}

.telfooter_iphone img {
	display: block;
}


/*iphone nav*/
div#iphone_nav {
	display:block;
}

div#forsmartphone {
	display:none;
}


ul.drawer-menu>li {
	display:block;
	height:40px;
	margin-left:0;
	margin-bottom:10px;
	position:relative;
	z-index:99;
}

ul.drawer-menu>li>a {
	display:block;
	color:#313232;
	font-size:11px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	letter-spacing:1px;
}

ul.drawer-menu>li>a:hover {
	display:block;
	color:#313232;
	opacity:0.6;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

ul.drawer-menu>li>a>span {
	display:block;
	color:#595A5A;
	height:11px;
	letter-spacing:1.5px;
	line-height: 10px;
}

nav#mode_nav_hide {
	display: none;
}

li.sp_bar {
	border-top: 1px #ccc solid;
	padding-top: 15px;
	margin-top: 15px;
}

div.remodal>h2 {
	font-family: 'Questrial', sans-serif;
	font-size: 16px;
	margin: 30px 0 50px 0;
	letter-spacing: 2px;
}

div.remodal>div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-bottom: 50px;
}

.contact_btn {
	display: block;
	width: 200px;
	height: 30px;
	padding: 10px 0 5px 0 ;
	text-align: center;
	border: 1px #000 solid;
	color: #000;
	font-size: 14px;
	letter-spacing: 2px;
}

.contact_btn:hover {
	display: block;
	width: 200px;
	height: 30px;
	padding: 10px 0 5px 0 ;
	text-align: center;
	border: 1px #000 solid;
	color: #000;
	font-size: 14px;
	letter-spacing: 2px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	background-color: #000;
	color: #fff;
	
}


aside.model_link {
	padding: 50px 0;
}

aside.model_link>a {
	display: block;
	width: 80%;
	margin: 0 auto;
	opacity:1.0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;

}

aside.model_link>a:hover {
	display: block;
	width: 80%;
	margin: 0 auto;
	opacity:0.8;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

aside.model_link>a>img {
	display: block;
	width: 100%;
}

