@charset "utf-8";
/* CSS Document */
body {
    margin: 0;
    padding: 0;
    font-family: Meiryo, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "sans-serif";
    font-family: "Noto Sans JP";

}
h1, h2, h3, h4, h5, p, ul, li, dl, dt, dd {
    margin: 0;
    padding: 0;
    line-height: 100%;
}
.pc {
    display: none;
}
img {
    vertical-align:top;
}
a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
.img-header {
    width: 100%;
    overflow: hidden;
    background-image: url(../img/header01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.img-header img {
    width: 100%;
    height: auto;
}
/*-----------------------------------------------*/

.fadeIn1s {
    animation-name: fadeIn1s;
    animation-delay: 16.5s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    transform: translateY(0px);
    opacity: 0;
}
@keyframes fadeIn1s {
    0% {
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.fadeout {
    animation: fadeout-anim 0.2s linear forwards;
    animation-delay:16.5s;
}

@keyframes fadeout-anim {
  100% {
    opacity: 0;
  }
}
/*-----------------------------------------------*/
.youtube video {
	width: 100%;
}
.youtube2 {
	width: 100%;
    margin: auto;
    aspect-ratio: 16 / 9;
}
.youtube2 iframe {
	width: 100%;
    height: 100%
}
/*-----------------------------------------------*/
.flex {
    display: flex;
    justify-content: space-between;
}
.flex-sp {
    display: flex;
    justify-content: space-evenly;
}
/*-----------------------------------------------*/
#top-sp {
    width: 100%;
    margin-left: auto;
    padding-top: 5px;
    background-color: #000;
}

#header {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#header img {
    width: 100%;
    vertical-align:top;
}

.inner-header {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-image: url("../img/top.jpg");
    background-size: cover;
    padding-top: 100%;
}
#vheader {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background-color: aqua;
}
#contents {
    width: 100%;
    margin-left: auto;
}
#contents img {
    width: 100%;
}
#footer {
    width: 100%;
    margin-left: auto;
    background-color: #000;
    padding-top: 30px;
    color: #fff;
    padding-bottom: 25px;
}
.item-left {
    width: 15%;
}
.item-left img {
    width: 100%;
}
.item-right {
    width: 60%;
}
.item-right img {
    width: 100%;
}
.item-right .man-name {
    font-size: 2vw;
    text-align: left;
    color: #fff;
    line-height: 130%;
    padding-left: 10px;
}
.item-left-sp {
    width: 65%;
}
.item-left-sp img {
    width: 100%;
}
.item-right-sp {
    width: 35%;
}
.item-left-sp2 {
    width: 60%;
}
.item-right-sp2 {
    width: 40%;
}
/*-----------------------------------------------*/
.kankyo {
    background-image:url("../img/kanbg.jpg");
    background-size: cover;
}
.kankyo-title {
    background-color: #000;
    padding-top: 20px;
    padding-bottom: 5px;
}
.kankyo-title h2 {
    text-align: center;
    font-size: 5.5vw;
    font-weight: 200;
    color: #EBB636;
}
.kankyo01 img, .kankyo02 img, .kankyo03 img, .kankyo04 img {
    width: 100%;
    height: auto;
}
/*-----------------------------------------------*/
.genti-title {
    background-color: #000;
    padding-top: 20px;
    padding-bottom: 25px;
    text-align: center;
    
}
.genti-title h2 {
    font-size: 5.5vw;
    font-weight: 200;
    color: #EBB636;
    padding-bottom: 10px;
}
.genti-title p {
    font-size: 5.8vw;
    font-weight: 200;
    font-family: serif;
    line-height: 140%;
    color: #fff;
}
/*-----------------------------------------------*/
/*-----------------------------------------------*/
.genti-title {
    background-color: #000;
    padding-top: 40px;
    padding-bottom: 50px;
    text-align: center;
    
}
.genti-title h2 {
    font-size: 16px;
    font-weight: 200;
    color: #EBB636;
    padding-bottom: 30px;
    letter-spacing: 10px;
}
.genti-title p {
    font-size: 20px;
    font-weight: 200;
    line-height: 170%;
    color: #fff;
}
/*-----------------------------------------------*/
.gmap {
    width: 100%;
}
.gmap iframe {
    width: 100%;
    height: 500px;
}
#contents .gmapbt img {
    vertical-align:text-bottom;
    width: 30%;
}
/*-----------------------------------------------*/
.btnarea {
    background-color: #000;
    padding-top: 20px;
    padding-bottom: 25px;
    padding-left: 50px;
    padding-right: 50px;
}
.btnarea img {
    width: 100%;
}


