@charset "UTF-8";

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
body {
    /* line-height: 1; */
}
blockquote {
    quotes: none;
}
blockquote:before {
    content: '';
    content: none;
}
blockquote:after {
    content: '';
    content: none;
}
q {
    quotes: none;
}
q:before {
    content: '';
    content: none;
}
q:after {
    content: '';
    content: none;
}
ol {
    list-style: none;
}
ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
article {
    display: block;
}
aside {
    display: block;
}
details {
    display: block;
}
figure {
    display: block;
}
figcaption {
    display: block;
}
footer {
    display: block;
}
header {
    display: block;
}
hgroup {
    display: block;
}
menu {
    display: block;
}
nav {
    display: block;
}
section {
    display: block;
}
@font-face {
    font-family: 'Cochin';
    font-style: normal;
    font-weight: normal;
    src: url("../../fonts/Cochin.woff2") format("woff2"),url("../../fonts/Cochin.woff") format("woff"),url("../../fonts/Cochin.ttf") format("ttf"),url("../../fonts/Cochin.eot") format("eot");
}
* {
    padding: 0;
    margin: 0;
}
img {
    max-width: 100%;
   
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}
html {
    font-size: 10px;
    font-family: "游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝","Sawarabi Mincho",serif;
}
@media (max-width: 980px) {
    html {
        font-size: 2vw;
    }
}
@media all and (-ms-high-contrast: none) {
    body,
    html {
        font-weight: bolder;
    }
}
body {
    position: relative;
    font-size: 1.6rem;
    font-family: "游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝","Sawarabi Mincho",serif;
    /* line-height: 1.5; */
    line-height: 1.15;
    width: 100%;
}
#wrapper {
    position: relative;
}

.form{
	margin-top:100px;
}

.pagetop{
	background-size:36px !important;

}

@media (max-width: 980px) {
    .pc-view {
        display: none !important;
    }
}
.sp-view {
    display: none !important;
}
@media (max-width: 980px) {
    .sp-view {
        display: block !important;
    }
}

@media (max-width: 980px) {
    .btn-group {
        position: fixed;
      
        bottom: 0;
        left: 0;
   
   
        width: 100%;
     
    }
}
.btn-group div {
    cursor: pointer;
    position: relative;
    width: 60px;
    height: 180px;
    background-color: #008DB7;
}
.btn-group div:first-child {
    margin-bottom: 30px;
}
@media (max-width: 980px) {
    .btn-group div:first-child,.btn-group div:nth-child(2) {
        margin-bottom: 0;
        border-right: 1px solid #fff;
    }
}
@media (max-width: 980px) {
    .btn-group div {
        width: 50%;
        height: auto;
    }
}
.btn-group div a {
    display: block;
    color: #fff;
    letter-spacing: 0.1em;
    text-indent: 0.28em;
    font-size: 1.8rem;
    position: absolute;
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    top: 0;
    bottom: 0;
    text-align: center;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}
.btn-group div a span {
    display: inline-block;
    margin-bottom: 8px;
}
@media (max-width: 980px) {
    .btn-group div a span {
        margin-bottom: 0;
    }
}
@media (max-width: 980px) {
    .btn-group div a {
        position: static;
        left: auto;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        -webkit-transform: translate(0%, 50%);
        transform: translate(0%, 50%);
        margin-top: 0.5em;
    }
}
.btn-group div *::-ms-backdrop,
.btn-group div a {
    width: 1em;
}

