@charset "utf-8";
.flex_div {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}
.flex_space_bet {
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
}
.flex_center {
	-webkit-align-items: center; /* Safari */
	align-items: center;
}
.flex_space_aro {
	-webkit-justify-content: space-around; /* Safari */
	justify-content: space-around;
}
.flex_row {
	-webkit-flex-direction: row-reverse; /* Safari */
	flex-direction: row-reverse;
}
.flex_row_reverse {
	-webkit-flex-flow: row-reverse wrap-reverse;/*--- safari（PC）用 ---*/
	flex-flow: row-reverse wrap-reverse;
}

.flexslider {
    position: relative;
	top: 10%;
    width: 100%;
    height: 78vh;
}

#fade1 {
    background-image: url(../images/fade1.jpg);
}
#fade2 {
    background-image: url(../images/fade2.jpg);
}
#fade3 {
    background-image: url(../images/fade3.jpg);
}
#fade1,  #fade2,  #fade3 {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 78vh;
}


.all{
	position: relative;
	padding: 150px 0 0 0;
	background-image: url(../images/nback1.jpg);
	background-size: contain;
	width: 100%;
	height: 100%;
}
.r1000{
	position: absolute;
	top: 280px;
	left: 100px;
	width: 120px;
	height: auto;
}
.r1001{
	position: absolute;
	bottom: 200px;
	right: 0;
	width: 300px;
	height: auto;
}
.r3000{
	position: absolute;
	top: 620px;
	width: 100%;
	height: auto;
}

.f1000{
	position: absolute;
	top: 850px;
	right: 50px;
	width: 100px;
	height: auto;
}
.f1001{
	position: absolute;
	top: 1750px;
	right: 50px;
	width: 280px;
	height: auto;
	
}