.inner-footer {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
}
.inner-footer img {
    width: 100%;
}
.nusi {
    font-size: 3.5vw;
}
.logo {
    width: 100%;
}
.logo img {
    width: 100%;
}
.space-bk {
}
.c-info {
    width: 86%;
    font-size: 3vw;
    padding-bottom: 30px;
}
.copy-txt {
    font-size: 2.6vw;
    text-align: center;
    background-color: #EAAF25;
    padding-top: 5px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 7px;
    margin-bottom: 15px;
}
.notes {
    color: #fff;
    font-size: 2vw;
    padding-bottom: 5px;
    line-height: 120%;
}

/*-フェードアップ-------*/
.animateElement {
  -webkit-transform: translateZ(0);
　display: none;
    opacity: 0;
}
.animated {
  animation-name: example;
  animation-duration: 2.5s;
  opacity: 1;
}
.animated2 {
  animation-name: example;
  animation-duration: 1.5s;
  opacity: 1;
}
@keyframes example {
  from {
      opacity: 0;
}
  to {
      opacity: 1;
}
}
/*-------------------------------------------------------------------*/
.modal-open {
    display: inline-block;
}
.modal-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
}
.modal-container:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.modal-container.active{
	opacity: 1;
	visibility: visible;
}
.modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 90vw;
	width: 90%;
}
.modal-close{
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: -40px;
	right: -30px;
	width: 40px;
	height: 40px;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
}
.modal-content{
	background: #EAAF25;
	text-align: left;
	padding: 30px;
}
.modal-content ul{
    list-style: none;
    margin-top: 20px;
    font-size: 16px;
}
.modal-content ul li{
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: solid 1px #FBEFD3;
    padding-left: 5px;
    color: #D28300;
}
.modal-content ul li a{
    color: #fff;
    text-decoration: none;
    font-weight: 200;
}
.modal-content ul li a:hover{
    color: #FBEFD3;
}
.modal-content p {
    color: #fff;
    font-size: 20px;
    padding-bottom: 15px;
    font-weight: 200;
}
/*-------------------------------------------------------------------*/
.modal-open2 {
    display: inline-block;
}
.modal-container2{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
	padding: 40px 5px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
}
.modal-container2:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.modal-container2.active{
	opacity: 1;
	visibility: visible;
}
.modal-body2{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 90vw;
	width: 100%;
}
.modal-close2{
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: -40px;
	right: -25px;
	width: 40px;
	height: 40px;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
}
.modal-content2{
    background: rgba(255,255,255,75%);
	/*background: #EAAF25;*/
	text-align: left;
	padding: 10px;
}
.modal-content2 ul{
    list-style: none;
    margin-top: 20px;
    font-size: 14px;
}
.modal-content2 ul li{
    padding-bottom: 10px;
    margin-bottom: 25px;
/*    border-bottom: solid 1px #333;*/
    padding-left: 5px;
}
.modal-content2 ul li a{
    color: #333;
    text-decoration: none;
    font-weight: 200;
}
/*.modal-content ul li a:hover{
    color: #FBEFD3;
}*/
/*.modal-content2 p {
    color: #fff;
    font-size: 20px;
    padding-bottom: 15px;
    font-weight: 200;
}*/
/*-------------------------------------------------------------------*/
.modal-open3 {
    display: inline-block;
}
.modal-container3{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
	padding: 40px 5px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
}
.modal-container3:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.modal-container3.active{
	opacity: 1;
	visibility: visible;
}
.modal-body3{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 90vw;
	width: 100%;
}
.modal-close3{
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: -40px;
	right: -25px;
	width: 40px;
	height: 40px;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
}
.modal-content3{
    background: rgba(255,255,255,75%);
	/*background: #EAAF25;*/
	text-align: left;
	padding: 10px;
}
.modal-content3 img {
    width: 100%;
}
.modal-content3 ul{
    list-style: none;
    margin-top: 20px;
    font-size: 14px;
}
.modal-content3 ul li{
    padding-bottom: 10px;
    margin-bottom: 25px;
/*    border-bottom: solid 1px #333;*/
    padding-left: 5px;
}
.modal-content3 ul li a{
    color: #333;
    text-decoration: none;
    font-weight: 200;
}
/*----------------------------*/
.top-btn01, .top-btn02 {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}
.top-btn01 a {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    display: inline-block;
    background-color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    width: 100%;
    margin-top: 25px;
    text-decoration: none;
    height: 70px;
    padding-top: 12px;  
}
.top-btn02 a {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    display: inline-block;
    background-color: #EBB636;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    width: 100%;
    margin-top: 25px;
    text-decoration: none;
    height: 70px;
    padding-top: 12px;  
}
.f-logo-area {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
}
.f-logo-area img {
    width: 100%;
}
.f-item02 {
    width: 100%;
}
.f-item02 ul {
    margin-top: 30px;
    padding: 0;
    list-style: none;
}
.f-item02 ul li a {
    display: block;
    margin-bottom: 20px;
    color: #fff;
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
    border-bottom: solid 1px #fff;
    padding-bottom: 5px;
    text-decoration: none;
/*    padding-left: 15px;*/
    font-size: 14px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.f-item02m {
    width: 100%;
}
.f-item02m ul {
    margin-top: 30px;
    padding: 0;
    list-style: none;
}
.f-item02m ul li a {
    display: block;
    margin-bottom: 10px;
    color: #000;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    border-bottom: solid 1px #333;
    padding-bottom: 10px;
    text-decoration: none;
/*    padding-left: 15px;*/
    font-size: 14px;
/*    margin-right: 5px;*/
    font-weight: normal;
}
.arrow-right {
  display: inline-block;
  float: right;
}




.top-btn-sp01, .top-btn-sp02 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.top-btn-sp01 a {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    display: inline-block;
    background-color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    width: 90%;
    text-decoration: none;
    height: 20px;
    padding-top: 2px; 
    margin-top: 15px;
}
.top-btn-sp02 a {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    display: inline-block;
    background-color: #EBB636;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    width: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
    text-decoration: none;
    height: 20px;
    padding-top: 2px;  
}
/*-----------------------------------------*/
.inner-area {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
}
.blk-bg {
    background-color: #000;
    padding: 0;
    margin: 0;
}
.blk-bg .inner-area {
    width: 100%;
    margin: 0;
    padding: 0;
}
.img100 img {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}
.img101 img {
    width: 100%;
    padding-bottom: 15px;
}
.yel-bg {
    width: 100%;
    background-color: #E7B021; 
/*    padding-top: 30px;
    padding-bottom: 30px;*/
}
.yel-bg h2 {
    font-size: 22px;
    font-weight: 200;
    font-family: serif;
    line-height: 140%;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}
.yel-bg p {
    font-size: 18px;
    font-weight: 200;
    color: #fff;
    text-align: center;
    line-height: 150%;
}
#contents .yel-bg .land-p {
    font-size: 16px;
    font-weight: 200;
    color: #000;
    text-align: center;
    line-height: 150%;
}
#contents-sp .txt-s-w {
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding-bottom: 10px;
}
#contents-sp .txt-ss-w {
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding-bottom: 25px;
}
#contents-sp .txt-ss-w-l {
    font-size: 12px;
    color: #fff;
    text-align: left;
    padding-bottom: 25px;
}
#contents-sp .txt-ss-w-l-15 p {
    font-size: 12px;
    color: #fff;
    text-align: left;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 140%;
}
#contents-sp .txt-m-w {
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding-bottom: 15px;
    padding-top: 15px;
}
#contents-sp .txt-m-b-l {
    font-size: 15px;
    color: #000;
    text-align: left;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 120%;
    font-weight: normal;
}
#contents-sp .blk-bg img {
    width: 100%;
}
.school01 {
    width: 52%;
}
.school01 img {
    width: 100%;
}
.school02 {
    width: 44%;
}
.school02 img {
    width: 100%;
}
.school {
    width: 100%;
}
.school img {
    width: 100%;
}
.item-s {
    width:49%;
}
.item-s img {
    width:100%;
}
.lifeinfo img {
    width: 100%;

}
#info-area h1 {
    font-size: 18px;
    font-family: "Noto Sans JP";
    text-align: center;
    font-weight: normal;
    color: #333;
}
#info-area h2 {
    background-color: #EBB636;
    font-size: 16px;
    text-align: center;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 30px;
    width: 80%;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
}
.info-block {
    background-color: #fff;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    
}
.nen {
    font-size: 12px;
    font-weight: bold;
    color: #307DE5;
    display: block;
    line-height: 100%;
}
.gatu {
    font-size: 18px;
    font-weight: bold;
    color: #307DE5;
    line-height: 100%;
}