.point {
    background-position: center;
    background-size: contain;
    background-image: url("../../img/bg_green.png");
    height: 48px;
    padding: 14px 0 4px;
}
@media (max-width: 980px) {
    .point {
        height: auto;
        padding: 9px 0;
    }
}
.point ul {
    max-width: 1020px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: auto;
}
.point ul li {
    margin: 0 14px;
}
@media (max-width: 980px) {
    .point ul li:not(:last-child) {
        margin-bottom: 16px;
    }
}
.preorder {
    max-width: 905px;
    margin: 0 auto;
    padding: 20px 0;
}
@media (max-width: 980px) {
    .preorder {
        padding: 20px 2.66vw;
    }
}
.preorder h3 {
    font-size: 2.4rem;
    letter-spacing: 0.28em;
}
@media (max-width: 980px) {
    .preorder h3 {
        text-align: center;
    }
}
.preorder h3 span {
    letter-spacing: normal;
    font-size: 1.1rem;
}
.preorder > span {
    line-height: 1;
    display: block;
    font-size: 0.8rem;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
@media (max-width: 980px) {
    .preorder > span {
        -webkit-transform-origin: center;
        transform-origin: center;
        line-height: 1.5;
        -webkit-transform: scale(1);
        transform: scale(1);
        margin-top: 0.5em;
    }
}
@media all and (-ms-high-contrast: none) {
    .preorder > span {
        font-size: 1rem;
    }
}
.map img {
    width: 100%;
    margin: 0 auto 20px;
}
@media (max-width: 980px) {
	
	.box{margin-bottom: 40px}
	
    .map img {
        width: 100%;
        height: 42%;
        -o-object-fit: cover;
        object-fit: cover;
    }
	
	.form {
    max-width: 1020px;
    margin: 0 auto;
    padding: 24px 0 0;
}
}


.main_box2 {
    max-width: 1060px;
    margin: 0px auto 40px;
    padding: 0;
}

.box01{padding: 20px}


@media (max-width: 980px) {
    .form {
        padding: 0 2.66vw;
        margin-top:60px;
    }
}
.form h3 {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 24px;
	line-height: 1em
}

.form h3 span{font-size: 14px}

.form .form-group {
    width: 800px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 980px) {
    .form .form-group {
        width: 100%;
        display: block;
    }
}
.form .form-group .cell {
    width: 100%;
    padding: 20px 15px;
    border: 1px solid #444;
    border-bottom: none;
    box-sizing: border-box;
}
.form .form-group .cell:first-child {
    position: relative;
    width: 250px;
    background-color: #4497aa;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 980px) {
    .form .form-group .cell:first-child {
        display: block;
        width: 100%;
    }
}
.form .form-group .cell:first-child span {
    color: #8f0108;
}
.form .form-group .cell:nth-child(2) {
    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;
}
@media (max-width: 980px) {
    .form .form-group .cell:nth-child(2) {
        display: block;
        width: 100%;
    }
}
.form .form-group .cell:nth-child(2) input {
    min-width: 300px;
    border: 1px solid #797A7A;
    border-radius: 5px;
    height: 30px;
    padding: 5px 10px;
    font-size: 1.6rem;
}
@media (max-width: 980px) {
    .form .form-group .cell:nth-child(2) input {
        display: block;
        width: 100%;
        min-width: auto;
    }
}
.form .form-group .cell:nth-child(2) textarea {
    width: 100%;
    min-height: 200px;
    border-radius: 5px;
    border: 1px solid #797A7A;
    padding: 5px 10px;
    font-size: 1.6rem;
}
.form .form-group .line_b {
    border-bottom: 1px solid #797A7A;
}

.form .form-group:nth-last-child(1) .cell:nth-last-child(1) {
    border-bottom: 1px solid #797A7A;
}

.form .form-group label {
    padding: 0 ;
}
.form .form-group label:nth-child(3) {
    padding: 10px 0;
}
@media (max-width: 980px) {
    .form .form-group label {
        display: block;
    }
    .form .form-group label:first-child {
        padding-top: 0;
    }
}
.form .address .cell:nth-child(2),
.form .name .cell:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.form .address .cell:nth-child(2) input:last-child {
    width: 500px;
}
@media (max-width: 980px) {
    .form .address .cell:nth-child(2) input:last-child {
        width: 100%;
    }
}
.form .btn-group {
    margin: 24px 0;
    position: static;
    text-align: center;
}
@media (max-width: 980px) {
    .form .btn-group {
        position: static;
    }
}
.form .btn-group button {
    color: #fff;
    background-color: #8f0108;
    width: 200px;
    height: 50px;
    border-radius: 5px;
    font-size: 1.8rem;
}
@media (max-width: 980px) {
    .form .btn-group button {
        margin: auto;
    }
}




@media (max-width: 980px) {
	
	.bn_floor_sp{position:fixed;
	bottom: 114px;z-index: 9}
	
		.floor_copy{font-size: 5.5vw;line-height: 1.5em;
	color: #6A3906;
	text-align: center;
	padding: 0px 0 20px;}
	
	
.floor{ padding-bottom: 0px;
margin-bottom: 30px}
	
	.main_box {
    max-width: 1060px;
    margin:20px auto 0px;
    padding: 0 0 20px;
	background-image: url(../../img/one_floor/bk_paper.jpg)
}

	
		.box_loca{margin-top: 40px}
	
	.box_loca img{width: 100%}
	
	.box_loca ul li{width: 100%;
	float: none;
	margin-right: 0;
	margin-bottom: 20px}
	
		.plan_box ul li{float: left;
	width: 100%;
	margin-right:0;
	margin-bottom: 20px}
	
			.plan_box2 ul li{float: left;
	width: 100%;
	margin-right:0;
	margin-bottom: 20px}
	
	
			.plan_box3 ul li{float: left;
	width: 100%;
	margin-right: 2%;
	margin-bottom: 20px}

	
	
		
	.box ul li{
	float: none;
padding: 0
}
	
	.box ul li img{width: 100%}
	
		.img_box{text-align: center;
	margin: 6vw 0;
	position: relative}
	
	.img_cap{position: absolute;
	bottom: 10px;
	right: 10px;color: #fff}
	
		.img_box img{max-width: 700px;
			width: 100%;
	padding: 0 20px}
	
	
	#design	.img_box img{max-width: 1200px;
			width: 100%;
	padding: 0px}
	
	
		.copy_main{
		font-size: 6.0vw;
	text-align: center;
	margin:55px 0 25px}
	
	.copy2{font-size: 4vw;
		text-align: center;
	margin:1vw 0 }
	
.menu{position: absolute;
top:15px;
right: 10px;
height: 60px;
	border-top:solid 1px #fff
}

.menu-close{position: absolute;
top:15px;
	right: 15px}

	.access_main h2{font-size: 6vw;
	border-bottom: 1px solid #000;
	margin-bottom: 20px}
	
		.access_main h3{font-size: 6vw;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
	text-align: center}

}

.bn_floor img {display: block}

@media (min-width: 981px) {
	
	.bn_floor{position:  fixed;
		z-index: 9;
		border: solid 1px #ccc;box-shadow: 2px 2px 4px #222;
	top: 140px;
	left: 20px}
	
	.main_box {
    max-width: 1060px;
    margin: 40px auto 40px;
    padding: 0;
	background-image: url(../../img/one_floor/bk_paper.jpg)
}


	
	.floor_copy{font-size: 32px;line-height: 1.5em;
	color: #6A3906;
	text-align: center;
	padding: 30px 0 20px;}
	
	.floor_copy span{font-size: 150%;}
}

.plan_box ul li a img{display: block}

@media (min-width: 981px) {
	
	
.floor{ background: linear-gradient(#fff, #40220F);padding-bottom: 20px;
margin-bottom: 60px;box-shadow:0px 4px 7px -3px #000;}
	
	
	.box_loca{margin-top: 40px}
	
	.box_loca ul li{width: 24%;
	float: left;
	margin-right: 1%;
	margin-bottom: 20px}
	
	.plan_box ul li{float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 20px}
	
	.plan_box ul li:nth-child(2){margin: 0}
	
	.plan_box ul li:nth-child(6){margin: 0}
	
	.plan_box ul li:nth-child(9){margin: 0}
	
	
	
		.plan_box2 ul li{float: left;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 20px}
	
	.plan_box2 ul li:nth-child(4){margin: 0}
	
	.plan_box2 ul li:nth-child(8){margin: 0}
	
	
	
	
			.plan_box3 ul li{float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 20px}
	
	.plan_box3 ul li:nth-child(2){margin: 0}
	.plan_box3 ul li:nth-child(4){margin: 0}
	.plan_box3 ul li:nth-child(6){margin: 0}
	.plan_box3 ul li:nth-child(8){margin: 0}
	
	
	
	
	
			.access_main h3{font-size: 2.3vw;

	margin-bottom: 10px;
				margin-top: 50px;
	text-align: center}
	
	.box ul li{width: 48%;
	float: left;
	margin-right: 2%;
	height: 130px}
	
	.box ul li img{width: 100%}
	
	.box ul li:nth-child(even){margin-right: 0}
	
	.access_main h2{font-size: 2.2vw;
	border-bottom: 1px solid #000;
	margin-bottom: 20px}
	
	.img_box{text-align: center;
	margin: 6vw 0;
	position:relative}
	
	.img_cap{position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 10px;
	color: #fff}
	
		.img_box img{width: 100%}
	
	.copy_main{
		font-size: 2.7rem;
	text-align: center;
	margin:55px 0 25px}
	
	.copy2{font-size: 2rem;
		text-align: center;
	margin:1vw 0 }
	
	.sp_only{display: none}
	
.bt_head{float: right;
margin-top: 20px;
margin-right: 0px}

ul.bt_head li{float: left;
	margin-left: 10px}}


@media (min-width: 750px) and (max-width: 980px) {
	
footer{	margin: 0 0 80px;}
	
.bt_head{float: right;
margin-top: 0px;
margin-right:80px}

ul.bt_head li{float: left;
	margin-left: 10px;
	width: 130px}}

@media (max-width: 749px){
	
	.address_txt{text-align:center;
color: #fff;
background: #7D0000;
font-size: 16px;
padding: 10px;
	line-height: 1.6em}
		
	.pribtnw {
	width:100%;
	margin: 20px auto;
}
.pribtnw .pri {margin:0 0 10px ;
	float: none;
}
.pribtnw .clo {
	float: none;
}

.pribtnw  img{width: 60%;margin: auto}
		footer{	margin: 0 0 1%;}
	.pctabonly{display: none}
	
	.bt_head{float: none;
		z-index: 999;
		margin:0 auto}

ul.bt_head li{float: left;
	margin-left: 0px;
	text-align: center;
	width: 50%}
	ul.bt_head li img{margin: 0 auto;
	width: 100%;
	max-width:250px }
	
	.map_l{float: none;
width: 100%}

.map_r{float: none;
width: 100%;
	margin-top: 20px}
}

@media (min-width: 750px){
	
	
	.sponly{display: none}
	
	.map_l{float: left;
width: 40%}

.map_r{float: right;
width: 55%}
	
.pribtnw {
	width: 430px;
	margin: 50px auto;
}
.pribtnw .pri {
	float: left;
}
.pribtnw .clo {
	float: right;
}

.pribtnw  img{width: 200px}
	
	.address_txt{text-align:center;
		line-height: 1.4em;
color: #fff;
background: #7D0000;
font-size: 20px;
padding:10px 10px}
	
	



}

.address_txt span{font-size: 30px}

.hissu{text-align: center;
	padding: 0;
	margin:0 auto 15px;
max-width: 760px}

.red {color: #8f0108;}

.bk_map{background-color: #2B508E}

.map_box{max-width: 900px;
margin: 0 auto}

.map_box2{margin-top: 20px}



.map_r p{font-size:15px;
line-height: 1.8em}


.border_bt{border-bottom: solid 1px #fff;}


.close {opacity: 0.3}


.contents_top ul li a:hover{opacity: 0.75;
transition: 0.5s ;}


.plan_box ul li a:hover{opacity: 0.75;
transition: 0.5s ;}

.map_txt{background: #6e0611; /* Old browsers */
background: -moz-linear-gradient(left, #6e0611 0%, #470001 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #6e0611 0%,#470001 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #6e0611 0%,#470001 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e0611', endColorstr='#470001',GradientType=1 ); /* IE6-9 */ ;
padding: 5px}

.map_txt_in{color: #fff;border: solid 1px #fff;
font-size: 1.8rem;
padding: 10px}

.map_txt_in p{line-height: 1.4em;text-align: center}

.map_txt_in p span{font-size: 2.5rem}

/*ONE FLOOR*/

#floor .floor img{width: 100%}






