@charset "UTF-8";
@import @import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500");
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	font-weight: normal;
	font-family: "Yu Mincho";
}

body {
    line-height:1.5;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
	font-family: "Yu Mincho";
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

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

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration: none;
	color: #333;
	
}
/*
a:hover{
filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7
}*/

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

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

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

ol, ul {
  list-style: none;
}

body, table,
input, textarea, select, option,
h1, h2, h3, h4, h5, h6 {
  font-family: "メイリオ",'Noto Sans JP',"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  "Meiryo", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}/*
body, table,
input, textarea, select, option,
h1, h2, h3, h4, h5, h6 {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body, table,
input, textarea, select, option,
h1, h2, h3, h4, h5, h6 {
  font-family: 'Kosugi',"メイリオ","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  "Meiryo", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}*/


/*-----スマホオンリー+改行とPCオンリー+改行-----------
------<br class="br-pc" />でPCのみ改行-----------------------------------------------------------------------*/
@media screen and (min-width: 701px) {
	.sponly{display: none;	}
	.br-pc { display:block; }
	.br-sp { display:none; }
}


@media screen and (max-width: 700px) {
	.pconly{display: none;}
	.br-pc { display:none; }
	.br-sp { display:block; }
}


@media screen and (min-width: 701px) {}
@media screen and (max-width: 700px) {}

#wrapper{
	overflow:hidden;
}


/*-------------メニュー--------------*/
.inner {
    width: 1100px;
    margin: 0 auto;
	
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 20px 0;
    line-height: 1;
    z-index: 1000000000000;
	background-color: #dbf5e8;
}
#top-head a,
#top-head {
    color: #006752;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 36px;
}


#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding: 0 30px;
	border-left: 1px solid #006752;	
}
#global-nav .global_first a{
	border-left: 1px solid #006752;
}
 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding: 0 0 10px 0;
    /*height: 55px;*/
    background: #dbf5e8;
    /*background: rgba(255,255,255,.7);*/
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}

#top-head.fixed #global-nav ul li a {
    color: #006752;
    padding: 0 20px;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #006752;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
@media screen and (min-width: 740px) {
#top-head.fixed .logo {
    font-size: 24px;
/*	margin-top: 15px;*/
    color: #333;
}
}

@media screen and (max-width: 640px) {
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #dbf5e8;
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 15px;
        color: #333;
        font-size: 26px;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #006752;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
}
/*------------メニューEND-----------*/