.imenu{
	padding: 25px 0 35px 0;
	border-bottom: 5px solid #cdbdaa;
}
.imenu10{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.imenu2 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.imenu2 ul li{
	padding: 0 50px;
	border-right: 1px dashed #553a2d;
}
.imenu2 ul li a{
	-webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.imenu2 ul li a:hover{
	opacity: 0.6;
}
.imenu2 ul li:nth-child(1){
	border-left: 1px dashed #553a2d;
}
.imenu2 ul li img{
	height: 55px;
	width: auto;
}
.imenu3{
	text-align: right;
	padding-bottom: 30px;
}
.fa-phone{
	transform: scale(-1, 1);
	font-size: 18px;
}
.imenu3 span{
	font-size: 24px;
	font-weight: bold;
	padding-left: 8px;
}
.imenu100 img{
	position: absolute;
	z-index: 999;
	left: 48px;
	width: 190px;
	height: auto;
}

.nback1,.rback1,.eback1,.fback1,.sback1{
	position: relative;
	background-size: cover;
	background-position: 50% 85%;
	width: 100%;
	height: 450px;
}

.nback1{
	background-image: url(../images/n1.jpg);
}
.rback1{
	background-image: url(../images/r1.jpg);
}
.eback1{
	background-image: url(../images/e1.jpg);
}
.fback1{
	background-image: url(../images/f1.jpg);
}
.sback1{
	background-image: url(../images/s1.jpg);
}

.nmaru{
	position: absolute;
	z-index: 99;
	top: -5px;
	width: 277px;
	height: auto;
}
.ntitle{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
	height: 45px;
	width: auto;
}
.nnami{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 128px;
	background-image: url(../images/nnami.png);
	background-size: cover;
}
.block740{
	display: none;
}
.plan{
	padding-right: 30px;
	display: flex;
	justify-content: flex-end;
	flex-wrap:wrap ;
	gap: 30px;
}
.plan div{
	padding: 10px 25px;
	background-color: #534741;
	text-align: center;
}
.plan a{
	color: #fff;
}
.plan span{
	font-size: 13px;
}





/*************************** index **********************************/





.ititle{
	position: absolute;
	z-index: 9999;
	top: -10%;
	right: 0;
	bottom: 0;
	left: 68%;
	margin: auto auto;
	width: 100px;
}

.i1{
	padding-bottom: 80px;
}
.i11{
	margin-top: 80px;
}
.i11 ul{
	display: flex;
	flex-wrap: wrap;
}
.i11 ul li{
	width: 33.333%;
	padding: 0 4%;
}
.i11 ul li:nth-child(n+4){
	margin-top: 40px;
}
.i11 ul li a{
	color: #333;
	text-decoration: none;
}
.i11 ul li a:hover .miyako img{
	border: 3px solid #f693bf;
}
.i11 ul li a:hover .higashi img{
	border: 3px solid #e8b25c;
}
.i11 ul li a:hover .midori img{
	border: 3px solid #a3cc6e
}
.itiran2{
	margin-top: 100px;
}
.itiran a{
	background-color: #534741;
	width: 200px;
	padding: 5px 0;
	color: #fff;
	text-decoration: none;
	text-align: center;
	display: block;
	margin: 0 auto;
	margin-top: 40px;
	-webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.itiran a:hover{
	width: 180px;
	padding: 4px 0;
}

.i20{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.i200{
	width: 46%;
}
.i201{
	width: 46%;
}
.i200 img{
	width: 100%;
}

.i21{
	margin-top: 60px;
}

.i22{
	padding-top: 150px;
}

.i22 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.i22 ul li{
	width: 26%;
}
.i22 ul li img{
	width: 100%;
}
.i22 ul li a{
	color: #6e5442; 
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.i22 ul li a:hover{
	opacity: 0.6;
}
.i221 p{
	text-align: center;
	padding-top: 30px;
	font-size: 22px;
	font-weight: bold;
}


.i3{
	position: relative;
}
.i3000{
	position: absolute;
	top: 100px;
	right: 0;
	width: 100px;
	height: auto;
}
.i3001{
	position: absolute;
	top: 500px;
	left: 0;
	width: 200px;
	height: auto;
}
.i3002{
	position: absolute;
	bottom: 400px;
	right: 0;
	width: 200px;
	height: auto;
}
.i31{
	margin-top: 80px;
}
.i30{
	display: flex;
	flex-wrap: wrap;
}
.i300{
	width: 50%;
}
.i32,.i42,.i52{
	background-size: cover;
	background-position: 50% 0;
	width: 100%;
	height: 500px;
	border-radius: 15px 0 0 15px;
}
.i32{
	background-image: url(../images/i31.jpg);
}
.i42{
	background-image: url(../images/i32.jpg);
}
.i52{
	background-image: url(../images/i33.jpg);
}
.i33{
	background-color: #fbf7f0;
	padding: 104px 15%;
	border-radius: 0 15px 15px 0
}
.i331{
	position: relative;
	font-size: 22px;
	text-align: center;
}
.i331:after{
	position: absolute;
	top: 0;
	right: 0;
	bottom: -48px;
	left: 0;
	margin: auto auto;
	content: "";
	background-image: url(../images/i41.png);
	background-size: cover;
	width: 40px;
	height: 3px;
}

.i341{
	position: relative;
	font-size: 22px;
	text-align: center;
}
.i341:after{
	position: absolute;
	top: 0;
	right: 0;
	bottom: -48px;
	left: 0;
	margin: auto auto;
	content: "";
	background-image: url(../images/i42.png);
	background-size: cover;
	width: 40px;
	height: 3px;
}

.i351{
	position: relative;
	font-size: 22px;
	text-align: center;
}
.i351:after{
	position: absolute;
	top: 0;
	right: 0;
	bottom: -48px;
	left: 0;
	margin: auto auto;
	content: "";
	background-image: url(../images/i43.png);
	background-size: cover;
	width: 40px;
	height: 3px;
}
.i332{
	padding: 40px 0;
}

.i34 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.i34 ul li p{
	font-size: 24px;
}
.iphone,.ifax{
	margin-right: 8px;
}















/*************************** news ********************************/




.n1{
	max-width: 800px;
	width: 100%;
	display: block;
	margin: 0 auto;
}
.n1 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.n1 ul li{
	width: 22%;
	font-size: 16px;
}
.n1 ul li a{
	-webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.n1 ul li a:hover{
	opacity: 0.7;
	text-decoration: none;
}

.n11 a{
	display: block;
	color: #534741;
	border: 1px solid #534741;
	text-align: center;
	border-radius: 20px;
	padding: 5px 0;
}
.n12 a{
	display: block;
	background-color: #f693bf;
	color: #fff;
	border: 1px solid #f693bf;
	text-align: center;
	border-radius: 20px;
	padding: 5px 0;
}
.n13 a{
	display: block;
	background-color: #e8b25c;
	color: #fff;
	border: 1px solid #e8b25c;
	text-align: center;
	border-radius: 20px;
	padding: 5px 0;
}
.n14 a{
	display: block;
	background-color: #a3cc6e;
	color: #fff;
	border: 1px solid #a3cc6e;
	text-align: center;
	border-radius: 20px;
	padding: 5px 0;
}

.n2{
	margin-top: 100px;
}
.n20{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
} 
.n200{
	width: 70%;
}
.n201{
	width: 15%;
}
.n22 img{
	width: 100%;
	height: auto;
	border: 3px solid #fbf2e9;
	border-radius: 15px;
}
.n21{
	margin-top: 40px;
}
.n21 ul{
	display: flex;
	flex-wrap: wrap;
}
.n21 ul li{
	width: 50%;
	padding: 0 5%;
}
.n21 ul li:nth-child(n+3){
	margin-top: 60px;
}
.n21 ul li a{
	color: #333;
	text-decoration: none;
}
.n21 ul li a:hover .miyako img{
	border: 3px solid #f693bf;
}
.n21 ul li a:hover .higashi img{
	border: 3px solid #e8b25c;
}
.n21 ul li a:hover .midori img{
	border: 3px solid #a3cc6e
}

.n221{
	position: relative;
	bottom: 15px;
	background-color: #f693bf;
	color: #fff;
	border-radius: 15px;
	text-align: center;
	font-size: 16px;
	width: 150px;
	display: block;
	margin: 0 auto;
	padding: 2px 0;
}
.n2210{
	position: relative;
	bottom: 15px;
	background-color: #e8b25c;
	color: #fff;
	border-radius: 15px;
	text-align: center;
	font-size: 16px;
	width: 150px;
	display: block;
	margin: 0 auto;
	padding: 2px 0;
}
.n2211{
	position: relative;
	bottom: 15px;
	background-color: #a3cc6e;
	color: #fff;
	border-radius: 15px;
	text-align: center;
	font-size: 16px;
	width: 150px;
	display: block;
	margin: 0 auto;
	padding: 2px 0;
}
.n222{
	font-size: 16px;
	font-weight: bold;
}
.n222 span{
	color: #76c9ed;
}
.n201{
	padding-top: 40px;
}
.n23{
	font-size: 22px;
	border-bottom: 1px dashed #333;
	padding-bottom: 5px;
}
.n231{
	margin-top: 25px;
	font-size: 16px;
}

.n231 a{
	margin-top: 15px;
	color: #333;
	text-decoration: none;
	position: relative;
	width: 100%;
	display: block;
}
.n231 a:after{
	content:">";
	position: absolute;
	top:50%;
	right:10%;
	transform: translateY(-50%);

}
.n231 a:hover{
	opacity: 0.8;
}
.n231 a span{
	padding-left: 40px;
}
.n2311{
	padding-left: 31px!important;
}

.nfnami{
	margin-top: 100px;
}
.nf1{
	position: relative;
	background-color: #d7c0a9;
	padding: 120px 0;
}
.nf100{
	width: 100%;
	height: auto;
}

.nf2 ul{
	display: flex;
	flex-wrap: wrap;
}
.nf2 ul li{
	padding-right: 60px;
}
.nf2 ul li img{
	width: 260px;
	height: auto;
}
.nf11{
	font-size: 15px;
}

#copy{
	background-color: #403631;
	color: #fff;
	text-align: center;
	padding: 15px 0;
}


/************************** rinen *******************************/


.r1 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.r1 ul li{
	width: 45%;
}
.r11 span{
	color: #76c9ed;
}
.r11{
	position: relative;
	top: -45px;
	font-size: 26px;
	font-weight: bold;
}
.r12{
	position: relative;
	display: inline;
	line-height: 2.8;
	border-bottom: 1px dashed #6e5442;
	padding-bottom: 10px;
}
.r2{
	position: relative;
	margin-top: 150px;
}
.r2 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.r2 ul li{
	width: 31%;
}
.r2 ul li img{
	width: 100%;
}

.r3{
	position: relative;
	padding: 150px 0 250px;
}

.r3 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.r3 ul li{
	width: 40%
}
.r3 ul li:nth-child(2){
	width: 50%
}
.r31 {
    position: relative;
    background-image: url(../images/r15.png);
    background-size: contain;
    background-position: 50% 0;
    background-repeat: no-repeat;
    width: 100%;
    height: 402px;
}
.r31 img {
    position: absolute;
    bottom: -55%;
    right: -21%;
    width: 70%;
    height: auto;
}



/******************************** recruit *************************************/


.e11{
	text-align: center;
}
.e11 img{
	height: 15px;
	width: auto;
}
.e11 p{
	font-size: 24px;
	font-weight: bold;
	padding-top: 5px;
}
.e12{
	text-align: center;
	margin-top: 40px;
	font-size: 18px;
}
.e1200{
	position: relative;
}
.e1200:after{
	content: "";
	position: absolute;
	bottom: -12px;
	left: 0;
	background-image: url(../images/eborder1.png);
	background-size: cover;
	background-position: bottom;
	width: 100%;
	height: 3px;
}

.e2{
	padding: 100px 0;
}
.e2 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.e2 ul li{
	width: 31%;
}
.e2 ul li img{
	width: 100%;
	height: auto;
}
.e21{
	background-color: #fff;
	padding: 40px;
}
.e211{
	text-align: center;
	padding-top: 15px;
	font-size: 18px;
	font-weight: bold;
}
.e22{
	min-height: 150px;
}

.e3all{
	position: relative;
	background-image: url(../images/eback.jpg);
	width: 100%;
	background-size: contain;
	padding: 60px 0 100px 0;
}
.s3000{
	position: absolute;
	top: 350px;
	right: 0;
	width: 300px;
	height: auto;
}
.s3001 {
    position: absolute;
    top: 2061px;
    left: 0;
    width: 300px;
    height: auto;
}
.s3002{
	position: absolute;
	top: 700px;
	left: 200px;
	width: 100px;
	height: auto;
}
.i2200{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
}

.e31 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.e31 ul li{
	margin-top: 80px;
	width: 45%;
}
.e3111{
	position: relative;
}
.e3111:after{
	content: "";
	position: absolute;
	bottom: -15px;
	left: 0;
	background-image: url(../images/eten.png);
	background-size: cover;
	background-position: bottom;
	width: 100%;
	height: 2px;
}
.e3111 img{
	position: relative;
	top: -3px;
	width: 45px;
	height: auto;
	padding-right: 15px;
}
.e3111{
	font-size: 18px;
	font-weight: bold;
}
.e312{
	margin-top: 35px;
	padding-left: 5px;
}
.e32{
	position: relative;
	margin-top: 100px;
	border: 2px dashed #554f4d;
	border-radius: 15px;
	padding: 40px 100px 60px;
}
.e3000{
	position: absolute;
	bottom: -10px;
	right: 50px;
	width: 50px;
	height: auto;
}
.e33{
	margin-top: 40px;
}

.enami{
	background-image: url(../images/rnami.png);
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 120px;
}

.e4all{
	position: relative;
	background-image: url(../images/nback1.jpg);
	background-size: contain;
	width: 100%;
	padding: 100px 0;
}
.e4000{
	position: absolute;
	bottom: 800px;
	left: 0;
	width: 150px;
	height: auto;
}
.e4001{
	position: absolute;
	top: 500px;
	right: 0;
	width: 200px;
	height: auto;
}
.e41{
	margin-top: 80px;
}
.e41 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.e41 ul li{
	width: 30%;
}
.e41 ul li p{
	line-height: 2;
}
.e41 ul li:nth-child(2){
	width: 70%;
}
.e42{
	font-size: 18px;
	font-weight: bold;
}
.edot100{
	margin: 25px 0;
}

.e5{
	position: relative;
	border: 2px dashed #333;
	border-radius: 10px;
	max-width: 800px;
	width: 100%;
	display: block;
	margin: 0 auto;
	margin-top: 80px;
	text-align: center;
	padding: 40px 0;
}
.e5 img{
	position: absolute;
	width: 100px;
	height: auto;
	bottom: 10px;
	left: -55px;
}
.e52{
	font-size: 40px;
	color: #5d9db9;
}
.e52 i{
	font-size: 36px;
	margin-right: 10px;
}



/******************************　facility ********************************/




.f10{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.f100{
	width: 45%;
}
.f12{
	margin-top: 80px;
}
.f121{
	background-image: url(../images/fgaikan1.jpg);
	background-size: cover;
	background-position: 50% 0;
	border-radius: 15px;
	width: 100%;
	height: 570px;
}
.f122{
	background-image: url(../images/fgaikan2.jpg);
	background-size: cover;
	background-position: 50% 0;
	border-radius: 15px;
	width: 100%;
	height: 570px;
}
.f123{
	background-image: url(../images/fgaikan3.jpg);
	background-size: cover;
	background-position: 50% 0;
	border-radius: 15px;
	width: 100%;
	height: 570px;
}
.f13 ul{
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.f13 ul:nth-child(n+2){
	margin-top: 37px;
}
.f13 ul:after{
	position: absolute;
	bottom: -20px;
	left: 0;
	content: "";
	background-image: url(../images/fdot.png);
	background-size: cover;
	width: 100%;
	height: 2px;
}
.f13 ul li:nth-child(1){
	width: 25%;
}
.f13 ul li:nth-child(2){
	width: 75%;
}

.f14{
	margin-top: 100px;
}
.f14 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.f14 ul li{
	width: 19.5%;
}
.f14 ul li img{
	width: 100%;
}

.map_inner {
  width: 100%;
  height: 450px; 
  }
.map_div2 {
  width: 100%;
  height: 450px;
}

.map_div2 iframe {
  width: 100%;
  height: 100%;
}


.f2{
	padding: 100px 0 0 0;
}
.f21{
	margin-top: 60px;
}



/*********************** residents ******************************/


.s1{
	padding-bottom: 100px;
}

.s11{
	margin-top: 80px;
}
.s10{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.s100{
	width: 30%;
}
.s100 img{
	width: 100%;
}
.s101{
	width: 63%;
}
.s12{
	position: relative;
	background-color: #fbf7f0;
	padding: 78px 10%;
	border-radius: 15px;
}
.s1200{
	position: absolute;
	top: -50px;
	right: 0;
	width: 100px;
	height: auto;
}
.s12 ul{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.s12 ul:after{
	position: absolute;
	bottom: -15px;
	left: 0;
	content: "";
	background-image: url(../images/sdot1.png);
	background-size: cover;
	width: 100%;
	height: 2px;
}
.s12 ul:nth-child(n+2){
	margin-top: 30px;
}
.s12 ul li:nth-child(1){
	width: 35px;
}
.s12 ul li:nth-child(2){
	padding-left: 20px;
}
.s12 ul li img{
	width: 100%;
}

.s21{
	margin-top: 60px;
}
.s21 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.s21 ul li{
	position: relative;
	width: 28%;
}
.s21 ul li:after{
	position: absolute;
	top: 0;
	right: -40px;
	content: "";
	background-image: url(../images/sb1.png);
	background-size: cover;
	width: 2px;
	height: 80px;
}
.s21 ul li:nth-child(3):after{
	position: absolute;
	top: 0;
	right: -40px;
	content: "";
	background-image: none;
	background-size: cover;
	width: 2px;
	height: 80px;
}
.s212,.s214,.s215{
	width: 150px;
	display: block;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	border-radius: 20px;
	padding: 2px 0;
}
.s212{
	background-color: #f693bf;
	border: 1px solid #f693bf;
}
.s214{
	background-color: #e8b25c;
	border: 1px solid #e8b25c;
}
.s215{
	background-color: #a3cc6e;
	border: 1px solid #a3cc6e;
}
.s213{
	font-size: 30px;
	text-align: center;
	margin-top: 8px;
}
.sbig{
	font-size: 24px;
	margin-right: 10px;
}


.s3all{
	position: relative;
	margin-top: 80px;
}
.sdash{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
	border-right: 2px dashed #e8b25c;
	width: 3px;
	height: 90%;
}

.s31{
	text-align: center;
	padding-top: 40px;
	font-size: 18px;
}

.s32{
	position: relative;
	margin-top: 80px;
}
.s3200{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
	width: 120px;
	height: auto;
}
.s32 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.s32 ul li{
	width: 34%;
}
.s321{
	background-color: #fef9f9;
	padding: 40px 35px;
}
.s322{
	font-size: 16px;
}
.s3dot{
	background-image: url(../images/sdot1.png);
	background-size: cover;
	width: 100%;
	height: 2px;
	margin-top: 8px;
}
.s33,.s34,.s35{
	background-size: cover;
	background-position: 50% 0;
	width: 100%;
	height: 280px;
	border-radius: 15px;
}
.s33{
	background-image: url(../images/s41.jpg);
}
.s34{
	background-image: url(../images/s42.jpg);
}
.s35{
	background-image: url(../images/s43.jpg);
}

.s41{
	text-align: center;
	margin-top:30px;
}
.s42{
	margin-top: 80px;
}


table{
  position: relative;
  width: 100%;
  border-collapse:collapse;
  margin:0 auto;
}
table:before{
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	content: "";
	background-image: url(../images/sbyoko.png);
	background-size: contain;
	background-repeat: repeat;
	width: 100%;
	height: 1px;
}
table:after{
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	background-image: url(../images/sbyoko.png);
	background-size: contain;
	width: 100%;
	height: 1px;
}

tr{
  	position: relative;
  	padding:20px 0;	
	text-align: center;
}
tr:before{
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	content: "";
	background-image: url(../images/sbtate.png);
	background-size: cover;
	background-repeat: repeat;
	width: 1px;
	height: 100%;
}



th{
  	position: relative;
  	padding:25px 0;
	text-align: center;
}
th:after{
	position: absolute;
	z-index: 999;
	top: 0;
	right: 0;
	content: "";
	background-image: url(../images/sbtate.png);
	background-size: cover;
	background-repeat: repeat;
	width: 1px;
	height: 100%;
}





td{
	position: relative;
  	padding:35px 0;
	text-align: center;
	font-size: 18px;
}
td:before{
	position: absolute;
	z-index: 999;
	top: 0;
	right: 0;
	content: "";
	background-image: url(../images/sbyoko.png);
	background-size: contain;
	background-repeat: repeat;
	width: 100%;
	height: 1px;
}
td:after{
	position: absolute;
	z-index: 999;
	top: 0;
	right: 0;
	content: "";
	background-image: url(../images/sbtate.png);
	background-size: cover;
	background-repeat: repeat;
	width: 1px;
	height: 100%;
}
td:nth-child(1){
	background-color: #f7efe8;
}

th{
	width: 22%;
	font-size: 18px;
}
th:nth-child(n+2){
	width: 26%;
	font-size: 18px;
}

.s1ka{
	font-size: 14px;
}




.smiyako{
	background-color: #f8dddf;
}
.shigashi{
	background-color: #f7e5cb;
}
.smidori{
	background-color: #e9eacf;
}

.red{
	color: #cf051d;
	border-bottom: 1px solid #cf051d;
	font-size: 13px;
}
.hyou{
	display: none;
}
#panorama{
	overflow-x: hidden;
}

















@media only screen and (min-width:1700px) {
	
}

@media only screen and (max-width:1699px) {
.e22{
	min-height: 180px;
}	
.e4000{
	display: none;
}
.e4001{
	display: none;
}
.f1000 {
	display: none;
	}
	.i3000{
		display: none;
	}
	.i3001{
		display: none;
	}
	.i3002{
		display: none;
	}
}

@media only screen and (max-width:1600px) {
	
}

@media only screen and (max-width:1599px) {
	
}

@media only screen and (max-width:1440px) {
.nnami {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 92px;
    background-image: url(../images/nnami.png);
    background-size: cover;
}
.n200 {
    width: 75%;
}
.n201 {
    width: 20%;
}
.n21 ul li {
    width: 50%;
    padding: 0 3%;
}
.f100 {
    width: 47%;
}
.f1001 {
    display: none;
}
.i11 ul li {
    width: 33.333%;
    padding: 0 2%;
}
	#panorama img{
		height: 200px;
		width: auto;
	}
}

@media only screen and (max-width:1287px) {
.s213 {
    font-size: 20px;
    text-align: center;
    margin-top: 8px;
}	
.e32 {
    position: relative;
    margin-top: 100px;
    border: 2px dashed #554f4d;
    border-radius: 15px;
    padding: 40px 5% 60px;
}
.s21 {
    margin-top: 40px;
}
.s32 ul li {
    width: 40%;
}
.r1000 {
   display: none;
}
.r2 {
    position: relative;
    margin-top: 100px;
}
.r31 img {
    display: none;
}
.r1001 {
    display: none;
}
.r3 {
    position: relative;
    padding: 150px 0 20px 0;
}
.i33 {
    background-color: #fbf7f0;
    padding: 104px 10%;
    border-radius: 0 15px 15px 0;
}
.i34 ul li p {
    font-size: 20px;
}
}

@media only screen and (max-width:1200px) {

.imenu2 ul li {
    padding: 0 35px;
    border-right: 1px dashed #553a2d;
}	
.imenu100 img {
    position: absolute;
    z-index: 999;
    left: 48px;
    width: 150px;
    height: auto;
}
.nmaru {
    display: none;
}
.e21 {
    background-color: #fff;
    padding: 30px;
}
.e22 {
    min-height: 200px;
}
.e211 {
    text-align: center;
    padding-top: 15px;
    font-size: 16px;
    font-weight: bold;
}
.s101 {
    width: 67%;
}	
.s12 {
    position: relative;
    background-color: #fbf7f0;
    padding: 40px 8%;
    border-radius: 15px;
}
.i11 ul li {
    width: 33.333%;
    padding: 0 1%;
}
.i11 {
    margin-top: 60px;
}
.i200 {
    width: 48%;
}
.i201 {
    width: 48%;
}
	
	
}

@media only screen and (max-width:1100px) {

}

@media only screen and (max-width:1024px) {
	.imenu2{
		display: none;
	}
	.imenu3{
		display: none;
	}
	.imenu100 img {
    position: static;
    z-index: 999;
    width: 94px;
    height: auto;
}
	.imenu {
    padding: 25px 0 25px 0;
    border-bottom: 5px solid #cdbdaa;
}
.imenu100 img {
    position: static;
    z-index: 999;
    width: 65px;
    height: auto;
}
.nnami {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background-image: url(../images/nnami.png);
    background-size: cover;
}	
.all {
    position: relative;
    padding: 100px 0 0 0;
    background-image: url(../images/nback1.jpg);
    background-size: contain;
    width: 100%;
    height: 100%;
}
.n2 {
    margin-top: 60px;
}
.n200 {
    width: 100%;
}
.n201 {
    width: 100%;
	margin-top: 60px;
}
.n21 ul li {
    width: 50%;
    padding: 0 3%;
}
.e2 ul li {
    width: 100%;
}
.e2 ul li:nth-child(n+2) {
    margin-top: 40px;
}
.e21 {
    background-color: #fff;
    padding: 5%;
}
.e211 {
    text-align: center;
    padding-top: 15px;
    font-size: 20px;
    font-weight: bold;
}
.e22 {
    min-height: auto;
}
.enami {
    background-image: url(../images/rnami.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 53px;
}
.e31 ul li {
    margin-top: 80px;
    width: 100%;
}
.e31 ul li:nth-child(n+2) {
    margin-top: 40px;
    width: 100%;
}
.e32 {
    position: relative;
    margin-top: 100px;
    border: 2px dashed #554f4d;
    border-radius: 15px;
    padding: 40px 5% 60px;
}
.e32 {
    position: relative;
    margin-top: 60px;
    border: 2px dashed #554f4d;
    border-radius: 15px;
    padding: 40px 5% 60px;
}
.e41 {
    margin-top: 60px;
}
.e5 img {
    position: absolute;
    width: 70px;
    height: auto;
    bottom: -30px;
    left: 40px;
}
.f100 {
    width: 100%;
}
.f100:nth-child(2) {
    width: 100%;
	margin-top: 40px;
}
.f12 {
    margin-top: 60px;
}
.f121,.f122,.f123 {
    background-size: cover;
    background-position: 50% 0;
    border-radius: 15px;
    max-width: 450px;
    width: 100%;
    height: 400px;
    display: block;
    margin: 0 auto;
}
.f14 ul li {
    width: 49.5%;
}
.f14 ul li:nth-child(n+3) {
    margin-top: 1%;
}
.f14 ul li:last-child {
    display: none;
}
.s100 {
	max-width: 450px;
    width: 100%;
	display: block;
	margin: 0 auto;
}
.s101 {
    width: 100%;
	margin-top: 60px;
}
.s32 ul li {
    width: 100%;
}

.s3200 {
    position: static;
    width: 120px;
    height: auto;
	display: block;
	margin: 0 auto;
	margin-bottom: 40px;
}
.s3000{
	display: none;
}
.s3001{
	display: none;
}
.s3002{
	display: none;
}
.sdash {
    display: none;
}
.s33, .s34, .s35 {
    background-size: cover;
    background-position: 50% 0;
	max-width: 450px;
    width: 100%;
    height: 280px;
    border-radius: 15px;
	display: block;
	margin: 0 auto;
	margin-top: 40px;
}
	.s3232 ul{
		flex-direction: column-reverse;
	}
.r1 ul li {
    width: 100%;
}
.r1 ul li:nth-child(2) {
    margin-top: 20px;
}

.r11 {
    position: static;
    font-size: 20px;
    font-weight: bold;
}
.r2 {
    position: relative;
    margin-top: 80px;
}
.r2 ul li {
    width: 48%;
}
.r2 ul li:last-child{
	display: none;
}
.r3 ul li {
    width: 100%;
}
.r3 ul li:nth-child(2) {
    margin-top: 40px;
	width: 100%;
}
.r31 {
    position: relative;
    background-image: url(../images/r15.png);
    background-size: contain;
    background-position: 50% 0;
    background-repeat: no-repeat;
    width: 100%;
    height: 402px;
}
.ititle{
	position: absolute;
	z-index: 9999;
	top: -10%;
	right: 0;
	bottom: 0;
	left: 68%;
	margin: auto auto;
	width: 80px;
}
.i11 ul li {
    width: 50%;
    padding: 0 1.5%;
}
.i11 ul li:nth-child(n+3) {
    margin-top: 30px;
}
.s1200 {
    display: none;
}
.i200 {
	max-width: 600px;
    width: 100%;
	display: block;
	margin: 0 auto;
}
.i201 {
    width: 100%;
}
.i22 ul li {
    width: 30%;
}
.i221 p {
    text-align: center;
    padding-top: 30px;
    font-size: 18px;
    font-weight: bold;
}
	#panorama img{
		height: 150px;
		width: auto;
	}
.i300 {
    width: 100%;
}
.i34 ul li {
    width: 100%;
}
.i34 ul li p {
    font-size: 24px;
}
.itiran a {
    background-color: #534741;
    width: 200px;
    padding: 5px 0;
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.i32, .i42, .i52 {
    background-size: cover;
    background-position: 50% 0;
    width: 100%;
    height: 500px;
    border-radius: 15px 15px 0 0;
}
.i33 {
    background-color: #fbf7f0;
    padding: 80px 10%;
    border-radius: 0 0 15px 15px;
}
	
	



	
}

@media only screen and (max-width:900px) {
.s21 ul li {
    position: relative;
    width: 100%;
}
.s21 ul li:nth-child(n+2) {
    margin-top: 20px;
}
.s213 {
    font-size: 28px;
    text-align: center;
    margin-top: 8px;
}
.s21 ul li:after {
    display: none;
}
.s42{
	overflow-x: scroll;
}
.s42 table{
	width: 900px;
}
th {
    position: relative;
    padding: 15px 0;
    text-align: center;
}
td {
    position: relative;
    padding: 20px 0;
    text-align: center;
    font-size: 18px;
}
.hyou {
	display: block;
    text-align: center;
	margin-top: 30px;
}
}

@media only screen and (max-width:800px) {
	
}

@media only screen and (max-width:740px) {
.imenu {
    padding: 15px 0 10px 0;
    border-bottom: 5px solid #cdbdaa;
}
.nf2 ul li {
	width: 100%;
    padding-right: 60px;
}
.nf2 ul li:nth-child(2) {
    margin-top: 40px;
}
.block740{
	display: block;
}
.e12 span:after {
    display: none;
}
.s12 {
    position: relative;
    background-color: #fbf7f0;
    padding: 40px 5%;
    border-radius: 15px;
}
.s12 ul li:nth-child(1) {
	max-width: 35px;
    width: 100%;
	display: block;
	margin: 0 auto;
}
.s12 ul li:nth-child(2) {
    width: 100%;
	margin-top: 20px;
	padding-left: 0;
}

}

@media only screen and (max-width:648px) {
.n21 ul li {
    width: 100%;
    padding: 0;
}
.n21 ul li:nth-child(n+2) {
    margin-top: 40px;
}
.itiran2 {
    margin-top: 60px;
}
.n201 {
    width: 100%;
    margin-top: 40px;
}
.n23 {
    font-size: 18px;
    border-bottom: 1px dashed #333;
    padding-bottom: 5px;
}
.n231 {
    margin-top: 25px;
    font-size: 14px;
}
.e3111 {
    font-size: 16px;
    font-weight: bold;
}
.e41 ul li {
    width: 100%;
}
.e41 ul li:nth-child(2) {
    width: 100%;
	margin-top: 10px;
}
.f13 ul li:nth-child(1) {
    width: 100%;
	font-weight: bold;
}
.f13 ul li:nth-child(2) {
    width: 100%;
	margin-top: 10px;
}
.s1200 {
    position: absolute;
    top: -44px;
    right: 0;
    width: 60px;
    height: auto;
}
.r31 {
    position: static;
    background-image: url(../images/r15.png);
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
    width: 100%;
    height: 280px;
	border-radius: 15px;
}
	
.r3 {
    position: relative;
    padding: 80px 0 0 0;
}
.ititle{
	position: absolute;
	z-index: 9999;
	top: -10%;
	right: 10%;
	bottom: 0;
	left: 68%;
	margin: auto auto;
	width: 60px;
}
.i11 ul li {
    width: 100%;
    padding: 0 1.5%;
}
.i11 ul li:nth-child(n+2) {
    margin-top: 40px;
}
.i11 {
    margin-top: 40px;
}
.i22 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.i22 ul li {
    width: 50%;
	padding: 4%;
}
.i22 {
    padding-top: 100px;
}
#panorama img{
	height: 120px;
	width: auto;
}
.all{
	padding-top: 140px;
}
}
@media only screen and (max-width:540px) {
	.all{
	padding-top: 160px;
}
.plan{justify-content: center;
	padding-right: 0;
}
}
@media only screen and (max-width:480px) {
.nback1, .rback1, .eback1, .fback1, .sback1 {
    position: relative;
    background-size: cover;
    background-position: 50% 85%;
    width: 100%;
    height: 250px;
}
.nnami {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 33px;
    background-image: url(../images/nnami.png);
    background-size: cover;
}
.ntitle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
    height: 33px;
    width: auto;
}
.n1 ul li {
    width: 48%;
    font-size: 16px;
}
.n1 ul li:nth-child(n+3) {
    margin-top: 20px;
}
.n2 {
    margin-top: 40px;
}
.nf2 ul li img {
    width: 200px;
    height: auto;
}
.nf1 {
    position: relative;
    background-color: #d7c0a9;
    padding: 60px 0;
}
.nf2 ul li:nth-child(2) {
    margin-top: 20px;
}
.e12 {
    text-align: center;
    margin-top: 40px;
    font-size: 14px;
}
.e2 ul li:nth-child(n+2) {
    margin-top: 20px;
}
.e21 {
    background-color: #fff;
    padding: 5%;
}
.e211 {
    text-align: center;
    padding-top: 15px;
    font-size: 18px;
    font-weight: bold;
}
.e2 {
    padding: 40px 0 60px 0;
}
.enami {
    background-image: url(../images/rnami.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 30px;
}
.e3111 {
    font-size: 14px;
    font-weight: bold;
}
.e3111 img {
    position: relative;
    top: -3px;
    width: 40px;
    height: auto;
    padding-right: 10px;
}
.e3all {
    position: relative;
    background-image: url(../images/eback.jpg);
    width: 100%;
    background-size: contain;
    padding: 40px 0 60px 0;
}
.e31 ul li {
    margin-top: 40px;
    width: 100%;
}
.e32 {
    position: relative;
    margin-top: 40px;
    border: 2px dashed #554f4d;
    border-radius: 15px;
    padding: 40px 5% 60px;
}
.e33 {
    margin-top: 20px;
}
.e3000 {
    position: absolute;
    bottom: -10px;
    right: 20px;
    width: 50px;
    height: auto;
}
.e4all {
    position: relative;
    background-image: url(../images/nback1.jpg);
    background-size: contain;
    width: 100%;
    padding: 60px 0;
}
.e41 {
    margin-top: 40px;
}
.e52 {
    font-size: 24px;
    color: #5d9db9;
}
.e52 i {
    font-size: 22px;
    margin-right: 10px;
}
.e5 {
    position: relative;
    border: 2px dashed #333;
    border-radius: 10px;
    max-width: 800px;
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-top: 80px;
    text-align: center;
    padding: 20px 0;
}
.e5 img {
    position: absolute;
    width: 55px;
    height: auto;
    bottom: -27px;
    left: 5%;
}
.e5 {
    position: relative;
    border: 2px dashed #333;
    border-radius: 10px;
    max-width: 800px;
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
    padding: 20px 0;
}
.nfnami {
    margin-top: 60px;
}
.f12 {
    margin-top: 40px;
}
.f121,.f122,.f123 {
    background-size: cover;
    background-position: 50% 0;
    border-radius: 15px;
    max-width: 450px;
    width: 100%;
    height: 325px;
    display: block;
    margin: 0 auto;
}
.f14 {
    margin-top: 60px;
}
.map_inner {
  width: 100%;
  height: 300px; }
.map_div2 {
  width: 100%;
  height: 300px;
}

.map_div2 iframe {
  width: 100%;
  height: 100%;
}
	
.f2 {
    padding: 60px 0 0 0;
}
.s12 {
    position: relative;
    background-color: #fbf7f0;
    padding: 30px 5% 40px;
    border-radius: 15px;
}
.e33 {
    margin-top: 20px;
}
.s213 {
    font-size: 22px;
    text-align: center;
    margin-top: 8px;
}
.s1 {
    padding-bottom: 60px;
}
.s31 {
    text-align: center;
    padding-top: 40px;
    font-size: 16px;
}
.s321 {
    background-color: #fef9f9;
    padding: 30px;
}
.s32 {
    position: relative;
    margin-top: 60px;
}
.s33, .s34, .s35 {
    background-size: cover;
    background-position: 50% 0;
    max-width: 450px;
    width: 100%;
    height: 250px;
    border-radius: 15px;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
}
.s42 {
    margin-top: 60px;
}
.r11 {
    position: static;
    font-size: 18px;
    font-weight: bold;
}
.r2 {
    position: relative;
    margin-top: 40px;
}
.s31{
	text-align: center;
	padding-top: 40px;
	font-size: 16px;
}
.s3all {
    position: relative;
    margin-top: 20px;
}
.i22 ul li {
    width: 80%;
    padding: 20px 0;
}
.i32, .i42, .i52 {
    background-size: cover;
    background-position: 50% 0;
    width: 100%;
    height: 280px;
    border-radius: 15px 15px 0 0;
}
.i33 {
    background-color: #fbf7f0;
    padding: 60px 5%;
    border-radius: 0 0 15px 15px;
}
.i331,.i341,.i351 {
    position: relative;
    font-size: 18px;
    text-align: center;
}

.i34 ul li p {
    font-size: 18px;
}
.i332 {
    padding: 33px 0;
}
	
.i341:after,.i351:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: -88px;
    left: 0;
    margin: auto auto;
    content: "";
    background-size: cover;
    width: 40px;
    height: 3px;
}
.i31 {
    margin-top: 40px;
}
.s11 {
    margin-top: 40px;
}
.s101 {
    width: 100%;
    margin-top: 40px;
}

	







}

@media only screen and (max-width:370px) {
	
}
