.naiyou a {
     text-decoration: none;
}
.naiyou a:hover {
     color: #ccc;
}
.naiyou {
    border-bottom: solid 1px #ccc;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 15px;
}
.kizititle {
/*    margin-top: 10px;*/
    font-weight: bold;
    color: #333;
    text-align: left;
    text-decoration: none;
/*    padding-top:5px;*/
/*    padding-left: 30px;*/
}
#info-area .kizititle p {
    text-align: left;
    font-size: 16px;
    color: #333;
    font-weight: 200;
}
#message .kizititle a{
    color: #333;
    text-decoration: none;
}
.blg-bt a {
    display: block;
    width: 60%;
    background-color: #ED953E;
    text-align: center;
    text-decoration: none;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    color: #fff;
    font-size: 14px;
    box-shadow: 3px 6px 15px -5px #777777;
}
.toptxt h2 {
    font-family: serif;
    color: #fff;
    text-align: center;
    font-size: 20px;
}
.toptxt p {
    font-size: 14px;
    line-height: 140%;
    color: #fff;
    text-align: center;
    padding-bottom: 30px;
}
/*-----------------------------------------------*/
.gmap {
    width: 100%;
}
.gmap iframe {
    width: 100%;
    height: 300px;
}
.gmapbt img {
    vertical-align:text-bottom;
    width: 30%;
}
/*-----------------------------------------------*/
.map-sita {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}
.map-sita p {
    font-size: 12px;
    line-height: 150%;
}
/*-----LAND PLAN---------------------------------------------------------*/
.land-title {
    background-color: #000;
    padding-top: 30px;
}
.land-title h2 {
    font-size: 20px;
    font-weight: 200;
    font-family: serif;
    line-height: 140%;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}