/* .l-lightbox
------------------------------------------------------------*/
@media screen and (min-width: 701px) {
.l-lightbox {
  cursor: pointer;
  display: none;
  position: fixed;
  width: 100%;
  z-index: 10000000;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: auto;
}

.l-lightbox__img {
  width: 100%;
  cursor: pointer;
}

.l-lightbox__img img {
}

.l-lightbox__img img:hover {
  opacity: 0.8;
}
.l-lightbox__content {
  position: relative;
  display: inline-block;
  padding: 10px 0 0 10px;
  background: #FFF;
  border-radius: 3px;
  -webkit-animation-name: example2;
          animation-name: example2;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}
.l-lightbox__photo {
  border-radius: 3px;
  padding-right: 10px;
  -webkit-animation-name: example2;
          animation-name: example2;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  overflow: auto;
  max-height: calc(96vh - 40px);
  max-width: 95vw;
}

.l-lightbox__photo img {
  -webkit-animation-name: example4;
          animation-name: example4;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
	width: 35rem;
}

.l-lightbox__close {
  right: 5px;
  bottom: -35px;
  width: 30px;
  height: 30px;
  background: url(../image/common/close.png) top right no-repeat;
  opacity: 1;
  -webkit-animation-name: example3;
          animation-name: example3;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  margin-left: auto;
  margin: 10px 5px 5px auto;
}

.display {
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-animation-name: example;
          animation-name: example;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@-webkit-keyframes example {
  0% {
    background-color: rgba(0, 0, 0, 0.4);
  }
}

@-webkit-keyframes example2 {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

@-webkit-keyframes example3 {
  0% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes example4 {
  0% {
    opacity: 0;
  }
  52% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.img_214 .l-lightbox__img img{
	width: 214px;
}
.img_226 .l-lightbox__img img{
	width: 226px;
	border-radius: 15px;
	border: solid 5px #f1f5ff;
	background: #f1f5ff;
	box-shadow:  5px 5px 5px #cdd0d9,
				 -5px -5px 5px #ffffff;
}
.img_800 .l-lightbox__img img{
	width: 800px;
	border-image: 
}
.img_319 .l-lightbox__img img{
	width: 319px;
}
.img_454 .l-lightbox__img img{
	width: 454px;
}
.img_405 .l-lightbox__img img{
	width: 405px;
}
.img_538 .l-lightbox__img img{
	width: 538px;
}
.img_550 .l-lightbox__img img{
	width: 550px;
}
.img_280 .l-lightbox__img img{
	width: 280px;
	border: 2px solid #dbf5e8;
	border-radius: 10px;
		box-shadow:  5px 5px 5px #cdd0d9;
}
.img_400 .l-lightbox__img img{
	width: 400px;
}
.img_800 .l-lightbox__img img{
	width: 50%;
}

	.station_map_img{
		width:50%;
	}
	
#top-head .logo img{
	width: 20%;
}

}
/*--スマホでリンク向こう--*/
@media screen and (max-width: 700px) {
.l-lightbox__img{
	pointer-events:none;
}
	
	.station_map_img{
		width:70%;
	}
	
#top-head .logo img{
	        height: 2rem;
}
}

/*--------------h20wt TOP兼背景スライダ----------*/

.fade{
  /*animation: fadeIn 4s ease 0s 1 normal;*/
}

@media screen and (min-width: 701px) {/*PC*/

.bgflextop{
	display: flex;
	justify-content:flex-end;
}
.bgmsg {
/*	background: url("../image/index/アセット 359-100.jpg");*/
	background-color: #dbf5e8;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 40%;
	height: 100vh;
	z-index: 10;
}
.bgmsg h1{
}
.bgmsg h1 img{
	width: 600px;
}
.bgmsg h3{
	text-align: left;
	font-size: 0.8em;
	color:#eee;
	padding-top:20px;
	line-height: 2em;
	letter-spacing:3px;
}
.bgmsgText{
	margin: 37rem 0 15% 25%; 
}
@keyframes textanimation{
	0%{
	stroke-dashoffset:500;
	}
	
	80%{
	fill:transparent;
	}
	100%{
	stroke-dashoffset:0;
	fill:#fff;
	}
}

.bgtex svg{
	margin: 30% 20% 0;
	width: 60%;
	opacity: 0.7;
}
.bgtex svg path{
	fill:none;
	stroke-dasharray:500;
	stroke-dashoffset:500;
	animation: 4s ease-in forwards 0.5s textanimation;
}

.inback{
	margin-top: 40px;
}
.incon{
	padding: 10px 15px;
	width: 310px;
	margin-top: 10px;
	transition: background 1s;
	transition: border 1s;
	border: 1px solid rgba(0,0,0,0);
	
}
.incon:hover{
	width: 310px;
	padding: 10px 15px;
	margin-top: 10px;
	background-color: rgba(0,0,0,0.5);
	border: 1px solid #eee;
}
.incon a{
	color: #eee;
}
.incon h2{
	font-size: 1em;
}
.incon p{
	font-size: 0.71em;
}
.incon img{
	margin-left: 30px;
}
.bg {
	width: 70%;
	margin-left: auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
}
.bgsp{
	display: none;
}
	
	.top_title_sp{
		display: none;
	}
	
	
}






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

.bgflextop{
	display: flex;
	flex-direction: column-reverse; 
	
}
.bgmsg {
	background: url("../image/index/アセット 359-100.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
/*	padding: 50px 0;*/
}
.bgmsg h1{
text-align: center;
}
.bgmsg h1 img{	
}
.bgmsg h3{
	text-align: left;
	font-size: 0.7em;
	color:#eee;
	padding-top:20px;
	line-height: 2em;
	letter-spacing:3px;
}
.bgmsgText{
	margin: 0 5% 0;
}
@keyframes textanimation{
	0%{
	stroke-dashoffset:500;
	}
	
	80%{
	fill:transparent;
	}
	100%{
	stroke-dashoffset:0;
	fill:#fff;
	}
}

.bgtex svg{
	margin: 60% 10% 0;
	width: 80%;
	opacity: 0.7;
}
.bgtex svg path{
	fill:none;
	stroke-dasharray:500;
	stroke-dashoffset:500;
	animation: 4s ease-in forwards 0.5s textanimation;
}

.inback{
	margin-top: 30px;
}
.incon{
	margin-top: 15px;
	transition: background 1s;
	transition: border 1s;
	border: 1px solid rgba(0,0,0,0);
	
}
.incon:hover{
	padding: 15px;
	margin-top: 15px;
	background-color: rgba(0,0,0,0.5);
	border: 1px solid #eee;
}
.incon a{
	color: #eee;
}
.incon h2{
	font-size: 1em;
}
.incon p{
	font-size: 0.71em;
}
.incon img{
	margin-left: 30px;
}
.bg {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
}
.bgsp{
	display: none;
}
	
	.top_title_pc{
		display: none;
	}
	
	.top_title_sp{
        width: 20rem;
        margin-top: 25rem;
        margin-left: 0.5rem;
        padding: 1rem;
	}
	
}

.drop-shadow {
        filter: drop-shadow(0px 0px 5px rgba(0,0,0,2.0));
        }


/*フェードイン文字アニメ*/
@keyframes fadeIn {
    0% {opacity: 0}/*アニメーション開始時は不透明度0%*/
    100% {opacity: 1}/*アニメーション終了時は不透明度100%*/
}


.bgcomment {
	width:250px;
	margin-top:20px;
	padding-left:10%;
	letter-spacing:5px;
	font-size:70%;
	animation: fadeIn 4s ease 0s 1 normal;
}

.bgcomment a{
	display:block;
	padding:18px 0;
	text-decoration:none;
	text-align:center;
	background:#000;
	color:#FFF;
}

.bgcomment a:hover{
	color:#000;
	background:#FFF;
}


/*背景スライダEND*/


/*---トップページ上部--------------------------------------------------------------------------*/


@media screen and (min-width: 701px) {
.sebk{
	text-align: center;
}
.sebk h2,h3,h4{
	text-align: center;
}
.sebk h3{
	font-size: 1.7em;
	letter-spacing: 1.8;
	margin-top: 10px;
}
.sebk h2{
	margin-top: 50px;
	line-height: 1.7em; 
	letter-spacing: 1.8;　
	color: #4b4b4b;
	font-size: 1.5em;
}
.sebk p{
	font-size: 0.9em;
	margin: 20px 0;
	line-height: 1.9em; 
}
.h20_bk1{
	margin: 80px auto 0;
	width: 1100px;
	border-radius: 30px;
	background: #f1f5ff;
	box-shadow:  7px 7px 9px #cdd0d9,
				 -7px -7px 9px #ffffff;
}
.h20_bk1flex{
	width: 900px;
	margin: 0 auto;
	padding: 70px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
}
.h20_bk1flex img{
	border-radius: 5px;
	background: #f1f5ff;
	border: solid 5px #f1f5ff;
	box-shadow:  5px 5px 5px #cdd0d9,
				 -5px -5px 5px #ffffff;
}

.h20_flextext{
	width: 380px;
}
.h20_flextext p{
	text-align: left;
}

.image_margin img{
	margin-top: 50px;
}


.h20_bk2{
	margin: 130px auto 80px;
	width: 800px;
}
.h20_topflex_Circle{
	display: flex;
	justify-content:space-around;
	margin-top: 40px;
}
.h20_topflex_Circle img{
	margin: 0 auto;
	text-align: center;
	border: solid 10px #f1f5ff;
	border-radius: 50%;
	background: #f1f5ff;
	box-shadow:  7px 7px 7px #cdd0d9,
             -7px -7px 7px #ffffff;
			 
}


.h20_category_top{
	width: 900px;
	margin: 0 auto;
}
.h20_category_flex{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
}
.h20_category_flex img{
	border-radius: 3px;
	background: #f1f5ff;
	border: solid 3px #f1f5ff;
	box-shadow:  5px 5px 5px #cdd0d9,
				 -5px -5px 5px #ffffff;
}
.h20_category_fig{
	text-align: center;
	width: 390px;
	margin-top: 60px;
	padding: 30px 0;
	border-radius: 15px;
	background: #f1f5ff;
	box-shadow:  7px 7px 7px #cdd0d9,
             -7px -7px 7px #ffffff;
			 transition: all 1s;
}
.h20_category_fig:hover {
	background: #e2eaff;
}
.h20_category_fig h2{
	font-size: 1.3em;
	letter-spacing: 1.8;　
}
.h20_category_fig img{
	margin: 15px 0;
}
.h20_category_fig figcaption{
	background-color: #333;
	font-size: 0.9em;
	padding: 3px;
	width: 250px;
	color: white;
	margin: 10px auto 0;
	border-radius: 20px;
}

.h20_bigimg{
	text-align: center;
}
.h20_bigimg img{
	position: relative;
	margin: 100px auto 0;
	text-align: center;
	border: solid 10px #f1f5ff;
	border-radius: 30px;
	background: #f1f5ff;
	box-shadow:  7px 7px 7px #cdd0d9,
             -7px -7px 7px #ffffff;
}
.h20_bigimg_fig{
	position: relative;
}
.h20_bigimg_fig figcaption{
    position: absolute;
	top: 58%;
    left: 38%;
	width: 200px;
	padding: 5px;
    text-align: center;
	background: #f1f5ff;
	border: solid 3px #f1f5ff;
	border-radius: 17px/20px;
	box-shadow: inset 5px 5px 5px #D8DBE4,
	inset -5px -5px 5px #FFFFFF;
	transition: all 0.5s;
}
.h20_bigimg_fig figcaption:hover{
	background: #e2eaff;
}

.h20_toplast{
	text-align: center;
	margin: 300px auto 150px;
	display: flex;
	flex-wrap: wrap;
}
.h20_toplast img{
	border: solid 10px #f1f5ff;
	margin: 0 20px;
	border-radius: 30px;
	background: #f1f5ff;
	box-shadow:  7px 7px 7px #cdd0d9,
             -7px -7px 7px #ffffff;
}
.h20_toplast2{
	margin-top:-100px;
}
}



@media screen and (max-width: 700px) {
.sebk{
	margin: 0 10px;
}
.sebk h2,h3,h4{
	text-align: center;
}
.sebk h3{
	font-size: 1.7em;
	letter-spacing: 1.8;
	margin-top: 10px;
}
.sebk h2{
	margin-top: 50px;
	line-height: 1.7em; 
	letter-spacing: 1.8;　
	color: #4b4b4b;
	font-size: 1.5em;
}
.sebk p{
	font-size: 0.9em;
	margin: 20px 10px;
	line-height: 1.9em;
	
}
.h20_bk1 img{
	width: 95%;
}
.h20_bk1{
	margin: 80px auto 0;
	border-radius: 30px;
	text-align: center;
	background: #f1f5ff;
	box-shadow:  5px 5px 5px #cdd0d9,
             -5px -5px 5px #ffffff;
}
.h20_bk1flex{
	margin: 0 auto;
	padding: 70px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
}
.image_margin img{
	margin-top: 35px;
}



/*For yourの所*/
.h20_bk2{
	margin: 130px 0 80px;
}
.h20_bk2 p{
	text-align: center;
}
.h20_topflex_Circle{
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
	justify-content:space-around;
}
.h20_topflex_Circle img{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: solid 5px #f1f5ff;
	background: #f1f5ff;
	box-shadow:  5px 5px 5px #cdd0d9,
             -5px -5px 5px #ffffff;
}


/*カテゴリの所*/
.h20_category_top{
	
}
.h20_category_flex{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
}
.h20_category_fig{
	text-align: center;
	margin-top: 40px;
	padding: 30px 0;
	border-radius: 15px;
	background: #f1f5ff;
	box-shadow:  5px 5px 5px #cdd0d9,
				 -5px -5px 5px #ffffff;
}
.h20_category_fig h2{
	font-size: 1.3em;
	letter-spacing: 1.8;　
}
.h20_category_fig img{
	margin: 15px 0;
	width: 95%;
}
.h20_category_fig figcaption{
	background-color: #333;
	font-size: 0.9em;
	padding: 3px;
	width: 250px;
	color: white;
	margin: 10px auto 0;
	border-radius: 20px;
}


/*間取りの所*/
.h20_bigimg{
	text-align: center;
}
.h20_bigimg img{
	width: 90%;
	position: relative;
	margin: 60px auto 0;
	text-align: center;
	border: solid 5px #f1f5ff;
	border-radius: 20px;
	background: #f1f5ff;
	box-shadow:  5px 5px 5px #cdd0d9,
				 -5px -5px 5px #ffffff;
}
.h20_bigimg_fig{
	position: relative;
}
.h20_bigimg_fig figcaption{
    position: absolute;
	top: 55%;
    left: 20%;
	width: 200px;
	padding: 5px;
    text-align: center;
	background: #f1f5ff;
	border: solid 2px #f1f5ff;
	border-radius: 17px/20px;
	box-shadow: inset 10.21px 10.21px 12px #D8DBE4, inset -10.21px -10.21px 12px #FFFFFF;
}


/*最後の所*/
.h20_toplast{
	text-align: center;
	
}
.h20_toplast img{
	border: solid 7px #f1f5ff;
	margin-top: 80px;
	border-radius: 30px;
	width: 90%;
	background: #f1f5ff;
	box-shadow:  5px 5px 5px #cdd0d9,
				 -5px -5px 5px #ffffff;
}
.h20_toplast2{
}
}




/*------共通トップ----------------------------------------------------------*/

@media screen and (min-width: 701px) {
.common_top{
	text-align: center;
	position: relative;
	
	
}
.common_top img{
	width: 100%;
	height: 160px;
	object-fit: cover;
	margin: 85px auto 0;
}
.common_top h2{
	color: #fff;
	font-size: 1.5em;
	position: absolute;
	top: 160;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	line-height: 1.7em; 
	letter-spacing: 5;
	font-family: 'Noto Serif JP', serif,"メイリオ",'Noto Sans JP',"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  "Meiryo", sans-serif; 
}
@keyframes iconx{
	0%{
	stroke-dashoffset:500;
	}
	
	80%{
	fill:transparent;
	}
	100%{
	stroke-dashoffset:0;
	/*fill:#fff;　塗りの色*/
	}
}

.accIcon svg{
position: absolute;
		top: 200;
	left: 60%;
	right: 0;
	bottom: 0;
	width: 1000px;
	opacity: 1;
}
.accIcon,.mapIcon2,.mapIcon,.equipIcon,.floorIcon,.roomIcon,.outIcon  svg path{
	fill:none;
	stroke-dasharray:500;
	stroke-dashoffset:500;
	animation: 4s ease-in forwards 0.5s iconx;
}
.mapIcon svg{
position: absolute;
		top: 110;
	left: 90%;
	right: 0;
	bottom: 0;
	width: 200px;
	opacity: 0.7;
}
.mapIcon2 svg{
position: absolute;
		top: 125;
	left: 75%;
	right: 0;
	bottom: 0;
	width: 200px;
	opacity: 0.7;
}
.equipIcon svg{
position: absolute;
		top: 120;
	left: 85%;
	right: 0;
	bottom: 0;
	width: 140px;
	opacity: 0.9;
}
.floorIcon svg{
position: absolute;
		top: 120;
	left: 90%;
	right: 0;
	bottom: 0;
	width: 90px;
	opacity: 0.9;
}
.roomIcon svg{
position: absolute;
		top: 110;
	left: 80%;
	right: 0;
	bottom: 0;
	width: 100px;
	opacity: 0.8;
}
.outIcon svg{
position: absolute;
		top: 110;
	left: 80%;
	right: 0;
	bottom: 0;
	width: 125px;
	opacity: 0.7;
}
}


@media screen and (max-width: 700px) {
.common_top{
	text-align: center;
	position: relative;
	
}
.common_top img{
	width: 100%;
	height: 160px;
	object-fit: cover;
}
.common_top h2{
	color: #fff;
	font-size: 1.5em;
	position: absolute;
	top: 100;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	line-height: 1.7em; 
	letter-spacing: 3;
	font-family: 'Noto Serif JP', serif,"メイリオ",'Noto Sans JP',"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  "Meiryo", sans-serif; 
}
@keyframes iconx{
	0%{
	stroke-dashoffset:500;
	}
	
	80%{
	fill:transparent;
	}
	100%{
	stroke-dashoffset:0;
	/*fill:#fff;　塗りの色*/
	}
}
.accIcon,.mapIcon2,.mapIcon,.equipIcon,.floorIcon,.roomIcon,.outIcon  svg path{
	fill:none;
	stroke-dasharray:500;
	stroke-dashoffset:500;
	animation: 4s ease-in forwards 0.5s iconx;
}
.accIcon svg{
position: absolute;
	top: 135;
	left: 20%;
	right: 0;
	bottom: 0;
	width: 600px;
	opacity: 1;
}

.mapIcon svg{
position: absolute;
		top: 100;
	left: 70%;
	right: 0;
	bottom: 0;
	width: 100px;
	opacity: 0.7;
}
.mapIcon2 svg{
position: absolute;
		top: 100;
	left: 40%;
	right: 0;
	bottom: 0;
	width: 100px;
	opacity: 0.7;
}
.equipIcon svg{
position: absolute;
		top: 70;
	left: 65%;
	right: 0;
	bottom: 0;
	width: 100px;
	opacity: 0.9;
}
.floorIcon svg{
position: absolute;
		top: 60;
	left: 70%;
	right: 0;
	bottom: 0;
	width: 80px;
	opacity: 0.7;
}
.roomIcon svg{
position: absolute;
		top: 70;
	left: 80%;
	right: 0;
	bottom: 0;
	width: 90px;
	opacity: 0.8;
}
.outIcon svg{
position: absolute;
		top: 60;
	left: 75%;
	right: 0;
	bottom: 0;
	width: 80px;
	opacity: 0.9;
}
}

/*------アクセス----------------------------------------------------------*/

@media screen and (min-width: 701px) {
.h20_actop h2{
	text-align: center;
	margin: 50px 0 30px;
	font-size: 1.5em;
	color: #006752;
	line-height: 2em;
	font-family: 'Noto Serif JP', serif,"メイリオ",'Noto Sans JP',"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  "Meiryo", sans-serif; 
}
.h20_actop p{
	font-size: 0.9em;
	line-height: 1.9em; 
	text-align: center;
	font-family: "Yu Mincho";
}
.h20_ac_spot{
	width: 1000px;
	margin: 0 auto;
}
.h20_actop h3{
	text-align: center;
	margin: 30px auto 20px;
	font-size: 1.4em;
	letter-spacing: 4;
}
.h20_actop h3 span{
	color: #c0a98c;
	font-size: 1.3em;
}
.t12_aclocal{
	display: flex;
	width: 900px;
	margin: 5px auto 20px;
	flex-wrap: wrap;
	justify-content:space-around;
}
.t12_aclocal span{
	font-size: 1.5em;
	color: #c0a98c;
	vertical-align: middle;
	margin-right: 5px;
}
.t12_aclocal p{
	text-align: left;
	line-height: 1em;
}


.t12_acabout2{
	text-align: center;
	margin: 5rem 0 0 0;
}

.t12_acabout2 img{
	width:35rem;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.d-demo__wrap {
  display: flex;
  overflow: hidden;
}

.d-demo__list {
  display: flex;
  list-style: none;
}

.d-demo__list--left{
animation :infinity-scroll-left 50s infinite linear 0.5s both;
}

.d-demo__item {
  width: calc(100vw / 6);
}
.d-demo__item > img{
   width: 93%;
}
.d-demo{
border-bottom: dashed 2px #999;
box-shadow: 0px 1px #999,
            0px -1px #999 inset;
}




/*------主要時間------*/
.so03_ac_time{
	margin-top: 70px;
	background-image: url("../image/access/アセット 335-8.png");
	padding: 30px 0;
}
.h20_ac_time{
	margin-top: 15px;
	font-size: 1.5em;
	text-align: center;
}
.h20_ac_time span{
	color: #c0a98c;
	font-size: 1.6em;
	vertical-align: middle;
	margin-right: 5px;
}
.so03_ac_timebox{
	padding-top: 30px;
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 5px;
	border-bottom: 1px dotted #444;
}
.so03_ac_timebox p{
	border-radius: 5px;
	font-size: 1em;
}
.so03_ac_timebox sub{
	font-size: 1.4em;
}
.so03_ac_timeflex{
	width: 1000px;
	margin: 0 auto;
}
.so03_ac_timeflex ul{
	display: flex;
	font-size: 0.9em;
}
.so03_ac_timeflex.center ul{
	justify-content: center;
}	
.weac_W{
	font-size: 1.3em;
	padding: 10px 0;
	width: 30rem;
	margin: 0 auto;
}
.weac_R{
	font-size: 1.3em;
	margin-left: 20px;
	padding: 10px 0;
	width: 300px;
}
.so03_ac_timeflex p{
	font-size: 0.6em;
	text-align: left;
}

.so03_ac_timeflex span{
	font-size: 1.4em;
	color: crimson;
}
}


@media screen and (max-width: 700px) {
.h20_actop h2{
	text-align: center;
	margin: 50px 0 30px;
	font-size: 1.0em;
	color: #006752;
	line-height: 2em;
	font-family: 'Noto Serif JP', serif,"メイリオ",'Noto Sans JP',"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  "Meiryo", sans-serif; 
}
.h20_actop p{
	font-size: 0.85em;
	margin: 0 1rem 0 1rem;
	line-height: 1.9em; 
	font-family: "Yu Mincho";
}
.h20_ac_spot img{
	width: 100%;
}
.h20_actop h3{
	text-align: center;
	margin: 30px auto 20px;
	font-size: 1.3em;
	letter-spacing: 4;
}
.h20_actop h3 span{
	color: #c0a98c;
	font-size: 1.4em;
}
.t12_aclocal{
	display: flex;
	flex-wrap: wrap;
	margin: 5px auto 10px;
	width: 450px;
	font-size: 0.9em;
}
.t12_aclocal span{
	font-size: 1.5em;
	color: #c0a98c;
	vertical-align: middle;
	margin-right: 5px;
}
.t12_aclocal p{
	text-align: left;
	line-height: 1.4em;
	font-size: 1em;
}


.t12_acabout2 img{
        width: 80%;
        margin: 2rem 2rem;
}



@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.d-demo__wrap {
  display: flex;
  overflow: hidden;
}

.d-demo__list {
  display: flex;
  list-style: none;
}

.d-demo__list--left{
animation :infinity-scroll-left 50s infinite linear 0.5s both;
}

.d-demo__item {
  width: calc(330vw / 6);
}
.d-demo__item > img{
   width: 200px;
}
.d-demo{
border-bottom: dashed 2px #999;
box-shadow: 0px 1px #999,
            0px -1px #999 inset;
}




/*------主要時間------*/
.so03_ac_time{
	background-image: url("../image/access/アセット 335-8.png");
	padding: 30px 0;
}
.h20_ac_time{
	margin-top: 20px;
	font-size: 1.3em;
	text-align: center;
}
.h20_ac_time span{
	color: #c0a98c;
	font-size: 1.6em;
	vertical-align: middle;
	margin-right: 5px;
}
.so03_ac_timebox{
	padding-top: 20px;
	margin: 0 auto;
	padding-bottom: 5px;
	border-bottom: 1px dotted #444;
	text-align: center;
}
.so03_ac_timebox p{
	border-radius: 5px;
	font-size: 1em;
}
.so03_ac_timebox sub{
	font-size: 1.2em;
}
.so03_ac_timeflex{
	
}
.so03_ac_timeflex ul{
	display: flex;
	flex-wrap: wrap;
	font-size: 0.9em;
}
.weac_W{
	font-size: 1.3em;
	padding: 1rem 0;
	margin: 0 8px;
}
.weac_R{
	font-size: 1.3em;
	padding: 5px 0;
	margin: 0 8px;
}
.so03_ac_timeflex p{
	font-size: 0.6em;
	text-align: left;
}

.so03_ac_timeflex span{
	font-size: 1.2em;
	color: crimson;
}

}

/*------周辺Location----------------------------------------------------------*/
@media screen and (min-width: 701px) {

.westLoc{
	padding: 80px 0 1.5rem;

	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.west_maptop{
	display: flex;
	justify-content:center;
}
.west_maptop h2{
	text-align: center;
	font-size: 1.5em;
	color: #006752;
	line-height: 2em;
	font-family: "Yu Mincho";
	font-weight: bold;
	letter-spacing: 2;
}
.west_maptop p{
	font-size: 1em;
	line-height: 2em;
	margin-top: 30px;
	text-align: center;
	font-family: "Yu Mincho";
}
.westapB{
	width: 500px;
	margin-left: 50px;
}
.westMapTex{
	position: relative;
	text-align: center;
	margin: 60px 0 10px;
}
.westMapTex img{
	width: 800px;
}
.westMapTex h2{
	position: absolute;
	top: 50;
	left: 0;
	right: 0;
		font-size: 1.3em;
	color: #c0a98c;
	line-height: 2em;
	font-family: 'Noto Serif JP', serif,"メイリオ",'Noto Sans JP',"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  "Meiryo", sans-serif; 
	font-weight: bold;
	letter-spacing: 2;
}
.westMapTex p{
	position: absolute;
	top: 150;
	width: 680px;
	  left: 0;
  right: 0;
  margin: auto;
  text-align: left;
  font-size: 0.95em;
  line-height: 1.8em;
}


.h20_locmap{
	margin:0 auto;
	padding: 2rem 0 10rem;
	text-align: center;
	background-image: url("../image/map/アセット 335-8.png");
}
.h20_locmap p{
	width: 700px;
	font-size: 0.9em;
	margin: 20px auto;
	line-height: 1.9em; 
	text-align: left;
}




@keyframes infinity-scroll-left_img {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.d-demo__wrap_img {
  display: flex;
  overflow: hidden;
}

.d-demo__list_img {
  display: flex;
  list-style: none;
}

.d-demo__list--left_img{
animation :infinity-scroll-left_img 80s infinite linear 0.5s both;
}

.d-demo__item_img {
  width: calc(100vw / 6);
}
.d-demo__item_img > img{
   width: 96%;
}
.d-demo_img{
	position: absolute;
	top: -80;
}



.so03_lifeinfo{
	background-color: #ebf8ef;
	background-image: url("../image/map/アセット 339-8.png");
	position: relative;
    padding: 15rem 0 7rem;
}

.so03_lifeinfo h4{
	font-size: 1.4em;
	letter-spacing: 3;
	color: #006752;
	font-family: 'Noto Serif JP', serif,"メイリオ",'Noto Sans JP',"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  "Meiryo", sans-serif;
	font-weight: bold;
}

.so03map_list_flex{
	width: 950px;
	margin: 30px auto 0;
	display: flex;
	justify-content: space-between;
	font-family: "Yu Mincho";
}
.so03map_map ul li{
	text-indent: 1em;
	padding: 5px 0;
	font-size: 0.8em;
	position: relative;
	width: 450px;
	color: #333;
}
.so03_mapPoint{
font-weight: bold;
	margin-top: 15px;
	border-bottom: 1px solid #333;
}
.so03map_map span{
	position: absolute;
	right: 0;
}
	
	.equipment_caution_pc{
		width: 80%;
	}
}



@media screen and (max-width: 700px) {
.westLoc{
	padding: 50px 0 0 0;
	background-repeat: no-repeat;
}
.west_maptop{
}
.west_maptop h2{
	text-align: center;
	font-size: 1.0rem;
	color: #006752;
	line-height: 2em;
	font-family: 'Noto Serif JP', serif,"メイリオ",'Noto Sans JP',"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  "Meiryo", sans-serif; 
	font-weight: bold;
}
.westapA{
}
.west_maptop p{
	font-size: 0.8em;
	line-height: 2em;
	margin-top: 10px;
	text-align: center;
    margin: 0 2rem;
	font-family: "Yu Mincho";
	        margin-top: 1rem;
}
.westapB{
	margin-top: 20px;
	text-align: center;
}
.westapB img{
	width: 40%;
}
.westMapTex{
	text-align: center;
	margin: 40px 5px 0;
	background-color: rgba(255,255,255,0.7);
	padding: 30px 5px;
	
}
.westMapTex img{
	display: none;
}
.westMapTex h2{
		font-size: 1.17em;
	color: #c0a98c;
	line-height: 2em;
	font-family: 'Noto Serif JP', serif,"メイリオ",'Noto Sans JP',"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  "Meiryo", sans-serif; 
	font-weight: bold;
}
.westMapTex p{
  margin: auto;
  text-align: left;
  font-size: 0.95em;
  line-height: 1.8em;
}


.h20_locmap{
	margin:0 5px;
	padding: 2rem 0;
	text-align: center;
	background-image: url("../image/map/アセット 335-8.png");
}
.h20_locmap img{
	width: 100%;
}
.h20_locmap p{
	font-size: 0.9em;
	margin: 20px auto;
	line-height: 1.6em; 
	text-align: left;
}




@keyframes infinity-scroll-left_img {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.d-demo__wrap_img {
  display: flex;
  overflow: hidden;
}

.d-demo__list_img {
  display: flex;
  list-style: none;
}

.d-demo__list--left_img{
animation :infinity-scroll-left_img 80s infinite linear 0.5s both;
}


.d-demo__item_img {
  width: calc(250vw / 6);
}
.d-demo__item_img > img{
   width: 96%;
}
.d-demo_img{
	position: absolute;
	top: 2rem;
}



.so03_lifeinfo{
	background-color: #ebf8ef;
	background-image: url("../image/map/アセット 339-8.png");
	position: relative;
	padding: 12rem 0 0 0;
}
.so03_lifeinfo h4{
	font-size: 1.2em;
	letter-spacing: 3;
	color: #006752;
	font-family: 'Noto Serif JP', serif,"メイリオ",'Noto Sans JP',"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  "Meiryo", sans-serif;
	font-weight: bold;
}
.so03map_list_flex{
	margin: 30px auto 0;
	font-family: "Yu Mincho";
}
.so03map_map ul li{
	text-indent: 1em;
	padding: 9px 0;
	border-bottom: 1px dashed #D0CABF;
	font-size: 0.8em;
	position: relative;
	width: 100%;
	color: #333;
}
.so03_mapPoint{
	text-indent: 1em;
	font-weight: bold;
	font-size: 1.3em;
	background-color: #006752;
	color: #fff !important;
}
.so03map_map span{
	position: absolute;
	right: 10px;
}
	
	.equipment_caution_sp{
		width: 80%;
	}
}

/*------概要outline----------------------------------------------------------*/

@media screen and (min-width: 701px) {
.h20_out_word{
	width: 950px;
	margin:0 auto;
	padding: 50px 0;
	
}
.we_ouBK{
	background-image: url("../image/outline/アセット 335-8.png");
}
.so03_out_wordflex{
	margin: 0 auto;
	width: 950px;
	display: flex;
	justify-content: space-between
}

/*表*/
.so03_out_out ul li{
	padding: 8px 0;
	position: relative;
	width: 430px;
	text-align: left;
	font-size: 0.8em;
	line-height: 1.3em; 
}
.so03_out_out .so03_out_category{
	font-size: 1.3em;
	text-align: center;
	margin: 20px 0 20px;
	letter-spacing: 3;
	font-family: 'Noto Serif JP', serif,"メイリオ",'Noto Sans JP',"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  "Meiryo", sans-serif;
	color: #006752;
	font-weight: bold;
	
}
.so03_out_out span{
	width: 430px;
	display: inline-block;
	padding: 3px;
	background-color: #dbf5e8;
	border-radius: 5px;
	text-align: center;
	margin-bottom: 5px;
}
.we_ouBK2{
		text-align: center;
	background-color: #dbf5e8;
	background-image: url("../image/outline/アセット 339-8.png");
	padding: 30px 0 70px;
}
.so03_out_container_sec{
	width: 1000px;
	margin: 0 auto;
}
.so03_out_container_sec h3{
	margin: 50px auto 0;
	margin-bottom: 10px;
	padding: 10px 0;
	width: 800px;
		font-size: 1.3em;
	line-height: 2em;
	font-family: 'Noto Serif JP', serif,"メイリオ",'Noto Sans JP',"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  "Meiryo", sans-serif;
	color: #006752;
	font-weight: bold;
}
.so03_out_container_sec table{
	margin-top: 20px;
	font-size: 0.8em;
}
.so03_out_container_table table {
  width: 100%;
  border-collapse: collapse;
  
}
.so03_out_container_table th {
  background: #ece6dd;
  border: 1px solid #000;
  border-bottom: none;
  padding: 5px 0;
  font-size: 0.9em;
  line-height: 25px;
}
.so03_out_container_table td {
  border: 1px solid #000;
  width: 160px;
   background: #fff;
}
.so03_out_container_table td:last-of-type {
  width: 320px;
}

.so03_out_container_table p {
  padding: 6px 10px;
  color: #000;
  font-size: 0.9em;
  line-height: 16px;
  
}
.so03_out_container_table .container_table{
	background: #c0a98c;
	color: #fff;
}
.so03_out_container_table .container_table_1{
	background: #ece6dd;
	text-align: center;
	vertical-align: middle;
}
.so03table_last table {
  width: 100%;
  border-collapse: collapse;
}
.so03table_last th {
  border: 1px solid #000;
  padding: 9px 2px;
  color: #000;
  font-size: 0.8rem;
  line-height: 14px;
  width: 155px;
  vertical-align: middle; 
  background: #ece6dd;
}
.so03table_last td {
  border: 1px solid #000;
  color: #000;
  font-size: 0.8rem;
  line-height: 18px;
  background: #fff;
  padding: 5px 10px;
}
}
@media screen and (max-width: 700px) {
.h20_out_word{
	margin:0 10px;
	padding: 10px 0;
}
.we_ouBK{
	background-image: url("../image/outline/アセット 335-8.png");
}
.so03_out_wordflex{
}

/*表*/
.so03_out_out ul li{
	padding: 8px 0;
	position: relative;
	text-align: left;
	font-size: 0.8em;
	line-height: 1.5em; 
}
.so03_out_out .so03_out_category{
	font-size: 1.3em;
	text-align: center;
	margin: 40px 0 0;
		font-family: 'Noto Serif JP', serif,"メイリオ",'Noto Sans JP',"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  "Meiryo", sans-serif;
	color: #006752;
	font-weight: bold;
}
.so03_out_out span{
	display: block;
	padding: 3px;
	background-color: #dbf5e8;
	border-radius: 5px;
	text-align: center;
	margin-bottom: 5px;
}
/*
.so03_out_out span{
	position: absolute;
	left: 150px;
}*/


.jikan{
margin-bottom: 15px;
}
.jikan2{
margin-bottom: 15px;
}


.we_ouBK2{
		text-align: center;
	background-color: #dbf5e8;
	background-image: url("../image/outline/アセット 339-8.png");
	padding: 10px 0 70px;
}
.so03_out_container_sec{
	margin: 0 10px;
}
.so03_out_container_sec h3{
	margin: 20px auto 0;
	margin-bottom: 10px;
	padding: 10px 0;
		font-size: 1.3em;
	color: #c0a98c;
	line-height: 2em;
	font-family: 'Noto Serif JP', serif,"メイリオ",'Noto Sans JP',"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  "Meiryo", sans-serif;
	color: #006752;
	font-weight: bold;
}
.so03_out_container_sec table{
	margin-top: 20px;
	font-size: 0.8em;
}
.so03_out_container_table table {
  width: 100%;
  border-collapse: collapse;
  
}
.so03_out_container_table th {
  background: #ece6dd;
  border: 1px solid #000;
  border-bottom: none;
  padding: 5px 0;
  font-size: 0.9em;
  line-height: 16px;
  width: 20px;
}
.so03_out_container_table td {
  border: 1px solid #000;
   background: #fff;
   vertical-align: middle;
   width: 20px;
}
.so03_out_container_table td:last-of-type {
}

.so03_out_container_table p {
  padding: 6px 10px;
  color: #000;
  font-size: 0.9em;
  line-height: 16px;
  
}
.so03_out_container_table .container_table{
	background: #c0a98c;
	color: #fff;
	
}
.so03_out_container_table .container_table_1{
	background: #ece6dd;
	text-align: center;
	vertical-align: middle;
}
.so03table_last table {
  width: 100%;
  border-collapse: collapse;
}
.so03table_last th {
  border: 1px solid #000;
  padding: 9px 2px;
  color: #000;
  font-size: 0.8rem;
  line-height: 14px;
  width: 155px;
  vertical-align: middle; 
  background: #ece6dd;
}
.so03table_last td {
  border: 1px solid #000;
  color: #000;
  font-size: 0.8rem;
  line-height: 18px;
  background: #fff;
  padding: 5px 10px;
}
}

/*------間取room----------------------------------------------------------*/
@media screen and (min-width: 701px) {
.h20_room_top{
	margin: 0 auto;
	width: 90%;
}
.h20_room_flex{
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
}
.h20_room_fig{
	text-align: center;
	width: 470px;
	margin-top: 60px;
	padding: 0;
}
.h20_room_fig img{
	margin: 15px 0 15px 15px;
}
.roomBg{
background-image: url("../image/room/アセット 335-8.png");
padding-bottom: 50px;
}
.roominflex{
	display: flex;
	justify-content:center;
}



.roombox{
	margin: 0 auto;
}
.roombox ul{
	margin: 5px 0 0;
	width: 110px;
	border: 1px solid #006752;
}
.roombox li{
	text-align: center;
}
.roombox_sub{
	background-color: #006752;
	color: white;
	margin: 0 auto;
	font-size: 0.8em;
}
.roombox_sub2{
	font-size: 1em;
	
}
.h20_room_note{
	text-align: center;
	background-color: #3e3a39;
	background-image: url("../image/map/アセット 339-8.png");
	padding: 30px 0 70px;
}
.h20_room_note h3{
	text-align: center;
	margin: 20px 0 10px;
	font-size: 1.4em;
	color: #c0a98c;
	line-height: 2em;
	  font-family: 'Noto Serif JP', serif,"メイリオ",'Noto Sans JP',"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  "Meiryo", sans-serif; 

}
.h20_room_note img{
	margin-top: 30px;
	border-radius: 15px;
	border: solid 3px #806a5d;
	background: #806a5d;
}


}

@media screen and (max-width: 700px) {
.roomBg{
}
.h20_room_top{
	margin: 0 auto;
}
.h20_room_fig{
	text-align: center;
	margin: 40px 7px 0;
}
.spflex_room{
	display: flex;
}
.spflex_room img{
	height: 100%;
	width: 90px;
	margin-left: 30px;
}
.img_280 img{
	width: 100%;
	border-bottom: 1px dotted #333;
	padding-bottom: 5px;
}
.roombox{
	margin: 0 auto;
}
.roombox ul{
	margin: 10px 5px 0;
	border: 1px solid #006752;
}
.roombox li{
	text-align: center;
	padding: 5px 20px;
}
.roombox_sub{
	background-color: #006752;
	color: white;
	font-size: 1em;
	margin: 0 auto;
}
.roombox_sub2{
	font-size: 1em;
}
.roombox_sub3{
	background-color: #006752;
	color: white;
	font-size: 0.8em;
	padding: 0 3px;
}


.h20_room_note{
	padding: 30px 0;
	text-align: center;
	background-color: #3e3a39;
	background-image: url("../image/map/アセット 339-8.png");
}
.h20_room_note h3{
	text-align: center;
	font-size: 1.5em;
	margin: 10px 0;
	color: #c0a98c;
	  font-family: 'Noto Serif JP', serif,"メイリオ",'Noto Sans JP',"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  "Meiryo", sans-serif; 

}
.h20_room_note img{
width: 90%;
margin-bottom: 20px;
	border-radius: 15px;
	border: solid 3px #806a5d;
	background: #806a5d;
}
} /*SP*/

/*------設備equipment----------------------------------------------------------*/
@media screen and (min-width: 701px) {
.iconM {
  animation: iconM 3s linear 0s 1;
  animation-iteration-count: infinite;
}
@keyframes iconM {
  0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
  15%  { transform: scale(1.0, 1.0) translate(0%, 10%); }
  30%  { transform: scale(1.0, 1.0) translate(0%, 3%); }
  50%  { transform: scale(1.0, 1.0) translate(0%, -1%); }
  70%  { transform: scale(1.0, 1.0) translate(0%, 2%); }
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}
.h20_eqpara2 img{
	height: 40px;
	margin-left: 20px;
}
.h20_eqpara2{
	text-align: center;
	border-bottom: 1px dotted #006752;
	width: 260px;
	margin: 0 auto 40px;
}

.h20_eqpara2 p{
	font-size: 1.5em;
	letter-spacing: 2;
	color: #006752;
	  font-family: 'Noto Serif JP', serif,"メイリオ",'Noto Sans JP',"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  "Meiryo", sans-serif; 
	  font-weight: bold;

}
.eq_bkof{
	background-image: url("../image/equipment/アセット 335-8.png");
	padding: 80px 0;
}
.eq_bkof2{
	background-color: #fff;
	padding: 80px 0;
}
.eq_bkof3{
	background-color: #dbf5e8;
	background-image: url("../image/equipment/アセット 339-8.png");
	padding: 80px 0;
}


.eq_flex_3{
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	margin: 20px auto 0;
	width: 1050px;
}
.eq_flex_3 figure{
	padding: 0 10px;
}
.eq_flex_3 figcaption{
	width: 250px;
	margin-top: 10px;
	font-weight: bold;
	border-bottom: 1px dotted #333;
	padding-bottom: 3px;
}
.eq_flex_3 p{
	width: 250px;
	font-size: 0.8em;
	margin-top: 3px;
}

.eq_flex_2{
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	margin: 20px auto 0;
	width: 1050px;
	color: #333;
}
.eq_flex_2 figure{
	padding: 0 10px;
}
.eq_flex_2 figcaption{
	width: 250px;
	margin-top: 10px;
	font-weight: bold;
	border-bottom: 1px dotted #333;
	padding-bottom: 3px;
}
.eq_flex_2 p{
	width: 250px;
	font-size: 0.8em;
	margin: 3px 0 15px;
}

.eq_last_img{
	margin: 0 auto 100px;
	text-align: center;
	font-size: 0.8em;
}
	
/*	.pconly{
		    width: 80rem;
	}*/
}

@media screen and (max-width: 700px) {
.iconM {
  animation: iconM 3s linear 0s 1;
  animation-iteration-count: infinite;
}
@keyframes iconM {
  0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
  15%  { transform: scale(1.0, 1.0) translate(0%, 10%); }
  30%  { transform: scale(1.0, 1.0) translate(0%, 3%); }
  50%  { transform: scale(1.0, 1.0) translate(0%, -1%); }
  70%  { transform: scale(1.0, 1.0) translate(0%, 2%); }
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}
.h20_eqpara2 img{
	height: 40px;
	margin-left: 20px;
}
.eqIcon{
	position:fixed;
	top:62;
	right: 0;
	width: 50px;
}
.eqCent{
}
.eqIcon img{
	opacity: 0.9;
	margin: 5px 0;
	width: 30px;
}
.h20_eqpara2{
	text-align: center;
}
.h20_eqpara2 p{
	font-size: 1.4em;
	letter-spacing: 2;
	margin-bottom: 20px;
	color: #006752;
	font-family: 'Noto Serif JP', serif,"メイリオ",'Noto Sans JP',"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  "Meiryo", sans-serif; 
	  font-weight: bold;
}
.eq_bkof{
	background-image: url("../image/equipment/アセット 335-8.png");
	padding: 50px 0;
}
.eq_bkof2{
	background-color: #fff;
	padding: 50px 0;
}
.eq_bkof3{
	background-color: #dbf5e8;
	background-image: url("../image/equipment/アセット 339-8.png");
	padding: 50px 0;
}


.eq_flex_3{
	margin: 20px auto 0;
}
.eq_flex_3 img{
	width: 100%;
}
.eq_flex_3 figure{
	padding: 0 10px;
}
.eq_flex_3 figcaption{
	font-weight: bold;
	border-bottom: 1px dotted #333;
	padding-bottom: 3px;
	font-size: 0.95em;
	margin-top: 5px;
}
.eq_flex_3 p{
	font-size: 0.8em;
	margin: 4px 0 15px;
	font-family: "Yu Mincho";
}

.eq_flex_2{
	margin: 20px auto 0;
	color: #333;
}
.eq_flex_2 img{
	width: 100%;
}
.eq_flex_2 figure{
	padding: 0 10px;
}
.eq_flex_2 figcaption{
	font-weight: bold;
	border-bottom: 1px dotted #333;
	padding-bottom: 3px;
	font-size: 0.95em;
	margin-top: 5px;
}
.eq_flex_2 p{
	font-size: 0.8em;
	margin: 3px 0 15px;
}

.eq_last_img{
	margin: 0 auto 50px;
	text-align: center;
	font-size: 0.8em;
}
/*	sponly{
		    width: 20rem;
	}*/
} /*SP*/

/*------平面図floor----------------------------------------------------------*/
@media screen and (min-width: 701px) {
.h20_floor_map{
	width: 1000px;
	margin: 30px auto 0;
	padding: 50px 0;
	text-align: center;
}
.h20_floor_map p{
	width: 700px;
	margin: 0 auto 10px;
	font-size: 1.4em;
	padding: 10px 0;
	font-family: 'Noto Serif JP', serif,"メイリオ",'Noto Sans JP',"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  "Meiryo", sans-serif; 
	  font-weight: bold;
	  color: #006752;
	
}
.h20_floor_map img{
	padding: 3px;
	margin: 10px auto 0;
}



.h20_west_bk{
	background-color: #dbf5e8;
	background-image: url("../image/map/アセット 339-8.png");
	position: relative;
	padding: 50px 0 100px;
}
.h20_floor_all{
	text-align: center;
	font-size: 1.4em;
	color: #c0a98c;
	line-height: 2em;
	margin-top: 20px;
	font-family: 'Noto Serif JP', serif,"メイリオ",'Noto Sans JP',"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  "Meiryo", sans-serif; 
	  font-weight: bold;
}
.h20_foor_top{
	width: 1000px;
	margin: 0 auto 150px;
}
.h20_foor_top2{
	width: 1000px;
	margin: 100px auto 0;
}
.h20_foor_top2 h4{
		text-align: center;
	margin: 50px 0 30px;
	font-size: 1.4em;
	color: #006752;
	line-height: 2em;
	font-family: 'Noto Serif JP', serif,"メイリオ",'Noto Sans JP',"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  "Meiryo", sans-serif; 
	  font-weight: bold;
}
.h20_foor_flex{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
}
.h20_foor_fig{
	text-align: center;
	width: 450px;
	padding: 20px 0;
}
.h20_foor_fig img{
	margin: 15px 0;
	background: #f1f5ff;
}
.h20_foor_fig figcaption{
	background-color: #006752;
	font-size: 0.9em;
	padding: 3px;
	width: 250px;
	color: white;
	margin: 0 auto;
	border-radius: 20px;
}
.fig2{
	background-color: #fff;
	font-size: 0.9em;
	padding: 3px;
	width: 250px;
	color: #006752;
	margin: 0 auto;
	border-radius: 20px;
}


.h20_west_bkdoun{
	background-image: url("../image/floor/アセット 335-8.png");
	padding: 50px 0;
	font-family: "Yu Mincho";
}
.so03_fl_note{
	width: 1000px;
	margin: 0 auto;
}
.so03_fl_note h3{
	text-align: center;
	font-size: 1.2em;
	margin-top: 30px;
		font-family: "Yu Mincho";
}
.so03_fl_note p{
	margin-top: 10px;
	font-size: 0.8em;
	line-height: 1.5em;
	text-align: left;
	text-align: justify;
	text-justify: inter-ideograph;
		font-family: "Yu Mincho";
}
}/*PC*/


@media screen and (max-width: 700px) {
.h20_floor_map{
	margin: 10px auto 0;
	padding: 30px 0;
	text-align: center;
}
.h20_floor_map p{
	margin: 0 auto 10px;
	font-size: 1.3em;
	color: #006752;
	font-family: 'Noto Serif JP', serif,"メイリオ",'Noto Sans JP',"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  "Meiryo", sans-serif; 
	  font-weight: bold;
}
.h20_floor_map img{
	margin: 10px auto 0;
	width: 70%;
}




.h20_floor_all{
	text-align: center;
	font-size: 1.3em;
	color: #c0a98c;
	line-height: 2em;
	font-family: 'Noto Serif JP', serif,"メイリオ",'Noto Sans JP',"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  "Meiryo", sans-serif; 
	  font-weight: bold;
}
.h20_foor_top{
	margin: 0 auto 150px;
}
.h20_foor_top2{
	margin: 10rem auto 0;
}
.h20_foor_top2 h4{
		text-align: center;
	font-size: 1.3em;
	color: #006752;
	line-height: 2em;
	font-family: 'Noto Serif JP', serif,"メイリオ",'Noto Sans JP',"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  "Meiryo", sans-serif; 
	  font-weight: bold;
}
.h20_foor_flex{
}
.h20_foor_fig{
	text-align: center;
	padding: 20px 0;
}
.h20_foor_fig img{
	width: 80%;
}
.h20_foor_fig figcaption{
	background-color: #006752;
	font-size: 0.9em;
	padding: 3px;
	width: 250px;
	color: white;
	margin: 0 auto;
	border-radius: 20px;
}
.fig2{
	background-color: #fff;
	font-size: 0.9em;
	padding: 3px;
	width: 250px;
	color: #006752;
	margin: 20px auto 0;
	border-radius: 20px;
}

.h20_west_bk{
	background-color: #dbf5e8;
	background-image: url("../image/map/アセット 339-8.png");
	position: relative;
	padding: 50px 0 30px;
}
.h20_west_bkdoun{
	background-image: url("../image/floor/アセット 335-8.png");
	padding: 40px 0 30px;
}
.so03_fl_note{
	margin: 0 7px;
}
.so03_fl_note h3{
	text-align: center;
	font-size: 1.3em;
	margin-top: 10px;
	font-family: "Yu Mincho";
}
.so03_fl_note p{
	margin-top: 10px;
	font-size: 0.8em;
	line-height: 1.5em;
	text-align: left;
	text-align: justify;
	text-justify: inter-ideograph;
	font-family: "Yu Mincho";
}
} /*SP*/


/*------フッタ----------------------------------------------------------*/
@media screen and (min-width: 701px) {
.footer{
	background-color: #006752;
	padding: 30px 0;
	color: #fff;
	font-family: "Yu Mincho";
}
.footer dl{
	display: flex;
	justify-content:center;
	margin: 20px 0 0;
	font-size: 0.9em;
}
.footer img{
	vertical-align: middle;
	padding-right: 5px;
}
.footer dt{
	
}
.footer a{
	color: white;
}

.footer dd{
	padding-left: 20px;
	padding-top: 2px;
	line-height: 1.4em;
}
.copyright{
	text-align: center;
	font-size: 0.8em;
	margin-top: 10px;
}
}
@media screen and (max-width: 700px) {
.footer{
	background-color: #006752;
	padding: 20px 0;
	text-align: center;
	line-height: 1.5em;
	color: white;
	font-family: "Yu Mincho";
}
.footer a{
	color: white;
}
.footer dl{
	font-size: 0.9em;
	font-weight: bold;
}
.footer img{
	vertical-align: middle;
	padding-right: 5px;
}
	.residence_logo_img{
		width: 5rem;
	}
.footer dt{

}
.footer  p{
	margin-top: 10px;
}
.footer dd{
	line-height: 1em;
}
.copyright{
	text-align: center;
	font-size: 0.8em;
}
	.footer_link_img{
		width:10rem;
		margin: 1rem 0;
	}
	.footer_hplink_img{
		width:15rem;
		margin: 0 0 3rem 0;
	}
}


@media screen and (min-width: 701px) {
	.minowa_text_all{
		padding-top: 3rem;
		background-color: white;
	}
	
	.minowa_text_about{
		color: #272727;
		font-family: "Yu Mincho";
		font-size: 1.5rem;
        text-align: left;
		        margin-left: 5rem;
	}
	
	.minowa_text{
		color: #272727;
		font-family: "Yu Mincho";
		font-size: 2.0rem;
		margin: 0 auto;
		text-align: center;
		padding: 2rem 0 2rem 0;
		line-height: 4rem;
	}
	
	.minowa_text span{
		color:hsl(39deg 73.66% 41.35%);
	}
	
	.minowa_text_all a{
		line-height: 3rem;
	}
	
	.residence_logo_about{
		    margin-left: 65rem;
	}
	
	.residence_logo_img_about{
				width:10rem;
	}
	
	.top_paragraph_about{
		position: relative;
    	width:100%;
		height: 40rem;
		text-align: center;
	}
	
	.top_paragraph1{
	position: relative;
    width:100%;
	height: 100rem;
	background: url("../image/index/paragraph1_bg.jpg");
	}
	.top_paragraph1_text{
    display:  inline-block;                         /* インラインブロックにする */
    padding: 20rem 0 0 25rem;                             /* 余白指定 */
	width: 40rem;
    position: absolute;
	z-index: 1000000;
	}
	.top_paragraph2{
	position: relative;
    width:100%;
	height: 100rem;
	background: url("../image/index/paragraph2_bg.jpg")
	}
	.top_paragraph2_text{
    display:  inline-block;                         /* インラインブロックにする */
    padding: 10rem 0 0 60rem;                             /* 余白指定 */
	width: 40rem;
    position: absolute;
	z-index: 1000000;
	}
	.top_paragraph1_text h3, .top_paragraph2_text h3{
		color: white;
		font-family: "Yu Mincho";
		font-size: 1.5em;
		text-align: left;
	}
	.top_paragraph1_text h1, .top_paragraph2_text h1{
		color: white;
		font-family: "Yu Mincho";
		font-size: 2.5rem;
        padding: 1rem 0 2rem 0;
        line-height: 4rem;
	}
	.top_paragraph1_text a, .top_paragraph2_text a{
		color: white;
		font-family: "Yu Mincho";
		font-size: 1.2rem;
		line-height: 3rem;
	}
	
	.text_icon{
		width: 5rem;
        margin-bottom: 1rem;
	}

	.residence_logo{
	text-align: center;
    margin: 3rem 0;
	}
	.residence_logo_img{
		width: 10rem;
	}
	.footer_link{
	text-align: center;
    margin: 3rem 0;
	}
	.footer_link_img{
		width: 10rem;
		margin: 0 2rem;
	}
	.footer_hplink_img{
		width: 14rem;
		margin: 0 2rem;
	}

	.architecture_1{
		position: absolute;
	}
	.architecture_2{
		position: absolute;
		margin-top: min(100 / 1200 * 100vw, 100px);
		margin-left: min(1100 / 1200 * 100vw, 1100px);
	}
	.architecture_3{
		position: absolute;
		margin-top: min(900 / 1200 * 100vw, 900px);
		margin-left: min(300 / 1200 * 100vw, 300px);
	}
	.architecture_1_img{
		height: min(600 / 1200 * 100vw, 600px);		
	}
	.architecture_2_img{
		height: min(1000 / 1200 * 100vw, 1000px);			
	}
	.architecture_3_img{
		height: min(600 / 1200 * 100vw, 600px);	
	}
	
	.entrance_1{
		position: absolute;
        margin: 15rem 0 0 10rem;
	}
	.entrance_2{
		position: absolute;
		margin-top: min(100 / 1200 * 100vw, 100px);
		margin-left: min(900 / 1200 * 100vw, 900px);
		margin-top: 55rem;
	}
	.entrance_1_img{
		height: min(800 / 1200 * 100vw, 800px);		
	}
	.entrance_2_img{
		height: min(600 / 1200 * 100vw, 600px);			
	}
	
	.br-sp{
		display: none;
	}
	
.top_line_group{
		position: relative;
		color: white;
        background-color: hsl(0deg 2.16% 13.25%);
        padding: 3em 0;
        margin-top: 40rem;
        z-index: 0;
        text-align: center;
}
	.caption1_pc{
		color:white;
	}

		.caption1_pc span{
		font-size: 1.7rem;
	}
	
	.openroom_info{
		color: hsla(39, 44%, 66%, 1.00);
	}
	
	.caption1_sp{
		display: none;
	}
	
	.caption2{
		color:white;
	}

	.caption2 span{
        color: hsla(39, 44%, 66%, 1.00);
		font-size: 1.3rem;
	}

	.caption3{
		color:white;
	}
	.caption4{
		color:white;
	}
	
	
	.photo_flex{
	margin: 50px 0;
	padding: 50px 50px;
	display: flex;
	background-color: #dbf5e8;
	justify-content: center;
	flex-wrap: wrap;
}
	
.photo_flex img {
    width: 200px;
    padding: 16px 15px;
}
}

@media screen and (max-width: 700px) {
	.minowa_text_all{
		margin-top: 5rem;
	}
	
	.minowa_text_about{
		color: #272727;
		font-family: "Yu Mincho";
		font-size: 1.3rem;
        text-align: left;
		margin-left: 2rem;
	}
	
	.minowa_text{
		color: #272727;
		font-family: "Yu Mincho";
		font-size: 1.2rem;
		margin: 0 auto;
		text-align: center;
		padding: 1rem 0 1rem 0;
		line-height: 3rem;
	}
	
	.minowa_text span{
		color:hsl(39deg 73.66% 41.35%);
	}
	
	.minowa_text_all a{
		line-height: 2rem;
		font-size: 0.8rem;
	}
	
	.residence_logo_about{
		    margin-left: 13rem;
	}
	
	.residence_logo_img_about{
				width:10rem;
	}
	
	.top_paragraph_about{
		position: relative;
    	width:100%;
		height: 40rem;
		text-align: center;
        margin-bottom: 3rem;
	}
	
		.top_paragraph1{
	position: relative;
    width:100%;
	height: min(2500 / 1200* 100vw, 2500px);
	background: url("../image/index/paragraph1_bg.jpg");
/*    padding:  50rem;*/        /* 余白指定 */
	}
	.top_paragraph1_text{
    display:  inline-block;                         /* インラインブロックにする */
        padding: 3rem 3rem 0 3rem;                   /* 余白指定 */
	z-index: 1000000;
	}
	.top_paragraph2{
/*    padding:  50rem;  */      /* 余白指定 */
	position: relative;
    width:100%;
	height: 75rem;
	background: url("../image/index/paragraph2_bg.jpg")
	}
	.top_paragraph2_text{
    display:  inline-block;                         /* インラインブロックにする */
        padding: 3rem;    
	z-index: 1000000;
	}
	
	.top_paragraph1_text h3, .top_paragraph2_text h3{
		color: white;
		font-family: "Yu Mincho";
		font-size: 1.0em;
		text-align: left;
	}
	.top_paragraph1_text h1, .top_paragraph2_text h1{
		color: white;
		font-family: "Yu Mincho";
		font-size: 1.2rem;
        padding: 1rem 0 1rem 0;
        line-height: 3rem;
	}
	.top_paragraph1_text a, .top_paragraph2_text a{
		color: white;
		font-family: "Yu Mincho";
		font-size: 0.8rem;
		line-height: 2rem;
	}
	
	.text_icon{
		width: 5rem;
        margin-bottom: 1rem;
	}
	
	.architecture_1{
		display: none;
	}
	.architecture_2{
/*		margin-top: min(800 / 1200 * 100vw, 800px);*/
		margin-left: min(600 / 1200 * 100vw, 600px);
        margin-bottom: 1rem;
    }
	.architecture_3{
/*		margin-top: 30rem;*/
	}
	.architecture_1_img{
		height: min(600 / 1200 * 100vw, 600px);		
	}
	.architecture_2_img{
		height: min(800 / 1200 * 100vw, 800px);			
	}
	.architecture_3_img{
		height: min(500 / 1200 * 100vw, 500px);	
	}
	
	.entrance_1{
		margin-bottom: 1rem;
	}
	.entrance_2{
		margin-left: min(400 / 1200 * 100vw, 400px);
	}
	.entrance_1_img{
		height: min(500 / 1200 * 100vw, 500px);		
	}
	.entrance_2_img{
		height: min(500 / 1200 * 100vw, 500px);			
	}
	
.top_line_group{
		position: relative;
		color: white;
        background-color: hsl(0deg 2.16% 13.25%);
        padding: 1em 0;
        margin-top: 0;
        z-index: 0;
        text-align: center;
}
	.caption1_sp{
		color:white;
		font-size: 0.8rem;
	}

		.caption1_sp span{
		font-size: 1.3rem;
	}
	
	.openroom_info{
		color: hsla(39, 44%, 66%, 1.00);
	}
	
	.caption1_pc{
		display: none;
	}
	
	.caption2{
		color:white;
		font-size: 0.8rem;
	}

	.caption2 span{
        color: hsla(39, 44%, 66%, 1.00);
		font-size: 1.0rem;
	}

	.caption3{
		color:white;
		font-size: 0.8rem;
	}
	
	.caption4{
		color:white;
		font-size: 0.8rem;
	}
	
.photo_flex{
	margin: 50px 0;
	padding: 50px 50px;
	display: flex;
	background-color: #dbf5e8;
	justify-content: center;
	flex-wrap: wrap;
}
.photo_flex img {
    width: 200px;
    padding: 16px 15px;
}
}