.land-title p {
    font-size: 14px;
    font-weight: 200;
    color: #fff;
    text-align: center;
    font-family: serif;
    line-height: 150%;
}
.whit-bg {
    background-color: #fff;
}
.whit-bg p {
    font-size: 12px;
    line-height: 150%;
    text-align: center;
}
.whit-bg {
    padding-top: 15px;
    padding-bottom: 15px;
}

/*-----セキュリティー---------------------------------------------------------*/
#header .flex-sp .fac-btn a {
    display: block;
    background-color: #fff;
    font-size: 3vw;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #000;
    width: 48vw;
    text-align: center;
    margin-top: 10px;
}
.f-title h1 {
    font-size: 20px;
    color: #fff;
    font-weight:lighter;
    letter-spacing: 3px;
    font-family: Arial, Helvetica, "sans-serif";
    text-align: center;
    padding-top: 15px;
    line-height: 120%;
}
.f-title p {
    font-size: 16px;
    color: #fff;
    font-weight:lighter;
    letter-spacing: 3px;
    font-family: serif;
    text-align: center;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.f-title4 p {
    font-size: 16px;
    color: #fff;
    font-weight:lighter;
    font-family: serif;
    text-align: center;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.f-cap p {
    font-size: 15px;
    color: #fff;
    line-height: 170%;
    font-family: serif;
    padding-top: 5px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}
.f-cap2 p {
    font-size: 14px;
    color: #fff;
    line-height: 170%;
    font-family: serif;
    padding-top: 5px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}
.f-cap3 p {
    font-size: 14px;
    color: #fff;
    line-height: 150%;
    font-family: serif;
    padding-top: 5px;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
}
.f-txt {
    width: 48vw;
}
.f-txt h2 {
    font-size: 14px;
    color: #fff;
    font-family: serif;
    letter-spacing: -2px;
    padding-bottom: 10px;
    text-align: left;
}
.f-txt p {
    font-size: 12px;
    color: #fff;
    line-height: 130%;
}
.f-txt2 {
    width: 48vw;
}
.f-txt2 h2 {
    font-size: 14px;
    color: #fff;
    font-family: serif;
    letter-spacing: -2px;
    padding-bottom: 10px;
    text-align: left;
    margin: 0;
    padding: 0;
}
.f-txt2 p {
    font-size: 12px;
    color: #fff;
    line-height: 130%;
    text-align: left;
    padding-top: 10px;
}
.f-txt3 {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}
.f-txt3 h2 {
    font-size: 14px;
    color: #fff;
    font-family: serif;
    letter-spacing: -2px;
    padding-bottom: 10px;
    text-align: left;
    margin: 0;
}
.f-txt3 p {
    font-size: 12px;
    color: #fff;
    line-height: 130%;
    text-align: left;
    margin: 0;
    padding: 0;
}
#contents-sp .f-txt2 img {
    width: 100%;
}
.flex-sp p {
    font-size: 12px;
}
.flex-sp img {
    width: 5.5vw;
    height: auto;
}
.flex-sp a {
    color: #000;
    text-decoration: none;
}
/*------room-----*/
#contents-sp .yel-bg .s-txt {
    font-size: 12px;
    color: #000;
}
#contents-sp .room h1 {
    font-size: 22px;
    color: #fff;
    text-align: center;
    font-family: serif;
    font-weight: 200;
    letter-spacing: 5px;
    margin-bottom: 15px;
    padding-top: 30px;
    
}
#contents-sp .room img {
    width: 100%;
}
#contents-sp .room h2 {
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-family: serif;
    padding-left: 10px;
    padding-right: 10px;
}
#contents-sp .room h3 {
    font-size: 16px;
    color: #000;
    text-align: center;
    font-weight: 300;
    padding-top: 10px;
    line-height: 130%;
}
#contents-sp .room p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    
}
#contents-sp .room .txt-r {
    text-align: right;
}
.room-btm {
    width: 1200px;
    padding-top: 30px;
}